Make old doxygen versions able to find eet example files.
[framework/uifw/eet.git] / autogen.sh
index 3563ad3..72e1033 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+rm -rf autom4te.cache
+rm -f aclocal.m4 ltmain.sh
+
+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