efl: add back touch on configure time generated file.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@57232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

autogen.sh

index 743d752..6499736 100755 (executable)
@@ -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