summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-28 18:36:08 +0100
committerJim Meyering <meyering@redhat.com>2009-01-28 18:36:08 +0100
commit1bdf77ad523fca6f3781f5614706246f20394a62 (patch)
tree61920d205c681a9fab8f7e5f67b9e74af836c848 /src
parent05a50b7848e235289b32fa8c712c38fb58209893 (diff)
downloadcoreutils-1bdf77ad523fca6f3781f5614706246f20394a62.tar.xz
system.h: add a comment re autoconf's new AC_PACKAGE_URL
* src/system.h (emit_bug_reporting_address): Add a comment suggesting to use AC_PACKAGE_URL once we require autoconf-2.64.
Diffstat (limited to 'src')
-rw-r--r--src/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 79eac65fb..fb864985f 100644
--- a/src/system.h
+++ b/src/system.h
@@ -621,6 +621,7 @@ emit_bug_reporting_address (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);
fputs (_("General help using GNU software: <http://www.gnu.org/gethelp/>.\n"),