summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-04 12:32:05 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-04 12:32:05 +0100
commitc556acb375b7995d00770e09f2dd5f1ecf256d84 (patch)
treed7665661d0351ba4074df36ac57ac46665be719e /autogen.sh
parent44a9ec5bca140979a35ab21704ea1aada1c2f0f4 (diff)
removed INSTALL (autogenerated); added --automake option to intltoolize
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 785e6288..c45ccea1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,4 +5,4 @@ echo "Running autoheader..."; autoheader || exit 1
echo "Running autoconf..."; autoconf || exit 1
echo "Running libtoolize..."; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
echo "Running automake..."; automake --add-missing --copy --gnu || exit 1
-echo "Running intltoolize"; intltoolize --force
+echo "Running intltoolize"; intltoolize --force --automake