diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2004-02-15 18:27:31 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2004-02-15 18:27:31 +0000 |
commit | c78a96e0638a9b40d72dbdd1ad3677f7f8243b2a (patch) | |
tree | 4f4d069d9d63727aa3f5fa20cbdeb30fb985d52c /guile-readline/configure.in | |
parent | 344a212fd1e7c20c650fd7aaa54045d748e7ee86 (diff) | |
download | guile-c78a96e0638a9b40d72dbdd1ad3677f7f8243b2a.tar.gz |
* 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.
Diffstat (limited to 'guile-readline/configure.in')
-rw-r--r-- | guile-readline/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile-readline/configure.in b/guile-readline/configure.in index 1d389752a..e9325ea3c 100644 --- a/guile-readline/configure.in +++ b/guile-readline/configure.in @@ -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) |