I'm having trouble compiling from CVS. After I get all the files updated, I do a ./configure, and after that a make. I get this: ======================================= [silviu@localhost dillo]$ make cd . && \ /bin/sh /home/silviu/Sources/dillo/missing --run automake --gnu Makefile cd . && /bin/sh /home/silviu/Sources/dillo/missing --run autoconf autoconf: Undefined macros: configure.in:153:AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/IO/Makefile]) configure.in:4:AC_CONFIG_SRCDIR([src/dillo.c]) WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck running /bin/sh ./configure --no-create --no-recursion creating cache ./config.cache ./configure: line 549: syntax error near unexpected token `AC_CONFIG_SRCDIR(src/dillo.c)'./configure: line 549: `AC_CONFIG_SRCDIR(src/dillo.c)' make: *** [config.status] Error 2 ====================================== What am I doing wrong ? -- People tend to make rules for others and exceptions for themselves. Registered Linux user #298569
On Fri, Jan 17, slymer@slymer.org wrote:
I'm having trouble compiling from CVS. After I get all the files updated, I do a ./configure, and after that a make. I get this:
[...]
configure should probably not be part of the CVS. Currently, following workaround helps: rm configure cvs -d:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo update configure touch configure Then type "./configure && make", as usual. Sebastian
participants (3)
-
Nicola Girardi
-
Sebastian Geerken
-
slymer@slymer.org