gnu/cvs: avoid a harmless configure warning
authortb <tb@openbsd.org>
Fri, 12 Apr 2024 02:51:52 +0000 (02:51 +0000)
committertb <tb@openbsd.org>
Fri, 12 Apr 2024 02:51:52 +0000 (02:51 +0000)
Ever since the prehistoric zlib was removed last fall, the configure script
would complain because of a missing file:
sed: 0: /usr/src/gnu/usr.bin/cvs/zlib/Makefile.in: No such file or directory

noticed by deraadt
ok bluhm

gnu/usr.bin/cvs/configure
gnu/usr.bin/cvs/configure.in

index b4cf622..722f0dc 100644 (file)
@@ -4512,7 +4512,7 @@ trap 'rm -fr `echo "Makefile \
          vms/Makefile \
          windows-NT/Makefile \
          windows-NT/SCC/Makefile \
-         zlib/Makefile config.h src/options.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+         config.h src/options.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -4655,8 +4655,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile \
          tools/Makefile \
          vms/Makefile \
          windows-NT/Makefile \
-         windows-NT/SCC/Makefile \
-         zlib/Makefile"}
+         windows-NT/SCC/Makefile"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
index 6329cbf..1352d38 100644 (file)
@@ -427,8 +427,7 @@ AC_OUTPUT([Makefile \
          tools/Makefile \
          vms/Makefile \
          windows-NT/Makefile \
-         windows-NT/SCC/Makefile \
-         zlib/Makefile],
+         windows-NT/SCC/Makefile],
          [chmod -f +x \
          contrib/clmerge \
          contrib/cln_hist \