From 759121da9343f847307188202001be357d806f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 29 Aug 2009 11:39:19 +0000 Subject: 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 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 {}' ';' -- cgit v1.2.1