Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Commited: RE: PATCH: Re: zsh and autoconf-2.50



> }
> } > Create a new file "zshconf.ac" (or "zshconf.in" or whatever, it really
> } > doesn't matter).  Most of the contents of the current
> configure go into
> } > this file -- everything up to the "missing some essential
> features" hack.
>
> I think you forgot to pass the name of zshconf.ac as an argument to the
> autoheader command in Makefile.in.  Does it work for you anyway?  (I
> haven't tried yet.)
>

You do not need to. autoheader-2.13 calls m4 on input file and
autoheader-2.50 is using autoconf --trace (very useful to debug configure
problem - check docs). In both cases all include files are correctly
processed.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author