projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5250e3
)
autogen: add forgotten autopoint.
author
Cedric BAIL
<cedric.bail@free.fr>
Thu, 14 Apr 2011 19:26:15 +0000
(19:26 +0000)
committer
Cedric BAIL
<cedric.bail@free.fr>
Thu, 14 Apr 2011 19:26:15 +0000
(19:26 +0000)
SVN revision: 58671
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
b7397d4
..
60fd3f0
100755
(executable)
--- 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