From ec78d70a70f4f1041abd6438fdc337355954104e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 24 Oct 2009 16:22:26 +0000 Subject: autogen fixes --- .gitignore | 1 + autogen.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 "$@" -- cgit v1.2.3