From 252d2d236cfee13c57fa8fbb9ca1f358332c8258 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Jul 2003 18:49:41 +0000 Subject: [PATCH] Remove uses of OPTIONAL_BIN_ZCRIPTS and last traces of the nohup script. --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a4efa8ec1b..ab5e156f84 100644 --- a/configure.ac +++ b/configure.ac @@ -127,8 +127,7 @@ AC_CACHE_VAL(utils_cv_func_setpriority, AC_MSG_RESULT($utils_cv_func_setpriority) if test $utils_cv_func_setpriority = yes; then OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS nice\$(EXEEXT)" - OPTIONAL_BIN_ZCRIPTS="$OPTIONAL_BIN_ZCRIPTS nohup" - MAN="$MAN nice.1 nohup.1" + MAN="$MAN nice.1" else AC_MSG_CHECKING(for nice function) AC_CACHE_VAL(utils_cv_func_nice, @@ -139,8 +138,7 @@ else if test $utils_cv_func_nice = yes; then AC_DEFINE(NICE_PRIORITY, 1, [FIXME]) OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS nice\$(EXEEXT)" - OPTIONAL_BIN_ZCRIPTS="$OPTIONAL_BIN_ZCRIPTS nohup" - MAN="$MAN nice.1 nohup.1" + MAN="$MAN nice.1" fi fi -- 2.47.2