dnl Initialize.
AC_PREREQ(2.58)
-AC_INIT(pspp, 0.3.1)
+AC_INIT(pspp, 0.3.1,bug-gnu-pspp@gnu.org)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
"\n");
/* Message that describes PSPP command-line syntax, continued. */
-static const char post_syntax_message[] =
-N_("\nReport bugs to <bug-gnu-pspp@gnu.org>.\n");
+static const char post_syntax_message[] = N_("\nReport bugs to <%s>.\n");
/* Writes a syntax description to stdout and terminates. */
static void
{
printf (gettext (pre_syntax_message), pgmname);
outp_list_classes ();
- printf (gettext (post_syntax_message));
+ printf (gettext (post_syntax_message),PACKAGE_BUGREPORT);
err_hcf (1);
}