annotate configure.ac @ 4319:79bddf470912

fix 64-bit --enable feature options
author John W. Eaton <jwe@octave.org>
date Wed, 04 Jan 2017 21:11:58 -0500
parents d15e1b63b01f
children 26e2e3ace9e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 dnl Process this file with autoconf to produce a configure script.
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 AC_PREREQ([2.62])
3890
2db17a8585e6 bump version to 0.0.35
John W. Eaton <jwe@octave.org>
parents: 3887
diff changeset
4 AC_INIT([MXE-Octave], [0.0.35], [http://octave.org/bugs.html], [mxe-octave])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 AC_CONFIG_SRCDIR([src/octave.mk])
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 AC_CONFIG_AUX_DIR([tools])
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 ### Check for bootstrap tools. This list is probably not complete yet.
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 AC_PROG_AWK
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 AC_PROG_GREP
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 AC_PROG_LN_S
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 AC_PROG_MKDIR_P
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 AC_PROG_INSTALL
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 AC_PROG_CC
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 AC_PROG_CPP
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 AC_PROG_GCC_TRADITIONAL
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 dnl PKG_PROG_PKG_CONFIG
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 dnl OCTAVE_PROG_FIND
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 dnl OCTAVE_PROG_SED
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 dnl OCTAVE_PROG_PERL
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 dnl OCTAVE_PROG_GPERF
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 dnl OCTAVE_PROG_FLEX
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 dnl OCTAVE_PROG_BISON
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 dnl OCTAVE_PROG_MAKEINFO
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 dnl OCTAVE_PROG_TEXI2DVI
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 dnl OCTAVE_PROG_TEXI2PDF
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 dnl OCTAVE_PROG_GHOSTSCRIPT
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 dnl OCTAVE_PROG_GNUPLOT
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 dnl OCTAVE_PROG_PAGER
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 dnl OCTAVE_PROG_PYTHON
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 dnl OCTAVE_CHECK_LIB_TERMLIB
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36 ### Define the path to the shell on the host system. Most systems will
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 ### ensure /bin/sh is the default shell so this can be safely ignored by
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 ### almost everyone. However, when building for Android, for example,
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39 ### this will need to be set.
3044
eb1a22446662 substitute SHELL
John W. Eaton <jwe@octave.org>
parents: 3043
diff changeset
40 SHELL=bash
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41 AC_ARG_WITH([shell],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42 [AS_HELP_STRING([--with-shell=SHELL],
3044
eb1a22446662 substitute SHELL
John W. Eaton <jwe@octave.org>
parents: 3043
diff changeset
43 [use SHELL as the shell interpreter (default: bash)])])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44 case $with_shell in
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45 no)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46 AC_MSG_ERROR([A shell interpreter is required])
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
47 ;;
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 yes | "")
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
49 ;;
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
50 *)
3044
eb1a22446662 substitute SHELL
John W. Eaton <jwe@octave.org>
parents: 3043
diff changeset
51 SHELL=$with_shell
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52 ;;
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 esac
3044
eb1a22446662 substitute SHELL
John W. Eaton <jwe@octave.org>
parents: 3043
diff changeset
54 AC_SUBST(SHELL)
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55
4197
667aa26d9dd4 * configure.ac: Don't use undefined in default definition of PKG_DIR.
John W. Eaton <jwe@octave.org>
parents: 4195
diff changeset
56 PKG_DIR="pkg"
4193
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
57 AC_ARG_WITH([pkg-dir],
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
58 [AS_HELP_STRING([--with-pkg-dir=DIR],
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
59 [use DIR as the location for downloaded packages (default: pkg)])])
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
60 case $with_pkg_dir in
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
61 no)
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
62 AC_MSG_ERROR([A pkg directory is required])
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
63 ;;
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
64 yes | "")
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
65 ;;
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
66 *)
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
67 PKG_DIR="$withval"
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
68 ;;
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
69 esac
4197
667aa26d9dd4 * configure.ac: Don't use undefined in default definition of PKG_DIR.
John W. Eaton <jwe@octave.org>
parents: 4195
diff changeset
70 ## Ensure directory exists and that we refer to it using an absolute name
667aa26d9dd4 * configure.ac: Don't use undefined in default definition of PKG_DIR.
John W. Eaton <jwe@octave.org>
parents: 4195
diff changeset
71 if ! test -d "$PKG_DIR"; then
667aa26d9dd4 * configure.ac: Don't use undefined in default definition of PKG_DIR.
John W. Eaton <jwe@octave.org>
parents: 4195
diff changeset
72 mkdir -p "$PKG_DIR"
667aa26d9dd4 * configure.ac: Don't use undefined in default definition of PKG_DIR.
John W. Eaton <jwe@octave.org>
parents: 4195
diff changeset
73 fi
667aa26d9dd4 * configure.ac: Don't use undefined in default definition of PKG_DIR.
John W. Eaton <jwe@octave.org>
parents: 4195
diff changeset
74 PKG_DIR=`(cd "$PKG_DIR"; pwd)`
4193
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
75 AC_SUBST(PKG_DIR)
32814edc00db allow location of pkg directory to be specified
John W. Eaton <jwe@octave.org>
parents: 4162
diff changeset
76
4194
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
77 AC_ARG_WITH([ccache],
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
78 [AS_HELP_STRING([--with-ccache], [use ccache (default: no)])],
4319
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
79 [case $withval in
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
80 no) USE_CCACHE=no ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
81 yes) USE_CCACHE=yes ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
82 *) AC_MSG_ERROR([bad value $enableval for --with-ccache]) ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
83 esac], [USE_CCACHE=no])
4194
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
84 AC_SUBST(USE_CCACHE)
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
85
3710
1220a9158bc1 make building 64-bit Windows binaries independent from enabling 64-bit indexing in Octave
John W. Eaton <jwe@octave.org>
parents: 3702
diff changeset
86 AC_ARG_ENABLE(windows-64,
4307
d15e1b63b01f make --enable-windows-64 the default
John W. Eaton <jwe@octave.org>
parents: 4304
diff changeset
87 [AS_HELP_STRING([--disable-windows-64],
d15e1b63b01f make --enable-windows-64 the default
John W. Eaton <jwe@octave.org>
parents: 4304
diff changeset
88 [don't build a Windows 64 cross compiler])],
4319
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
89 [case $enableval in
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
90 no) ENABLE_WINDOWS_64=no ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
91 yes) ENABLE_WINDOWS_64=yes ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
92 *) AC_MSG_ERROR([bad value $enableval for --enable-windows-64]) ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
93 esac], [ENABLE_WINDOWS_64=yes])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
94
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
95 AC_ARG_ENABLE(64,
4319
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
96 [AS_HELP_STRING([--enable-64],
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
97 [use 64-bit integers for array dimensions and indexing])],
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
98 [case $enableval in
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
99 no) ENABLE_64=no ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
100 yes) ENABLE_64=yes ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
101 *) AC_MSG_ERROR([bad value $enableval for --enable-64]) ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
102 esac], [ENABLE_64=unknown])
3710
1220a9158bc1 make building 64-bit Windows binaries independent from enabling 64-bit indexing in Octave
John W. Eaton <jwe@octave.org>
parents: 3702
diff changeset
103
4319
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
104 if test "$ENABLE_64" = unknown; then
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
105 ENABLE_64="$ENABLE_WINDOWS_64"
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
106 fi
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
107
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
108 AC_ARG_ENABLE(fortran-int64,
4304
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
109 [AS_HELP_STRING([--enable-fortran-int64],
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
110 [use 64-bit integers for fortran (and other) numerical library code])],
4319
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
111 [case $enableval in
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
112 no) ENABLE_FORTRAN_INT64=no ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
113 yes) ENABLE_FORTRAN_INT64=yes ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
114 *) AC_MSG_ERROR([bad value $enableval for --enable-fortran-int64]) ;;
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
115 esac], [ENABLE_FORTRAN_INT64=no])
4304
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
116
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
117 if test "$ENABLE_64" = yes || test "$ENABLE_FORTRAN_INT64" = yes; then
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
118 if test "$ENABLE_WINDOWS_64" = no; then
4319
79bddf470912 fix 64-bit --enable feature options
John W. Eaton <jwe@octave.org>
parents: 4307
diff changeset
119 AC_MSG_ERROR([--enable-fortran-int64 and --enable-64 both require --enable-windows-64])
4304
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
120 fi
3710
1220a9158bc1 make building 64-bit Windows binaries independent from enabling 64-bit indexing in Octave
John W. Eaton <jwe@octave.org>
parents: 3702
diff changeset
121 fi
1220a9158bc1 make building 64-bit Windows binaries independent from enabling 64-bit indexing in Octave
John W. Eaton <jwe@octave.org>
parents: 3702
diff changeset
122
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
123 AC_SUBST(ENABLE_64)
4304
0db33a326eec make --enable-64 the default
John W. Eaton <jwe@octave.org>
parents: 4301
diff changeset
124 AC_SUBST(ENABLE_FORTRAN_INT64)
3710
1220a9158bc1 make building 64-bit Windows binaries independent from enabling 64-bit indexing in Octave
John W. Eaton <jwe@octave.org>
parents: 3702
diff changeset
125 AC_SUBST(ENABLE_WINDOWS_64)
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
126
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
127 BUILD_SHARED=yes
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
128 AC_ARG_ENABLE(shared,
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
129 [AS_HELP_STRING([--disable-shared], [Disable shared libraries])],
3207
21a6b1257dd8 make --disable-jit and --disable-shared work
John W. Eaton <jwe@octave.org>
parents: 3203
diff changeset
130 [if test "$enableval" = no; then BUILD_SHARED=no; fi], [])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
131 AC_SUBST(BUILD_SHARED)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
132
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
133 BUILD_STATIC=no
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
134 AC_ARG_ENABLE(static,
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
135 [AS_HELP_STRING([--enable-static], [Enable static libraries])],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
136 [if test "$enableval" = yes; then BUILD_STATIC=yes; fi], [])
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
137 AC_SUBST(BUILD_STATIC)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
138
3524
8a4a11234ccf disable jit compiler by default
John W. Eaton <jwe@octave.org>
parents: 3472
diff changeset
139 ENABLE_JIT=no
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
140 AC_ARG_ENABLE([jit],
3524
8a4a11234ccf disable jit compiler by default
John W. Eaton <jwe@octave.org>
parents: 3472
diff changeset
141 [AS_HELP_STRING([--enable-jit], [Enable Octave JIT compiler])],
8a4a11234ccf disable jit compiler by default
John W. Eaton <jwe@octave.org>
parents: 3472
diff changeset
142 [if test "$enableval" = yes; then ENABLE_JIT=yes; fi], [])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
143 AC_SUBST(ENABLE_JIT)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
144
3333
4372645ff7e3 Add --disable-java option to configure.
Rik <rik@octave.org>
parents: 3253
diff changeset
145 ENABLE_JAVA=yes
4372645ff7e3 Add --disable-java option to configure.
Rik <rik@octave.org>
parents: 3253
diff changeset
146 AC_ARG_ENABLE([java],
4162
febc08a7dee7 configure.ac: Make help strings more informative.
Rik <rik@octave.org>
parents: 4124
diff changeset
147 [AS_HELP_STRING([--disable-java], [Disable Java/Octave interface])],
3333
4372645ff7e3 Add --disable-java option to configure.
Rik <rik@octave.org>
parents: 3253
diff changeset
148 [if test "$enableval" = no; then ENABLE_JAVA=no; fi], [])
4372645ff7e3 Add --disable-java option to configure.
Rik <rik@octave.org>
parents: 3253
diff changeset
149 AC_SUBST(ENABLE_JAVA)
4372645ff7e3 Add --disable-java option to configure.
Rik <rik@octave.org>
parents: 3253
diff changeset
150
3367
cfcbe03c9160 installer: Enable documentation build and add to installer.
John Donoghue <john.donoghue@ieee.org>
parents: 3333
diff changeset
151 ENABLE_DOCS=yes
cfcbe03c9160 installer: Enable documentation build and add to installer.
John Donoghue <john.donoghue@ieee.org>
parents: 3333
diff changeset
152 AC_ARG_ENABLE([docs],
4162
febc08a7dee7 configure.ac: Make help strings more informative.
Rik <rik@octave.org>
parents: 4124
diff changeset
153 [AS_HELP_STRING([--disable-docs], [Disable building Octave documentation])],
3367
cfcbe03c9160 installer: Enable documentation build and add to installer.
John Donoghue <john.donoghue@ieee.org>
parents: 3333
diff changeset
154 [if test "$enableval" = no; then ENABLE_DOCS=no; fi], [])
cfcbe03c9160 installer: Enable documentation build and add to installer.
John Donoghue <john.donoghue@ieee.org>
parents: 3333
diff changeset
155 AC_SUBST(ENABLE_DOCS)
cfcbe03c9160 installer: Enable documentation build and add to installer.
John Donoghue <john.donoghue@ieee.org>
parents: 3333
diff changeset
156
3229
1cbee4743e97 Use consistant yes and no as the enable options for configure.ac
John Donoghue <john.donoghue@ieee.org>
parents: 3226
diff changeset
157 MXE_NATIVE_BUILD=no
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
158 AC_ARG_ENABLE([native-build],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
159 [AS_HELP_STRING([--enable-native-build],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
160 [Enable native build (default is cross compile)])],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
161 [if test "$enableval" = yes; then MXE_NATIVE_BUILD=yes; fi], [])
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
162 AC_SUBST(MXE_NATIVE_BUILD)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
163
3208
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
164 USE_SYSTEM_FONTCONFIG=$MXE_NATIVE_BUILD
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
165 AC_ARG_ENABLE([system-fontconfig],
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
166 [AS_HELP_STRING([--enable-system-fontconfig],
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
167 [Use fontconfig already installed on system])],
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
168 [if test "$enableval" = yes; then USE_SYSTEM_FONTCONFIG=yes; else USE_SYSTEM_FONTCONFIG=no; fi], [])
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
169 AC_SUBST(USE_SYSTEM_FONTCONFIG)
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
170
3827
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
171 USE_SYSTEM_X11_LIBS=$MXE_NATIVE_BUILD
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
172 AC_ARG_ENABLE([system-x11-libs],
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
173 [AS_HELP_STRING([--enable-system-x11-libs],
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
174 [Use X11 libraries already installed on system])],
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
175 [if test "$enableval" = yes; then USE_SYSTEM_X11_LIBS=yes; else USE_SYSTEM_X11_LIBS=no; fi], [])
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
176 AC_SUBST(USE_SYSTEM_X11_LIBS)
02990526ae69 allow building of X11 libs to be disabled
John W. Eaton <jwe@octave.org>
parents: 3756
diff changeset
177
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
178 USE_SYSTEM_GCC=$MXE_NATIVE_BUILD
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
179 AC_ARG_ENABLE([system-gcc],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
180 [AS_HELP_STRING([--enable-system-gcc],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
181 [Use GCC already installed on system])],
3208
1080856f48c4 new configure option: --enable-system-fontconfig
John W. Eaton <jwe@octave.org>
parents: 3207
diff changeset
182 [if test "$enableval" = yes; then USE_SYSTEM_GCC=yes; else USE_SYSTEM_GCC=no; fi], [])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
183 AC_SUBST(USE_SYSTEM_GCC)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
184
3226
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
185 ENABLE_LIB64_DIRECTORY=no
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
186 AC_ARG_ENABLE(lib64-directory,
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
187 [AS_HELP_STRING([--enable-lib64-directory],
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
188 [Search lib64 directory for libraries])],
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
189 [if test "$enableval" = yes; then ENABLE_LIB64_DIRECTORY=yes; fi], [])
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
190 AC_SUBST(ENABLE_LIB64_DIRECTORY)
c56f388f1297 make using lib64 directory configurable
John W. Eaton <jwe@octave.org>
parents: 3219
diff changeset
191
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
192 USE_PIC_FLAG=no
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
193 AC_ARG_ENABLE([pic-flag],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
194 [AS_HELP_STRING([--enable-pic-flag], [Compile with PIC flag])],
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
195 [if test "$enableval" = yes; then USE_PIC_FLAG=yes; fi], [])
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
196 AC_SUBST(USE_PIC_FLAG)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
197
3431
a7c772aa106f Move mk-dist script functionality into Makefile.
John W. Eaton <jwe@octave.org>
parents: 3429
diff changeset
198 STRIP_DIST_FILES=yes
a7c772aa106f Move mk-dist script functionality into Makefile.
John W. Eaton <jwe@octave.org>
parents: 3429
diff changeset
199 AC_ARG_ENABLE([strip-dist-files],
a7c772aa106f Move mk-dist script functionality into Makefile.
John W. Eaton <jwe@octave.org>
parents: 3429
diff changeset
200 [AS_HELP_STRING([--disable-strip-dist-files], [Don't strip distributed files])],
a7c772aa106f Move mk-dist script functionality into Makefile.
John W. Eaton <jwe@octave.org>
parents: 3429
diff changeset
201 [if test "$enableval" = no; then STRIP_DIST_FILES=no; fi], [])
a7c772aa106f Move mk-dist script functionality into Makefile.
John W. Eaton <jwe@octave.org>
parents: 3429
diff changeset
202 AC_SUBST(STRIP_DIST_FILES)
a7c772aa106f Move mk-dist script functionality into Makefile.
John W. Eaton <jwe@octave.org>
parents: 3429
diff changeset
203
3693
5037295b2e89 enable openblas by default
John W. Eaton <jwe@octave.org>
parents: 3655
diff changeset
204 ENABLE_OPENBLAS=yes
3068
fb0836e4a677 Add --enable-openblas option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3060
diff changeset
205 AC_ARG_ENABLE([openblas],
3693
5037295b2e89 enable openblas by default
John W. Eaton <jwe@octave.org>
parents: 3655
diff changeset
206 [AS_HELP_STRING([--disable-openblas],
4162
febc08a7dee7 configure.ac: Make help strings more informative.
Rik <rik@octave.org>
parents: 4124
diff changeset
207 [Disable use of OpenBLAS in Octave])],
3693
5037295b2e89 enable openblas by default
John W. Eaton <jwe@octave.org>
parents: 3655
diff changeset
208 [if test "$enableval" = no; then ENABLE_OPENBLAS=no; fi], [])
3068
fb0836e4a677 Add --enable-openblas option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3060
diff changeset
209 AC_SUBST(ENABLE_OPENBLAS)
fb0836e4a677 Add --enable-openblas option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3060
diff changeset
210
3887
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
211 ENABLE_QHULL_NO_STRICT_ALIASING_FLAG=no
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
212 AC_ARG_ENABLE([qhull-no-strict-aliasing-flag],
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
213 [AS_HELP_STRING([--enable-qhull-no-strict-aliasing-flag],
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
214 [Compile Qhull with -fno-strict-aliasing flag])],
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
215 [if test "$enableval" = yes; then
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
216 ENABLE_QHULL_NO_STRICT_ALIASING_FLAG=yes;
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
217 fi], [])
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
218 AC_SUBST(ENABLE_QHULL_NO_STRICT_ALIASING_FLAG)
768c5d4c5b4e new configure option: --enable-qhull-no-strict-aliasing-flag
John W. Eaton <jwe@octave.org>
parents: 3853
diff changeset
219
3721
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
220 ENABLE_OCTAVE=stable
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
221 AC_ARG_ENABLE([octave],
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
222 [AS_HELP_STRING([--enable-octave=stable],
4162
febc08a7dee7 configure.ac: Make help strings more informative.
Rik <rik@octave.org>
parents: 4124
diff changeset
223 [Enable a specific build of Octave (stable, alpha, default)])],
3727
5e79ab51035f configure: set default enable-octave to stable
John Donoghue <john.donoghue@ieee.org>
parents: 3721
diff changeset
224 [], [enableval=$ENABLE_OCTAVE])
3721
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
225
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
226 case $enableval in
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
227 stable)
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
228 ENABLE_OCTAVE="stable-"
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
229 ;;
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
230 alpha)
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
231 ENABLE_OCTAVE=""
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
232 ;;
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
233 default)
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
234 ENABLE_OCTAVE="default-"
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
235 ;;
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
236 *)
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
237 ENABLE_OCTAVE="stable-"
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
238 AC_MSG_WARN([Unknown octave type $enableval - using enable-octave=stable])
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
239 ;;
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
240 esac
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
241
933b99febcf1 Expand options to support 3 possible sources of octave
John Donoghue <john.donoghue@ieee.org>
parents: 3716
diff changeset
242 AC_SUBST(ENABLE_OCTAVE)
3611
5ab3fc53d7a5 Add enable/disable-stable configure option
John Donoghue
parents: 3566
diff changeset
243
3853
58935b4de51f Enable build cross mkoctfile and compile of-XXXX package files
John Donoghue
parents: 3827
diff changeset
244 ENABLE_BINARY_PACKAGES=no
58935b4de51f Enable build cross mkoctfile and compile of-XXXX package files
John Donoghue
parents: 3827
diff changeset
245 AC_ARG_ENABLE([binary-packages],
58935b4de51f Enable build cross mkoctfile and compile of-XXXX package files
John Donoghue
parents: 3827
diff changeset
246 [AS_HELP_STRING([--enable-binary-packages],
4162
febc08a7dee7 configure.ac: Make help strings more informative.
Rik <rik@octave.org>
parents: 4124
diff changeset
247 [Enable creating binary Octave Forge packages])],
3853
58935b4de51f Enable build cross mkoctfile and compile of-XXXX package files
John Donoghue
parents: 3827
diff changeset
248 [if test "$enableval" = yes; then ENABLE_BINARY_PACKAGES=yes; fi], [])
58935b4de51f Enable build cross mkoctfile and compile of-XXXX package files
John Donoghue
parents: 3827
diff changeset
249 AC_SUBST(ENABLE_BINARY_PACKAGES)
58935b4de51f Enable build cross mkoctfile and compile of-XXXX package files
John Donoghue
parents: 3827
diff changeset
250
3958
ac3abcea55e8 Add --enable-devel-tools option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3890
diff changeset
251 ENABLE_DEVEL_TOOLS=no
ac3abcea55e8 Add --enable-devel-tools option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3890
diff changeset
252 AC_ARG_ENABLE([devel-tools],
ac3abcea55e8 Add --enable-devel-tools option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3890
diff changeset
253 [AS_HELP_STRING([--enable-devel-tools],
4162
febc08a7dee7 configure.ac: Make help strings more informative.
Rik <rik@octave.org>
parents: 4124
diff changeset
254 [Enable creating developer tools such as gdb])],
3958
ac3abcea55e8 Add --enable-devel-tools option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3890
diff changeset
255 [if test "$enableval" = yes; then ENABLE_DEVEL_TOOLS=yes; fi], [])
ac3abcea55e8 Add --enable-devel-tools option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3890
diff changeset
256 AC_SUBST(ENABLE_DEVEL_TOOLS)
ac3abcea55e8 Add --enable-devel-tools option to configure
John Donoghue <john.donoghue@ieee.org>
parents: 3890
diff changeset
257
4222
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
258 ENABLE_QT5=no
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
259 AC_ARG_ENABLE([qt5],
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
260 [AS_HELP_STRING([--enable-qt5],
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
261 [Enable compile of GNU octave using Qt5 (Experimental)])],
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
262 [if test "$enableval" = yes; then ENABLE_QT5=yes; fi], [])
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
263 AC_SUBST(ENABLE_QT5)
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
264
4301
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
265 # install dependancy package docs (or not to save space)
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
266 ENABLE_DEP_DOCS=no
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
267 AC_ARG_ENABLE([dep-docs],
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
268 [AS_HELP_STRING([--enable-dep-docs],
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
269 [Enable install of dependancy package dos])],
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
270 [if test "$enableval" = yes; then ENABLE_DEP_DOCS=yes; fi], [])
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
271 AC_SUBST(ENABLE_DEP_DOCS)
b6819fef128f Dont install gtk-docs
John D
parents: 4222
diff changeset
272
4222
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents: 4197
diff changeset
273
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
274 ### Default is to cross compile for mingw.
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
275
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
276 echo $host_alias
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
277 if test -n "$host_alias"; then
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
278 MXE_SYSTEM=$host_alias
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
279 else
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
280 MXE_SYSTEM=mingw
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
281 fi
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
282 AC_SUBST(MXE_SYSTEM)
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
283
3060
cbdf4575016d add set_mxe_env.sh.in to tools
"John Donoghue <john.donoghue@ieee.org>
parents: 3044
diff changeset
284 # set MXE_ROOTDIR for knowing the mxe root
4066
0962acdde3be builld: allow out of source build
John Donoghue
parents: 3958
diff changeset
285 MXE_ROOTDIR=`cd "$builddir"; pwd`
3060
cbdf4575016d add set_mxe_env.sh.in to tools
"John Donoghue <john.donoghue@ieee.org>
parents: 3044
diff changeset
286 AC_SUBST(MXE_ROOTDIR)
cbdf4575016d add set_mxe_env.sh.in to tools
"John Donoghue <john.donoghue@ieee.org>
parents: 3044
diff changeset
287
4194
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
288 if test "$MXE_NATIVE_BUILD" = no; then
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
289 if test "$ENABLE_WINDOWS_64" = yes; then
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
290 MXE_TARGET=x86_64-w64-mingw32
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
291 else
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
292 MXE_TARGET=i686-w64-mingw32
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
293 fi
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
294 fi
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
295 AC_SUBST(MXE_TARGET)
3dc897731d3b new option to enable ccache
John W. Eaton <jwe@octave.org>
parents: 4193
diff changeset
296
3429
6cf5d50556d4 * tools/set-mxe-env.sh.in: Rename from tools/set_mxe_env.sh.in.
John W. Eaton <jwe@octave.org>
parents: 3367
diff changeset
297 AC_CONFIG_FILES([Makefile tools/set-mxe-env.sh])
4124
5ae69991eaa1 installer: detect win64/win32 java depending on octave 32/64 (Bug #47606)
John Donoghue
parents: 4066
diff changeset
298 AC_CONFIG_FILES([tools/makeinst-script.sh], [chmod a+x tools/makeinst-script.sh])
3043
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
299
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
300 AC_OUTPUT
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
301
cbfe5d38ff2c use configure script to generate Makefile
John W. Eaton <jwe@octave.org>
parents:
diff changeset
302 ### End of configure.