Sam Steingold <[EMAIL PROTECTED]> writes:

|> configure.in:
|> AC_FUNC_ALLOCA
|> 
|> ==> config.h.in:
|> /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|>    */
|> #undef HAVE_ALLOCA_H
|> 
|> $ bash -x -n configure
|> ==>
|> modules/regexp/config.h.in: line 14: syntax error near unexpected token `('
|> modules/regexp/config.h.in: line 14: `/* Define to 1 if you have <alloca.h> and  it 
should be used (not on Ultrix).'
|> 
|> what am I missing?

The problem is likely to be somewhere else, because config.h.in is not
supposed to be interpreted by the shell.  Perhaps a misplaced paren or
missing quotes?

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply via email to