-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | src/.gitignore | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -12,4 +12,6 @@ depcomp missing install-sh INSTALL NEWS +mkinstalldirs +stamp-h.in @@ -1,5 +1,9 @@ #!/bin/sh +WANT_AUTOMAKE=1.8 +export WANT_AUTOMAKE +WANT_AUTOCONF=2.5 +export WANT_AUTOCONF aclocal \ && autoheader \ && automake -a \ && autoconf \ diff --git a/src/.gitignore b/src/.gitignore index e26d996..4f36b83 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,4 +2,5 @@ Makefile Makefile.in COPYING.cc dudki +*.o |