#! /bin/bash # MAKE - script to build ldns at CAcert . ./RELINFO ID=${PRODUCT}-${RELEASE} TARBALL=${ID}.tar.gz tar xfzp ${TARBALL} cd ${ID} ./configure \ --disable-gost \ --mandir=/usr/local/man make all cd examples ./configure \ --disable-gost \ --mandir=/usr/local/man make all