AC_DEFINE error during configure
Posted: 22 Feb 2004 17:58
Fresh installation of msys, msysDTK, MingW/gcc3.3.1. VLC libraries (pre-compiled binaries), Windows2000. Latest available.
I'm following INSTALL.win32,v 1.22 2004/01/24.
In an MSYS window, I paste in the section from install.win32 about configuring the environment, the section for "If you are compiling with MSYS/MINGW" -- the lines starting from "./bootstrap && \" through " --enable-debug"
It starts the environment build, then I get
"+ aclocal-1.7 -I m4
+ autoconf
configure.ac:194: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:1202: error: possibly undefined macro: AC_MSG_WARN"
I thought AC_DEFINE and AC_MSG_WARN were built-in items -- what file(s) would I have to put m4Pattern_allow statements in?
Thanks.
I'm following INSTALL.win32,v 1.22 2004/01/24.
In an MSYS window, I paste in the section from install.win32 about configuring the environment, the section for "If you are compiling with MSYS/MINGW" -- the lines starting from "./bootstrap && \" through " --enable-debug"
It starts the environment build, then I get
"+ aclocal-1.7 -I m4
+ autoconf
configure.ac:194: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:1202: error: possibly undefined macro: AC_MSG_WARN"
I thought AC_DEFINE and AC_MSG_WARN were built-in items -- what file(s) would I have to put m4Pattern_allow statements in?
Thanks.