From: Sascha Schumann Date: Wed, 12 Jan 2000 19:02:23 +0000 (+0000) Subject: acconfig.h.in became superflicious when we removed the config.h.stubs. X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03505c7226a0e415f49c67d23104901cb337a32d;p=php acconfig.h.in became superflicious when we removed the config.h.stubs. Let's get rid of it. --- diff --git a/acconfig.h.in b/acconfig.h similarity index 99% rename from acconfig.h.in rename to acconfig.h index ab1e69378b..c2d6038706 100644 --- a/acconfig.h.in +++ b/acconfig.h @@ -4,6 +4,8 @@ #undef PACKAGE #undef VERSION +#undef HAVE_LIBDL + #undef HAVE_STRUCT_FLOCK #undef HAVE_TM_GMTOFF diff --git a/build/build2.mk b/build/build2.mk index 7322056730..73fb8dce78 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -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 \