Mon 10 Jul 2006 05:57:27 PM UTC, comment #4:
I must admit I don't know much about automake. However, I noticed that
http://www.gnu.org/software/automake/manual/html_mono/automake.html#API%20versioning
seems to suggest for example
"AM_INIT_AUTOMAKE(1.6.1) dnl Require Automake 1.6.1 or better."
Unfortunately it doesn't say much about automatically selecting the right version if multiple versions are available.
I can't test 1.5 since it doesn't seem to be in debian sarge anymore but I tested with 1.6 and got the following output from autogen.sh:
processing .
Running aclocal -I macros ...
Running autoheader...
Running automake --gnu ...
doc/xmldocs.make:98: INSTALL_DATA_HOOK was already defined in condition TRUE, which implies condition GHELP_TRUE
INSTALL_DATA_HOOK (User, where = doc/xmldocs.make:98) +=
{
TRUE =>
}
doc/xmldocs.make:99: UNINSTALL_HOOK was already defined in condition TRUE, which implies condition GHELP_TRUE
UNINSTALL_HOOK (User, where = doc/xmldocs.make:99) +=
{
TRUE =>
}
doc/xmldocs.make:98: INSTALL_DATA_HOOK was already defined in condition TRUE, which implies condition ENABLE_TEXI_TRUE
INSTALL_DATA_HOOK (User, where = doc/xmldocs.make:98) +=
{
TRUE =>
GHELP_TRUE => omf install-data-omf-hook
}
doc/xmldocs.make:99: UNINSTALL_HOOK was already defined in condition TRUE, which implies condition ENABLE_TEXI_TRUE
UNINSTALL_HOOK (User, where = doc/xmldocs.make:99) +=
{
TRUE =>
GHELP_TRUE => uninstall-omf-hook
}
testsuite/actionscript.all/Makefile.am:94: EXTRA_DIST was already defined in condition TRUE, which implies condition ENABLE_MING_TRUE
EXTRA_DIST (User, where = testsuite/actionscript.all/Makefile.am:94) +=
{
TRUE => $(GENERATED:.swf=.as)
}
Running autoconf ...
|