anyone have any pointers for getting conky, an Light-weight system monitor for X, onto os x? I can't seem to get the thing to ./configure, make, make check, make install. It has a file called "configure.ac" but when I run the command
> autoconf configure.ac I get a a LOT of stuff running down the screen ending with the following errors:
srcdir/BUGS
echo
configure.ac:28: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:121: error: possibly undefined macro: AC_PROG_GNU_M4
configure.ac:127: error: possibly undefined macro: AM_MISSING_PROG
configure.ac:189: error: possibly undefined macro: AM_PATH_LISPDIR
configure.ac:203: error: possibly undefined macro: AC_PROG_MAKE_CASE_SENSITIVE
How can I go about removing these errors?
> autoconf configure.ac I get a a LOT of stuff running down the screen ending with the following errors:
srcdir/BUGS
echo
configure.ac:28: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:121: error: possibly undefined macro: AC_PROG_GNU_M4
configure.ac:127: error: possibly undefined macro: AM_MISSING_PROG
configure.ac:189: error: possibly undefined macro: AM_PATH_LISPDIR
configure.ac:203: error: possibly undefined macro: AC_PROG_MAKE_CASE_SENSITIVE
How can I go about removing these errors?