configure.in remove references to build/ until a proper decision has been
[platform/upstream/glib.git] / autogen.sh
index 527eb3c..a9baabf 100755 (executable)
@@ -72,6 +72,13 @@ if test -z "$AUTOGEN_SUBDIR_MODE"; then
         fi
 fi
 
+rm -rf autom4te.cache
+
+# README and INSTALL are required by automake, but may be deleted by clean
+# up rules. to get automake to work, simply touch these here, they will be
+# regenerated from their corresponding *.in files by ./configure anyway.
+touch README INSTALL
+
 $ACLOCAL $ACLOCAL_FLAGS || exit $?
 
 libtoolize --force || exit $?