]> granicus.if.org Git - php/commitdiff
Full gear backwards. We still need acconfig.h.in for additional acconfig.h
authorSascha Schumann <sas@php.net>
Wed, 12 Jan 2000 19:09:59 +0000 (19:09 +0000)
committerSascha Schumann <sas@php.net>
Wed, 12 Jan 2000 19:09:59 +0000 (19:09 +0000)
files (from TSRM/Zend).

acconfig.h.in [moved from acconfig.h with 100% similarity]
build/build2.mk

similarity index 100%
rename from acconfig.h
rename to acconfig.h.in
index 73fb8dce78bd5cbfcca995247cb8ce45063cc162..2d861f0935734cddeead4562668244c9d4d7b564 100644 (file)
@@ -34,6 +34,8 @@ makefile_files    = $(makefile_am_files:e.am=e)
 
 config_h_in = php_config.h.in
 
+acconfig_h_SOURCES = acconfig.h.in $(config_h_files)
+
 targets = $(TOUCH_FILES) $(makefile_in_files) configure $(config_h_in)
 
 
@@ -52,6 +54,10 @@ Zend/Makefile.am:
 TSRM/Makefile.am:
        test -d TSRM || (test -d ../TSRM && ln -s ../TSRM TSRM)
 
+acconfig.h: $(acconfig_h_SOURCES)
+       @echo rebuilding $@
+       cat $(acconfig_h_SOURCES) > $@
+
 $(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_files)
        @echo rebuilding Makefile.in\'s
        @for i in $(LT_TARGETS); do \