author | Michael Krelin <hacker@klever.net> | 2004-08-19 00:50:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-08-19 00:50:57 (UTC) |
commit | f3915982902595f324ef27dd67589f5e950a046b (patch) (unidiff) | |
tree | 9afe74ddc76f458358139d5e7869206a8f90f52c | |
parent | 482b2f298b82c9897957092ed334e57de76848fd (diff) | |
download | dudki-f3915982902595f324ef27dd67589f5e950a046b.zip dudki-f3915982902595f324ef27dd67589f5e950a046b.tar.gz dudki-f3915982902595f324ef27dd67589f5e950a046b.tar.bz2 |
provide for smooth compiling from repository on gentoo linux.
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | src/.gitignore | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,15 +1,17 @@ | |||
1 | Makefile | 1 | Makefile |
2 | Makefile.in | 2 | Makefile.in |
3 | aclocal.m4 | 3 | aclocal.m4 |
4 | autom4te.cache | 4 | autom4te.cache |
5 | config.h | 5 | config.h |
6 | config.h.in | 6 | config.h.in |
7 | config.log | 7 | config.log |
8 | configure | 8 | configure |
9 | config.status | 9 | config.status |
10 | stamp-h1 | 10 | stamp-h1 |
11 | depcomp | 11 | depcomp |
12 | missing | 12 | missing |
13 | install-sh | 13 | install-sh |
14 | INSTALL | 14 | INSTALL |
15 | NEWS | 15 | NEWS |
16 | mkinstalldirs | ||
17 | stamp-h.in | ||
@@ -1,6 +1,10 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | WANT_AUTOMAKE=1.8 | ||
3 | export WANT_AUTOMAKE | ||
4 | WANT_AUTOCONF=2.5 | ||
5 | export WANT_AUTOCONF | ||
2 | aclocal \ | 6 | aclocal \ |
3 | && autoheader \ | 7 | && autoheader \ |
4 | && automake -a \ | 8 | && automake -a \ |
5 | && autoconf \ | 9 | && autoconf \ |
6 | && ./configure "$@" | 10 | && ./configure "$@" |
diff --git a/src/.gitignore b/src/.gitignore index e26d996..4f36b83 100644 --- a/src/.gitignore +++ b/src/.gitignore | |||
@@ -1,5 +1,6 @@ | |||
1 | .deps | 1 | .deps |
2 | Makefile | 2 | Makefile |
3 | Makefile.in | 3 | Makefile.in |
4 | COPYING.cc | 4 | COPYING.cc |
5 | dudki | 5 | dudki |
6 | *.o | ||