From: Audin M. <am...@ha...> - 2000-05-05 21:56:00
|
I'm trying to build gimp-print for the first time here...and i'm having problems with autoconfig... I do this: [amalmin@skaro print]$ pwd /home/amalmin/src/gimp-print/print [amalmin@skaro print]$ autoconf [amalmin@skaro print]$ ./configure loading cache ./config.cache ./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE(print,3.1.4)' ./configure: ./configure: line 521: `AM_INIT_AUTOMAKE(print,3.1.4)' So, looking at the mailing list archives, I'm told to do this first: [amalmin@skaro print]$ aclocal aclocal: configure.in: 43: macro `AM_PATH_GIMP' not found in library But that still doesn't work...AM_PATH_GIMP is called in configure.in... but doesn't seem to be defined anywhere else... My gimp is: [amalmin@skaro print]$ gimp -v GIMP version 1.1.17 Built from source...on what was once long ago a Redhat 5.1 setup... -- Audin Malmin - am...@ha... |