testsuite fixes

This commit is contained in:
Craig Small
2011-11-23 21:44:51 +11:00
parent 618c52167b
commit 451f6e6111
6 changed files with 53 additions and 1 deletions

View File

@ -135,10 +135,17 @@ if test "x$enable_w_from" = xyes; then
AC_DEFINE(W_SHOWFROM, 1, [enable w from field by default])
fi
if test x"$DEJAGNU" = x
then
DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp"
fi
AC_SUBST(DEJAGNU)
AC_CONFIG_FILES([
Makefile
proc/Makefile
proc/libproc-ng.pc
ps/Makefile
testsuite/Makefile
])
AC_OUTPUT