From c556acb375b7995d00770e09f2dd5f1ecf256d84 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 4 Jan 2014 12:32:05 +0100 Subject: removed INSTALL (autogenerated); added --automake option to intltoolize --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3