From: Bert Hubert Date: Wed, 9 Feb 2005 12:52:30 +0000 (+0000) Subject: * pimp up gcc version display a bit, + add it to the startup logs. we now use __VERS... X-Git-Tag: pdns-2.9.18~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45fdd6127c35df678a42b06bfaea821cd6de6dc0;p=pdns * pimp up gcc version display a bit, + add it to the startup logs. we now use __VERSION__ which includes more details on the gcc used * --version detection is now done earlier, so it will work in more cases. bad configuration will not prevent --version output now git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@295 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/configure.in b/configure.in index 85f0cc4c2..1bb45f563 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl intro AC_INIT(pdns/receiver.cc) -AM_INIT_AUTOMAKE(pdns, 2.9.17) +AM_INIT_AUTOMAKE(pdns, 2.9.18-cvs) AC_CANONICAL_HOST AM_CONFIG_HEADER(config.h) AC_C_BIGENDIAN diff --git a/pdns/distributor.hh b/pdns/distributor.hh index 5682a88c0..855e62c63 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -136,7 +136,7 @@ templateDistributor(this)); diff --git a/pdns/receiver.cc b/pdns/receiver.cc index 9514fc9bd..8e4a43ac3 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -469,6 +469,15 @@ int main(int argc, char **argv) // never get here, guardian will reinvoke process cerr<<"Um, we did get here!"<