mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
Fix quoting of AS, DLLTOOL, and OBJDUMP for the libtool script.
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_DLOPEN): Quote values of $AS, $DLLTOOL, and $OBJDUMP, so they can contain arguments. * THANKS: Update. Report by Matthijs Kooijman. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
741a9867eb
commit
16988b3532
@ -1,3 +1,11 @@
|
|||||||
|
2009-11-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
Fix quoting of AS, DLLTOOL, and OBJDUMP for the libtool script.
|
||||||
|
* libltdl/m4/ltoptions.m4 (AC_LIBTOOL_DLOPEN): Quote values of
|
||||||
|
$AS, $DLLTOOL, and $OBJDUMP, so they can contain arguments.
|
||||||
|
* THANKS: Update.
|
||||||
|
Report by Matthijs Kooijman.
|
||||||
|
|
||||||
2009-09-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2009-09-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
Initial support for the Cuda Compiler Driver on Linux.
|
Initial support for the Cuda Compiler Driver on Linux.
|
||||||
|
1
THANKS
1
THANKS
@ -126,6 +126,7 @@
|
|||||||
Marc J. Fraioli fraioli@dg-rtp.dg.com
|
Marc J. Fraioli fraioli@dg-rtp.dg.com
|
||||||
Marcel Loose loose@astron.nl
|
Marcel Loose loose@astron.nl
|
||||||
Mark Kettenis kettenis@phys.uva.nl
|
Mark Kettenis kettenis@phys.uva.nl
|
||||||
|
Matthijs Kooijman matthijs@stdin.nl
|
||||||
Michael Haubenwallner michael.haubenwallner@salomon.at
|
Michael Haubenwallner michael.haubenwallner@salomon.at
|
||||||
Mike Gorchak mike@malva.ua
|
Mike Gorchak mike@malva.ua
|
||||||
Mike Frysinger vapier@gentoo.org
|
Mike Frysinger vapier@gentoo.org
|
||||||
|
9
libltdl/m4/ltoptions.m4
vendored
9
libltdl/m4/ltoptions.m4
vendored
@ -1,6 +1,7 @@
|
|||||||
# Helper functions for option handling. -*- Autoconf -*-
|
# Helper functions for option handling. -*- Autoconf -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
|
||||||
|
# Inc.
|
||||||
# Written by Gary V. Vaughan, 2004
|
# Written by Gary V. Vaughan, 2004
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation gives
|
# This file is free software; the Free Software Foundation gives
|
||||||
@ -133,13 +134,13 @@ case $host in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
test -z "$AS" && AS=as
|
test -z "$AS" && AS=as
|
||||||
_LT_DECL([], [AS], [0], [Assembler program])dnl
|
_LT_DECL([], [AS], [1], [Assembler program])dnl
|
||||||
|
|
||||||
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
||||||
_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
|
_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
|
||||||
|
|
||||||
test -z "$OBJDUMP" && OBJDUMP=objdump
|
test -z "$OBJDUMP" && OBJDUMP=objdump
|
||||||
_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
|
_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
|
||||||
])# win32-dll
|
])# win32-dll
|
||||||
|
|
||||||
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
||||||
|
Loading…
Reference in New Issue
Block a user