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/elementary@57232 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

autogen.sh

index 2d8df88..788702c 100755 (executable)
@@ -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