|
From: Theo V. <The...@le...> - 2007-08-07 07:12:47
|
Stephen Woodbridge wrote: > dv, > > Thanks, but that does not really help. > Does anyone know anything about the automake stuff? > I have spent all day fussing over this and mad no progress except to > think that this stuff does not work. > > woodbri@carto:/u/software/agg-2.5$ sh ./autogen.sh > aclocal: configure.in: 103: macro `AM_PATH_SDL' not found in library > autoconf: Undefined macros: > configure.in:22: AC_HELP_STRING([--enable-examples],[Antigrain > examples])) > configure.in:26: AC_HELP_STRING([--enable-ctrl],[a gui libray used in > examples])) > configure.in:29: AC_HELP_STRING([--enable-platform],[portable > platform layers])) > configure.in:3:AC_CONFIG_HEADERS(include/config.h) > configure.in:66: AC_HELP_STRING([--enable-win32tt],[Win32 TrueType > font support library]), > configure.in:79: AC_HELP_STRING([--enable-freetype],[freetype font > support library]), > configure.in:88: AC_HELP_STRING([--enable-gpc],[gpc polygon clipper > library]) ) > You should add the contents of `/usr/share/aclocal/libtool.m4' to > `aclocal.m4'. > automake: unrecognized option -- `--ignore-deps' > Try `automake --help' for more information. > creating cache ./config.cache > configure: error: can not find install-sh or install.sh in . ./.. ./../.. > woodbri@carto:/u/software/agg-2.5$ > > If I remove --ignore-deps from the automake line in autoge.sh I get a > little farther with: > [snip] I have seen this too and as far as I recall I just had to install some auto* tools I didn't have and sdl development stuff (I forgot to write it down). If you're running ubuntu, open the pakage manager and see if the auto stuf, libtool etc and sdl devel are installed. Personally I hate that autocrap, producing those gigantic makefiles. I prefer plain and simple makefiles, that just work. Theo |