diagnose unexpected EOF and zero lengths in packed data
[debian/gzip] / Makefile.am
index ae0009f4eb1d846100206e62bf3644560f549d60..90fff2da845f0822be9a31229ea66b09a9fd257b 100644 (file)
@@ -1,6 +1,6 @@
 # Make gzip (GNU zip).
 
-# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2011 Free Software Foundation,
+# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2012 Free Software Foundation,
 # Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -84,6 +84,7 @@ SUFFIXES = .in
        $(AM_V_GEN)sed \
                -e 's|/bin/sh|$(SHELL)|g' \
                -e 's|[@]bindir@|'\''$(bindir)'\''|g' \
+               -e 's|[@]GREP@|$(GREP)|g' \
                -e 's|[@]VERSION@|$(VERSION)|g' \
                $(srcdir)/$@.in >$@-t \
          && chmod a+x $@-t \