configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). Remove ALL_LINGUAS.
[enscript.git] / states / main.c
index ae2bc94..8171673 100644 (file)
@@ -196,7 +196,7 @@ main (argc, argv)
   argv[0] = program;
 
   /* Format version string. */
-  sprintf (version, _("states for GNU %s %s"), PACKAGE, VERSION);
+  sprintf (version, _("states for %s"), PACKAGE_STRING);
 
   /* Internationalization. */
 #if HAVE_SETLOCALE