[Pkg-wmaker-commits] [wmbiff] 04/19: use automake/autoconf defined PACKAGE_VERSION and PACKAGE_BUGREPORT

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_11
in repository wmbiff.

commit a871e18f6f44a4d113157c681720a1983e0acc74
Author: bluehal <bluehal>
Date:   Sun Dec 29 00:37:26 2002 +0000

    use automake/autoconf defined PACKAGE_VERSION and PACKAGE_BUGREPORT
---
 configure.ac    |  4 ++--
 wmbiff/wmbiff.c | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 66abdb0..1322373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,9 +7,9 @@ dnl and configure:
 dnl  installation prefix
 dnl  version
 
-AC_INIT(wmbiff, 0.4.10, wmbiff-devel at lists.sourceforge.net)
+AC_INIT(WMBiff, 0.4.11, wmbiff-devel at lists.sourceforge.net, wmbiff)
 AC_CONFIG_AUX_DIR(autoconf)
-AM_INIT_AUTOMAKE(wmbiff, 0.4.10)
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 dnl make sure autoheader finds version, implicitly defined above.
 AH_TEMPLATE([VERSION], [wmbiff's release version])
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index 6e5bf93..39c7ee6 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.38 2002/12/29 00:14:41 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.39 2002/12/29 00:37:26 bluehal Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -1100,10 +1100,10 @@ void parse_cmd(int argc, char **argv, /*@out@ */ char *config_file)
 
 void usage(void)
 {
-	printf("\nwmBiff v" VERSION
+	printf("\nwmBiff v%s"
 		   " - incoming mail checker\n"
 		   "Gennady Belyakov and others (see the README file)\n"
-		   "Please report bugs to wmbiff-devel at lists.sourceforge.net\n"
+		   "Please report bugs to %s\n"
 		   "\n"
 		   "usage:\n"
 		   "    -c <filename>             use specified config file\n"
@@ -1120,12 +1120,12 @@ void usage(void)
 #endif
 		   "    -v                        print the version number\n"
 		   "    +w                        not withdrawn: run as a window\n"
-		   "\n");
+		   "\n", PACKAGE_VERSION, PACKAGE_BUGREPORT);
 }
 
 void printversion(void)
 {
-	printf("wmbiff v%s\n", VERSION);
+	printf("wmbiff v%s\n", PACKAGE_VERSION);
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list