From: Jim Meyering Date: Wed, 28 Jan 2009 17:36:08 +0000 (+0100) Subject: system.h: add a comment re autoconf's new AC_PACKAGE_URL X-Git-Tag: v7.1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bdf77ad523fca6f3781f5614706246f20394a62;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/src/system.h b/src/system.h index 79eac65fb6..fb864985fb 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: .\n"), PACKAGE_NAME, PACKAGE); fputs (_("General help using GNU software: .\n"),