Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Content-Type: text/plain; charset="us-ascii" 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: From: "Rapp, Perry" To: Content-Transfer-Encoding: 8bit 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/