summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2007-01-26 02:48:22 (GMT)
committerdas <das>2007-01-26 02:48:22 (GMT)
commit210ae3ab5e7407f380b3c56d9588135253d24041 (patch)
treec62d97b14aa7154adb61fb9b40cfb85e0ee173d2 /unix/tcl.m4
parent9d6ba17b2f2c4090f9e1b262c624f6e5be10a2de (diff)
downloadtcl-210ae3ab5e7407f380b3c56d9588135253d24041.zip
tcl-210ae3ab5e7407f380b3c56d9588135253d24041.tar.gz
tcl-210ae3ab5e7407f380b3c56d9588135253d24041.tar.bz2
renamed SC_COMMANDS_PRE to SC_CONFIG_COMMANDS_PRE for parity with AC 2.5x
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 2662fec..16cccd9 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1964,7 +1964,7 @@ dnl # Add any CPPFLAGS set in the environment to our CFLAGS, but delay doing so
dnl # until the end of configure, as configure's compile and link tests use
dnl # both CPPFLAGS and CFLAGS (unlike our compile and link) but configure's
dnl # preprocessing tests use only CPPFLAGS.
- SC_COMMANDS_PRE([CFLAGS="${CFLAGS} ${CPPFLAGS}"; CPPFLAGS=""])
+ SC_CONFIG_COMMANDS_PRE([CFLAGS="${CFLAGS} ${CPPFLAGS}"; CPPFLAGS=""])
# Step 4: If pseudo-static linking is in use (see K. B. Kenny, "Dynamic
# Loading for Tcl -- What Became of It?". Proc. 2nd Tcl/Tk Workshop,
@@ -3208,7 +3208,7 @@ AC_DEFUN([SC_TCL_GETGRNAM_R], [AC_CHECK_FUNC(getgrnam_r, [
])])
#--------------------------------------------------------------------
-# SC_COMMANDS_PRE(CMDS)
+# SC_CONFIG_COMMANDS_PRE(CMDS)
#
# Replacement for autoconf 2.5x AC_COMMANDS_PRE:
# Commands to run right before config.status is
@@ -3219,7 +3219,7 @@ AC_DEFUN([SC_TCL_GETGRNAM_R], [AC_CHECK_FUNC(getgrnam_r, [
#
#--------------------------------------------------------------------
-AC_DEFUN([SC_COMMANDS_PRE], [
+AC_DEFUN([SC_CONFIG_COMMANDS_PRE], [
define([SC_OUTPUT_COMMANDS_PRE], defn([SC_OUTPUT_COMMANDS_PRE])[$1
])])
AC_DEFUN([SC_OUTPUT_COMMANDS_PRE])