Emotion: remove unused var on generic
[profile/ivi/emotion.git] / autogen.sh
index 3563ad3..00116ea 100755 (executable)
@@ -1,5 +1,11 @@
 #!/bin/sh
 
+rm -rf autom4te.cache
+rm -f aclocal.m4 ltmain.sh
+
+touch README
+touch ABOUT-NLS
+
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1