Mercurial > emacs
changeset 1699:48b1565291a6
* configure: Start with a blank line; this keeps some old CSH's
from thinking it's a CSH script. Most systems will just use
/bin/sh to run it, which is what we're expecting; the only other
shells which might try to interpret it themselves are probably
Bourne-compatible.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 24 Dec 1992 05:56:57 +0000 |
parents | e0acfb7b804d |
children | 4be274918c90 |
files | configure1.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Thu Dec 24 05:56:33 1992 +0000 +++ b/configure1.in Thu Dec 24 05:56:57 1992 +0000 @@ -1,4 +1,7 @@ -#!/bin/sh + +### The above line is deliberately left blank. If it starts with a #, +### some CSH's will think this is a csh script. + #### Configuration script for GNU Emacs #### Copyright (C) 1992 Free Software Foundation, Inc.