[CSOUND-DEV:3273] configure.in broken (?)
| Date | 2003-11-04 19:58 |
| From | steven |
| 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 |
| Date | 2003-11-04 20:19 |
| From | ramsdell@mitre.org (John D. Ramsdell) |
| Subject | [CSOUND-DEV:3274] Re: configure.in broken (?) |
Oh, just delete AM_PROG_CC_STDC. John steven |