On Aug 24, 2000, Michael Matz <[EMAIL PROTECTED]> wrote:

>> If libtool understood -LANG:std, one less thing for the authors to
>> deal with.

> Yep, I also like this solution most, even if this means a very special
> case in ltmain.

Maybe we shouldn't make it a special case.  How about creating a new
variable containing a command to check whether $arg is some command to
be passed through or not.  Then, ltmain would run:

if eval $compiler_arg_pass_through; then
  do it
else
  case $arg in
  ...
fi

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to