diff options
author | Jim Meyering <meyering@redhat.com> | 2009-01-28 18:36:08 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-01-28 18:36:08 +0100 |
commit | 1bdf77ad523fca6f3781f5614706246f20394a62 (patch) | |
tree | 61920d205c681a9fab8f7e5f67b9e74af836c848 /src | |
parent | 05a50b7848e235289b32fa8c712c38fb58209893 (diff) | |
download | coreutils-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.h | 1 |
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"), |