mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-29 03:50:45 +02:00
build: require at least 2-year old autoconf-2.64 (was 2.62)
* configure.ac: Require autoconf-2.64, which is nearly two years old. * src/system.h (emit_ancillary_info): Use PACKAGE_URL, now that we require autoconf-2.64.
This commit is contained in:
+1
-3
@@ -593,9 +593,7 @@ emit_ancillary_info (void)
|
||||
{
|
||||
printf (_("\nReport %s bugs to %s\n"), last_component (program_name),
|
||||
PACKAGE_BUGREPORT);
|
||||
/* FIXME 2010: use AC_PACKAGE_URL once we require autoconf-2.64 */
|
||||
printf (_("%s home page: <http://www.gnu.org/software/%s/>\n"),
|
||||
PACKAGE_NAME, PACKAGE);
|
||||
printf (_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL);
|
||||
fputs (_("General help using GNU software: <http://www.gnu.org/gethelp/>\n"),
|
||||
stdout);
|
||||
/* Don't output this redundant message for English locales.
|
||||
|
||||
Reference in New Issue
Block a user