From: <sh...@al...> - 2000-02-06 15:08:51
|
> On Sun, 06 Feb 2000, sh...@al... wrote: > > > > I'm probably missing something, but isn't the current > > > build mechanism to run "autoconf" and then "./configure" ? > > > You need to run "aclocal" before autoconf. > > Ok, works better now. Still not complete though, as ./configure > can't find Makefile.in. I might have deleted that, but it isn't > in the CVS so I guess it's not taken from there... You need to run "automake" before configure. Aren't you glad you have these tools to make compiling software so easy? Eric |