summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-10-24 16:22:26 +0000
committerStef Walter <stef@memberwebs.com>2009-10-24 16:22:26 +0000
commitec78d70a70f4f1041abd6438fdc337355954104e (patch)
treeaa9004ddb402f0e9c9da065c480b4923ee6af41d
parent4cdcdd61bc8f57437d4afc710baf152a80fbc40c (diff)
autogen fixes
-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 "$@"