From 26ce8d839e456aeb597969c55d92f3ae2a0d279c Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 16 Mar 2025 16:44:08 +0000 Subject: Backout [338a305591] for 8.7 and 9.0: autoconf-2.69 is so common nowadays, we want an errormessage for autoconf versions < 2.69 --- unix/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index f5f0fff..6185b71 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2255,8 +2255,7 @@ BUILTIN_PACKAGE_LIST = cookiejar http opt msgcat registry dde tcltest platform $(UNIX_DIR)/configure: $(UNIX_DIR)/configure.ac $(UNIX_DIR)/tcl.m4 \ $(UNIX_DIR)/aclocal.m4 - cd $(UNIX_DIR); autoconf || \ - echo "WARNING: Unable to rebuild $(UNIX_DIR)/configure, use original." + cd $(UNIX_DIR); autoconf $(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac $(UNIX_DIR)/configure cd $(MAC_OSX_DIR); autoconf $(UNIX_DIR)/tclConfig.h.in: $(MAC_OSX_DIR)/configure -- cgit v0.12