Re: [srvx-devel] compile problems
Brought to you by:
entrope
From: Entrope <en...@us...> - 2002-01-22 03:22:58
|
Alex <ru...@bl...> writes: > pike:~/srvx$ ./autogen.sh > aclocal: couldn't open `configure.in': No such file or directory > Usage: autoheader [-h] [--help] [-m dir] [--macrodir=dir] > [-l dir] [--localdir=dir] [--version] [template-file] > automake: couldn't open `configure.in': No such file or directory > Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir] > [-l dir] [--localdir=dir] [--version] [template-file] If configure.in is missing, you're probably using CVS HEAD (which we've more or less abandoned, and requires autoconf 2.5x). If you "cvs update -r rel-1_0" (or "-r rel-1_1-branch"), autogen.sh should work better. For srvx-2.0, we will be keeping configure.in and autoconf 2.13 compatibility, so this problem will go away. -- Entrope |