diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2011-05-16 00:14:47 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2011-05-16 00:14:47 +0000 |
commit | 353077d23438f8b22d6f043e1da4101b163b165e (patch) | |
tree | 717b30bf4f3da49da8cd61bbf53398d6b0b73838 /build | |
parent | c0748c785619e6a1180c3c7b9c50a6831bc8a12f (diff) | |
download | php-git-353077d23438f8b22d6f043e1da4101b163b165e.tar.gz |
Get rid of autoconf warnings
Diffstat (limited to 'build')
-rw-r--r-- | build/build.mk | 1 | ||||
-rw-r--r-- | build/build2.mk | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/build/build.mk b/build/build.mk index 5aebae1a1a..61d6033fc1 100644 --- a/build/build.mk +++ b/build/build.mk @@ -32,7 +32,6 @@ all: $(STAMP) $(ALWAYS) generated_lists: @echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@ - @echo config_h_files = Zend/acconfig.h TSRM/acconfig.h >> $@ @echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \ Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@ diff --git a/build/build2.mk b/build/build2.mk index 30ee6b1a80..be103fc322 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -25,8 +25,6 @@ LT_TARGETS = ltmain.sh config.guess config.sub config_h_in = main/php_config.h.in -acconfig_h_SOURCES = acconfig.h.in $(config_h_files) - targets = $(TOUCH_FILES) configure $(config_h_in) PHP_AUTOCONF ?= 'autoconf' @@ -36,11 +34,7 @@ SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN called without default to all all: $(targets) -acconfig.h: $(acconfig_h_SOURCES) - @echo rebuilding $@ - cat $(acconfig_h_SOURCES) > $@ - -$(config_h_in): configure acconfig.h +$(config_h_in): configure # explicitly remove target since autoheader does not seem to work # correctly otherwise (timestamps are not updated) @echo rebuilding $@ |