* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.

* scheme-compound.texi (Hash Table Reference): Renamed hash-map
--> hash-map->list.

* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
This commit is contained in:
Mikael Djurfeldt 2004-02-15 18:27:31 +00:00
commit c78a96e063
6 changed files with 20 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2004-02-15 Mikael Djurfeldt <mdj@chunk.mit.edu>
* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
2004-02-08 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Makefile.am (TAGS_FILES): Use this variable instead of

View file

@ -10,7 +10,7 @@ AC_PROG_INSTALL
AC_PROG_CC
AM_PROG_CC_STDC
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL
dnl
dnl Check for Winsock and other functionality on Win32 (*not* CygWin)