diff options
| author | Dan Nicolaescu | 2010-08-09 13:01:51 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-09 13:01:51 -0700 |
| commit | 1cbf3dd9101a5574347253648148e30bd8979cf9 (patch) | |
| tree | 599515a5419784a3c0a7a682e02d5361f64c42cd | |
| parent | 671d409f8b29dac2a8902e1932948404c0cfbc74 (diff) | |
| download | emacs-1cbf3dd9101a5574347253648148e30bd8979cf9.tar.gz emacs-1cbf3dd9101a5574347253648148e30bd8979cf9.zip | |
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. | ||
| 4 | |||
| 1 | 2010-08-09 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2010-08-09 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * configure.in: Add AC_C_BIGENDIAN. | 7 | * configure.in: Add AC_C_BIGENDIAN. |
diff --git a/configure.in b/configure.in index ada0b189d3c..c712c0925d6 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -23,7 +23,7 @@ dnl | |||
| 23 | dnl You should have received a copy of the GNU General Public License | 23 | dnl You should have received a copy of the GNU General Public License |
| 24 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 24 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 25 | 25 | ||
| 26 | AC_PREREQ(2.65) | 26 | AC_PREREQ(2.66) |
| 27 | AC_INIT(emacs, 24.0.50) | 27 | AC_INIT(emacs, 24.0.50) |
| 28 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 28 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 29 | AC_CONFIG_SRCDIR(src/lisp.h) | 29 | AC_CONFIG_SRCDIR(src/lisp.h) |