aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-23 21:04:16 +0000
committerJim Blandy1993-05-23 21:04:16 +0000
commit8fc40e801f21de8845cb57b16d71b257f0b95c33 (patch)
tree1e8fd28554c06580defc92a59941a1e3e44a4492
parentfa97f756541ab0eeac46f65be0837d8bcd97d46f (diff)
downloademacs-8fc40e801f21de8845cb57b16d71b257f0b95c33.tar.gz
emacs-8fc40e801f21de8845cb57b16d71b257f0b95c33.zip
* configure.in: Explain that this is an autoconf script, and give
instructions for rebuilding configure from it. Arrange to put comments in configure explaining this too.
-rwxr-xr-xconfigure1.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index 5be452744f5..7a56f8cf055 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1,8 +1,22 @@
1dnl This is an autoconf script. 1dnl This is an autoconf script.
2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf
4dnl in the directory containing this script. You must have autoconf
5dnl version 1.4 or later.
6dnl
7dnl The following text appears in the resulting `configure' script,
8dnl explaining how to rebuild it.
2[#!/bin/sh 9[#!/bin/sh
3#### Configuration script for GNU Emacs 10#### Configuration script for GNU Emacs
4#### Copyright (C) 1992 Free Software Foundation, Inc. 11#### Copyright (C) 1992 Free Software Foundation, Inc.
5 12
13### Don't edit this script!
14### This script was automatically generated by the `autoconf' program
15### from the file `./configure.in'.
16### To rebuild it, execute the command
17### autoconf
18### in the this directory. You must have autoconf version 1.4 or later.
19
6### This file is part of GNU Emacs. 20### This file is part of GNU Emacs.
7 21
8### GNU Emacs is free software; you can redistribute it and/or modify 22### GNU Emacs is free software; you can redistribute it and/or modify