diff options
author | foobar <sniper@php.net> | 2003-01-28 10:59:12 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-01-28 10:59:12 +0000 |
commit | 20c43285f78f745f88faf70062b04ed26a8c3c11 (patch) | |
tree | 6572fbdd36b5ba7202debca5cc7dfd1ef67d2901 /build | |
parent | 41d6e9af8daadf1ce16dcbbbe085452e38d17618 (diff) | |
download | php-git-20c43285f78f745f88faf70062b04ed26a8c3c11.tar.gz |
- Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)
Diffstat (limited to 'build')
-rwxr-xr-x | build/config-stubs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/config-stubs b/build/config-stubs new file mode 100755 index 0000000000..28208085a7 --- /dev/null +++ b/build/config-stubs @@ -0,0 +1,8 @@ +#!/bin/sh +# +# $Id$ + +dir=$1; shift +for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do + echo "sinclude($stubfile)" +done |