%% Daniel Goujot <[EMAIL PROTECTED]> writes:

  dg> maremma:/4go/tmp/make-3.80% sh --version
  dg> GNU bash, version 2.01.1(1)-release (i586-pc-linux-gnu)
  dg> Copyright 1997 Free Software Foundation, Inc.

  dg> This shell will make segmentation fault on these lines :

  dg> # Work around bugs in pre-3.0 UWIN ksh.
  dg> $as_unset ENV MAIL MAILPATH
  dg> PS1='$ '
  dg> PS2='> '
  dg> PS4='+ '

  dg> (found in make-3.80/configure, make-3.80/config.status, and maybe
  dg> other places) In installation of gmake-3.80, ./configure step
  dg> won't work unless these lines are removed.

Hm.  Well, this is really a bug in bash, but since that version is so
old I doubt you'll be able to get a patch for it: they'll probably just
say you should upgrade.

If you really want this old version of bash supported, then you should
report this as a bug to the autoconf folks ([EMAIL PROTECTED]).

There's not much that GNU make can do about this, since it just uses
autoconf to generate the configure file.


HTH!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to