X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=0cef81364c15cfe066b1acba9ec0ecb5e40ab3fb;hp=92a96b5ab6d6a7e41db3d25065ee4240ccee99b8;hb=0e003c1f98eb27d793ddaa2579f286c2cea6d066;hpb=76d66b222afff97cf367a3e7b8bfe045a62d0d57 diff --git a/configure.ac b/configure.ac index 92a96b5..0cef813 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.5 2006-05-26 19:46:37 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,13 @@ 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/tkl.xsl doc/common/html.xsl doc/common/man.xsl + doc/common/print.dsl doc/common/html.dsl +],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yazpp-config >src/yazpp-config && chmod +x yazpp-config src/yazpp-config])