Hello!

CVS Automake attempts to install noinst_SCRIPTS. The following test fails:
_______________________________
#! /bin/sh

# Test to make sure that noinst_SCRIPTS are not installed.
# From Pavel Roskin.

. $srcdir/defs || exit 1

cat > Makefile.am << 'END'
noinst_SCRIPTS = foo
END

$AUTOMAKE || exit 1

grep 'noinstdir' Makefile.in && exit 1
exit 0
_______________________________

Regards,
Pavel Roskin


Reply via email to