summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-03 13:28:15 +0200
committerJim Meyering <meyering@redhat.com>2011-06-04 10:57:01 +0200
commitc2b25223c13ad7bb55bebbdf456a9040c030d10c (patch)
treeaaa4f8e329e63ae9dce466c817805469f1f83648 /src/system.h
parentb7332b889e083370293b143687df3e01bbca7539 (diff)
downloadcoreutils-c2b25223c13ad7bb55bebbdf456a9040c030d10c.tar.xz
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.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/system.h b/src/system.h
index 2e8e17720..47aad0222 100644
--- a/src/system.h
+++ b/src/system.h
@@ -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.