Updated libtool to version 2.2.6a
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403974
This commit is contained in:
parent
1932964202
commit
9d74df9496
1 changed files with 4 additions and 3 deletions
|
@ -3015,9 +3015,9 @@ func_to_host_path ()
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if test -z "$func_to_host_path_result" ; then
|
if test -z "$func_to_host_path_result" ; then
|
||||||
func_error "Could not determine host path corresponding to"
|
#func_error "Could not determine host path corresponding to"
|
||||||
func_error " '$1'"
|
#func_error " '$1'"
|
||||||
func_error "Continuing, but uninstalled executables may not work."
|
#func_error "Continuing, but uninstalled executables may not work."
|
||||||
# Fallback:
|
# Fallback:
|
||||||
func_to_host_path_result="$1"
|
func_to_host_path_result="$1"
|
||||||
fi
|
fi
|
||||||
|
@ -3359,6 +3359,7 @@ static const size_t env_append_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
|
||||||
static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
|
static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
|
||||||
/* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
|
/* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
|
||||||
|
|
||||||
|
#undef main
|
||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue