Re: GNU auto* tools use bash

2000-10-08 Thread Brian Reichert
On Sun, Oct 08, 2000 at 06:34:22PM -0700, Kris Kennaway wrote: > That sounds like something which should be reported to the GNU > maintainers. Oh, I agree, I was concerned that the package maintainers (whoever that is) might also care... > Kris -- Brian 'you Bastard' Reichert<[EMAI

Re: GNU auto* tools use bash

2000-10-08 Thread Kris Kennaway
On Sun, Oct 08, 2000 at 06:15:59PM -0400, Brian Reichert wrote: > Just a heads-up: under FreeBSD 4.1; some of the GNU auto* tools > (notably autoconf and autoheader) invoke /bin/sh, but presume that > that is really bash. That sounds like something which should be reported to the GNU maintainers.

GNU auto* tools use bash

2000-10-08 Thread Brian Reichert
Just a heads-up: under FreeBSD 4.1; some of the GNU auto* tools (notably autoconf and autoheader) invoke /bin/sh, but presume that that is really bash. Autoconf is from the autoconf-2.13 package. For example, when I try to run 'autoconf --version', it hangs. % autoconf --version Start ...