From: Ben Elliston Date: Thu, 3 Sep 1998 00:32:51 +0000 (+0000) Subject: Thu May 28 18:37:36 1998 Ian Lance Taylor X-Git-Tag: autoconf-2-13-rc1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7846c78829887b0f36e10347cd2bd7e85f723d77;p=thirdparty%2Fautoconf.git Thu May 28 18:37:36 1998 Ian Lance Taylor * autoheader.sh: Change initial /bin/sh to @SHELL@. --- diff --git a/autoheader.in b/autoheader.in index 92f9d63c..c73de46c 100644 --- a/autoheader.in +++ b/autoheader.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/autoheader.sh b/autoheader.sh index 92f9d63c..c73de46c 100644 --- a/autoheader.sh +++ b/autoheader.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/bin/autoheader.in b/bin/autoheader.in index 92f9d63c..c73de46c 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc.