1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 11:40:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2007-01-21 23:42:26 +00:00
parent d9ff2e69aa
commit bedbbb191f

View file

@ -1,3 +1,9 @@
2007-01-22 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* configure.in (pthread_get_stackaddr_np, pthread_sigmask): New tests.