summaryrefslogtreecommitdiff
path: root/build/build2.mk
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-19 22:27:39 +0000
committerfoobar <sniper@php.net>2005-01-19 22:27:39 +0000
commited25ab62f536a4142f09fbe17bc0a1a9c6fd4877 (patch)
treee4e1af7e822bc89ad447bf5b41565603d9f656d3 /build/build2.mk
parente8300c82a00c3d9784e61012d016434dfe76633f (diff)
downloadphp-git-ed25ab62f536a4142f09fbe17bc0a1a9c6fd4877.tar.gz
Revert the multiple autoconf versions patch
Diffstat (limited to 'build/build2.mk')
-rw-r--r--build/build2.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/build/build2.mk b/build/build2.mk
index f114be3adc..9b3d538d19 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -46,8 +46,7 @@ $(config_h_in): configure acconfig.h
# correctly otherwise (timestamps are not updated)
@echo rebuilding $@
@rm -f $@
- @autoheader=`./build/shtool path autoheader-2.13 autoheader`; \
- $$autoheader 2>&1 | $(SUPPRESS_WARNINGS)
+ @autoheader 2>&1 | $(SUPPRESS_WARNINGS)
$(TOUCH_FILES):
touch $(TOUCH_FILES)
@@ -62,5 +61,4 @@ aclocal.m4: configure.in acinclude.m4
configure: aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding $@
- @autoconf=`./build/shtool path autoconf-2.13 autoconf`; \
- $$autoconf 2>&1 | $(SUPPRESS_WARNINGS)
+ @autoconf 2>&1 | $(SUPPRESS_WARNINGS)