From b8d5d7476807b64d1c197efd9710cd4f5291152c Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 23 May 2006 09:41:06 +0000 Subject: [PATCH] added items to configuration display and instructions --- configure.ac | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9d3f17e..ec34cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.5 2006-05-10 14:13:45 adam Exp $ +dnl $Id: configure.ac,v 1.6 2006-05-23 09:41:06 marc Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk]) @@ -400,7 +400,11 @@ echo \ "------------------------------------------------------------------------ Configuration: + Package: ${PACKAGE} + Version: ${VERSION} + Bugreport: ${PACKAGE_BUGREPORT} Source code location: ${srcdir} + C Preprocessor: ${CPP} C Preprocessor flags: ${CPPFLAGS} C Compiler: ${CC} C Compiler flags: ${CFLAGS} @@ -409,5 +413,8 @@ Configuration: Host System Type: ${host} Install path: ${prefix} Automake: ${AUTOMAKE} + Archiver: ${AR} + Ranlib: ${RANLIB} + ------------------------------------------------------------------------" -- 1.7.10.4