Tag
Hash :
6b57816f
Author :
Date :
1999-12-15T19:01:34
* dup3.test: New file. * Makefile.am (TESTS): Added dup3.test.
#! /bin/sh
# Make sure aclocal searches includes in the right order.
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
AM_INIT_AUTOMAKE
END
mkdir zoo
cat > zoo/zoo.m4 << 'END'
AC_DEFUN(AM_INIT_AUTOMAKE, zardoz)
END
$ACLOCAL -I zoo || exit 1
fgrep zardoz aclocal.m4