X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=684b43a0fb0ce4abf8765c8d7796ae526aa52e1c;hp=2b9cc87a63882397549e208df661721a4fdda89b;hb=0920106c1999d6628e21f42f2109dc1b18fbe58c;hpb=44319ea2e76c8e53ceac85188f7bed0304f84767 diff --git a/configure.ac b/configure.ac index 2b9cc87..684b43a 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.26 2006-06-16 10:19:23 adam Exp $ +dnl $Id: configure.ac,v 1.27 2006-06-27 12:23:11 adam Exp $ AC_PREREQ(2.59) AC_INIT([yaz],[2.1.23],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) @@ -16,7 +16,6 @@ AC_CHECK_PROGS(YACC, 'bison -y') test -z "$YACC" && AC_MSG_WARN([GNU bison not found]) AC_CHECK_PROGS(TCLSH, tclsh8.5 tclsh8.4 tclsh8.3 tclsh8.2, tclsh) AC_PROG_INSTALL -AM_DISABLE_SHARED AM_PROG_LIBTOOL AC_PATH_PROG(pkgconfigpath, pkg-config, NONE) dnl