From: Paul Eggert Date: Thu, 20 Jul 2000 22:31:29 +0000 (+0000) Subject: (ACINCLUDE_INPUTS): Add $(M4DIR)/shell.m4. X-Git-Tag: v1.3.12~106 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bc3e9711307d5b7d7557d6482b5597b8a9f706b6;p=debian%2Fgzip (ACINCLUDE_INPUTS): Add $(M4DIR)/shell.m4. (.in): Replace /bin/sh with $(SHELL). --- diff --git a/Makefile.am b/Makefile.am index d284c9f..adcc5b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,8 @@ man_MANS = gunzip.1 gzexe.1 gzip.1 \ # The following hack works around a bug in automake 1.4. M4DIR = $(srcdir)/m4 ACINCLUDE_INPUTS = \ - $(M4DIR)/ccstdc.m4 $(M4DIR)/isc-posix.m4 $(M4DIR)/largefile.m4 + $(M4DIR)/ccstdc.m4 $(M4DIR)/isc-posix.m4 \ + $(M4DIR)/largefile.m4 $(M4DIR)/shell.m4 $(srcdir)/acinclude.m4 : $(ACINCLUDE_INPUTS) cat $(ACINCLUDE_INPUTS) >$(srcdir)/acinclude.m4 @@ -66,7 +67,11 @@ gzip.doc: gzip.1 SUFFIXES = .in .in: - sed -e '$(SEDCMD)' -e 's|BINDIR|$(bindir)|' $(srcdir)/$@.in >$@ + sed \ + -e '$(SEDCMD)' \ + -e 's|/bin/sh|$(SHELL)|g' \ + -e 's|BINDIR|$(bindir)|g' \ + $(srcdir)/$@.in >$@ chmod a+x $@ install-exec-hook: