about AM_INIT_AUTOMAKE not found.
Suggested by Bruno Haible.
2003-04-12 Alexandre Duret-Lutz <adl@gnu.org>
+ * automake.in (scan_autoconf_files): Augment the error message
+ about AM_INIT_AUTOMAKE not found.
+ Suggested by Bruno Haible.
+
* lib/Automake/Version.pm: New file.
* lib/Automake/Makefile.am (dist_perllib_DATA): Add Version.pm.
* lib/Automake/tests/Version.pl: New file.
if (! $seen_init_automake)
{
- err_ac "`AM_INIT_AUTOMAKE' must be used";
+ err_ac ("no proper invocation of AM_INIT_AUTOMAKE was found.\nYou "
+ . "should verify that $configure_ac invokes AM_INIT_AUTOMAKE,"
+ . "\nthat aclocal.m4 is present in the top-level directory,\n"
+ . "and that aclocal.m4 was recently regenerated "
+ . "(using aclocal).");
}
else
{