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

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 or how I can attempt

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 configure script.

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.