From bedbbb191fccfdba39ac5a2a20f4f2b10ccacb19 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 21 Jan 2007 23:42:26 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16de34093..99456c11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-22 Kevin Ryde + + * configure.in (AC_INIT): Don't use "echo -n", it's not portable and + in particular fails on solaris (resulting in literal "-n"s going into + the output, making the resulting configure unusable). + 2006-12-27 Kevin Ryde * configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.