summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-01-12 19:02:23 +0000
committerSascha Schumann <sas@php.net>2000-01-12 19:02:23 +0000
commit03505c7226a0e415f49c67d23104901cb337a32d (patch)
treeddcfc446001fb2e3d0e18641e7e3f6658b183298
parent3164ac72175882df9103ddd1e2540aa0705ae3b2 (diff)
downloadphp-git-03505c7226a0e415f49c67d23104901cb337a32d.tar.gz
acconfig.h.in became superflicious when we removed the config.h.stubs.
Let's get rid of it.
-rw-r--r--acconfig.h (renamed from acconfig.h.in)2
-rw-r--r--build/build2.mk6
2 files changed, 2 insertions, 6 deletions
diff --git a/acconfig.h.in b/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 \