summaryrefslogtreecommitdiff
path: root/m4/curl-override.m4
Commit message (Collapse)AuthorAgeFilesLines
* configure: use XC_CONFIGURE_PREAMBLE early checksYang Tse2013-01-231-16/+1
| | | | | | | | Some basic checks we make were placed early enough in generated configure script when using autoconf 2.5X versions. Newer autoconf versions expand these checks much further into the configure script, rendering them useless. Using XC_CONFIGURE_PREAMBLE fixes placement of early intended checks across all our autoconf supported versions.
* configure: fix automake 1.13 compatibilityYang Tse2013-01-141-9/+0
| | | | | | | | | | | | Tested with: buildconf: autoconf version 2.69 buildconf: autom4te version 2.69 buildconf: autoheader version 2.69 buildconf: automake version 1.13.1 buildconf: aclocal version 1.13.1 buildconf: libtool version 2.4 buildconf: GNU m4 version 1.4.16
* curl-override.m4: provide AC_CONFIG_MACRO_DIR definition conditionallyYang Tse2013-01-011-7/+7
| | | | | | | 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.
* configure: libtool 1.5 tweaksYang Tse2011-12-151-11/+1
|
* configure: fix libtool warningYang Tse2011-03-271-1/+10
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse2009-10-191-4/+3
| | | | | due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through _AS_PATH_WALK.
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-181-2/+18
| | | | upcomming work to support the broadest range of Autoconf versions
* trim down configure script sizeYang Tse2008-11-161-0/+87