efl: add back touch on configure time generated file.

SVN revision: 57232
This commit is contained in:
Cedric BAIL 2011-02-22 10:29:28 +00:00
parent 359a85e93d
commit 945f42446b
1 changed files with 3 additions and 0 deletions

View File

@ -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