From 49ea57fa28de96f1ab7d0644471ab1b524372199 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 4 Oct 2009 22:21:17 +0000 Subject: [PATCH] Updated libtool to version 2.2.6a --- build-scripts/ltmain.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-scripts/ltmain.sh b/build-scripts/ltmain.sh index b36c4ad36..d2b860f42 100644 --- a/build-scripts/ltmain.sh +++ b/build-scripts/ltmain.sh @@ -3015,9 +3015,9 @@ func_to_host_path () ;; esac if test -z "$func_to_host_path_result" ; then - func_error "Could not determine host path corresponding to" - func_error " '$1'" - func_error "Continuing, but uninstalled executables may not work." + #func_error "Could not determine host path corresponding to" + #func_error " '$1'" + #func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_path_result="$1" 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"; /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */ +#undef main int main (int argc, char *argv[]) {