From: nekral-guest Date: Sun, 29 Aug 2010 16:42:25 +0000 (+0000) Subject: * autogen.sh: Expand autoreconf to avoid running autopoint. X-Git-Tag: 4.1.5~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f972bb59d27772268b3a2415e8dce8dca7664d;p=thirdparty%2Fshadow.git * autogen.sh: Expand autoreconf to avoid running autopoint. --- diff --git a/ChangeLog b/ChangeLog index 28bceea89..4916f0114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-29 Nicolas François + + * autogen.sh: Expand autoreconf to avoid running autopoint. + 2010-08-29 Nicolas François * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. diff --git a/autogen.sh b/autogen.sh index 0796bd313..37197428b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,17 @@ #! /bin/sh -autoreconf -v -f --install || exit 1 + +# FIXME: Find a way to run autoreconf again. +# autopoint create mess in man/po +#autoreconf -v -f --install || exit 1 + +#autoreconf executes the following +#autopoint --force +aclocal --force +libtoolize --copy --force +/usr/bin/autoconf --force +/usr/bin/autoheader --force +automake --add-missing --copy --force-missing + ./configure \ CFLAGS="-O2 -Wall" \ --enable-man \