X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=a3fade7d75b993586b0906ddc2226d0cd74d7b26;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=86a02975027df24d2d4ae3ba5699e9a95a46f010;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/Makefile.am b/Makefile.am index 86a0297..a3fade7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Make gzip (GNU zip). -# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2012 Free Software Foundation, +# Copyright (C) 1999, 2001-2002, 2006-2007, 2009-2013 Free Software Foundation, # Inc. # This program is free software; you can redistribute it and/or modify @@ -21,7 +21,6 @@ ALL_RECURSIVE_TARGETS = BUILT_SOURCES = SUBDIRS = lib doc . tests -ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -I$(top_srcdir)/lib AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) @@ -84,6 +83,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 \