delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/06/25/19:12:22

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
content-class: urn:content-classes:message
MIME-Version: 1.0
Subject: RE: cygwin wrapper aclocal doesn't handle multiple -I options ?
X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3
Date: Tue, 25 Jun 2002 19:13:31 -0400
Message-ID: <DBA6BD994E72DB44A3BD5C2A3A93CFB62CEF34@smxchqexmb01.smartronix.com>
From: "Rapp, Perry" <PRapp AT smartronix DOT com>
To: <cygwin AT cygwin DOT com>
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g5PNCL706264

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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019