Do not ignore "--datarootdir" in "po/Makefile.in.in"
This fixes the "--datarootdir" warning seen with autotools >=2.59c. Note that this is a workaround for a bug in autopoint(1). Inspired by util-linux commit cc3c3fdd29719883605687fc0d11391386ab46c6. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
a7944d335e
commit
b3280b8bca
@ -30,6 +30,11 @@
|
||||
#
|
||||
|
||||
autopoint --force
|
||||
if ! grep -F -q datarootdir po/Makefile.in.in
|
||||
then
|
||||
sed -i '/^datadir =/i\
|
||||
datarootdir = @datarootdir@\' po/Makefile.in.in
|
||||
fi
|
||||
aclocal -I m4
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
|
Loading…
x
Reference in New Issue
Block a user