Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3273] configure.in broken (?)

Date2003-11-04 19:58
Fromsteven
Subject[CSOUND-DEV:3273] configure.in broken (?)
Hi all,

configure.in seems to be broken.  running autoconf on cygwin I get:

$ autoconf
configure.in:9: warning: AC_ARG_PROGRAM was called before 
AC_CANONICAL_TARGET
configure.in:23: error: possibly undefined macro: AM_PROG_CC_STDC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

any ideas?

steven

Date2003-11-04 20:19
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3274] Re: configure.in broken (?)
Oh, just delete AM_PROG_CC_STDC.
John
steven  writes:

> Hi all,
> 
> configure.in seems to be broken.  running autoconf on cygwin I get:
> 
> $ autoconf
> configure.in:9: warning: AC_ARG_PROGRAM was called before
> AC_CANONICAL_TARGET
> configure.in:23: error: possibly undefined macro: AM_PROG_CC_STDC
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> 
> any ideas?
> 
> steven