* autogen.sh: Expand autoreconf to avoid running autopoint.
This commit is contained in:
parent
493009ac91
commit
91f972bb59
@ -1,3 +1,7 @@
|
||||
2010-08-29 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* autogen.sh: Expand autoreconf to avoid running autopoint.
|
||||
|
||||
2010-08-29 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
|
||||
|
14
autogen.sh
14
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user