Not needed, just use -DPCRE_STATIC.
[platform/upstream/glib.git] / autogen.sh
index cd2f89c..a9baabf 100755 (executable)
@@ -74,6 +74,11 @@ 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 $?