public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Rapp, Perry" <PRapp@smartronix.com>
To: <cygwin@cygwin.com>
Subject: RE: cygwin wrapper aclocal doesn't handle multiple -I options ?
Date: Tue, 25 Jun 2002 20:32:00 -0000	[thread overview]
Message-ID: <DBA6BD994E72DB44A3BD5C2A3A93CFB62CEF34@smxchqexmb01.smartronix.com> (raw)

If I alter 
  /usr/bin/aclocal
from this

    -I )
       test $# = 1 && eval "$exit_missing_arg"
       shift
       opt_i="-I $1"
       shift ;;

to this

    -I )
       test $# = 1 && eval "$exit_missing_arg"
       shift
       opt_i=$opt_i" -I $1"
       shift ;;


then my use of multiple includes seems to work correctly with aclocal


Cordially,

Perry


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

             reply	other threads:[~2002-06-25 23:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-25 20:32 Rapp, Perry [this message]
2002-06-26  0:37 ` Charles Wilson
2002-06-26  7:36   ` Bernard A Badger
2002-06-26  9:12     ` Charles Wilson
  -- strict thread matches above, loose matches on Subject: below --
2002-06-25 19:34 Rapp, Perry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DBA6BD994E72DB44A3BD5C2A3A93CFB62CEF34@smxchqexmb01.smartronix.com \
    --to=prapp@smartronix.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).