Changed the order in autogen.sh so ltmain exists in time for automake.
authorEric Holk <eric.holk@gmail.com>
Tue, 13 Dec 2011 23:45:34 +0000 (18:45 -0500)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 27 Dec 2011 15:18:00 +0000 (19:18 +0400)
autogen.sh

index 3bbdf3a..ffba18c 100755 (executable)
@@ -24,8 +24,8 @@ set -x
 aclocal$am_version
 autoconf
 autoheader
-automake$am_version -ac
 libtoolize --automake --force
+automake$am_version -ac
 set +x
 echo
 echo "Ready to run './configure'."