summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--.gitignore2
-rwxr-xr-xautogen.sh4
-rw-r--r--src/.gitignore1
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a4afc94..c5e5a7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ missing
install-sh
INSTALL
NEWS
+mkinstalldirs
+stamp-h.in
diff --git a/autogen.sh b/autogen.sh
index d4afeb4..2ef5558 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,8 @@
#!/bin/sh
+WANT_AUTOMAKE=1.8
+export WANT_AUTOMAKE
+WANT_AUTOCONF=2.5
+export WANT_AUTOCONF
aclocal \
&& autoheader \
&& automake -a \
diff --git a/src/.gitignore b/src/.gitignore
index e26d996..4f36b83 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -3,3 +3,4 @@ Makefile
Makefile.in
COPYING.cc
dudki
+*.o