problems installing imlib2

Started by
0 comments, last by eedok 20 years ago
well when I try to install this I get these errors

configure.in:119: warning: AC_TRY_RUN called without default to allow cross compiling
autoconf: Undefined macros:
configure.in:415:AC_CONFIG_FILES([imlib2-config imlib2.pc Makefile loaders/Makefile src/Makefile test/Makefile \
configure.in:418:AC_CONFIG_COMMANDS([default],[[
configure.in:4:AC_CONFIG_SRCDIR([src/Imlib2.h])
my autoconf version is 2.13
Advertisement
Why do you have to create the configure script yourself? Part of the point of autoconf is that the end-builder doesn''t have to have the autoconf or the macros that are required to generate the configure script. If you checked it out from CVS, that''s different.

Anyway, autoconf 2.13 is kind-of old. I can''t remember when those macros were added to autoconf, but conceivably it could have been after 2.13. Also, trying running aclocal before running autoconf/autogen.sh and see if it finds those macros for you.

This topic is closed to new replies.

Advertisement