mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_WIN32_DLL): Require
AC_CANONICAL_HOST. * THANKS: Update. Report by Jakub Bogusz.
This commit is contained in:
parent
11231d393e
commit
c0d963ceec
@ -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
1
THANKS
@ -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
|
||||
|
3
libltdl/m4/ltoptions.m4
vendored
3
libltdl/m4/ltoptions.m4
vendored
@ -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.])
|
||||
|
Loading…
Reference in New Issue
Block a user