diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2009-11-28 23:06:54 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2009-11-28 23:06:54 +0000 |
commit | 7cdd7730819d21269bc0e4244761c5cc95b2a91c (patch) | |
tree | bc7b955ac12c77ce225c6c14f9801ea4e829a0fa /acinclude.m4 | |
parent | 8d169e42de8e53e263ff42c10b18d266d9e5dcc4 (diff) | |
download | php-git-7cdd7730819d21269bc0e4244761c5cc95b2a91c.tar.gz |
More work on the autoconf 2.13->2.60+ transition code.
2.13 should be working again with one weird libtool issue
left to solve. It doesn't seem directly related to this
stuff.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5c3c7577a7..74274cb450 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -29,6 +29,10 @@ AC_DEFUN([PHP_CONFIGURE_PART],[ AC_MSG_RESULT([${T_MD}$1${T_ME}]) ]) +AC_DEFUN([PHP_DIVERT],[ + ifdef('AC_PRESERVE_HELP_ORDER', [], [ divert($1) ] ) +]) + dnl ------------------------------------------------------------------------- dnl Build system helper macros dnl ------------------------------------------------------------------------- |