]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
system.h: add a comment re autoconf's new AC_PACKAGE_URL
authorJim Meyering <meyering@redhat.com>
Wed, 28 Jan 2009 17:36:08 +0000 (18:36 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Jan 2009 17:36:08 +0000 (18:36 +0100)
* src/system.h (emit_bug_reporting_address): Add a comment
suggesting to use AC_PACKAGE_URL once we require autoconf-2.64.

src/system.h

index 79eac65fb620a045a8914d6db1c3bc1babd39125..fb864985fb46eabeae8406f98a50ea10f358f685 100644 (file)
@@ -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"),