On Fri, 17 Jan 2003 10:33:50 +0100 Jan Stary <jsta6559@artax.karlin.mff.cuni.cz> wrote:
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
I have finally fixed the damn thing. The configure.in files was faulty. Here's what's fixed in the file: AC_INIT([src/dillo.c]) dnl AC_CONFIG_SRCDIR([src/dillo.c]) and <oneline> dnl AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/IO/Makefile]) </oneline> <oneline> AC_OUTPUT([Makefile doc/Makefile src/Makefile src/IO/Makefile]) </oneline> Happy compiling! But the question of "Who broke the configure.in file?!" still stands :> PS: if you are really picky, you could modify the AM_INIT_AUTOMAKE line to reflect the real version: AM_INIT_AUTOMAKE(dillo, 0.7.0-pre) -- People tend to make rules for others and exceptions for themselves. Registered Linux user #298569