fix version-etc for older autoconf
authorAndy Wingo <wingo@pobox.com>
Fri, 20 Nov 2009 16:24:40 +0000 (17:24 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 21 Nov 2009 18:03:22 +0000 (19:03 +0100)
* lib/version-etc.c: Don't reference the undefined PACKAGE if
  PACKAGE_URL is undefined. Probably should go upstream.

lib/version-etc.c

index 4f9de48..a7be46e 100644 (file)
@@ -245,7 +245,7 @@ emit_bug_reporting_address (void)
   printf (_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL);
 #else
   printf (_("%s home page: <http://www.gnu.org/software/%s/>\n"),
-         PACKAGE_NAME, PACKAGE);
+         PACKAGE_NAME, PACKAGE_TARNAME);
 #endif
   fputs (_("General help using GNU software: <http://www.gnu.org/gethelp/>\n"),
         stdout);