From: Stefan Knoblich Date: Tue, 1 Nov 2011 14:25:04 +0000 (+0100) Subject: FreeTDM: Add ax_compiler_vendor.m4 to acinclude.m4 X-Git-Tag: v1.2-rc1~27^2~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ef437bd54e5336f33b9bb424bdb7d5b7bd2b2a;p=thirdparty%2Ffreeswitch.git FreeTDM: Add ax_compiler_vendor.m4 to acinclude.m4 This fixes a "AX_COMPILER_VENDOR: command not found" error on systems with older autotools versions (CentOS 5.x in this case). Not a problem on newer auto* toolchains, they either ignore acinclude.m4 completely or handle it in a different way. (In fact, acinclude.m4 is not even needed for the one on CentOS 5, but we'll keep it for now.) Tested-on: CentOS 5.7 x86_64 autoconf 2.59 / automake 1.9.6 / libtool 1.5.22 Tested-on: Gentoo 20111031 x86_64 autoconf 2.68 / automake 1.11 / libtool 2.4 Signed-off-by: Stefan Knoblich --- diff --git a/libs/freetdm/acinclude.m4 b/libs/freetdm/acinclude.m4 index 908ddba855..097278b6ef 100644 --- a/libs/freetdm/acinclude.m4 +++ b/libs/freetdm/acinclude.m4 @@ -1 +1,2 @@ +m4_include([build/ax_compiler_vendor.m4]) m4_include([build/libpcap.m4])