mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'd
due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through _AS_PATH_WALK.
This commit is contained in:
parent
6f4a5a4612
commit
04e8ff84fe
@ -3,7 +3,7 @@
|
|||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
|
|
||||||
# File version for 'aclocal' use. Keep it a single number.
|
# File version for 'aclocal' use. Keep it a single number.
|
||||||
# serial 2
|
# serial 3
|
||||||
|
|
||||||
dnl CARES_OVERRIDE_AUTOCONF
|
dnl CARES_OVERRIDE_AUTOCONF
|
||||||
dnl -------------------------------------------------
|
dnl -------------------------------------------------
|
||||||
@ -92,12 +92,11 @@ dnl used across different Autoconf versions and to
|
|||||||
dnl allow us to use this macro early enough in the
|
dnl allow us to use this macro early enough in the
|
||||||
dnl configure script.
|
dnl configure script.
|
||||||
|
|
||||||
m4_define([_AS_PATH_SEPARATOR_PREPARE],
|
m4_defun([_AS_PATH_SEPARATOR_PREPARE],
|
||||||
[CARES_CHECK_PATH_SEPARATOR
|
[CARES_CHECK_PATH_SEPARATOR
|
||||||
m4_define([$0],[])])
|
m4_define([$0],[])])
|
||||||
|
|
||||||
m4_define([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
|
m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
|
||||||
[CARES_CHECK_PATH_SEPARATOR
|
[CARES_CHECK_PATH_SEPARATOR
|
||||||
m4_define([$0],[])])
|
m4_define([$0],[])])
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
|
|
||||||
# File version for 'aclocal' use. Keep it a single number.
|
# File version for 'aclocal' use. Keep it a single number.
|
||||||
# serial 2
|
# serial 3
|
||||||
|
|
||||||
dnl CURL_OVERRIDE_AUTOCONF
|
dnl CURL_OVERRIDE_AUTOCONF
|
||||||
dnl -------------------------------------------------
|
dnl -------------------------------------------------
|
||||||
@ -92,12 +92,11 @@ dnl used across different Autoconf versions and to
|
|||||||
dnl allow us to use this macro early enough in the
|
dnl allow us to use this macro early enough in the
|
||||||
dnl configure script.
|
dnl configure script.
|
||||||
|
|
||||||
m4_define([_AS_PATH_SEPARATOR_PREPARE],
|
m4_defun([_AS_PATH_SEPARATOR_PREPARE],
|
||||||
[CURL_CHECK_PATH_SEPARATOR
|
[CURL_CHECK_PATH_SEPARATOR
|
||||||
m4_define([$0],[])])
|
m4_define([$0],[])])
|
||||||
|
|
||||||
m4_define([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
|
m4_defun([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
|
||||||
[CURL_CHECK_PATH_SEPARATOR
|
[CURL_CHECK_PATH_SEPARATOR
|
||||||
m4_define([$0],[])])
|
m4_define([$0],[])])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user