From: Marc Espie Date: Wed, 7 Dec 2005 20:54:16 +0000 (+0000) Subject: * ltmain.in: Preserve both parts of `--tag TAG', for X-Git-Tag: release-1-5-22~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095f194753c93bb420e2febc012c981ade1f3e9e;p=thirdparty%2Flibtool.git * ltmain.in: Preserve both parts of `--tag TAG', for relink_command. --- diff --git a/ChangeLog b/ChangeLog index 57dcaea62..924f3d969 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-07 Marc Espie + + * ltmain.in: Preserve both parts of `--tag TAG', for + relink_command. + 2005-12-03 Ralf Wildenhues * ltmain.in (func_extract_archives, compile mode, link mode): diff --git a/ltmain.in b/ltmain.in index fa58bf10c..7fe51797c 100644 --- a/ltmain.in +++ b/ltmain.in @@ -467,7 +467,11 @@ do preserve_args="$preserve_args $arg" ;; - --tag) prevopt="--tag" prev=tag ;; + --tag) + prevopt="--tag" + prev=tag + preserve_args="$preserve_args --tag" + ;; --tag=*) set tag "$optarg" ${1+"$@"} shift