diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 18:49:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 18:49:41 +0000 |
commit | 252d2d236cfee13c57fa8fbb9ca1f358332c8258 (patch) | |
tree | 27b9cc323f72592038847452fa8f76628e927570 | |
parent | 1307f23068917432a7c20762bb9c5daeaaf211e8 (diff) | |
download | coreutils-252d2d236cfee13c57fa8fbb9ca1f358332c8258.tar.xz |
Remove uses of OPTIONAL_BIN_ZCRIPTS and last traces of the nohup script.
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a4efa8ec1..ab5e156f8 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 |