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: submit/2.0alpha-wayland/20121127.222001~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6390bf418288ac01aa593b60e36c497ca99627d2;p=profile%2Fivi%2Feet.git efl: add back touch on configure time generated file. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@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