configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). Remove ALL_LINGUAS.
[enscript.git] / states / main.c
index 430f793..8171673 100644 (file)
@@ -20,8 +20,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; see the file COPYING.  If not, write to
- * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #include "defs.h"
@@ -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