]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove uses of OPTIONAL_BIN_ZCRIPTS and last traces of the nohup script.
authorJim Meyering <jim@meyering.net>
Sat, 12 Jul 2003 18:49:41 +0000 (18:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 Jul 2003 18:49:41 +0000 (18:49 +0000)
configure.ac

index a4efa8ec1b7333d104cecf1de94a654c9cb714cc..ab5e156f848bd0a98fb8b2f181549a0cfa87b610 100644 (file)
@@ -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