This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
91236c9ad3
freeswitch
/
libs
/
freetdm
/
acinclude.m4
3 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 <stkn@openisdn.net>
2011-11-01 14:25:04 +00:00
m4_include([build/ax_compiler_vendor.m4])
add libpcap detection git-svn-id: http://svn.openzap.org/svn/openzap/trunk@639 a93c3328-9c30-0410-af19-c9cd2b2d52af
2009-02-03 16:41:48 +00:00
m4_include([build/libpcap.m4])