Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3D192F3C.6050102@ece.gatech.edu>
Date: Tue, 25 Jun 2002 23:04:28 -0400
From: Charles Wilson <cwilson@ece.gatech.edu>
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2
X-Accept-Language: en-us
MIME-Version: 1.0
To: "Rapp, Perry" <PRapp@smartronix.com>
CC: cygwin@cygwin.com
Subject: Re: cygwin wrapper aclocal doesn't handle multiple -I options ?
References: <DBA6BD994E72DB44A3BD5C2A3A93CFB62CEF34@smxchqexmb01.smartronix.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Noted.  I need to release a new autoconf wrapper soon (autoconf-2.53a 
added the "-I" option to replace "-macrodir", so I need to handle that). 
  I'll do a new automake wrapper at the same time.

--Chuck


Rapp, Perry wrote:

> 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/
> 
> 
> 



--
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/

