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