From: Eric Holk Date: Tue, 13 Dec 2011 23:45:34 +0000 (-0500) Subject: Changed the order in autogen.sh so ltmain exists in time for automake. X-Git-Tag: gc7_3alpha2~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9185a7394a8c271499588b294434e595a9af85da;p=platform%2Fupstream%2Flibgc.git Changed the order in autogen.sh so ltmain exists in time for automake. --- diff --git a/autogen.sh b/autogen.sh index 3bbdf3a..ffba18c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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'."