Re: Problem with autoconf v2.52f

2002-01-17 Thread Paul Eggert
> From: "Thomas E. Dickey" <[EMAIL PROTECTED]> > Date: Thu, 17 Jan 2002 08:55:49 -0500 (EST) > > I'd try replacing it with a single-quote. I'd try replacing \_ACEOF with '_ACEOF' uniformly throughout the configure script.

Re: Problem with autoconf v2.52f

2002-01-17 Thread Thomas Dickey
On Thu, Jan 17, 2002 at 10:20:14AM -0800, Paul Eggert wrote: > > From: "Thomas E. Dickey" <[EMAIL PROTECTED]> > > Date: Thu, 17 Jan 2002 08:55:49 -0500 (EST) > > > > I'd try replacing it with a single-quote. > > I'd try replacing > > \_ACEOF > > with > > '_ACEOF' > > uniformly throughout the

Re: Problem with autoconf v2.52f

2002-01-17 Thread John Poltorak
On Thu, Jan 17, 2002 at 10:20:14AM -0800, Paul Eggert wrote: > > From: "Thomas E. Dickey" <[EMAIL PROTECTED]> > > Date: Thu, 17 Jan 2002 08:55:49 -0500 (EST) > > > > I'd try replacing it with a single-quote. > > I'd try replacing > > \_ACEOF > > with > > '_ACEOF' > > uniformly throughout the

Re: Problem with autoconf v2.52f

2002-01-17 Thread Thomas E. Dickey
On Thu, 17 Jan 2002, John Poltorak wrote: > if test -n "$ac_init_help"; then > > cat <<\_ACEOF< > > Optional Features: > > > but if I change that line to:- > > cat <<_ACEOF > > > it works correctly. > > Can anyone suggest what is going wrong

Problem with autoconf v2.52f

2002-01-17 Thread John Poltorak
I've encountered a strange problem when trying to use autoconf v2.52f on OS/2 to build Sox v12.17.3... Configure always stops at the line indicated below:- _ACEOF cat <<\_ACEOF System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST build programs

AC_LANG and _AC_LANG_ABBREV (fwd)

2002-01-17 Thread Travis Shirk
Hello, I've run into a problem while porting my autoconf scripts from 2.13 to 2.52. I used the following m4 code in one of my scripts: ifelse(AC_LANG,C,AC_REQUIRE([AC_PROG_CC])) This works in 2.13 because AC_LANG_C defines AC_LANG to C, but 2.52 defines AC_LANG much differently and 'autoheader