From 3aff0fe3abc9227f768cbc37d0717da95f8f4703 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 3 Sep 1998 00:47:24 +0000 Subject: [PATCH] Thu May 28 18:37:36 1998 Ian Lance Taylor * autoconf.sh: Change initial /bin/sh to @SHELL@. --- autoconf.in | 2 +- autoconf.sh | 2 +- bin/autoconf.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autoconf.in b/autoconf.in index 4e667b93..e6b0819f 100644 --- a/autoconf.in +++ b/autoconf.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoconf -- create `configure' using m4 macros # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/autoconf.sh b/autoconf.sh index 4e667b93..e6b0819f 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoconf -- create `configure' using m4 macros # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/bin/autoconf.in b/bin/autoconf.in index 4e667b93..e6b0819f 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoconf -- create `configure' using m4 macros # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. -- 2.47.2