comparison configure.ac @ 32635:e4e83855224f bytecode-interpreter

maint: merge default to bytecode-interpreter
author John W. Eaton <jwe@octave.org>
date Fri, 22 Dec 2023 12:17:24 -0500
parents 4b601ca024d5
children 028ce2427891
comparison
equal deleted inserted replaced
32630:d59cfc22d44c 32635:e4e83855224f
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 dnl 2 dnl
3 ######################################################################## 3 ########################################################################
4 ## 4 ##
5 ## Copyright (C) 1993-2023 The Octave Project Developers 5 ## Copyright (C) 1993-2024 The Octave Project Developers
6 ## 6 ##
7 ## See the file COPYRIGHT.md in the top-level directory of this 7 ## See the file COPYRIGHT.md in the top-level directory of this
8 ## distribution or <https://octave.org/copyright/>. 8 ## distribution or <https://octave.org/copyright/>.
9 ## 9 ##
10 ## This file is part of Octave. 10 ## This file is part of Octave.
44 OCTAVE_PATCH_VERSION=0 44 OCTAVE_PATCH_VERSION=0
45 45
46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. 46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
47 OCTAVE_VERSION="$PACKAGE_VERSION" 47 OCTAVE_VERSION="$PACKAGE_VERSION"
48 48
49 OCTAVE_COPYRIGHT="Copyright (C) 1993-2023 The Octave Project Developers." 49 OCTAVE_COPYRIGHT="Copyright (C) 1993-2024 The Octave Project Developers."
50 50
51 OCTAVE_RELEASE_DATE="2023-11-22" 51 OCTAVE_RELEASE_DATE="2023-11-22"
52 52
53 ## The "API version" is used as a way of checking that interfaces in the 53 ## The "API version" is used as a way of checking that interfaces in the
54 ## liboctave and libinterp libraries haven't changed in a backwardly 54 ## liboctave and libinterp libraries haven't changed in a backwardly