X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=353b500d2490712770d8bad1b9400a645348159f;hb=70f0ff9bf920e65b47211fd88f409e2b1a2b8e43;hp=5d1792668f12ec902586802bd511541b9a709b68;hpb=c3f57c8345a7f18e072352e65e20b895a0011787;p=yaz-moved-to-github.git diff --git a/configure.in b/configure.in index 5d17926..353b500 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,6 @@ -dnl YAZ Toolkit -dnl (c) Index Data 1994-2000 +dnl YAZ Toolkit, Index Data 1994-2000 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.28 2000-05-18 11:57:04 adam Exp $ +dnl $Id: configure.in,v 1.29 2000-06-19 09:49:35 adam Exp $ AC_INIT(include/yaz/yaz-version.h) AM_INIT_AUTOMAKE(yaz, 1.7) dnl @@ -118,4 +117,23 @@ AC_SUBST(SUBDIRS_VAR) dnl dnl ------ Makefiles dnl -AC_OUTPUT(Makefile util/Makefile odr/Makefile z39.50/Makefile asn/Makefile ill/Makefile zutil/Makefile comstack/Makefile ccl/Makefile tab/Makefile retrieval/Makefile server/Makefile include/Makefile include/yaz/Makefile lib/Makefile client/Makefile ztest/Makefile doc/Makefile) +AC_OUTPUT([ +Makefile +util/Makefile +odr/Makefile +z39.50/Makefile +asn/Makefile +ill/Makefile +zutil/Makefile +comstack/Makefile +ccl/Makefile +tab/Makefile +retrieval/Makefile +server/Makefile +include/Makefile +include/yaz/Makefile +lib/Makefile +client/Makefile +ztest/Makefile +doc/Makefile +lib/yaz-config],[chmod +x lib/yaz-config])