cygwin wrapper aclocal doesn't handle multiple -I options ?
Charles Wilson
cwilson@ece.gatech.edu
Wed Jun 26 00:37:00 GMT 2002
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/
More information about the Cygwin
mailing list