procps/testsuite/Makefile.am
Sami Kerola 03a1a42e28 build-sys: make DEJATOOL definition uncondictional
Fix to ./autogen.sh error bellow.

/usr/share/automake-1.11/am/dejagnu.am: DEJATOOL was already defined in condition LINUX, which is included in condition TRUE ...
testsuite/Makefile.am:6: ... `DEJATOOL' previously defined here

Reference: http://www.freelists.org/post/procps/procpsng-331-nearly-there,5
Reported-by: Jim Warner <james.warner@comcast.net>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-12-03 20:20:14 +01:00

45 lines
846 B
Makefile

AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU
# Programs that are expected across the board.
DEJATOOL =
if LINUX
# These should be in defined in 'across the board' scope, but are
# temporarily disabled on other than linux systems, see commit
# 3d807ae853b8b4264da156065b34f1447658a8ba
DEJATOOL += \
kill \
pmap \
slabtop \
sysctl
DEJATOOL += \
free \
pgrep \
pkill \
ps \
pwdx \
uptime \
vmstat \
w
endif
EXTRA_DIST = \
free.test/free.exp \
kill.test/kill.exp \
w.test/w.exp \
pgrep.test/pgrep.exp \
pkill.test/pkill.exp \
site.exp \
config/unix.exp \
uptime.test/uptime.exp \
pmap.test/pmap.exp \
ps.test/ps_output.exp \
ps.test/ps_personality.exp \
pwdx.test/pwdx.exp \
global-conf.exp \
sysctl.test/sysctl_read.exp \
slabtop.test/slabtop.exp \
vmstat.test/vmstat.exp