summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-12-01 22:03:31 +0100
committerStanislav Malyshev <stas@php.net>2018-12-02 16:26:17 -0800
commitea01d7837c98f77d76792431ae7876234dc52545 (patch)
tree209ea5ace797085c1f0090e8a32e5d1aa649ea2c /acinclude.m4
parentcdd8368d6f3f000a2e30a6be9976c5539f10fe85 (diff)
downloadphp-git-ea01d7837c98f77d76792431ae7876234dc52545.tar.gz
Replace LT_AC_PROG_SED with AC_PROG_SED
The LT_AC_PROG_SED libtool's macro has been integrated in the Autoconf since Autoconf 2.59b [1] and is recommended to be replaced with it [2]. [1] https://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS [2] http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3c0f6a8eb5..728cb72654 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2608,7 +2608,7 @@ dnl Generates the config.nice file
dnl
AC_DEFUN([PHP_CONFIG_NICE],[
AC_REQUIRE([AC_PROG_EGREP])
- AC_REQUIRE([LT_AC_PROG_SED])
+ AC_REQUIRE([AC_PROG_SED])
PHP_SUBST_OLD(EGREP)
PHP_SUBST_OLD(SED)
test -f $1 && mv $1 $1.old