From: fabien r. <ro...@mn...> - 2004-03-17 11:07:28
|
Hello, I'm trying to setup mdbtools on my computer. Unfortunately, it doesn't work neither with source, nor with cvs, nor with rpms. However, I've installed all the necessary packages... When I launched the ./autogen.sh, an error appears: [root@crozet mdbtools]# ./autogen.sh -quiet processing . Running libtoolize... Running aclocal ... Running autoheader... configure.in:21: warning: AC_TRY_RUN called without default to allow cross compiling Running automake --gnu ... Running autoconf ... configure.in:21: warning: AC_TRY_RUN called without default to allow cross compiling autoconf: Undefined macros: configure.in:114:AC_CONFIG_FILES([src/Makefile]) Running ./configure -quiet ... loading cache ./config.cache creating libtool ./configure: line 6400: syntax error near unexpected token `src/Makefile' ./configure: line 6400: `AC_CONFIG_FILES(src/Makefile)' It seems the autogen can't see the Macro AC_CONFIG_FILES... What can I do? Thanks Fabien |