]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 24 Apr 2004 08:09:52 +0000 (08:09 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Apr 2004 08:09:52 +0000 (08:09 +0000)
config.hin
src/Makefile.in

index 6528880156ed13dcb96d389303a9f1f71c013941..e3f0357edfa9a70c1171ad65d1ec7417d97c225b 100644 (file)
 /* Define to 1 if you have the `table' function. */
 #undef HAVE_TABLE
 
+/* Define to 1 if you have the `tcgetpgrp' function. */
+#undef HAVE_TCGETPGRP
+
 /* Define to 1 if you have the <termios.h> header file. */
 #undef HAVE_TERMIOS_H
 
 /* FIXME */
 #undef HAVE_UT_HOST
 
-/* Define to 1 if you have the <values.h> header file. */
-#undef HAVE_VALUES_H
-
 /* Define to 1 if you have the `vasnprintf' function. */
 #undef HAVE_VASNPRINTF
 
index 9c3c408effd50ec50d70aced6f1c5c7e70f76757..1649534c131ab3f8500324a005db4aab4b068e57 100644 (file)
@@ -977,7 +977,7 @@ uninstall-binPROGRAMS:
        done
 
 clean-binPROGRAMS:
-       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
 installcheck-binPROGRAMS: $(bin_PROGRAMS)
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \