I'm not a autoconf/automake guru so I do not know what to check or correct here. When run:
./autogen.sh
It produces a couple of errors. I guess most of these are consequences of the first error. I tried to understand what happens:
When it runs aclocal, it says:
aclocal: configure.in: 12: macro `AM_PATH_GTK' not found in library
Then, automake says:
src/Makefile.am:19: variable `INTLLIBS' not defined
And finally configure says:
./configure: line 526: syntax error near unexpected token `AM_INIT_AUTOMAKE(gtkcdlabel,'
./configure: line 526: `AM_INIT_AUTOMAKE(gtkcdlabel, 0.6.8)'
So I guess there must be something missing on my system. I'm using Slackware 7.0 GNU/Linux (somewhat customized though). Can somebody explain what are these AM_PATH_GTK, AM_INIT_AUTOMAKE thingy, where they are supposed to be found and so on...
Thanks in advance.
--Cedric Bouvier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm not a autoconf/automake guru so I do not know what to check or correct here. When run:
./autogen.sh
It produces a couple of errors. I guess most of these are consequences of the first error. I tried to understand what happens:
When it runs aclocal, it says:
aclocal: configure.in: 12: macro `AM_PATH_GTK' not found in library
Then, automake says:
src/Makefile.am:19: variable `INTLLIBS' not defined
And finally configure says:
./configure: line 526: syntax error near unexpected token `AM_INIT_AUTOMAKE(gtkcdlabel,'
./configure: line 526: `AM_INIT_AUTOMAKE(gtkcdlabel, 0.6.8)'
So I guess there must be something missing on my system. I'm using Slackware 7.0 GNU/Linux (somewhat customized though). Can somebody explain what are these AM_PATH_GTK, AM_INIT_AUTOMAKE thingy, where they are supposed to be found and so on...
Thanks in advance.
--Cedric Bouvier
automake is missing?
AM = automake
slackwares setup seems to be somewhat
abnormal :/