summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore27
l---------INSTALL2
-rwxr-xr-xautogen.sh2
3 files changed, 29 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ecd03bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+*.o
+*.la
+*.lo
+.deps
+.libs
+Makefile
+Makefile.in
+run-tests*
+*.tar.gz
+
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/config.h
+/config.h.in
+/configure
+/config.log
+/config.status
+/config.sub
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+
+/tools/notify-dns-slaves
diff --git a/INSTALL b/INSTALL
index 5bb6e7b..cbd1c80 120000
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1 @@
-/usr/share/automake-1.10/INSTALL \ No newline at end of file
+/usr/share/automake-1.11/INSTALL \ No newline at end of file
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 "$@"