diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-03 15:28:51 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-03 15:28:51 -0700 |
commit | d8198da06bc90f4d3857fccf668bcc7c46a41a38 (patch) | |
tree | 7e8f536588bb83f67189b4dc21afcf60af7e64af /configure.in | |
parent | eb697db59773f60b5db4ad30a8011221385b90c5 (diff) | |
download | emacs-d8198da06bc90f4d3857fccf668bcc7c46a41a38.tar.gz |
* configure.in (AC_PREREQ): Require autoconf 2.65.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 235e0453930..f97af0bed68 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -AC_PREREQ(2.62) +AC_PREREQ(2.65) AC_INIT(emacs, 24.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |