summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xautogen.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index eb35a02..1dcce43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.la
# /
+/INSTALL
/*.tar.gz
/compile
/*.tmp
diff --git a/autogen.sh b/autogen.sh
index 100e70d..3ecad27 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,5 +7,5 @@ autoheader
libtoolize --force
automake -a
autoconf
-./configure --enable-maintainer-mode "$@"
+./configure "$@"