1789. [bug] Prerequisite test for tkey and dnssec could fail

with "configure --with-libtool".
This commit is contained in:
Mark Andrews 2004-12-08 06:14:06 +00:00
parent c1074125b8
commit c72ce119cf
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,6 @@
1789. [bug] Prerequisite test for tkey and dnssec could fail
with "configure --with-libtool".
1788. [bug] libbind9.la/libbind9.so needs to link against
libisccfg.la/libisccfg.so.

View file

@ -15,9 +15,11 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: prereq.sh,v 1.5 2004/03/05 05:00:09 marka Exp $
# $Id: prereq.sh,v 1.5.18.1 2004/12/08 06:14:06 marka Exp $
if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
../../genrandom 400 random.data
if $KEYGEN -a RSA -b 512 -n zone -r random.data foo > /dev/null 2>&1
then
rm -f Kfoo*
else

View file

@ -15,9 +15,11 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: prereq.sh,v 1.5 2004/03/05 05:03:12 marka Exp $
# $Id: prereq.sh,v 1.5.18.1 2004/12/08 06:14:06 marka Exp $
if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
../../genrandom 400 random.data
if $KEYGEN -a RSA -b 512 -n zone -r random.data foo > /dev/null 2>&1
then
rm -f foo*
else