mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
912c7fc107
# Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
|
AC_DEFUN([AM_SET_LIBTOOL_VARIABLE],[
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool $1'
|
|
])
|
|
|