From: "Rapp, Perry" <PRapp@smartronix.com>
To: <cygwin@cygwin.com>
Subject: cygwin wrapper aclocal doesn't handle multiple -I options ?
Date: Tue, 25 Jun 2002 19:34:00 -0000 [thread overview]
Message-ID: <DBA6BD994E72DB44A3BD5C2A3A93CFB62CEF30@smxchqexmb01.smartronix.com> (raw)
I have a hypothesis that the aclocal wrapper doesn't handle
multiple -I options, or at least doesn't pass them all to the
real aclocal.
If I replace my call
aclocal -I m4 -I build/autotools
with
/usr/autotools/devel/aclocal -I m4 -I build/autotools
then things work (it finds gettext, which is in ./m4/gettext.m4).
I looked at
/usr/bin/aclocal
and this section:
-I )
test $# = 1 && eval "$exit_missing_arg"
shift
opt_i="-I $1"
shift ;;
suggests to me that it is replacing the earlier -I option with the
later ?
I am guessing a solution would be to do an append there,
but I'm no good at shell programming -- anyone know the
proper syntax ?
Cordially,
Perry
ps:
$ aclocal --version
aclocal (GNU automake) 1.6.1
Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Written by Tom Tromey <tromey@redhat.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/
next reply other threads:[~2002-06-25 22:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-25 19:34 Rapp, Perry [this message]
2002-06-25 20:32 Rapp, Perry
2002-06-26 0:37 ` Charles Wilson
2002-06-26 7:36 ` Bernard A Badger
2002-06-26 9:12 ` Charles Wilson
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=DBA6BD994E72DB44A3BD5C2A3A93CFB62CEF30@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).