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

Re: PATCH: fix configure good and proper.



Oliver Kiddle wrote:
> That's because the dot command in /bin/sh on Solaris searches the path
> for config.modules.sh. It seems bash will look in the current directory
> anyway which is probably why it works on Linux. I've put the fix below.

Hmm... it might be more portable to use ${SHELL} instead of dot anyway.
The script is written to be self-contained.

> on Solaris 8. Is that what you're talking about with term.h:

Yes, that will need fixing with the reset of the curses stuff.

> Should we be defining something so that it says `zsh' instead of
> AC_PACKAGE_NAME?

I already checked that, and it should be set by AC_INIT. (We don't use
all the parameters from that, but the package name comes from the first
which is `zsh'.  Using more parameters is a pain because the second
argument is a version.)  So I don't think this is our problem.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



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