From 1bdf77ad523fca6f3781f5614706246f20394a62 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 28 Jan 2009 18:36:08 +0100 Subject: 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. --- src/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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: .\n"), PACKAGE_NAME, PACKAGE); fputs (_("General help using GNU software: .\n"), -- cgit v1.2.3-54-g00ecf