summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2011-07-28 15:56:27 (GMT)
committerdgp <dgp@noemail.net>2011-07-28 15:56:27 (GMT)
commitd2d9f5b3439ae582e80fb63f229856ad39c0e65f (patch)
tree053c099014664472672c5de59fd5e7756f787477
parent9d055556c96273f17152913b748a7fe269532c25 (diff)
downloadtcl-d2d9f5b3439ae582e80fb63f229856ad39c0e65f.zip
tcl-d2d9f5b3439ae582e80fb63f229856ad39c0e65f.tar.gz
tcl-d2d9f5b3439ae582e80fb63f229856ad39c0e65f.tar.bz2
autoconf
FossilOrigin-Name: c5229f032a82d855b5d8d6e51e1acda630622017
-rw-r--r--ChangeLog1
-rwxr-xr-xunix/configure3
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99f6408..722ddf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* unix/tcl.m4 (SC_TCL_IPV6): Fix AC_DEFINE invocation for
NEED_FAKE_RFC2553.
+ * unix/configure: autoconf-2.59
2011-07-28 Don Porter <dgp@users.sourceforge.net>
diff --git a/unix/configure b/unix/configure
index 2483e4a..53f44ac 100755
--- a/unix/configure
+++ b/unix/configure
@@ -11381,7 +11381,8 @@ else
fi
if test "x$NEED_FAKE_RFC2553" = "x1"; then
- cat >>confdefs.h <<\_ACEOF
+
+cat >>confdefs.h <<\_ACEOF
#define NEED_FAKE_RFC2553 1
_ACEOF