diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-04-14 19:26:15 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-04-14 19:26:15 +0000 |
commit | 9800c6482741e15f4d9a3f09fa9e768568a701fb (patch) | |
tree | 03b802a829c286d9e8d74df7550064e04128e3ee /autogen.sh | |
parent | e5250e3ad2568e52a1d70a51347fe3ec58127a8e (diff) |
autogen: add forgotten autopoint.
SVN revision: 58671
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index b7397d458..60fd3f0a2 100755 --- a/autogen.sh +++ b/autogen.sh | |||
@@ -3,6 +3,7 @@ | |||
3 | touch README | 3 | touch README |
4 | touch ABOUT-NLS | 4 | touch ABOUT-NLS |
5 | 5 | ||
6 | echo "Running autopoint..." ; autopoint -f || : | ||
6 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 | 7 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 |
7 | echo "Running autoheader..." ; autoheader || exit 1 | 8 | echo "Running autoheader..." ; autoheader || exit 1 |
8 | echo "Running autoconf..." ; autoconf || exit 1 | 9 | echo "Running autoconf..." ; autoconf || exit 1 |