automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS Automake installs noinst_SCRIPTS.


From: Pavel Roskin
Subject: CVS Automake installs noinst_SCRIPTS.
Date: Mon, 5 Mar 2001 16:33:52 -0500 (EST)

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

[Prev in Thread] Current Thread [Next in Thread]