summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4de7bb5..e7158ac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -71,7 +71,8 @@ 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
+#touch README INSTALL
+touch README
$ACLOCAL $ACLOCAL_FLAGS || exit $?