mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
libtool.m4: fix typos
* m4/libtool.m4: Fix various typos.
This commit is contained in:
parent
383a3807b7
commit
9ced107b8c
12
m4/libtool.m4
vendored
12
m4/libtool.m4
vendored
@ -15,7 +15,7 @@ m4_define([_LT_COPYING], [dnl
|
|||||||
|
|
||||||
# GNU Libtool is free software; you can redistribute it and/or modify
|
# GNU Libtool is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 2 of of the License, or
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# As a special exception to the GNU General Public License, if you
|
# As a special exception to the GNU General Public License, if you
|
||||||
@ -616,7 +616,7 @@ m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
|
|||||||
# LT_OUTPUT
|
# LT_OUTPUT
|
||||||
# ---------
|
# ---------
|
||||||
# This macro allows early generation of the libtool script (before
|
# This macro allows early generation of the libtool script (before
|
||||||
# AC_OUTPUT is called), incase it is used in configure for compilation
|
# AC_OUTPUT is called), in case it is used in configure for compilation
|
||||||
# tests.
|
# tests.
|
||||||
AC_DEFUN([LT_OUTPUT],
|
AC_DEFUN([LT_OUTPUT],
|
||||||
[: ${CONFIG_LT=./config.lt}
|
[: ${CONFIG_LT=./config.lt}
|
||||||
@ -653,7 +653,7 @@ configured by $[0], generated by m4_PACKAGE_STRING.
|
|||||||
|
|
||||||
Copyright (C) 2011 Free Software Foundation, Inc.
|
Copyright (C) 2011 Free Software Foundation, Inc.
|
||||||
This config.lt script is free software; the Free Software Foundation
|
This config.lt script is free software; the Free Software Foundation
|
||||||
gives unlimited permision to copy, distribute and modify it."
|
gives unlimited permission to copy, distribute and modify it."
|
||||||
|
|
||||||
while test 0 != $[#]
|
while test 0 != $[#]
|
||||||
do
|
do
|
||||||
@ -1495,7 +1495,7 @@ _LT_DECL([], [AR], [1], [The archiver])
|
|||||||
|
|
||||||
# Use ARFLAGS variable as AR's operation code to sync the variable naming with
|
# Use ARFLAGS variable as AR's operation code to sync the variable naming with
|
||||||
# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
|
# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
|
||||||
# higher priority because thats what people were doing historically (setting
|
# higher priority because that's what people were doing historically (setting
|
||||||
# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
|
# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
|
||||||
# variable obsoleted/removed.
|
# variable obsoleted/removed.
|
||||||
|
|
||||||
@ -2887,7 +2887,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
|||||||
# before this can be enabled.
|
# before this can be enabled.
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
|
|
||||||
# Ideally, we could use ldconfig to report *all* directores which are
|
# Ideally, we could use ldconfig to report *all* directories which are
|
||||||
# searched for libraries, however this is still not possible. Aside from not
|
# searched for libraries, however this is still not possible. Aside from not
|
||||||
# being certain /sbin/ldconfig is available, command
|
# being certain /sbin/ldconfig is available, command
|
||||||
# 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
|
# 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
|
||||||
@ -6174,7 +6174,7 @@ _LT_TAGDECL([], [hardcode_direct], [0],
|
|||||||
_LT_TAGDECL([], [hardcode_direct_absolute], [0],
|
_LT_TAGDECL([], [hardcode_direct_absolute], [0],
|
||||||
[Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
|
[Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
|
||||||
DIR into the resulting binary and the resulting library dependency is
|
DIR into the resulting binary and the resulting library dependency is
|
||||||
"absolute", i.e impossible to change by setting $shlibpath_var if the
|
"absolute", i.e. impossible to change by setting $shlibpath_var if the
|
||||||
library is relocated])
|
library is relocated])
|
||||||
_LT_TAGDECL([], [hardcode_minus_L], [0],
|
_LT_TAGDECL([], [hardcode_minus_L], [0],
|
||||||
[Set to "yes" if using the -LDIR flag during linking hardcodes DIR
|
[Set to "yes" if using the -LDIR flag during linking hardcodes DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user