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: REL_F_I9500_20120323_1~17^2~3122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=287ebe623d9da1fd3909550c0bc99f2e171add05;p=framework%2Fuifw%2Felementary.git efl: add back touch on configure time generated file. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/autogen.sh b/autogen.sh index 2d8df88..788702c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,7 @@ #!/bin/sh +touch README + echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1