From f3915982902595f324ef27dd67589f5e950a046b Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 19 Aug 2004 00:50:57 +0000 Subject: provide for smooth compiling from repository on gentoo linux. --- 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 -- cgit v0.9.0.2