X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=1d7fb2b7a031a2d21f1143d896441cc7c9dd1b75;hb=eb6f5a00932fd50cb95aca3c1dd5039116254f4b;hp=2c2dae64dd7e6b59de7acd2c453afbec1bffebd9;hpb=39cb125e7755c6058a93dada8d5172804213cf8e;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 2c2dae6..1d7fb2b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2004 -dnl $Id: configure.in,v 1.107 2004-11-29 21:55:25 adam Exp $ +dnl $Id: configure.in,v 1.111 2004-12-18 21:56:34 adam Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -239,7 +239,7 @@ AC_DEFUN([ZEBRA_MODULE],[ AC_MSG_RESULT([static]) STATIC_MODULE_OBJ="${STATIC_MODULE_OBJ} \$(mod_${m}_la_OBJECTS)" STATIC_MODULE_LADD="${STATIC_MODULE_LADD} \$(mod_${m}_la_LADD)" - modcpp=`echo $1|tr a-z- A-Z_` + modcpp=`echo $1|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_` AC_DEFINE_UNQUOTED([IDZEBRA_STATIC_$modcpp]) elif test "$myen" = "no"; then AC_MSG_RESULT([disabled]) @@ -292,11 +292,14 @@ AC_OUTPUT([ doc/zebraphp.dsl doc/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile + test/xpath/Makefile test/rusmarc/Makefile test/cddb/Makefile test/malxml/Makefile + test/mbox/Makefile test/config/Makefile test/sort2/Makefile test/xelm/Makefile test/dmoz/Makefile test/sort/Makefile test/zsh/Makefile test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile + test/espec/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile idzebra.spec idzebra-config