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 c504095..84da6a0 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+touch README
+touch ABOUT-NLS
+
 echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
 echo "Running autoconf..." ; autoconf || exit 1