* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_WIN32_DLL): Require

AC_CANONICAL_HOST.
* THANKS: Update.
Report by Jakub Bogusz.
This commit is contained in:
Ralf Wildenhues 2008-03-15 22:01:31 +00:00
parent 11231d393e
commit c0d963ceec
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-03-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_WIN32_DLL): Require
AC_CANONICAL_HOST.
* THANKS: Update.
Report by Jakub Bogusz.
2008-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* NEWS: Update.

1
THANKS
View File

@ -90,6 +90,7 @@
Henning Nielsen Lund hnl_dk@amigaos.dk
Howard Chu hyc@highlandsun.com
Ian Lance Taylor ian@cygnus.com
Jakub Bogusz qboosh@pld-linux.org
Jacob Meuser jakemsr@jakemsr.com
James Su james.su@gmail.com
Jeff Squyres jsquyres@lam-mpi.org

View File

@ -143,7 +143,8 @@ _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
])# win32-dll
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
[_LT_SET_OPTION([LT_INIT], [win32-dll])
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
_LT_SET_OPTION([LT_INIT], [win32-dll])
AC_DIAGNOSE([obsolete],
[$0: Remove this warning and the call to _LT_SET_OPTION when you
put the `win32-dll' option into LT_INIT's first parameter.])