From 48d44f43013741400944633fddcbe3d144a3fafe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Apr 2004 08:09:52 +0000 Subject: [PATCH] . --- config.hin | 6 +++--- src/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 \ -- 2.47.3