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 Message-ID: <20020702184814.13390.qmail@web21007.mail.yahoo.com> Date: Tue, 2 Jul 2002 11:48:14 -0700 (PDT) From: Nicholas Wourms Subject: Autoconf wrapper issues To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, When trying to run some advanced autoconf features, I ran into this little issue. It appears that the -t/--trace= option is not being passed correctly to the parrent script. In my case: autoconf --trace=AC_SUBST:' AC_SUBST([$1])' | sort -u or autoconf -t AC_SUBST:' AC_SUBST([$1])' | sort -u Returns: autoconf: invalid number of arguments. Try `autoconf --help' for more information. However, autoconf --help shows that -t/--trace= is a valid option, so I know the wrapper is identifying the desired autoconf as 2.53. The same command works fine with the same source on my linux box, incidently. I thought I'd see if anyone has seen this before... Cheers, Nicholas __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- 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/