annotate build-aux/subst-cross-config-vals.in.sh @ 22502:341bc61c2286

* subst-cross-config-vals.in.sh: Fix indentation.
author John W. Eaton <jwe@octave.org>
date Fri, 16 Sep 2016 09:30:05 -0400
parents ed1b0d5fa97c
children 3a2b891d0b33 3ac9f9ecfae5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21398
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 #! /bin/sh
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 #
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 # Copyright (C) 2016 John W. Eaton
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 #
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 # This file is part of Octave.
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 #
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 # Octave is free software; you can redistribute it and/or modify it
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 # under the terms of the GNU General Public License as published by the
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 # Free Software Foundation; either version 3 of the License, or (at
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 # your option) any later version.
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 #
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 # Octave is distributed in the hope that it will be useful, but WITHOUT
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 # for more details.
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 #
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 # You should have received a copy of the GNU General Public License
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 # along with Octave; see the file COPYING. If not, see
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 # <http://www.gnu.org/licenses/>.
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 : ${SED=@SED@}
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 ## The subst-config-vals and subst-cross-config-vals scripts differ only
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 ## in the definitions of the following variables.
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 ##
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 ## OCTAVE_CONF_MKOCTFILE_AR
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 ## OCTAVE_CONF_MKOCTFILE_CC
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 ## OCTAVE_CONF_MKOCTFILE_CXX
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 ## OCTAVE_CONF_MKOCTFILE_DL_LD
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 ## OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 ## OCTAVE_CONF_MKOCTFILE_F77
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 ## OCTAVE_CONF_MKOCTFILE_LD_CXX
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 ## OCTAVE_CONF_MKOCTFILE_RANLIB
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34
21409
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
35 NO_OCT_FILE_STRIP="@NO_OCT_FILE_STRIP@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
36 bindir="@bindir@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
37 AMD_CPPFLAGS="@AMD_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
38 AMD_LDFLAGS="@AMD_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
39 AMD_LIBS="@AMD_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
40 AR="@AR@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
41 ARFLAGS="@ARFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
42 ARPACK_CPPFLAGS="@ARPACK_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
43 ARPACK_LDFLAGS="@ARPACK_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
44 ARPACK_LIBS="@ARPACK_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
45 BLAS_LIBS="@BLAS_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
46 CAMD_CPPFLAGS="@CAMD_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
47 CAMD_LDFLAGS="@CAMD_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
48 CAMD_LIBS="@CAMD_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
49 CARBON_LIBS="@CARBON_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
50 CC="@CC@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
51 CCOLAMD_CPPFLAGS="@CCOLAMD_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
52 CCOLAMD_LDFLAGS="@CCOLAMD_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
53 CCOLAMD_LIBS="@CCOLAMD_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
54 CFLAGS="@CFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
55 CHOLMOD_CPPFLAGS="@CHOLMOD_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
56 CHOLMOD_LDFLAGS="@CHOLMOD_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
57 CHOLMOD_LIBS="@CHOLMOD_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
58 COLAMD_CPPFLAGS="@COLAMD_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
59 COLAMD_LDFLAGS="@COLAMD_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
60 COLAMD_LIBS="@COLAMD_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
61 CPICFLAG="@CPICFLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
62 CPPFLAGS="@CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
63 CURL_CPPFLAGS="@CURL_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
64 CURL_LDFLAGS="@CURL_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
65 CURL_LIBS="@CURL_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
66 CXSPARSE_CPPFLAGS="@CXSPARSE_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
67 CXSPARSE_LDFLAGS="@CXSPARSE_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
68 CXSPARSE_LIBS="@CXSPARSE_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
69 CXX="@CXX@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
70 CXXCPP="@CXXCPP@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
71 CXXFLAGS="@CXXFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
72 CXXPICFLAG="@CXXPICFLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
73 DEFAULT_PAGER="@DEFAULT_PAGER@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
74 DEFS="@DEFS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
75 DEPEND_FLAGS="@DEPEND_FLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
76 DEPEND_EXTRA_SED_PATTERN="@DEPEND_EXTRA_SED_PATTERN@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
77 DL_LD="@DL_LD@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
78 DL_LDFLAGS="@DL_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
79 DL_LIBS="@DL_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
80 EXEEXT="@EXEEXT@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
81 GCC_VERSION="@GCC_VERSION@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
82 GXX_VERSION="@GXX_VERSION@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
83 F77="@F77@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
84 F77_FLOAT_STORE_FLAG="@F77_FLOAT_STORE_FLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
85 F77_INTEGER_8_FLAG="@F77_INTEGER_8_FLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
86 FFLAGS="@FFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
87 FFTW3_CPPFLAGS="@FFTW3_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
88 FFTW3_LDFLAGS="@FFTW3_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
89 FFTW3_LIBS="@FFTW3_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
90 FFTW3F_CPPFLAGS="@FFTW3F_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
91 FFTW3F_LDFLAGS="@FFTW3F_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
92 FFTW3F_LIBS="@FFTW3F_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
93 FLIBS="@FLIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
94 FLTK_CPPFLAGS="@FLTK_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
95 FLTK_LDFLAGS="@FLTK_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
96 FLTK_LIBS="@FLTK_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
97 FONTCONFIG_CPPFLAGS="@FONTCONFIG_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
98 FONTCONFIG_LIBS="@FONTCONFIG_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
99 FPICFLAG="@FPICFLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
100 FT2_CPPFLAGS="@FT2_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
101 FT2_LIBS="@FT2_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
102 GLPK_CPPFLAGS="@GLPK_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
103 GLPK_LDFLAGS="@GLPK_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
104 GLPK_LIBS="@GLPK_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
105 GNUPLOT="@GNUPLOT@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
106 HDF5_CPPFLAGS="@HDF5_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
107 HDF5_LDFLAGS="@HDF5_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
108 HDF5_LIBS="@HDF5_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
109 includedir="@includedir@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
110 LAPACK_LIBS="@LAPACK_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
111 LD_CXX="@LD_CXX@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
112 LDFLAGS="@LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
113 LD_STATIC_FLAG="@LD_STATIC_FLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
114 LEX="@LEX@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
115 LEXLIB="@LEXLIB@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
116 LFLAGS="@LFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
117 libdir="@libdir@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
118 LIBOCTAVE="@LIBOCTAVE@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
119 LIBOCTINTERP="@LIBOCTINTERP@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
120 LIBS="@LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
121 LLVM_CPPFLAGS="@LLVM_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
122 LLVM_LDFLAGS="@LLVM_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
123 LLVM_LIBS="@LLVM_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
124 LN_S="@LN_S@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
125 MAGICK_CPPFLAGS="@MAGICK_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
126 MAGICK_LDFLAGS="@MAGICK_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
127 MAGICK_LIBS="@MAGICK_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
128 OCTAVE_LINK_DEPS="@OCTAVE_LINK_DEPS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
129 OCTAVE_LINK_OPTS="@OCTAVE_LINK_OPTS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
130 octincludedir="@octincludedir@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
131 octlibdir="@octlibdir@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
132 OCT_LINK_DEPS="@OCT_LINK_DEPS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
133 OCT_LINK_OPTS="@OCT_LINK_OPTS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
134 OPENGL_LIBS="@OPENGL_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
135 OSMESA_CPPFLAGS="@OSMESA_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
136 OSMESA_LDFLAGS="@OSMESA_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
137 OSMESA_LIBS="@OSMESA_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
138 PCRE_CPPFLAGS="@PCRE_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
139 PCRE_LIBS="@PCRE_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
140 prefix="@prefix@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
141 PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
142 PTHREAD_LIBS="@PTHREAD_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
143 QHULL_CPPFLAGS="@QHULL_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
144 QHULL_LDFLAGS="@QHULL_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
145 QHULL_LIBS="@QHULL_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
146 QRUPDATE_CPPFLAGS="@QRUPDATE_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
147 QRUPDATE_LDFLAGS="@QRUPDATE_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
148 QRUPDATE_LIBS="@QRUPDATE_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
149 QT_CPPFLAGS="@QT_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
150 QT_LDFLAGS="@QT_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
151 QT_LIBS="@QT_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
152 RANLIB="@RANLIB@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
153 RDYNAMIC_FLAG="@RDYNAMIC_FLAG@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
154 READLINE_LIBS="@READLINE_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
155 SED="@SED@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
156 SHARED_LIBS="@SHARED_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
157 SH_LD="@SH_LD@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
158 SH_LDFLAGS="@SH_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
159 STATIC_LIBS="@STATIC_LIBS@"
22501
ed1b0d5fa97c always check for suitesparseconfig if any SuiteSparse libs found
John W. Eaton <jwe@octave.org>
parents: 21907
diff changeset
160 SUITESPARSE_CONFIG_LIBS="@SUITESPARSE_CONFIG_LIBS@"
21409
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
161 TERM_LIBS="@TERM_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
162 UMFPACK_CPPFLAGS="@UMFPACK_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
163 UMFPACK_LDFLAGS="@UMFPACK_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
164 UMFPACK_LIBS="@UMFPACK_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
165 version="@PACKAGE_VERSION@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
166 WARN_CFLAGS="@WARN_CFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
167 WARN_CXXFLAGS="@WARN_CXXFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
168 X11_INCFLAGS="@X11_INCFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
169 X11_LIBS="@X11_LIBS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
170 XTRA_CFLAGS="@XTRA_CFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
171 XTRA_CXXFLAGS="@XTRA_CXXFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
172 YACC="@YACC@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
173 YFLAGS="@YFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
174 Z_CPPFLAGS="@Z_CPPFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
175 Z_LDFLAGS="@Z_LDFLAGS@"
1aa293d58df0 fully expand all env vars before writing config.status (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21406
diff changeset
176 Z_LIBS="@Z_LIBS@"
21403
9429c39994f8 fix quoting in generated shell scripts (bug #46063)
John W. Eaton <jwe@octave.org>
parents: 21398
diff changeset
177 config_opts="@config_opts@"
21398
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
178
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
179 $SED \
7e8a410e6124 break generated file dependence on Makefile (bug #46063)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
180 -e "s|%NO_EDIT_WARNING%|DO NOT EDIT! Generated automatically by subst-config-vals.|" \
22502
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
181 -e "s|%NO_OCT_FILE_STRIP%|${NO_OCT_FILE_STRIP}|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
182 -e "s|%OCTAVE_BINDIR%|\"${bindir}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
183 -e "s|%OCTAVE_CONF_AMD_CPPFLAGS%|\"${AMD_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
184 -e "s|%OCTAVE_CONF_AMD_LDFLAGS%|\"${AMD_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
185 -e "s|%OCTAVE_CONF_AMD_LIBS%|\"${AMD_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
186 -e "s|%OCTAVE_CONF_AR%|\"${AR}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
187 -e "s|%OCTAVE_CONF_ARFLAGS%|\"${ARFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
188 -e "s|%OCTAVE_CONF_ARPACK_CPPFLAGS%|\"${ARPACK_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
189 -e "s|%OCTAVE_CONF_ARPACK_LDFLAGS%|\"${ARPACK_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
190 -e "s|%OCTAVE_CONF_ARPACK_LIBS%|\"${ARPACK_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
191 -e "s|%OCTAVE_CONF_BLAS_LIBS%|\"${BLAS_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
192 -e "s|%OCTAVE_CONF_CAMD_CPPFLAGS%|\"${CAMD_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
193 -e "s|%OCTAVE_CONF_CAMD_LDFLAGS%|\"${CAMD_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
194 -e "s|%OCTAVE_CONF_CAMD_LIBS%|\"${CAMD_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
195 -e "s|%OCTAVE_CONF_CARBON_LIBS%|\"${CARBON_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
196 -e "s|%OCTAVE_CONF_CC%|\"${CC}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
197 -e "s|%OCTAVE_CONF_CCOLAMD_CPPFLAGS%|\"${CCOLAMD_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
198 -e "s|%OCTAVE_CONF_CCOLAMD_LDFLAGS%|\"${CCOLAMD_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
199 -e "s|%OCTAVE_CONF_CCOLAMD_LIBS%|\"${CCOLAMD_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
200 -e "s|%OCTAVE_CONF_CFLAGS%|\"${CFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
201 -e "s|%OCTAVE_CONF_CHOLMOD_CPPFLAGS%|\"${CHOLMOD_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
202 -e "s|%OCTAVE_CONF_CHOLMOD_LDFLAGS%|\"${CHOLMOD_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
203 -e "s|%OCTAVE_CONF_CHOLMOD_LIBS%|\"${CHOLMOD_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
204 -e "s|%OCTAVE_CONF_COLAMD_CPPFLAGS%|\"${COLAMD_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
205 -e "s|%OCTAVE_CONF_COLAMD_LDFLAGS%|\"${COLAMD_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
206 -e "s|%OCTAVE_CONF_COLAMD_LIBS%|\"${COLAMD_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
207 -e "s|%OCTAVE_CONF_CPICFLAG%|\"${CPICFLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
208 -e "s|%OCTAVE_CONF_CPPFLAGS%|\"${CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
209 -e "s|%OCTAVE_CONF_CURL_CPPFLAGS%|\"${CURL_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
210 -e "s|%OCTAVE_CONF_CURL_LDFLAGS%|\"${CURL_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
211 -e "s|%OCTAVE_CONF_CURL_LIBS%|\"${CURL_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
212 -e "s|%OCTAVE_CONF_CXSPARSE_CPPFLAGS%|\"${CXSPARSE_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
213 -e "s|%OCTAVE_CONF_CXSPARSE_LDFLAGS%|\"${CXSPARSE_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
214 -e "s|%OCTAVE_CONF_CXSPARSE_LIBS%|\"${CXSPARSE_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
215 -e "s|%OCTAVE_CONF_CXX%|\"${CXX}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
216 -e "s|%OCTAVE_CONF_CXXCPP%|\"${CXXCPP}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
217 -e "s|%OCTAVE_CONF_CXXFLAGS%|\"${CXXFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
218 -e "s|%OCTAVE_CONF_CXXPICFLAG%|\"${CXXPICFLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
219 -e "s|%OCTAVE_CONF_DEFAULT_PAGER%|\"${DEFAULT_PAGER}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
220 -e "s|%OCTAVE_CONF_DEFS%|\"${DEFS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
221 -e "s|%OCTAVE_CONF_DEPEND_FLAGS%|\"${DEPEND_FLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
222 -e "s|%OCTAVE_CONF_DEPEND_EXTRA_SED_PATTERN%|\"${DEPEND_EXTRA_SED_PATTERN}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
223 -e "s|%OCTAVE_CONF_DL_LD%|\"${DL_LD}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
224 -e "s|%OCTAVE_CONF_DL_LDFLAGS%|\"${DL_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
225 -e "s|%OCTAVE_CONF_DL_LIBS%|\"${DL_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
226 -e "s|%OCTAVE_CONF_EXEEXT%|\"${EXEEXT}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
227 -e "s|%OCTAVE_CONF_GCC_VERSION%|\"${GCC_VERSION}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
228 -e "s|%OCTAVE_CONF_GXX_VERSION%|\"${GXX_VERSION}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
229 -e "s|%OCTAVE_CONF_F77%|\"${F77}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
230 -e "s|%OCTAVE_CONF_F77_FLOAT_STORE_FLAG%|\"${F77_FLOAT_STORE_FLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
231 -e "s|%OCTAVE_CONF_F77_INTEGER_8_FLAG%|\"${F77_INTEGER_8_FLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
232 -e "s|%OCTAVE_CONF_FFLAGS%|\"${FFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
233 -e "s|%OCTAVE_CONF_FFTW3_CPPFLAGS%|\"${FFTW3_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
234 -e "s|%OCTAVE_CONF_FFTW3_LDFLAGS%|\"${FFTW3_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
235 -e "s|%OCTAVE_CONF_FFTW3_LIBS%|\"${FFTW3_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
236 -e "s|%OCTAVE_CONF_FFTW3F_CPPFLAGS%|\"${FFTW3F_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
237 -e "s|%OCTAVE_CONF_FFTW3F_LDFLAGS%|\"${FFTW3F_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
238 -e "s|%OCTAVE_CONF_FFTW3F_LIBS%|\"${FFTW3F_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
239 -e "s|%OCTAVE_CONF_FLIBS%|\"${FLIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
240 -e "s|%OCTAVE_CONF_FLTK_CPPFLAGS%|\"${FLTK_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
241 -e "s|%OCTAVE_CONF_FLTK_LDFLAGS%|\"${FLTK_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
242 -e "s|%OCTAVE_CONF_FLTK_LIBS%|\"${FLTK_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
243 -e "s|%OCTAVE_CONF_FONTCONFIG_CPPFLAGS%|\"${FONTCONFIG_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
244 -e "s|%OCTAVE_CONF_FONTCONFIG_LIBS%|\"${FONTCONFIG_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
245 -e "s|%OCTAVE_CONF_FPICFLAG%|\"${FPICFLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
246 -e "s|%OCTAVE_CONF_FT2_CPPFLAGS%|\"${FT2_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
247 -e "s|%OCTAVE_CONF_FT2_LIBS%|\"${FT2_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
248 -e "s|%OCTAVE_CONF_GLPK_CPPFLAGS%|\"${GLPK_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
249 -e "s|%OCTAVE_CONF_GLPK_LDFLAGS%|\"${GLPK_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
250 -e "s|%OCTAVE_CONF_GLPK_LIBS%|\"${GLPK_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
251 -e "s|%OCTAVE_CONF_GNUPLOT%|\"${GNUPLOT}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
252 -e "s|%OCTAVE_CONF_HDF5_CPPFLAGS%|\"${HDF5_CPPFLAGS}\"|" | \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
253 $SED -e "s|%OCTAVE_CONF_HDF5_LDFLAGS%|\"${HDF5_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
254 -e "s|%OCTAVE_CONF_HDF5_LIBS%|\"${HDF5_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
255 -e "s|%OCTAVE_CONF_INCLUDEDIR%|\"${includedir}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
256 -e "s|%OCTAVE_CONF_LAPACK_LIBS%|\"${LAPACK_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
257 -e "s|%OCTAVE_CONF_LD_CXX%|\"${LD_CXX}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
258 -e "s|%OCTAVE_CONF_LDFLAGS%|\"${LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
259 -e "s|%OCTAVE_CONF_LD_STATIC_FLAG%|\"${LD_STATIC_FLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
260 -e "s|%OCTAVE_CONF_LEX%|\"${LEX}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
261 -e "s|%OCTAVE_CONF_LEXLIB%|\"${LEXLIB}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
262 -e "s|%OCTAVE_CONF_LFLAGS%|\"${LFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
263 -e "s|%OCTAVE_CONF_LIBDIR%|\"${libdir}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
264 -e "s|%OCTAVE_CONF_LIBOCTAVE%|\"${LIBOCTAVE}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
265 -e "s|%OCTAVE_CONF_LIBOCTINTERP%|\"${LIBOCTINTERP}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
266 -e "s|%OCTAVE_CONF_LIBS%|\"${LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
267 -e "s|%OCTAVE_CONF_LLVM_CPPFLAGS%|\"${LLVM_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
268 -e "s|%OCTAVE_CONF_LLVM_LDFLAGS%|\"${LLVM_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
269 -e "s|%OCTAVE_CONF_LLVM_LIBS%|\"${LLVM_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
270 -e "s|%OCTAVE_CONF_LN_S%|\"${LN_S}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
271 -e "s|%OCTAVE_CONF_MAGICK_CPPFLAGS%|\"${MAGICK_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
272 -e "s|%OCTAVE_CONF_MAGICK_LDFLAGS%|\"${MAGICK_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
273 -e "s|%OCTAVE_CONF_MAGICK_LIBS%|\"${MAGICK_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
274 -e "s|%OCTAVE_CONF_MKOCTFILE_AR%|\"${AR}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
275 -e "s|%OCTAVE_CONF_MKOCTFILE_CC%|\"${CC}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
276 -e "s|%OCTAVE_CONF_MKOCTFILE_CXX%|\"${CXX}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
277 -e "s|%OCTAVE_CONF_MKOCTFILE_DL_LD%|\"${DL_LD}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
278 -e "s|%OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS%|\"${DL_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
279 -e "s|%OCTAVE_CONF_MKOCTFILE_F77%|\"${F77}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
280 -e "s|%OCTAVE_CONF_MKOCTFILE_LD_CXX%|\"${LD_CXX}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
281 -e "s|%OCTAVE_CONF_MKOCTFILE_RANLIB%|\"${RANLIB}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
282 -e "s|%OCTAVE_CONF_OCTAVE_LINK_DEPS%|\"${OCTAVE_LINK_DEPS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
283 -e "s|%OCTAVE_CONF_OCTAVE_LINK_OPTS%|\"${OCTAVE_LINK_OPTS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
284 -e "s|%OCTAVE_CONF_OCTINCLUDEDIR%|\"${octincludedir}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
285 -e "s|%OCTAVE_CONF_OCTLIBDIR%|\"${octlibdir}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
286 -e "s|%OCTAVE_CONF_OCT_LINK_DEPS%|\"${OCT_LINK_DEPS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
287 -e "s|%OCTAVE_CONF_OCT_LINK_OPTS%|\"${OCT_LINK_OPTS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
288 -e "s|%OCTAVE_CONF_OPENGL_LIBS%|\"${OPENGL_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
289 -e "s|%OCTAVE_CONF_OSMESA_CPPFLAGS%|\"${OSMESA_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
290 -e "s|%OCTAVE_CONF_OSMESA_LDFLAGS%|\"${OSMESA_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
291 -e "s|%OCTAVE_CONF_OSMESA_LIBS%|\"${OSMESA_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
292 -e "s|%OCTAVE_CONF_PCRE_CPPFLAGS%|\"${PCRE_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
293 -e "s|%OCTAVE_CONF_PCRE_LIBS%|\"${PCRE_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
294 -e "s|%OCTAVE_CONF_PREFIX%|\"${prefix}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
295 -e "s|%OCTAVE_CONF_PTHREAD_CFLAGS%|\"${PTHREAD_CFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
296 -e "s|%OCTAVE_CONF_PTHREAD_LIBS%|\"${PTHREAD_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
297 -e "s|%OCTAVE_CONF_QHULL_CPPFLAGS%|\"${QHULL_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
298 -e "s|%OCTAVE_CONF_QHULL_LDFLAGS%|\"${QHULL_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
299 -e "s|%OCTAVE_CONF_QHULL_LIBS%|\"${QHULL_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
300 -e "s|%OCTAVE_CONF_QRUPDATE_CPPFLAGS%|\"${QRUPDATE_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
301 -e "s|%OCTAVE_CONF_QRUPDATE_LDFLAGS%|\"${QRUPDATE_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
302 -e "s|%OCTAVE_CONF_QRUPDATE_LIBS%|\"${QRUPDATE_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
303 -e "s|%OCTAVE_CONF_QT_CPPFLAGS%|\"${QT_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
304 -e "s|%OCTAVE_CONF_QT_LDFLAGS%|\"${QT_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
305 -e "s|%OCTAVE_CONF_QT_LIBS%|\"${QT_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
306 -e "s|%OCTAVE_CONF_RANLIB%|\"${RANLIB}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
307 -e "s|%OCTAVE_CONF_RDYNAMIC_FLAG%|\"${RDYNAMIC_FLAG}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
308 -e "s|%OCTAVE_CONF_READLINE_LIBS%|\"${READLINE_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
309 -e "s|%OCTAVE_CONF_SED%|\"${SED}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
310 -e "s|%OCTAVE_CONF_SHARED_LIBS%|\"${SHARED_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
311 -e "s|%OCTAVE_CONF_SH_LD%|\"${SH_LD}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
312 -e "s|%OCTAVE_CONF_SH_LDFLAGS%|\"${SH_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
313 -e "s|%OCTAVE_CONF_STATIC_LIBS%|\"${STATIC_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
314 -e "s|%OCTAVE_CONF_SUITESPARSE_CONFIG_LIBS%|\"${SUITESPARSE_CONFIG_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
315 -e "s|%OCTAVE_CONF_TERM_LIBS%|\"${TERM_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
316 -e "s|%OCTAVE_CONF_UMFPACK_CPPFLAGS%|\"${UMFPACK_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
317 -e "s|%OCTAVE_CONF_UMFPACK_LDFLAGS%|\"${UMFPACK_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
318 -e "s|%OCTAVE_CONF_UMFPACK_LIBS%|\"${UMFPACK_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
319 -e "s|%OCTAVE_CONF_VERSION%|\"${version}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
320 -e "s|%OCTAVE_CONF_WARN_CFLAGS%|\"${WARN_CFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
321 -e "s|%OCTAVE_CONF_WARN_CXXFLAGS%|\"${WARN_CXXFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
322 -e "s|%OCTAVE_CONF_X11_INCFLAGS%|\"${X11_INCFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
323 -e "s|%OCTAVE_CONF_X11_LIBS%|\"${X11_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
324 -e "s|%OCTAVE_CONF_XTRA_CFLAGS%|\"${XTRA_CFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
325 -e "s|%OCTAVE_CONF_XTRA_CXXFLAGS%|\"${XTRA_CXXFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
326 -e "s|%OCTAVE_CONF_YACC%|\"${YACC}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
327 -e "s|%OCTAVE_CONF_YFLAGS%|\"${YFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
328 -e "s|%OCTAVE_CONF_Z_CPPFLAGS%|\"${Z_CPPFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
329 -e "s|%OCTAVE_CONF_Z_LDFLAGS%|\"${Z_LDFLAGS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
330 -e "s|%OCTAVE_CONF_Z_LIBS%|\"${Z_LIBS}\"|" \
341bc61c2286 * subst-cross-config-vals.in.sh: Fix indentation.
John W. Eaton <jwe@octave.org>
parents: 22501
diff changeset
331 -e "s|%OCTAVE_CONF_config_opts%|\"${config_opts}\"|"