summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-08-29 11:39:19 +0000
committerStefan Bühler <stbuehler@web.de>2009-08-29 11:39:19 +0000
commit759121da9343f847307188202001be357d806f39 (patch)
tree63e3be741140afc3b3ee2bbfd8e17a998071f914 /Makefile.am
parent543f8040d305c91e3c19668479c862298cf0235d (diff)
downloadlighttpd-git-759121da9343f847307188202001be357d806f39.tar.gz
Fix autogen.sh (used mysql-proxy as template)
* add --foreign as ChangeLog was removed git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2615 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e46e20c6..0898d4a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,4 +2,6 @@ SUBDIRS=src doc tests
EXTRA_DIST=autogen.sh SConstruct
+ACLOCAL_AMFLAGS = -I m4
+
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'