diff options
| -rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index b16e2779a87..617fbe6a690 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -4,14 +4,14 @@ dnl autoconf | |||
| 4 | dnl in the directory containing this script. | 4 | dnl in the directory containing this script. |
| 5 | dnl | 5 | dnl |
| 6 | dnl Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. | 6 | dnl Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. |
| 7 | dnl | 7 | dnl |
| 8 | dnl This file is part of GNU Emacs. | 8 | dnl This file is part of GNU Emacs. |
| 9 | dnl | 9 | dnl |
| 10 | dnl GNU Emacs is free software; you can redistribute it and/or modify | 10 | dnl GNU Emacs is free software; you can redistribute it and/or modify |
| 11 | dnl it under the terms of the GNU General Public License as published by | 11 | dnl it under the terms of the GNU General Public License as published by |
| 12 | dnl the Free Software Foundation; either version 2, or (at your option) | 12 | dnl the Free Software Foundation; either version 2, or (at your option) |
| 13 | dnl any later version. | 13 | dnl any later version. |
| 14 | dnl | 14 | dnl |
| 15 | dnl GNU Emacs is distributed in the hope that it will be useful, | 15 | dnl GNU Emacs is distributed in the hope that it will be useful, |
| 16 | dnl but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | dnl but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| @@ -21,7 +21,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 21 | dnl along with GNU Emacs; see the file COPYING. If not, write to | 21 | dnl along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | dnl the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | dnl the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.4.1)dnl | 24 | AC_PREREQ(2.8)dnl |
| 25 | AC_INIT(src/lisp.h) | 25 | AC_INIT(src/lisp.h) |
| 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 27 | 27 | ||