From: cedric Date: Tue, 22 Feb 2011 10:29:28 +0000 (+0000) Subject: efl: add back touch on configure time generated file. X-Git-Tag: 2.0_alpha~194^2~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cafb97adcf1bc5d25af0d244e28286794827d6c;p=framework%2Fuifw%2Fecore.git efl: add back touch on configure time generated file. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/autogen.sh b/autogen.sh index 743d752..6499736 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,7 @@ #!/bin/sh +touch README + echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1