Similar problem here. I just checked out, and I get hans@jorgen dillo$ pwd /home/hans/src/dillo hans@jorgen dillo$ ./configure --prefix=$HOME --disable-ipv6 [ .. no problem here, all libraries found etc .. ] config.status: executing default-1 commands hans@jorgen dillo$ make cd . && \ /bin/sh /home/hans/src/dillo/missing --run automake --gnu Makefile cd . && /bin/sh /home/hans/src/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 --prefix=/home/hans --disable-ipv6 --no-create --no-recursion creating cache ./config.cache ./configure: line 549: syntax error near unexpected token `src/dillo.c' ./configure: line 549: `AC_CONFIG_SRCDIR(src/dillo.c)' make: *** [config.status] Error 2 hans@jorgen dillo$ autoconf --version Autoconf version 2.13 hans@jorgen dillo$ m4 --version GNU m4 1.4 There must be something wrong with the configure script thinking there's no autoconf. And 'undefined macros' - is this an autoconf bug? Strangely, when I just dnl'ed the AC_CONFIG_FILES and AC_CONFIG_SRCDIR in configure.in, everything compiles ok and runs without problems. Jan On Jan 17 10:43:10, 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: : :======================================= :[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 : :_______________________________________________ :Dillo-dev mailing list :Dillo-dev@lists.auriga.wearlab.de :http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev ----- End forwarded message -----