From: Adam Dickmeiss Date: Tue, 20 Feb 2007 09:53:01 +0000 (+0000) Subject: Fixed spelling X-Git-Tag: YAZ.2.1.49.1~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=75b457189bc3d6551a945b862d0618f2a29b86bd;ds=sidebyside Fixed spelling --- diff --git a/buildconf.sh b/buildconf.sh index d34ee86..8647f28 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.45 2007-01-03 13:55:49 mike Exp $ +# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $ automake=automake aclocal=aclocal @@ -8,7 +8,7 @@ libtoolize=libtoolize if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers - echo "Using special configuation for FreeBSD ..." + echo "Using special configuration for FreeBSD ..." automake=automake19 aclocal="aclocal19 -I /usr/local/share/aclocal" autoconf=autoconf259