X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.in;fp=configure.in;h=0000000000000000000000000000000000000000;hp=4cc363576b9886979313651b9afbb1cdad630c24;hb=76d66b222afff97cf367a3e7b8bfe045a62d0d57;hpb=9245208f93f95246e44cb597317f9e13c8b60e67 diff --git a/configure.in b/configure.in deleted file mode 100644 index 4cc3635..0000000 --- a/configure.in +++ /dev/null @@ -1,38 +0,0 @@ -AC_INIT(configure.in) -AM_INIT_AUTOMAKE("yaz++",1.0.0) - -AC_PROG_CC -AC_PROG_CPP -AC_PROG_CXX -AC_HEADER_STDC -AM_DISABLE_SHARED -AM_PROG_LIBTOOL - -YAZ_INIT(threads,2.1.11) -if test -z "$YAZLIB"; then - AC_MSG_ERROR([YAZ development libraries missing]) -fi -YAZ_DOC -AC_CHECK_HEADERS(unistd.h sys/stat.h sys/time.h sys/types.h) - -AC_ARG_ENABLE(zoom,[ --disable-zoom disable ZOOM (for old C++ compilers)],[enable_zoom=$enableval],[enable_zoom=yes]) -AM_CONDITIONAL(ZOOM, test $enable_zoom = "yes") - -AC_SUBST(YAZPP_SRC_ROOT) -AC_SUBST(YAZPP_BUILD_ROOT) -YAZPP_SRC_ROOT=`cd ${srcdir}; pwd` -YAZPP_BUILD_ROOT=`pwd` - -AC_OUTPUT([ - Makefile - src/Makefile - include/Makefile - include/yaz++/Makefile - zlint/Makefile - yaz++-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])