From 7ef3730c1f88b398d9633eed877a81d46bc5f16b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Oct 2009 13:21:21 +0200 Subject: [PATCH] build: do not use AC_PREFIX_PROGRAM * configure.ac: Do not use "AC_PREFIX_PROGRAM(gzip)". It would induce behavior that is so surprising that it is probably universally considered to be buggy, these days. Reported by Zube in http://thread.gmane.org/gmane.comp.gnu.gzip.bugs/273 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 174a59e..c568c02 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,5 @@ AC_TYPE_SIGNAL AC_TYPE_SIZE_T AC_TYPE_OFF_T -AC_PREFIX_PROGRAM(gzip) - AC_CONFIG_FILES([Makefile doc/Makefile lib/Makefile]) AC_OUTPUT -- 2.47.2