From: Ralf Wildenhues Date: Sat, 15 Mar 2008 22:01:31 +0000 (+0000) Subject: * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_WIN32_DLL): Require X-Git-Tag: v2.2.2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0d963ceec194c74e3a3ffcb7314e9c960d4a797;p=thirdparty%2Flibtool.git * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_WIN32_DLL): Require AC_CANONICAL_HOST. * THANKS: Update. Report by Jakub Bogusz. --- diff --git a/ChangeLog b/ChangeLog index 1433d36aa..2ed153c80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-15 Ralf Wildenhues + + * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_WIN32_DLL): Require + AC_CANONICAL_HOST. + * THANKS: Update. + Report by Jakub Bogusz. + 2008-03-14 Ralf Wildenhues * NEWS: Update. diff --git a/THANKS b/THANKS index b95ffdaa8..6ef4e31bc 100644 --- a/THANKS +++ b/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 diff --git a/libltdl/m4/ltoptions.m4 b/libltdl/m4/ltoptions.m4 index 11a76ae03..619bc4bf1 100644 --- a/libltdl/m4/ltoptions.m4 +++ b/libltdl/m4/ltoptions.m4 @@ -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.])