aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-override.m4
AgeCommit message (Collapse)Author
2013-01-01curl-override.m4: provide AC_CONFIG_MACRO_DIR definition conditionallyYang Tse
Provide a 'traceable' AC_CONFIG_MACRO_DIR definition only when using an autoconf version that does not provide it, instead of what we were doing up to now of providing and overriding AC_CONFIG_MACRO_DIR for all autoconf versions.
2011-12-15configure: libtool 1.5 tweaksYang Tse
2011-03-27configure: fix libtool warningYang Tse
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-19Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse
due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through _AS_PATH_WALK.
2008-11-18provide a common PATH_SEPARATOR check method which is required byYang Tse
upcomming work to support the broadest range of Autoconf versions
2008-11-16trim down configure script sizeYang Tse