* autogen.sh: Restore original autoreconf (see 2010-08-29's change
for autogen.sh) * configure.in, man/po/Makefile.in.in, man/po/Makefile.in: Makefile.in.in replaced by Makefile.in to avoid config.status issues when there are multiple po directories. * man/po/LINGUAS: Adapted to above change. * man/po/POTFILES.in, man/po/XMLFILES: POTFILES.in replaced by XMLFILES. * man/Makefile.am: generate_mans.deps shall be included by make, not automake.
This commit is contained in:
+1
-11
@@ -1,16 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
# 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
|
||||
autoreconf -v -f --install || exit 1
|
||||
|
||||
./configure \
|
||||
CFLAGS="-O2 -Wall" \
|
||||
|
||||
Reference in New Issue
Block a user