X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=1fca94df3f4781d459edd7d635f674fef989fda3;hb=0068cd7cdfaa73ce838581a166e099f76ea3f86a;hp=e87b59b97c12257e1e9b0552f938f1f4db0c9f65;hpb=02ebf1b5aa8c7371c2678663fd1c13d01d80955c;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index e87b59b..1fca94d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.78 2007-05-08 08:27:13 adam Exp $ +dnl $Id: configure.ac,v 1.87 2007-07-09 17:39:01 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.2],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.9],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -295,7 +295,7 @@ if test "$enable_tcpd" -a "$enable_tcpd" != "no"; then CPPFLAGS="$CPPFLAGS -I$enable_tcpd/include" fi AC_MSG_CHECKING(for working tcpd.h) - LIBS="$LIBS -lwrap -lnsl" + LIBS="$LIBS -lwrap" AC_TRY_LINK([#include #include int allow_severity = LOG_INFO; @@ -404,6 +404,9 @@ AC_SUBST(YAZ_SRC_ROOT) AC_SUBST(YAZ_BUILD_ROOT) YAZ_SRC_ROOT=`cd ${srcdir}; pwd` YAZ_BUILD_ROOT=`pwd` + +dnl ------ windows version files +WIN_FILEVERSION=`echo $PACKAGE_VERSION|tr . ,`.1 dnl dnl ------ Makefiles dnl @@ -427,7 +430,10 @@ etc/Makefile yaz-config yaz.pc Doxyfile -],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz-config > util/yaz-config && chmod +x yaz-config util/yaz-config]) +],[ + sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz-config > util/yaz-config && chmod +x yaz-config util/yaz-config + ] +) echo \