X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=d5335c69140ee8661d439eea062efb4b97410439;hp=92a96b5ab6d6a7e41db3d25065ee4240ccee99b8;hb=1430b23b87732406a4a96f047a3f44c2862154a7;hpb=76d66b222afff97cf367a3e7b8bfe045a62d0d57 diff --git a/configure.ac b/configure.ac index 92a96b5..d5335c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ++ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.1 2006-03-28 19:56:04 adam Exp $ +dnl $Id: configure.ac,v 1.4 2006-04-30 12:22:03 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz++],[1.0.0],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.0.0],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) @@ -14,7 +14,7 @@ AC_HEADER_STDC AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZ_INIT(threads,2.1.11) +YAZ_INIT(threads,2.1.18) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi @@ -33,12 +33,12 @@ AC_OUTPUT([ Makefile src/Makefile include/Makefile - include/yaz++/Makefile + include/yazpp/Makefile zlint/Makefile - yaz++-config + yazpp-config zoom/Makefile doc/Makefile - doc/yaz++.xml - doc/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl - doc/tkl.xsl -],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz++-config >src/yaz++-config && chmod +x yaz++-config src/yaz++-config]) + doc/yazpp.xml + doc/common/Makefile + doc/common/html.dsl doc/common/html.xsl doc/common/print.dsl doc/common/tkl.xsl +],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config])