added items to configuration display and instructions
[idzebra-moved-to-github.git] / configure.ac
index 93ac45d..ec34cf5 100644 (file)
@@ -1,5 +1,5 @@
 dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.4 2006-04-24 13:23:15 marc 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])
@@ -265,6 +265,9 @@ if test "$bits" = "64"; then
 else
        AC_MSG_RESULT(no)
 fi
+AC_CHECK_SIZEOF([off_t])
+AC_CHECK_SIZEOF([long long])
+AC_CHECK_SIZEOF([long])
 dnl ------ Modules
 AC_SUBST(SHARED_MODULE_LA)
 SHARED_MODULE_LA=""
@@ -397,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}
@@ -406,5 +413,8 @@ Configuration:
   Host System Type:           ${host}
   Install path:               ${prefix}
   Automake:                   ${AUTOMAKE}
+  Archiver:                   ${AR}
+  Ranlib:                     ${RANLIB}
+
 
 ------------------------------------------------------------------------"