diff options
author | Stef Walter <stef@memberwebs.com> | 2010-06-16 18:20:26 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-06-16 18:25:52 +0000 |
commit | f79b3f3226bbc95e8fed3adeed5d2523e26fcec5 (patch) | |
tree | 6221468ef0b77d2521d6da28414eb81432385db2 | |
parent | 5ed2451f47065dc6c38beb15d7625a866f887fec (diff) |
Some build cleanup bits.
-rw-r--r-- | .gitignore | 27 | ||||
l--------- | INSTALL | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 |
3 files changed, 29 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ecd03bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.o +*.la +*.lo +.deps +.libs +Makefile +Makefile.in +run-tests* +*.tar.gz + +/aclocal.m4 +/autom4te.cache +/config.guess +/config.h +/config.h.in +/configure +/config.log +/config.status +/config.sub +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 + +/tools/notify-dns-slaves @@ -1 +1 @@ -/usr/share/automake-1.10/INSTALL
\ No newline at end of file +/usr/share/automake-1.11/INSTALL
\ No newline at end of file @@ -7,5 +7,5 @@ autoheader libtoolize --force automake -a autoconf -./configure --enable-maintainer-mode "$@" +./configure "$@" |