summaryrefslogtreecommitdiff
path: root/dotlock/dotlock.c
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 /dotlock/dotlock.c
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 'dotlock/dotlock.c')
-rw-r--r--dotlock/dotlock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 62a22a76c..80a2f830f 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -30,8 +30,7 @@
#include <mailutils/errno.h>
#include <mailutils/locker.h>
-const char *argp_program_version = "GNU dotlock (" PACKAGE ") " VERSION;
-const char *argp_program_bug_address = "<bug-mailutils@gnu.org>";
+const char *argp_program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
"GNU dotlock -- lock mail spool files"
"\v"

Return to:

Send suggestions and report system problems to the System administrator.