summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2004-08-19 00:50:57 (UTC)
committer Michael Krelin <hacker@klever.net>2004-08-19 00:50:57 (UTC)
commitf3915982902595f324ef27dd67589f5e950a046b (patch) (unidiff)
tree9afe74ddc76f458358139d5e7869206a8f90f52c
parent482b2f298b82c9897957092ed334e57de76848fd (diff)
downloaddudki-f3915982902595f324ef27dd67589f5e950a046b.zip
dudki-f3915982902595f324ef27dd67589f5e950a046b.tar.gz
dudki-f3915982902595f324ef27dd67589f5e950a046b.tar.bz2
provide for smooth compiling from repository on gentoo linux.
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
13install-sh 13install-sh
14INSTALL 14INSTALL
15NEWS 15NEWS
16mkinstalldirs
17stamp-h.in
diff --git a/autogen.sh b/autogen.sh
index d4afeb4..2ef5558 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2WANT_AUTOMAKE=1.8
3export WANT_AUTOMAKE
4WANT_AUTOCONF=2.5
5export WANT_AUTOCONF
2aclocal \ 6aclocal \
3&& autoheader \ 7&& autoheader \
4&& automake -a \ 8&& 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
3Makefile.in 3Makefile.in
4COPYING.cc 4COPYING.cc
5dudki 5dudki
6*.o