From: Adam Dickmeiss Date: Wed, 8 Dec 1999 13:21:02 +0000 (+0000) Subject: Minor fix. X-Git-Tag: YAZ.1.8~306 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=d953d065a4ed1abd68cec29f93e061a2b8934cd8;p=yaz-moved-to-github.git Minor fix. --- diff --git a/CHANGELOG b/CHANGELOG index 0e1cbb5..f143bad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 1.5 1999/12/8 + On UNIX, the generated makefile now supports a proper 'make install'. The prefix can be set via GNU configure to set the install location (default is /usr/local). diff --git a/z39.50/comp.sh b/z39.50/comp.sh index 4c63256..b8c36b6 100755 --- a/z39.50/comp.sh +++ b/z39.50/comp.sh @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: comp.sh,v 1.1 1999-12-08 13:14:12 adam Exp $ +# $Id: comp.sh,v 1.2 1999-12-08 13:21:02 adam Exp $ # simple script to make all compiled code. -../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn -../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn -../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn -../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include z3950v3.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include datetime.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include univres.asn +../util/yc.tcl -d z.tcl -i yaz -I ../include esupdate.asn