From: Jim Meyering Date: Sat, 24 Apr 2004 08:09:52 +0000 (+0000) Subject: . X-Git-Tag: v5.3.0~1680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48d44f43013741400944633fddcbe3d144a3fafe;p=thirdparty%2Fcoreutils.git . --- diff --git a/config.hin b/config.hin index 6528880156..e3f0357edf 100644 --- a/config.hin +++ b/config.hin @@ -1038,6 +1038,9 @@ /* 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 header file. */ #undef HAVE_TERMIOS_H @@ -1091,9 +1094,6 @@ /* FIXME */ #undef HAVE_UT_HOST -/* Define to 1 if you have the header file. */ -#undef HAVE_VALUES_H - /* Define to 1 if you have the `vasnprintf' function. */ #undef HAVE_VASNPRINTF diff --git a/src/Makefile.in b/src/Makefile.in index 9c3c408eff..1649534c13 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \