mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-17 23:09:30 +03:00
build: avoid an annoying warning at configure time
This commit is contained in:
parent
7013039c3a
commit
a35803d502
@ -17,3 +17,7 @@ fi
|
||||
|
||||
echo "Regenerating POT file and remerging and recompiling PO files..."
|
||||
make update-po
|
||||
|
||||
# If needed, fix a problem in the Makefile template.
|
||||
grep -q '^datarootdir' Makefile.in.in || \
|
||||
sed -i 's/^\(datadir.*\)/datarootdir = @datarootdir@\n\1/' Makefile.in.in
|
||||
|
Loading…
Reference in New Issue
Block a user