From 257de2baded9330ff392f33fd5a7cc0ba271e18d Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sat, 17 Apr 1999 00:37:12 +0000 Subject: First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. --- scripts/config-stubs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/config-stubs (limited to 'scripts/config-stubs') diff --git a/scripts/config-stubs b/scripts/config-stubs new file mode 100755 index 0000000000..9985066648 --- /dev/null +++ b/scripts/config-stubs @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $Id$ + +for stubfile in ext/*/config.m4; do + echo "sinclude($stubfile)" +done -- cgit v1.2.1