summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2011-04-14 19:26:15 +0000
committerCedric BAIL <cedric.bail@free.fr>2011-04-14 19:26:15 +0000
commit9800c6482741e15f4d9a3f09fa9e768568a701fb (patch)
tree03b802a829c286d9e8d74df7550064e04128e3ee /autogen.sh
parente5250e3ad2568e52a1d70a51347fe3ec58127a8e (diff)
downloadelementary-9800c6482741e15f4d9a3f09fa9e768568a701fb.tar.gz
autogen: add forgotten autopoint.
SVN revision: 58671
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
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 @@
touch README
touch ABOUT-NLS
+echo "Running autopoint..." ; autopoint -f || :
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1