mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
*** empty log message ***
This commit is contained in:
parent
393e4e4de7
commit
832b09eda7
2 changed files with 17 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
|
Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
||||||
|
* ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
|
||||||
|
|
||||||
|
* configure.in: By default, include functions in Guile to allow
|
||||||
|
linking with dynamic libraries at run-time. In other words,
|
||||||
|
--enable-dynamic-linking is now the default.
|
||||||
|
* configure: Rebuilt.
|
||||||
|
|
||||||
* configure.in: Remove space between AC_CHECK_LIB and opening
|
* configure.in: Remove space between AC_CHECK_LIB and opening
|
||||||
paren in check for Rx.
|
paren in check for Rx.
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
10
NEWS
10
NEWS
|
@ -10,6 +10,16 @@ Changes in Guile 1.2:
|
||||||
|
|
||||||
* Changes to the distribution
|
* Changes to the distribution
|
||||||
|
|
||||||
|
** Nightly snapshots are now available from ftp.red-bean.com.
|
||||||
|
The old server, ftp.cyclic.com, has been relinquished to its rightful
|
||||||
|
owner.
|
||||||
|
|
||||||
|
Nightly snapshots of the Guile development sources are now available via
|
||||||
|
anonymous FTP from ftp.red-bean.com, as /pub/guile/guile-snap.tar.gz.
|
||||||
|
|
||||||
|
Via the web, that's: ftp://ftp.red-bean.com/pub/guile/guile-snap.tar.gz
|
||||||
|
For getit, that's: ftp.red-bean.com:/pub/guile/guile-snap.tar.gz
|
||||||
|
|
||||||
* Changes to the procedure for linking libguile with your programs
|
* Changes to the procedure for linking libguile with your programs
|
||||||
|
|
||||||
** Like Guile 1.1, Guile 1.2 will now use the Rx regular expression
|
** Like Guile 1.1, Guile 1.2 will now use the Rx regular expression
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue