]> granicus.if.org Git - php/commitdiff
acconfig.h.in became superflicious when we removed the config.h.stubs.
authorSascha Schumann <sas@php.net>
Wed, 12 Jan 2000 19:02:23 +0000 (19:02 +0000)
committerSascha Schumann <sas@php.net>
Wed, 12 Jan 2000 19:02:23 +0000 (19:02 +0000)
Let's get rid of it.

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

similarity index 99%
rename from acconfig.h.in
rename to acconfig.h
index ab1e69378b90a49f56b5aded50445ec5a1c64780..c2d60387066c664717671013396f291ae5a71da8 100644 (file)
@@ -4,6 +4,8 @@
 #undef PACKAGE
 #undef VERSION
 
+#undef HAVE_LIBDL
+
 #undef HAVE_STRUCT_FLOCK
 #undef HAVE_TM_GMTOFF
 
index 73220567309b86c44d4380299f544090627455e3..73fb8dce78bd5cbfcca995247cb8ce45063cc162 100644 (file)
@@ -34,8 +34,6 @@ 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)
 
 
@@ -54,10 +52,6 @@ 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 \