Skip to content

Commit 0576cdc

Browse files
author
foobar
committed
- Return of the automake requirement.
# Unfortunately we can't control what macros are used by the 3rd party # extensions so..
1 parent 2d8e73b commit 0576cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/phpize.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ phpize_copy_files()
9090

9191
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
9292
(cd "$phpdir" && cp $FILES "$builddir")
93+
(cd "$builddir" && cat ./build/libtool.m4 >> acinclude.m4)
9394
}
9495

9596
phpize_replace_prefix()
@@ -101,7 +102,7 @@ phpize_replace_prefix()
101102

102103
phpize_autotools()
103104
{
104-
cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
105+
aclocal || exit 1
105106
autoconf || exit 1
106107
autoheader || exit 1
107108
}

0 commit comments

Comments
 (0)