From: Nicholas N. <nj...@ca...> - 2003-04-28 17:43:02
|
On Mon, 28 Apr 2003, Bill Deegan wrote: > O.k. dumb question. I've checked out the code from cvs, how to > I get configure to work? > > autoconf gives me: > autoconf > configure.in:3: error: possibly undefined macro: AM_CONFIG_HEADER > configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE > configure.in:6: error: possibly undefined macro: AM_MAINTAINER_MODE Run "autogen.sh ; ./configure --prefix=wherever ; make install". Not a dumb question, I don't think we say that anywhere, we should... N |