]> Pileus Git - ~andy/gtk/blobdiff - autogen.sh
Translation updated by Ivar Smolin.
[~andy/gtk] / autogen.sh
index 10a7fdad97a6df4181a661f620b692d5a70e0fea..a27697919950c5689aa1f4bc92544d54e60c9f4d 100755 (executable)
@@ -93,6 +93,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 $?