Skip to content

Commit

Permalink
* autogen.sh: Expand autoreconf to avoid running autopoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekral-guest committed Aug 29, 2010
1 parent 493009a commit 91f972b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-08-29 Nicolas François <[email protected]>

* autogen.sh: Expand autoreconf to avoid running autopoint.

2010-08-29 Nicolas François <[email protected]>

* po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
Expand Down
14 changes: 13 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 91f972b

Please sign in to comment.