From: Ben Elliston Date: Thu, 3 Sep 1998 00:47:24 +0000 (+0000) Subject: Thu May 28 18:37:36 1998 Ian Lance Taylor X-Git-Tag: autoconf-2-13-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aff0fe3abc9227f768cbc37d0717da95f8f4703;p=thirdparty%2Fautoconf.git Thu May 28 18:37:36 1998 Ian Lance Taylor * autoconf.sh: Change initial /bin/sh to @SHELL@. --- 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.