When I run autogen.sh I get:
[jdorje@devon:~/src/tuxnes]$ ./autogen.sh
aclocal: configure.ac: 42: macro `AM_PROG_AS' not found in library
I'm using debian unstable (sid).
[jdorje@devon:~/src/tuxnes]$ aclocal -v
aclocal: unrecognized option -- `-v'
Try `aclocal --help' for more information.
[jdorje@devon:~/src/tuxnes]$ aclocal --version
aclocal (GNU automake) 1.4-p4
Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Tom Tromey <tr...@cy...>
I do have the option of upgrading my automake. But if a more recent
version is required autogen should check for it.
jason
|