mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 03:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
914dd9fc97
commit
3ebfb6eaa2
1 changed files with 51 additions and 25 deletions
26
ChangeLog
26
ChangeLog
|
@ -1,3 +1,29 @@
|
|||
2002-02-09 Thien-Thi Nguyen <ttn@glug.org>
|
||||
|
||||
* acinclude.m4: Remove embedded libtool.m4.
|
||||
AC_LANG not a variable now -- use __cplusplus unconditionally.
|
||||
|
||||
* configure.in (AC_STRUCT_ST_RDEV, AC_STRUCT_ST_BLKSIZE): No
|
||||
longer use these. Instead use AC_CHECK_MEMBERS.
|
||||
|
||||
(AC_STRUCT_ST_BLOCKS): Use instead of ad-hoc test.
|
||||
|
||||
Use AC_PREREQ, AC_INIT and AC_CONFIG_SRCDIR sequence
|
||||
instead of lone AC_INIT.
|
||||
|
||||
Use AC_CONFIG_FILES, AC_CONFIG_COMMANDS and AC_OUTPUT sequence
|
||||
instead of lone AC_OUTPUT.
|
||||
|
||||
(AC_CONFIG_FILES): Add test-suite/Makefile and check-guile.
|
||||
(AC_CONFIG_COMMANDS): Also chmod +x check-guile.
|
||||
|
||||
* check-guile.in: Back port from 1.9, with the following exception:
|
||||
Set "-e" at the start.
|
||||
|
||||
* autogen.sh: Also pass "--force" to libtoolize.
|
||||
Add recursion into libltdl.
|
||||
Add "now run configure" message.
|
||||
|
||||
2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* Guile 1.4 released.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue