diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-01 04:45:34 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-01 04:45:34 +0000 |
commit | 650713eb425b76e4d7ad1c42bad9454c3e1ff383 (patch) | |
tree | 8fed1df502bd03a3b0beae14c42b4670796611fe /ltmain.sh | |
parent | 3c68ac580d9b574c4415828b4f0647e2ef0d4a07 (diff) | |
download | gcc-650713eb425b76e4d7ad1c42bad9454c3e1ff383.tar.gz |
* ltconfig, ltmain.sh: Update from libtool multi-language branch.
* ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
(ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
* ltcf-cxx.sh (need_lc): Set based on postdeps.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ltmain.sh b/ltmain.sh index 81108af1cb0..056c1dae571 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -55,7 +55,7 @@ modename="$progname" PROGRAM=ltmain.sh PACKAGE=libtool VERSION=1.4a -TIMESTAMP=" (1.641.2.74 2000/07/26 04:31:03)" +TIMESTAMP=" (1.641.2.77 2000/08/01 04:25:15)" default_mode= help="Try \`$progname --help' for more information." @@ -4023,7 +4023,7 @@ relink_command=\"$relink_command\"" # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. - expr "X$nonopt" : "X.*shtool.*" > /dev/null; then + $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then # Aesthetically quote it. arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` case "$arg" in |