(jm_PREREQ): Add jm_PREREQ_EXCLUDE.
[gnulib.git] / lib / version-etc.c
index c4562fd..b20a32f 100644 (file)
 #else
 # define _(Text) Text
 #endif
-#define N_(Text) Text
 
 /* Default copyright goes to the FSF. */
 
 char* version_etc_copyright =
-  N_("Copyright (C) 2001 Free Software Foundation, Inc.");
+  /* Do *not* mark this string for translation.  */
+  "Copyright (C) 2001 Free Software Foundation, Inc.";
 
 
 /* Display the --version information the standard way.
@@ -60,7 +60,7 @@ version_etc (FILE *stream,
   fprintf (stream, _("Written by %s.\n"), authors);
   putc ('\n', stream);
 
-  fputs (_(version_etc_copyright), stream);
+  fputs (version_etc_copyright, stream);
   putc ('\n', stream);
 
   fputs (_("\