From 35364e13de7f992baaed35916dc1ef8a0b4d3edd Mon Sep 17 00:00:00 2001 From: W-Mark Kubacki Date: Tue, 25 May 2010 23:07:35 +0200 Subject: fcgiwrap to rely on definitions provided by autoconf/autoreconf --- fcgiwrap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fcgiwrap.c') diff --git a/fcgiwrap.c b/fcgiwrap.c index e030f91..cd58ca1 100644 --- a/fcgiwrap.c +++ b/fcgiwrap.c @@ -24,8 +24,8 @@ */ #define NO_FCGI_DEFINES -#define FCGIWRAP_VERSION "1.0" +#include "config.h" #include #include #include @@ -628,12 +628,12 @@ int main(int argc, char **argv) switch (c) { case 'h': printf("Usage: %s [OPTION]\nInvokes CGI scripts as FCGI.\n\n" - "fcgiwrap version "FCGIWRAP_VERSION"\n\n" + PACKAGE_NAME" version "PACKAGE_VERSION"\n\n" "Options are:\n" " -c 1..x\t\tNumber of processes to prefork\n" " -h\t\t\tShow this help message and exit\n" - "\nReport bugs to Grzegorz Nosek .\n" - "fcgiwrap home page: \n", + "\nReport bugs to Grzegorz Nosek <"PACKAGE_BUGREPORT">.\n" + PACKAGE_NAME" home page: \n", argv[0] ); return 0; -- cgit v1.2.3