From 478d7ec1929c99450cfbfa05e02330658a8668bc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 4 Sep 2003 22:06:56 +0000 Subject: autoconf git-svn-id: file:///home/lennart/svn/public/syrep/trunk@30 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/syrep.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/syrep.c') diff --git a/src/syrep.c b/src/syrep.c index 446c2c9..724f08a 100644 --- a/src/syrep.c +++ b/src/syrep.c @@ -18,7 +18,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ***/ -#include +#include #include #include #include @@ -53,6 +53,12 @@ #include "makepatch.h" #include "cleanup.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "svn-revision.h" + volatile int interrupted = 0; struct gengetopt_args_info args; @@ -533,7 +539,8 @@ static int version(const char *argv0) { "%s "PACKAGE_VERSION"\n" "Compiled with %i Bit off_t.\n" "Compiled with zlib %s, linked to zlib %s.\n" - "Compiled with libdb %i.%i.%i, linked to libdb %i.%i.%i\n", + "Compiled with libdb %i.%i.%i, linked to libdb %i.%i.%i\n" + "SVN Revision "SVN_REVISION"\n", argv0, sizeof(off_t)*8, ZLIB_VERSION, zlibVersion(), -- cgit