Mercurial > emacs
comparison configure1.in @ 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 | 2bee660c3046 |
children | bf9e3f462e86 |
comparison
equal
deleted
inserted
replaced
1698:e0acfb7b804d | 1699:48b1565291a6 |
---|---|
1 #!/bin/sh | 1 |
2 ### The above line is deliberately left blank. If it starts with a #, | |
3 ### some CSH's will think this is a csh script. | |
4 | |
2 #### Configuration script for GNU Emacs | 5 #### Configuration script for GNU Emacs |
3 #### Copyright (C) 1992 Free Software Foundation, Inc. | 6 #### Copyright (C) 1992 Free Software Foundation, Inc. |
4 | 7 |
5 ### This file is part of GNU Emacs. | 8 ### This file is part of GNU Emacs. |
6 | 9 |