efl: add back touch on configure time generated file.
authorCedric BAIL <cedric.bail@free.fr>
Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)
SVN revision: 57232

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