1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

* 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.
This commit is contained in:
Jim Blandy 1993-05-23 21:04:16 +00:00
parent fa97f75654
commit 8fc40e801f

View File

@ -1,8 +1,22 @@
dnl This is an autoconf script.
dnl To rebuild the `configure' script from this, execute the command
dnl autoconf
dnl in the directory containing this script. You must have autoconf
dnl version 1.4 or later.
dnl
dnl The following text appears in the resulting `configure' script,
dnl explaining how to rebuild it.
[#!/bin/sh
#### Configuration script for GNU Emacs
#### Copyright (C) 1992 Free Software Foundation, Inc.
### Don't edit this script!
### This script was automatically generated by the `autoconf' program
### from the file `./configure.in'.
### To rebuild it, execute the command
### autoconf
### in the this directory. You must have autoconf version 1.4 or later.
### This file is part of GNU Emacs.
### GNU Emacs is free software; you can redistribute it and/or modify