]> granicus.if.org Git - php/commitdiff
- Add one 'level' more (0 first, 9 last)
authorfoobar <sniper@php.net>
Mon, 21 Oct 2002 03:07:23 +0000 (03:07 +0000)
committerfoobar <sniper@php.net>
Mon, 21 Oct 2002 03:07:23 +0000 (03:07 +0000)
# Sascha, maybe we should use that apache2 config-stubs instead?

scripts/config-stubs

index a32e7fc30a42cdbed6eba0487f5bf806e3b95860..28208085a7513d44743fb20bd6ddaefac405685f 100755 (executable)
@@ -3,6 +3,6 @@
 # $Id$
 
 dir=$1; shift
-for stubfile in $dir/*/config0.m4 $dir/*/config.m4; do
+for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
     echo "sinclude($stubfile)"
 done