From caba7a902e0a0d31e81fdb26b33442132798b04d Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Fri, 2 Oct 2009 15:47:28 +0000 Subject: [PATCH] M4 macro include path in Makefile.am ACLOCAL_AMFLAGS should match the one in configure.ac AC_CONFIG_MACRO_DIR(). Libtoolize will not be happy if they do not. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15052 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/tiff-3.8.2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tiff-3.8.2/Makefile.am b/libs/tiff-3.8.2/Makefile.am index 20bd1d8f69..9ddf5210bd 100644 --- a/libs/tiff-3.8.2/Makefile.am +++ b/libs/tiff-3.8.2/Makefile.am @@ -26,7 +26,7 @@ docdir = $(LIBTIFF_DOCDIR) AUTOMAKE_OPTIONS = dist-zip foreign -ACLOCAL_AMFLAGS = -I ./m4 +ACLOCAL_AMFLAGS = -I m4 docfiles = \ COPYRIGHT \