diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-02-15 23:06:52 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-02-15 23:06:52 +0000 |
commit | d4a00708e7dd3f5db7f0b5c19f441a0f4e03c38e (patch) | |
tree | 8cee775f2cbc8a0b88bdf656a31bea1e633307a3 /ChangeLog | |
parent | f937ce3741184ba2f3ee3c70bfd0caa057207c98 (diff) |
* autogen.sh: Copy versions of config.guess and config.sub from
Guile CVS to build-aux and guile-readline.
* HACKING: Note need for libtool >= 1.5.26.
* config.rpath, build-aux/config.rpath: Updated to latest upstream
version.
* config.guess, config.sub: 2008-01-07 versions added to Guile
CVS, to ensure that Guile developers are using new enough versions
(in particular for AIX 6.1 support).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2008-02-15 Neil Jerram <neil@ossau.uklinux.net> + + * autogen.sh: Copy versions of config.guess and config.sub from + Guile CVS to build-aux and guile-readline. + +2008-02-14 Neil Jerram <neil@ossau.uklinux.net> + + * HACKING: Note need for libtool >= 1.5.26. + + * config.rpath, build-aux/config.rpath: Updated to latest upstream + version. + + * config.guess, config.sub: 2008-01-07 versions added to Guile + CVS, to ensure that Guile developers are using new enough versions + (in particular for AIX 6.1 support). + 2008-02-11 Neil Jerram <neil@ossau.uklinux.net> * configure.in (--without-64-calls): Use AC_MSG_CHECKING and |