libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remove deprecated stuff from ltmain.in


From: Peter O'Gorman
Subject: Re: remove deprecated stuff from ltmain.in
Date: Mon, 29 Sep 2003 22:50:42 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030902 Thunderbird/0.2

This shorthand looks good to me. I won't be committing anything until the weekend anyway, so there is lots of time for people to have a say.

Thanks,
Peter


Gary V. Vaughan wrote:

    case $1 in
    compile|compil|compi|comp|com|co|o)
      shift; set -- --mode=compile ${1+"$@"}
      ;;
    execute|execut|execu|exec|exe|ex|e)
      shift; set -- --mode=execute ${1+"$@"}
      ;;
    install|instal|insta|inst|ins|in|i)
      shift; set -- --mode=install ${1+"$@"}
      ;;
    link|lin|li|l)
      shift; set -- --mode=link ${1+"$@"}
      ;;
    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
      shift; set -- --mode=uninstall ${1+"$@"}
      ;;
    esac

Allow abit of time for people to disagree with me, otherwise I agree to the commit of the other part of your patch if the case statement above is also included. Oh, and NEWS will need updating again.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]