summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-07 23:05:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-07 23:05:57 +0000
commitd43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2 (patch)
tree8b3ab854dd030a721f8c050439189317a09c8270 /mail.remote
parente4e18a702470db90975ed676fcc8f068053b014b (diff)
downloadmailutils-d43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2.tar.gz
mailutils-d43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2.tar.bz2
Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new autoconf.
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 281f60aa6..9042a0fa2 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -39,8 +39,7 @@
#include <mailutils/registrar.h>
#include <mailutils/stream.h>
-const char *argp_program_version = "mail.remote (" PACKAGE ") " VERSION;
-const char *argp_program_bug_address = "<bug-mailutils@gnu.org>";
+const char *argp_program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
"GNU mail.remote -- pseudo-sendmail interface for mail delivery\n"
"\v"

Return to:

Send suggestions and report system problems to the System administrator.