Package Upload
[framework/uifw/embryo.git] / autogen.sh
index b7397d4..72e1033 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
-touch README
+rm -rf autom4te.cache
+rm -f aclocal.m4 ltmain.sh
+
 touch ABOUT-NLS
 
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1