X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=22549606db8a8d0f7a36d411a165e804d67789d0;hb=72204554b2173de3d9aca31b28c69072f63ddbfe;hp=4692d4426125d90199eb242b6da0018aa96809e1;hpb=51755f9b44a6ab87089c169cb7c64b240833a909;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index 4692d44..2254960 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl YAZ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.14 2006-05-23 09:13:50 adam Exp $ +dnl $Id: configure.ac,v 1.16 2006-05-23 10:05:28 marc Exp $ AC_PREREQ(2.59) AC_INIT([yaz],[2.1.19],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -368,3 +368,42 @@ etc/Makefile yaz-config Doxyfile ],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz-config > util/yaz-config && chmod +x yaz-config util/yaz-config]) + + +echo \ ' +Build and install binaries with the usual + make + make check + make install + +Build distribution tarball with + make dist + +Verify distribution tarball with + make distcheck + +Or just build the Debian packages without configuring + dpkg-buildpackage -rfakeroot +' + +echo \ +"------------------------------------------------------------------------ +Configuration: + + YAZ Package: ${PACKAGE} + YAZ Version: ${VERSION} + Bugreport: ${PACKAGE_BUGREPORT} + Source code location: ${srcdir} + C Preprocessor: ${CPP} + C Preprocessor flags: ${CPPFLAGS} + C Compiler: ${CC} + C Compiler flags: ${CFLAGS} + Linker flags: ${LDFLAGS} + Linked libs: ${LIBS} + Host System Type: ${host} + Install path: ${prefix} + Automake: ${AUTOMAKE} + Archiver: ${AR} + Ranlib: ${RANLIB} + +------------------------------------------------------------------------"