X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=28a08a7e297ff1d9070dd6bb355995e82eef9cd9;hb=93d44a21d1aa585bb7f68d23a7590fc38ccb62a6;hp=943bf06d8529878780805b9561d0fbc92adb40f3;hpb=aafb46ff7785fe25c94e43bcf987839a668a45eb;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index 943bf06..28a08a7 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2004 -dnl $Id: configure.in,v 1.109 2004-12-08 09:12:50 adam Exp $ +dnl $Id: configure.in,v 1.112 2005-01-04 23:12: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]) @@ -299,7 +299,9 @@ AC_OUTPUT([ 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 + examples/marc21/Makefile idzebra.spec idzebra-config ],[sed s%idzebra_echo_source=yes%idzebra_echo_source=no%g < idzebra-config > util/idzebra-config && chmod +x idzebra-config util/idzebra-config])