Tag
Hash :
293f0a04
Author :
Date :
1996-08-10T23:15:36
ansi2knr rework. strtod fix. aclocal fixes
#! /bin/sh
# Test to make sure no-installman suppresses man dir creation.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
AUTOMAKE_OPTIONS = no-installman
man_MANS = foo.1
END
: > foo.1
cat > mkinstalldirs << 'END'
echo "$@"
END
chmod +x mkinstalldirs
$AUTOMAKE || exit 1
(make -s -f Makefile.in installdirs | grep man) && exit 1
exit 0