annotate configure.in @ 8:4b173ad71786 r19-15b5

Import from CVS: tag r19-15b5
author cvs
date Mon, 13 Aug 2007 08:47:35 +0200
parents 27bc7f280385
children 49a24b4fd526
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 dnl Synched up with: FSF 19.31.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 dnl (19.29 -- 19.31 use Autoconf 2.x instead of Autoconf 1.x.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 dnl Some stuff related to this change has not been synched because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 dnl it can't be until we switch to Autoconf 2.x.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 dnl This is an autoconf script.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 dnl To rebuild the `configure' script from this, execute the command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 dnl autoconf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 dnl in the directory containing this script. You must have autoconf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 dnl version 1.9 or later.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 dnl The following text appears in the resulting `configure' script,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 dnl explaining how to rebuild it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 AC_PREREQ(1.9)dnl means 'delete newline' and this one needs to be here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 [#!/bin/sh
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #### Configuration script for XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #### Copyright (C) 1994 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #### Copyright (C) 1993-1995 Board of Trustees, University of Illinois.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #### Copyright (C) 1995, 1996 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 ### Don't edit this script!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 ### This script was automatically generated by the `autoconf' program
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 ### from the file `./configure.in'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 ### To rebuild it, execute the command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 ### autoconf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ### in the this directory. You must have autoconf version 1.9 or later.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 ### This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 ### XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 ### under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 ### the Free Software Foundation; either version 2, or (at your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 ### option) any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 ### XEmacs is distributed in the hope that it will be useful, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 ### WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 ### General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 ### You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 ### along with XEmacs; see the file COPYING. If not, write to the Free
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 ### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 ### 02111-1307, USA.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 ### Since XEmacs has configuration requirements that autoconf can't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 ### meet, this file is an unholy marriage of custom-baked
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 ### configuration code and autoconf macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 ###
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 ### We use the m4 quoting characters [ ] (as established by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 ### autoconf system) to include large sections of raw sewage - Oops, I
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 ### mean, shell code - in the final configuration script.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 ###
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 ### Usage: configure config_name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 ###
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 ### If configure succeeds, it leaves its status in config.status.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 ### If configure fails after disturbing the status quo,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 ### config.status is removed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 ### Remove any more than one leading "." element from the path name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 ### If we don't remove them, then another "./" will be prepended to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 ### the file name each time we use config.status, and the program name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 ### will get larger and larger. This wouldn't be a problem, except
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 ### that since progname gets recorded in all the Makefiles this script
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 ### produces, move-if-change thinks they're different when they're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 ### not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 ###
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 ### It would be nice if we could put the ./ in a \( \) group and then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 ### apply the * operator to that, so we remove as many leading ./././'s
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 ### as are present, but some seds (like Ultrix's sed) don't allow you to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 ### apply * to a \( \) group. Bleah.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 progname="`echo $0 | sed 's:^\./\./:\./:'`"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 # Establish some default values #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 run_in_place='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 prefix='/usr/local'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 exec_prefix='${prefix}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 bindir='${exec_prefix}/bin'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 # FSF 19.29 changes to:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 # datadir='${prefix}/share'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 # sharedstatedir='${prefix}/com'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 # libexecdir='${exec_prefix}/libexec'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 datadir='${prefix}/lib'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 statedir='${prefix}/lib'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 libdir='${exec_prefix}/lib'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 mandir='${prefix}/man/man1'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 infodir='${prefix}/lib/xemacs-${version}/info'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 infodir_user_defined='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 lispdir='${datadir}/xemacs-${version}/lisp'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 lispdir_user_defined='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 sitelispdir='${datadir}/xemacs/site-lisp'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 etcdir='${datadir}/xemacs-${version}/etc'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 etcdir_user_defined='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 lockdir='${statedir}/xemacs/lock'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 lockdir_user_defined='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 archlibdir='${libdir}/xemacs-${version}/${configuration}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 archlibdir_user_defined='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 with_menubars=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 with_scrollbars=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 with_dialogs=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 const_is_losing='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 puresize=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 cflags='NO_CFLAGS_DEFINED'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 dynamic=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 with_x11=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 rel_alloc='default'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 use_system_malloc='default'
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
113 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in'
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 energize_version='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 native_sound_lib=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 # make normal error-checking be the default in alpha and beta versions, so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 # that bugs get noticed. Change this for released versions.
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
118 error_check_default='yes'
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 error_check_extents=$error_check_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 error_check_typecheck=$error_check_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 error_check_bufpos=$error_check_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 error_check_gc=$error_check_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 error_check_malloc=$error_check_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 # debug=yes must be set when error checking is present. This should be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 # fixed up.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 debug=$error_check_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 quantify='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 # use-assertions should be 'yes' by default. Too many people in this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 # world have core dumps turned off by default or "can't find where the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 # core file went". At least we should get some useful output ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 use_assertions='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 # the following is set to yes or no later.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 with_gif=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 # the following is set to yes or no later.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 with_toolbars=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 with_tty='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 use_union_type='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 # # gnu echo silently eats `--help', `--version', `-n', `-e', `-E', `-n'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 # # other versions of echo eat any strings beginning with `-n'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 # # when parsing arguments, special case these strings and don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 # # pass them through echo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 # echo=/bin/echo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 # this approach abandoned in favor of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 # echo "" ${stuff_to_filter} | sed -e 's:^ ::'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 # On Sun systems, people sometimes set up the variable CPP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 # with a value that is a directory, not an executable at all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 # Detect that case, and ignore that value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 if [ "x$CPP" != x ] && [ -d "$CPP" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 CPP=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 # Usage messages #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 short_usage="Usage: ${progname} CONFIGURATION [-OPTION[=VALUE] ...]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 Set compilation and installation parameters for XEmacs, and report.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 CONFIGURATION specifies the machine and operating system to build for.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 Note that for most of the following options, you can explicitly enable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 them using \`--OPTION=yes' and explicitly disable them using \`--OPTION=no'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 This is especially useful for auto-detected options.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 Options marked with a (*) are autodetected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 General options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 --help Issue this usage message.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 --verbose Display the results of configure tests.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 --extra-verbose Also display the output of any compiler invocation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 (Useful when feature tests are coming out wrong.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 Compiler options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 --compiler=XXXX Specify compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 --with-gcc (*) Use GCC to compile XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 --with-lcc Use Lucid's LCC to compile XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 --with-gcc=no Don't use GCC to compile XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 --with-gnu-make Write the Makefiles to take advantage of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 special features of GNU Make. (GNU Make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 works fine on the Makefiles even without this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 option. This just allows for simultaneous
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 in-place and --srcdir building.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 --cflags=FLAGS Override the default values for CFLAGS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 --site-includes=DIR Other header file directories. Separate multiple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 dirs with spaces and use quotes to enclose.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 --site-libraries=DIR Other library directories.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 --site-runtime-libraries=DIR
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 Paths to add with -R flag.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 --dynamic=yes Link dynamically if supported by system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 --dynamic=no Force static linking on systems where dynamic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 linking is the default.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 --srcdir=DIR Look for the XEmacs source files in DIR.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 See also --with-gnu-make.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 --const-is-losing=no Allow the use of const in the source code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 Installation options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 --prefix=DIR Install files below DIR. Defaults to \`${prefix}'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 --run-in-place Use the source tree for installation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 Window-system options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 --with-x (*) Support the X Window System.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 --with-x=no Don't support X.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 --x-includes=DIR Search for X header files in DIR.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 --x-libraries=DIR Search for X libraries in DIR.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 --with-ns Support NeXTstep windows (not yet implemented).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 --with-menubars=TYPE Use TYPE menubars (lucid, motif, or no). The Lucid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 widgets emulate Motif (mostly) but are faster.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 *WARNING* The Motif menubar is currently broken.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 --with-scrollbars=TYPE Use TYPE scrollbars (lucid, motif, athena, or no).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 --with-dialogs=TYPE Use TYPE dialog boxes (motif, athena, or no).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 (Lucid menubars and scrollbars are the default.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 Motif dialog boxes will be used if Motif can be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 found.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 --with-cde (*) Compile in support for CDE drag and drop.
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
229 --with-offix (*) Compile in support for OffiX drag and drop.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 --with-xpm (*) Compile with support for XPM files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 It is highly recommended that you obtain XPM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 (version 3.4g or better) if you don't already
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 have it. Get it from the XEmacs FTP site.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 --with-xmu=no (*) For those unfortunates whose vendors don't ship Xmu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 Additional features:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 --with-toolbars=no Don't compile with any toolbar support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 --with-tooltalk Support the ToolTalk IPC protocol.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 --with-sparcworks Support the Sun Sparcworks development environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 --with-energize Support the Lucid Energize development environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 This doesn't currently work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 --with-socks Compile with support for SOCKS (an Internet proxy).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 --with-term Compile with support for TERM (a way to multiplex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 serial lines and provide vaguely Internet-like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 functionality over a simple dialup connection,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 used on Linux and other systems. NOTE: We can't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 guarantee that our TERM support coexists well
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 with standard Internet connections).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 --with-xface (*) Compile with support for X-Face mail header
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 conversion. Requires the compface library.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 Get it from the XEmacs FTP site.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 --with-gif Compile with support for GIF image conversion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 This requires no special support and defaults to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 \`yes'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 --with-jpeg (*) Compile with support for JPEG image conversion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 Requires libjpeg from the Independent JPEG Group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 Get it from the XEmacs FTP site.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 --with-png (*) Compile with support for PNG image conversion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 Requires libpng. Get it from the XEmacs FTP site.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 Accepted values are \`yes', \`no', and \`gnuz'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 if you want to use -lgz instead of -lz.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 --with-tiff Compile with support for TIFF image conversion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 (not yet implemented).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 --with-database=type (*) Compile with database support. Valid types are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 \`no' or a comma-separated list of one or more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 of \`dbm', \`gnudbm', or \`berkdb'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 --external-widget Compile with external widget support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 --with-sound=native (*) Compile with native sound support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 --with-sound=nas Compile with network sound support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 --with-sound=both Compile with native and network sound support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 --native-sound-lib=LIB Native sound support library. Needed on Suns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 with --with-sound=both because both sound libraries
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 are called libaudio.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 --with-epoch Compile with additional Epoch compatibility.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 This doesn't work yet.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 --with-mocklisp Compile with Mocklisp support. Don't do this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 unless you have a Mocklisp program that you need
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 to run.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 --usage-tracking Enable some Sun-internal code. If you don't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 know what this is, you don't want it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 Debugging options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 --debug Compile with support for debugging XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 (Causes code-size increase but no loss of speed.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 --error-checking=TYPE[,TYPE]...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 Compile with internal error-checking added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 Causes noticeable loss of speed. Valid types
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 are extents, bufpos, malloc, gc, typecheck.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 --error-checking=none Disable all internal error-checking (the default).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 --error-checking=all Enable all internal error-checking.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 --memory-usage-stats Compile with additional code to allow you to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 determine what XEmacs's memory is being used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 for. Causes a small code increase but no loss
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 of speed. Normally enabled when --debug is given.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 --no-doc-file Don't rebuild the DOC file unless it's explicitly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 deleted. Only use during development. (It speeds
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 up the compile-run-test cycle.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 --use-union-type Enable or disable use of a union, instead of an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 int, for the fundamental Lisp_Object type; this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 provides stricter type-checking. Only works with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 some systems and compilers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 Other options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 --puresize=VALUE Override default amount of space for pure Lisp code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 --rel-alloc Use the relocating allocator (default for this option
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 is system-dependent).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 --use-system-malloc Force use of the system malloc, rather than GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 malloc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 You may also specify any of the \`path' variables found in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 Makefile.in, including --bindir, --libdir, --lispdir, --datadir, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 so on. Note that we recommend against explicitly setting any of these
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 variables. See the INSTALL file for a complete list plus the reasons
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 we advise not changing them. Specifying a \'path' variable will override
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 the --run-in-place value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 If successful, ${progname} leaves its status in config.status. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 unsuccessful after disturbing the status quo, it removes config.status."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 # Options processing #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 ### Record all the arguments, so we can save them in config.status.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 arguments="$@"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 ### Shell Magic: Quote the quoted arguments in ARGUMENTS. At a later date,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 ### in order to get the arguments back in $@, we have to do an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 ### `eval set x "$quoted_arguments"; shift'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 quoted_arguments=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 for i in "$@"; do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 quoted_arguments="$quoted_arguments '$i'"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 ### Don't use shift -- that destroys the argument list, which autoconf needs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 ### to produce config.status. It turns out that "set - ${arguments}" doesn't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 ### work portably.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 ### However, it also turns out that many shells cannot expand ${10} at all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 ### So using an index variable doesn't work either. It is possible to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 ### some shell magic to make 'set x "$arguments"; shift' work portably.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 while [ $# != 0 ]; do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 arg="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 case "${arg}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 ## Anything starting with a hyphen we assume is an option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 -* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 ## Separate the switch name from the value it's being given.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 case "${arg}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 -*=*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 opt=`echo '' ${arg} | sed -e 's:^ ::' -e 's:^-*\([^=]*\)=.*$:\1:'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 val=`echo '' ${arg} | sed -e 's:^ ::' -e 's:^-*[^=]*=\(.*\)$:\1:'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 valomitted=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 # ## special case these strings since echo may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 # ## silently eat them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 # --help ) opt=help val=yes valomitted=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 # --version ) opt=version val=yes valomitted=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 # -e ) opt=e val=yes valomitted=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 # -E ) opt=E val=yes valomitted=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 # -n ) opt=n val=yes valomitted=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 -*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 ## If FOO is a boolean argument, --FOO is equivalent to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 ## --FOO=yes. Otherwise, the value comes from the next
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 ## argument - see below.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 opt=`echo '' ${arg} | sed -e 's:^ ::' -e 's:^-*\(.*\)$:\1:'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 val="yes"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 valomitted=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 ## Change `-' in the option name to `_'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 optname="${opt}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 opt="`echo '' ${opt} | sed -e 's:^ ::' | tr - _`"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 ## Process the option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 case "${opt}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 ## Has the user specified which window systems they want to support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 "with_x" | "with_x11" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 eval "with_x11=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 ## Has the user specified whether or not they want GCC or LCC?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 "with_gcc" | "with_lcc" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 if [ "${with_gcc}" = "yes" ] && [ "${with_lcc}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 (echo "${progname}: only one of --with-gcc and --with-lcc may be specified."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 ## Has the user specified a compiler to use?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 "compiler" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 \`--${optname}=FOO'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 compiler="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 ## Has the user specified special GNU Make support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 "with_gnu_make" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 ## This option will not force a rebuild of the DOC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 ## file each time that a source or Lisp file has changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 ## If you want the DOC file rebuilt, remove it. A side
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 ## effect of this is that you may get complaints about
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 ## "doc lost for function foobar" or "strange doc for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 ## function foobar", but in general these should not cause
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 ## problems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 "no_doc_file" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 # Enable use of the union type for Lisp_Objects.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 # mly, eat your heart out ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 "use_union_type" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 ## Has the user specified a source directory?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 "srcdir" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 \`--${optname}=FOO'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 srcdir="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 ## Has the user requested sound support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 "with_sound" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 ## value can be native, nas or both. yes is allowed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 ## as a backwards compatible synonym for native
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 y | ye | yes ) val=native ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 n | no | non | none ) val=no;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 na | nat | nati | nativ | native ) val=native ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 ne | net | neta | netau | netaud | netaudi | netaudio | nas ) val=nas ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 b | bo | bot | both ) val=both;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 (echo "${progname}: the \`--${optname}' option should have one of the values \`native', \`nas', \`both', or \`none'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 ## Has the user specified a native sound library?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 ## (the reason for this flag is that, under Suns, both NAS sound
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 ## and native sound call their library libaudio.a)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 "native_sound_lib" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 \`--${optname}=FOO'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 native_sound_lib="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 ## Has the user requested extra Epoch compatibility?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 "with_epoch" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 ## Has the user specified a change to the default linking?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 "dynamic" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 ## Has the user specified Quantify support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 "quantify" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 ## Has the user requested SOCKS support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 "with_socks" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 ## Has the user requested TERM support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 "with_term" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 ## Has the user requested CDE support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 "with_cde" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
644 ## Has the user requested OffiX support?
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
645 "with_offix" )
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
646 ## Make sure the value given was either "yes" or "no".
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
647 case "${val}" in
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
648 y | ye | yes ) val=yes ;;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
649 n | no ) val=no ;;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
650 * )
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
651 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
652 Set it to either \`yes' or \`no'."
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
653 echo "${short_usage}") >&2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
654 exit 1
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
655 ;;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
656 esac
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
657 eval "${opt}=\"${val}\""
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
658 ;;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
659
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 ## Has the user requested XPM support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 "with_xpm" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 ## Has the user requested XFACE support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 "with_xface" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 ## Has the user requested GIF support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 "with_gif" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 ## Has the user requested JPEG support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 "with_jpeg" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 ## Has the user requested database support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 "with_database" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 if [ "${val}" = "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 with_database_berkdb=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 with_database_dbm=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 with_database_gnudbm=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 ## Make sure the value given was berkdb, dbm, gnudbm, or a list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 for x in `echo "${val}" | sed 's/,/ /'` ; do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 case "${x}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 b | be | ber | berk | berkd | berkdb )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 with_database_berkdb=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 d | db | dbm )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 with_database_dbm=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 g | gn | gnu | gnud | gnudb | gnudbm )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 with_database_gnudbm=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 (echo "${progname}: the \`--${optname}' option is supposed to be either \`no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 or a comma-separated list of one or more of \`berkdb', \`dbm', or \`gnudbm'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 if [ "${with_database_dbm}" = "yes" ] && [ "${with_database_gnudbm}" = "yes" ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 (echo "${progname}: only one of \`dbm' and \`gnudbm' should be specified.") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 ## Has the user requested PNG support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 "with_png" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 ## Make sure the value given was either "yes", "no", or "gnuz".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 g | gn | gnu | gnuz ) val=gnuz ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 (echo "${progname}: the \`--${optname}' option is supposed to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 be either \`yes', \`no', or \`gnuz'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 ## Has the user requested TIFF support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 "with_tiff" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 ## Has the user requested NeXTstep support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 "with_ns" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 ## Has the user requested that assertions be used?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 "use_assertions" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 ## Has the user requested error-checking?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 "error_checking" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 ## value can be all, none, and/or a list of categories to check.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 ## Example: --error-checking=all,noextents,nobufpos
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 ## Example: --error-checking=none,malloc,gc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 for x in `echo "${val}" | sed 's/,/ /'` ; do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 case "${x}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 # all and none are only permitted as the first in the list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 n | no | non | none ) new_default=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 a | al | all ) new_default=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 extents ) error_check_extents=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 noextents ) error_check_extents=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 typecheck ) error_check_typecheck=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 notypecheck ) error_check_typecheck=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 bufpos ) error_check_bufpos=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 nobufpos ) error_check_bufpos=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 gc ) error_check_gc=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 nogc ) error_check_gc=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 malloc ) error_check_malloc=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 nomalloc ) error_check_malloc=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 * ) bogus_error_check=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 if [ "$bogus_error_check" -o \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 \( -n "$new_default" -a -n "$echeck_notfirst" \) ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 ( echo "${progname}: Valid types for the \`--${optname}' option are:"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 if [ $error_check_default = yes ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 echo "\`all' (default), \`none', \`noextents', \`notypecheck', \`nobufpos', \`nogc', and \`nomalloc'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 echo "\`all', \`none' (default), \`extents', \`typecheck', \`bufpos', \`gc', and \`malloc'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 echo "${short_usage}" ) >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 elif [ "$new_default" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 error_check_extents=$new_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 error_check_typecheck=$new_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 error_check_bufpos=$new_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 error_check_gc=$new_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 error_check_malloc=$new_default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 new_default= # reset this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 echeck_notfirst=true
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 ## Has the user requested external widget support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 "external_widget" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 ## Has the user requested that const be used?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 "const_is_losing" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 ## Has the user mentioned that they don't have Xmu?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 "with_xmu" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 ## Has the user specified a value for PURESIZE?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 "puresize" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 \`--${optname}=FOO'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 puresize="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 ## Has the user specified explicit instructions for rel_alloc?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 "rel_alloc" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 ## Make sure the value given was either "yes", "no", or "default".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 d | de | def | defa | defau | defaul | default )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 val=default ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value or \`default'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 Set it to either \`yes', \`no', or \`default'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 ## Has the user specified explicit instructions for system_malloc?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 "use_system_malloc" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 ## Make sure the value given was either "yes", "no", or "default".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 d | de | def | defa | defau | defaul | default )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 val=default ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value or \`default'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 Set it to either \`yes', \`no', or \`default'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 ## Has the user tried to tell us where the X files are?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 ## I think these are dopey, but no less than three alpha
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 ## testers, at large sites, have said they have their X files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 ## installed in odd places.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 "x_includes" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 \`--${optname}=/usr/local/X11/include'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 x_includes="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 "x_libraries" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 \`--${optname}=/usr/local/X11/lib'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 x_libraries="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 "site_includes" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 \`--${optname}=/usr/local/X11/include'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 site_includes="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 "site_libraries" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 \`--${optname}=/usr/local/X11/lib'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 site_libraries="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 "site_runtime_libraries" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 ## Get the next argument from the argument list, if there is one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 (echo "${progname}: You must give a value for the \`--${optname}' option, as in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 \`--${optname}=/usr/local/X11/lib'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 site_runtime_libraries="${val}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 ## Has the user specified the developer configuration?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 ## Note that the user still has the option of explicitly setting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 ## a path option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 "run_in_place" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 ## Has the user specified one of the path options?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 prefix | exec_prefix | bindir | datadir | statedir | libdir | \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 mandir | infodir | lispdir | etcdir | lockdir | archlibdir | \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 sitelispdir | docdir )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 (echo \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 "$progname: You must give a value for the \`--${optname}' option,";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 echo \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 "as in \`--${optname}=`eval echo '$'$optname`.'"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 echo "$short_usage") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 ## Changing exec_prefix or libdir will change the default value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 ## of archlibdir. Changing datadir will change the default value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 ## of etcdir and lispdir. Changing statedir will change the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 ## default value of lockdir.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 if [ "${opt}" = "exec_prefix" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 archlibdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 elif [ "${opt}" = "libdir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 archlibdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094 elif [ "${opt}" = "archlibdir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095 archlibdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 elif [ "${opt}" = "lispdir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 lispdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 elif [ "${opt}" = "etcdir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 etcdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 elif [ "${opt}" = "datadir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 lispdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 etcdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 elif [ "${opt}" = "statedir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 lockdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 elif [ "${opt}" = "lockdir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 lockdir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 elif [ "${opt}" = "infodir" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 infodir_user_defined='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 ## Has the user specified values to override CFLAGS?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 cflags )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 ## If the value was omitted, get it from the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 if [ "${valomitted}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 if [ $# = 0 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 (echo \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118 "$progname: You must give a value for the \`--${optname}' option,";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 echo \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 "as in \`--${optname}=`eval echo '$'$optname`-g -O'"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 echo "$short_usage") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 val="$1"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 eval "${opt}_specified=1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 ## Verbose flag, tested by autoconf macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 "verbose" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 verbose=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 ## Does the user want to see the compiler output for feature tests?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 "extra_verbose" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 ## --extra-verbose implies --verbose
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 verbose=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 ## --no-create added by autoconf for use by config.status
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 "no_create" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 ## Has the user asked for some help?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 "usage" | "help" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 if [ "x$PAGER" = x ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 echo "${short_usage}" | more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 echo "${short_usage}" | $PAGER
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 exit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 ## Has the user specified what toolkit to use for the menubars,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 ## scrollbar or dialogs?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 "with_menubars" | "with_scrollbars" | "with_dialogs" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 ## value can be lucid, motif, or athena.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 l | lu | luc | luci | lucid ) val=lucid ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174 m | mo | mot | moti | motif ) val=motif ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 a | at | ath | athe | athen | athena ) val=athena ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 n | no | non | none ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 (echo "${progname}: the \`--${optname}' option should have one of the values \`lucid', \`motif', \`athena', or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 ## Has the user disabled toolbar support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 "with_toolbars" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 ## Has the user disabled TTY support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 "with_tty" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 ## Has the user specified whether or not they want to use ToolTalk?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 "with_tooltalk" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 ## Has the user specified whether or not they want Mocklisp support?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 "with_mocklisp" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 ## Has the user specified whether or not they want to use SparcWorks?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 "with_sparcworks" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 if [ "${with_sparcworks}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 with_tooltalk='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 ## Does the user want usage tracking?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 "usage_tracking" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 ## Does the user want additional debugging capability?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 "debug" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 if [ "${debug}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 use_assertions='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 memory_usage_stats='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 ## Does the user want code for memory usage stats?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 "memory_usage_stats" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 ## Has the user specified whether or not they want to use Energize?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 "with_energize" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 ## Make sure the value given was either "yes" or "no".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 case "${val}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 y | ye | yes ) val=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 n | no ) val=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 (echo "${progname}: the \`--${optname}' option is supposed to have a boolean value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329 Set it to either \`yes' or \`no'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 eval "${opt}=\"${val}\""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 if [ "${with_energize}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 with_menubars='lucid'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 with_scrollbars='motif'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 with_dialogs='motif'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 with_tooltalk='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340 internal_makefile_list="$internal_makefile_list lwlib/energize/Makefile.in"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 ## Fail on unrecognized arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 (echo "${progname}: Error: unrecognized option ${arg}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 echo ""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 echo "${short_usage}") >& 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 ## Anything not starting with a hyphen we assume is a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 ## configuration name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 *)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 configuration=${arg}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 # Finish options processing #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 ### Get the arguments back. See the diatribe on Shell Magic above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 eval set x "$quoted_arguments"; shift
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 if [ "${configuration}" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 echo '- You did not tell me what kind of host system you want to configure.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 - I will attempt to guess the kind of system this is.' 1>&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376 guesssys=`echo ${progname} | sed 's/configure$/config.guess/'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377 if configuration=`${CONFIG_SHELL-/bin/sh} ${guesssys}` ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 echo "- Looks like this is a ${configuration}" 1>&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 echo '- Failed to guess the system type. You need to tell me.' 1>&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 echo "${short_usage}" >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388 # Handle --srcdir #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 #### Decide where the source is.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 case "${srcdir}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 ## If it's not specified, see if `.' or `..' might work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396 "" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 confdir=`echo $0 | sed 's|//|/|' | sed 's|/[^/]*$||'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 if [ -f $confdir/src/lisp.h -a -f $confdir/lisp/version.el ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 srcdir="${confdir}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 if [ -f "./src/lisp.h" -a -f "./lisp/version.el" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 srcdir='.'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 if [ -f "../src/lisp.h" -a -f "../lisp/version.el" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 srcdir='..'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407 (echo "\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1408 ${progname}: Neither the current directory nor its parent seem to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1409 contain the XEmacs sources. If you do not want to build XEmacs in its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 source tree, you should run \`${progname}' in the directory in which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411 you wish to build XEmacs, using its \`--srcdir' option to say where the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412 sources may be found."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1413 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1414 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1415 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 ## Otherwise, check if the directory they specified is okay.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422 if [ ! -d "${srcdir}" -o ! -f "${srcdir}/src/lisp.h" -o ! -f "${srcdir}/lisp/version.el" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1423 (echo "\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424 ${progname}: The directory specified with the \`--srcdir' option,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 \`${srcdir}', doesn't seem to contain the XEmacs sources. You should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426 either run the \`${progname}' script at the top of the XEmacs source
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427 tree, or use the \`--srcdir' option to specify where the XEmacs sources
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 are."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429 echo "${short_usage}") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 ## We check for this now instead of later when we check for other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 ## programs because we need to use its return value now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 ] AC_LN_S
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 AC_VERBOSE("setting LN_S to ${LN_S}")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 #### Make symlinks for etc, lisp, and info directories while the path
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 #### is still relative. We don't symlink lock because someone may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 #### have stuck the source on a read-only partition. Instead we'll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 #### create it as an actual directory later on if it doesn't already
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445 #### exist.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 for dir in etc lisp info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 if [ ! -d $dir ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449 echo Making symbolic link to ${srcdir}/$dir
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 ${LN_S} ${srcdir}/$dir .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454 #### Make srcdir absolute, if it isn't already. It's important to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455 #### avoid running the path through pwd unnecessary, since pwd can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 #### give you automounter prefixes, which can go away.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 case "${srcdir}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 /* ) ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 . )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 ## We may be able to use the $PWD environment variable to make this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 ## absolute. But sometimes PWD is inaccurate.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 if [ "${PWD}" != "" ] && [ "`(cd ${PWD} ; sh -c pwd)`" = "`pwd`" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 srcdir="$PWD"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 srcdir="`(cd ${srcdir}; pwd)`"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 #### Check if the source directory already has a configured system in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 if [ `pwd` != `sh -c cd ${srcdir} && pwd` ] \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 && [ -f "${srcdir}/src/config.h" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 (echo "${progname}: WARNING: The directory tree \`${srcdir}' is being used"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475 echo " as a build directory right now; it has been configured in its own"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 echo " right. To configure in another directory as well, you MUST"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 echo " use GNU make. If you do not have GNU make, then you must"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 echo " now do \`make distclean' in ${srcdir},"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 echo " and then run ${progname} again.") >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 extrasub='/^VPATH[ ]*=/c\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481 vpath %.c $(srcdir)\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 vpath %.h $(srcdir)\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483 vpath %.y $(srcdir)\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 vpath %.l $(srcdir)\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 vpath %.s $(srcdir)\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486 vpath %.in $(srcdir)'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 ### Make the necessary directories, if they don't exist.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 for dir in ./src ./lib-src ./dynodump ./man ./lwlib ./lock ; do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 if [ ! -d ${dir} ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 mkdir ${dir}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 if [ "${with_energize}" = "yes" ] && [ ! -d ./lwlib/energize ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 mkdir ./lwlib/energize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 # Determine the s&m files to use #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 #### Given the configuration name, set machfile and opsysfile to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 #### names of the m/*.h and s/*.h files we should use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 ### Canonicalize the configuration name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 echo "checking the configuration name"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 # allow -energize prefix on configuration name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 internal_configuration=`echo ${configuration} | sed 's/-energize//'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 # allow --sparcworks prefix on configuration name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 internal_configuration=`echo ${configuration} | sed 's/-sparcworks//'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 if canonical=`${srcdir}/config.sub "${internal_configuration}"` ; then : ; else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 exit $?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 ### If you add support for a new configuration, add code to this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 ### switch statement to recognize your configuration name and select
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 ### the appropriate operating system and machine description files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 ### You would hope that you could choose an m/*.h file pretty much
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 ### based on the machine portion of the configuration name, and an s-
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 ### file based on the operating system portion. However, it turns out
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525 ### that each m/*.h file is pretty manufacturer-specific - for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 ### machines. So we basically have to have a special case for each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 ### configuration name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 ###
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 ### As far as handling version numbers on operating systems is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532 ### concerned, make sure things will fail in a fixable way. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 ### /etc/MACHINES doesn't say anything about version numbers, be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 ### prepared to handle anything reasonably. If version numbers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 ### matter, be sure /etc/MACHINES says something about it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 ###
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 ### Eric Raymond says we should accept strings like "sysvr4" to mean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 ### "System V Release 4"; he writes, "The old convention encouraged
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 ### confusion between `system' and `release' levels'."
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1540 ###
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1541 ### We rely on cpp to generate makefiles from Makefile.in.in templates.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1542 ### There is at least one drawback to that. Since cpp generally has
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1543 ### built-in macro definitions like `#define unix' or `#define i386',
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1544 ### we must be careful to prevent it from substituting these occurences
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1545 ### in certain places in the makefiles. Pathnames for architecture-
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1546 ### specific files come to mind.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1547 ### This is where CPPFLAGS_MAKEFILEGEN comes in. We try to selectively
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1548 ### disable (potentially) predefined macros that we find to be part of
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1549 ### the configuration string.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1550 ### This is but a poor method to help us fight off cpp, but it covers
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1551 ### those cases that used to bite me. <mdiers@logware.de>
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1552
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
1553 CPPFLAGS_MAKEFILEGEN="" # we normally do not need any extra flags
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 machine='' opsys='' unported=no need_dynodump=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 ## NetBSD ports
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 *-*-netbsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 opsys=netbsd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 sparc-*-netbsd*) machine=sparc ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563 i[3-9]86-*-netbsd*) machine=intel386 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 # Yes, this is somewhat bogus.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 machine=hp9000s300 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 pc532-*-netbsd* | ns32k-*-netbsd* ) machine=ns32000 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 pmax-*-netbsd* | mips-*-netbsd* ) machine=pmax ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 ## Acorn RISCiX:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 arm-acorn-riscix1.1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 machine=acorn opsys=riscix1-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 arm-acorn-riscix1.2* | arm-acorn-riscix )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 machine=acorn opsys=riscix1-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 ## Alliant machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581 ## Strictly speaking, we need the version of the alliant operating
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 ## system to choose the right machine file, but currently the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 ## configuration name doesn't tell us enough to choose the right
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 ## one; we need to give alliants their own operating system name to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585 ## do this right. When someone cares, they can help us.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 fx80-alliant-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 machine=alliant4 opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 i860-alliant-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 machine=alliant-2800 opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 ## Alpha (DEC) machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 ## XEmacs change: split apart into numerous files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595 alpha-dec-osf1.3 | alpha-dec-osf2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596 machine=alpha opsys=decosf1-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 alpha-dec-osf1.2 | alpha-dec-osf1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599 machine=alpha opsys=decosf1-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 ## XEmacs: Add switch for OSF 1 version 3 (roth@cse.ucsc.edu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 alpha-dec-osf3.[2-9] )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 machine=alpha opsys=decosf3-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 alpha-dec-osf3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 machine=alpha opsys=decosf3-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 ## XEmacs: Add switch for Digital Unix version 4 (srivasta@pilgrim.umass.edu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611 alpha-dec-osf4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 machine=alpha opsys=decosf4-0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 alpha-*-linux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 machine=alpha opsys=linux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 ## Altos 3068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 m68*-altos-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621 machine=altos opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 ## Amdahl UTS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 580-amdahl-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 machine=amdahl opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 ## Apollo, Domain/OS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 m68*-apollo-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631 machine=apollo opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 ## AT&T 3b2, 3b5, 3b15, 3b20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 we32k-att-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 machine=att3b opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 ## AT&T 3b1 - The Mighty Unix PC!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 m68*-att-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 machine=7300 opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 ## Bull dpx20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 rs6000-bull-bosx* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 machine=ibmrs6000 opsys=aix3-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649 ## Bull dpx2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 m68*-bull-sysv3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 machine=dpx2 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 ## Bull sps7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 m68*-bull-sysv2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 machine=sps7 opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 ## CCI 5/32, 6/32 -- see "Tahoe".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 ## Celerity
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662 ## I don't know what configuration name to use for this; config.sub
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 ## doesn't seem to know anything about it. Hey, Celerity users, get
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 ## in touch with us!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 celerity-celerity-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 machine=celerity opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669 ## Clipper
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670 ## What operating systems does this chip run that XEmacs has been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 ## tested on?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 clipper-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 machine=clipper
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 ## We'll use the catch-all code at the bottom to guess the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 ## operating system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 ## Convex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 *-convex-bsd* | *-convex-convexos* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 machine=convex opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 NON_GNU_CPP="cc -E -P"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 ## Cubix QBx/386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686 i[3-9]86-cubix-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 machine=intel386 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 ## Cydra 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 cydra*-cydrome-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 machine=cydra5 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 ## Data General AViiON Machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697 machine=aviion opsys=dgux5-4r3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 machine=aviion opsys=dgux5-4r2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 m88k-dg-dgux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 machine=aviion opsys=dgux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707 machine=pmax opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 machine=pmax opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 mips-dec-ultrix* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 machine=pmax opsys=ultrix4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 mips-dec-osf* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 machine=pmax opsys=osf1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718 mips-dec-mach_bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 machine=pmax opsys=mach-bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 ## Motorola Delta machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 m68k-motorola-sysv* | m68000-motorola-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 machine=delta opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 if test -z "`type gnucc | grep 'not found'`"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 if test -s /etc/167config
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 then CC="gnucc -m68040"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 else CC="gnucc -m68881"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 if test -z "`type gcc | grep 'not found'`"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 then CC=gcc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 else CC=cc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 m88k-motorola-sysv4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 # I hope there are not other 4.0 versions for this machine
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 # which really need usg5-4 instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 machine=delta88k opsys=usg5-4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 machine=delta88k opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 ## Dual machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 m68*-dual-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 machine=dual opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 m68*-dual-uniplus* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 machine=dual opsys=unipl5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 ## Elxsi 6400
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 elxsi-elxsi-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 machine=elxsi opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 ## Encore machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 ns16k-encore-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 machine=ns16000 opsys=umax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 ## The GEC 93 - apparently, this port isn't really finished yet.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 ## Gould Power Node and NP1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 pn-gould-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 machine=gould opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 pn-gould-bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 machine=gould opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 np1-gould-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 machine=gould-np1 opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 ## as far as XEmacs is concerned).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782 m88k-harris-cxux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 # Build needs to be different on 7.0 and later releases
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 case "`uname -r`" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 NON_GNU_CPP="/lib/cpp"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 m68k-harris-cxux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 machine=nh3000 opsys=cxux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 ## Harris power pc NightHawk running Power UNIX (Series 6000)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 powerpc-harris-powerunix )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 machine=nh6000 opsys=powerunix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 NON_GNU_CPP="cc -Xo -E -P"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 ## Honeywell XPS100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 xps*-honeywell-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 machine=xps100 opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 ## HP 9000 series 200 or 300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 m68*-hp-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 machine=hp9000s300 opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 ## HP/UX 7, 8, 9, and 10 are supported on these machines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 m68*-hp-hpux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 NON_GNU_CPP="cc -Aa -E"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 case "`uname -r`" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 ## Someone's system reports A.B8.05 for this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815 ## I wonder what other possibilities there are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817 *.08.* ) machine=hp9000s300 opsys=hpux8 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 *.09.* ) machine=hp9000s300 opsys=hpux9 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 *.10.* ) machine=hp9000s300 opsys=hpux10 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 *) machine=hp9000s300 opsys=hpux ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 ## HP 9000 series 700 and 800, running HP/UX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 ## XEmacs changes here for shared.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 hppa*-hp-hpux7* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 machine=hp800 opsys=hpux NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 hppa*-hp-hpux8shr* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 machine=hp800 opsys=hpux8shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 hppa*-hp-hpux8* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 machine=hp800 opsys=hpux8 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 hppa*-hp-hpux9shr* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 machine=hp800 opsys=hpux9shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 hppa*-hp-hpux9* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839 machine=hp800 opsys=hpux9 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 hppa*-hp-hpux10shr* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 machine=hp800 opsys=hpux10shr NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 hppa*-hp-hpux10* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 machine=hp800 opsys=hpux10 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 ## HP 9000 series 700 and 800, running HP/UX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 hppa*-hp-hpux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 NON_GNU_CPP="cc -Aa -E" NON_GNU_CC="cc -Aa"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851 ## Cross-compilation? Nah!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 case "`uname -r`" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 ## Someone's system reports A.B8.05 for this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854 ## I wonder what other possibilities there are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 *.B8.* ) machine=hp800 opsys=hpux8 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 *.08.* ) machine=hp800 opsys=hpux8 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 *.09.* ) machine=hp800 opsys=hpux9 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 *.10.* ) machine=hp800 opsys=hpux10 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 *) machine=hp800 opsys=hpux ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 hppa-*-nextstep* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 machine=hp800 opsys=nextstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 ## Orion machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 orion-orion-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 machine=orion opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 clipper-orion-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 machine=orion105 opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874 ## IBM machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 i[3-9]86-ibm-aix1.1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 machine=ibmps2-aix opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 i[3-9]86-ibm-aix1.[23]* | i[3-9]86-ibm-aix* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 machine=ibmps2-aix opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 i370-ibm-aix*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 machine=ibm370aix opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 machine=ibmrs6000 opsys=aix3-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888 machine=ibmrs6000 opsys=aix3-2-5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 machine=ibmrs6000 opsys=aix4-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893 rs6000-ibm-aix4* | powerpc-ibm-aix4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 machine=ibmrs6000 opsys=aix4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 rs6000-ibm-aix* | powerpc-ibm-aix* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 machine=ibmrs6000 opsys=aix3-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 romp-ibm-bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 machine=ibmrt opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 romp-ibm-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 machine=ibmrt opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 romp-ibm-aos4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 machine=ibmrt opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908 romp-ibm-aos4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 machine=ibmrt opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 romp-ibm-aos* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 machine=ibmrt opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 romp-ibm-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 machine=ibmrt opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 romp-ibm-aix* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 machine=ibmrt-aix opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 romp-ibm-mach* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 machine=ibmrt opsys=mach-bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 ## Integrated Solutions `Optimum V'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 m68*-isi-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926 machine=isi-ov opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 m68*-isi-bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 machine=isi-ov opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 ## Intel 386 machines where we do care about the manufacturer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 i[3-9]86-intsys-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 machine=is386 opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 ## Prime EXL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938 i[3-9]86-prime-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 machine=i386 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942 ## Sequent Symmetry running Dynix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943 i[3-9]86-sequent-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 machine=symmetry opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 ## Sequent Symmetry running DYNIX/ptx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948 ## Use the old cpp rather than the newer ANSI one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 i[3-9]86-sequent-ptx* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 machine=sequent-ptx opsys=ptx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951 NON_GNU_CPP="/lib/cpp"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 ## Unspecified sysv on an ncr machine defaults to svr4.2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 i[3-9]86-ncr-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 machine=ncr386 opsys=usg5-4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 ## Intel Paragon OSF/1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 i860-intel-osf1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 ## Intel 860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966 i860-*-sysv4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 machine=i860 opsys=usg5-4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972 ## Masscomp machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 m68*-masscomp-rtu* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 machine=masscomp opsys=rtu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977 ## Megatest machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 m68*-megatest-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1979 machine=mega68 opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1981
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1982 ## Workstations sold by MIPS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 ## This is not necessarily all workstations using the MIPS processor -
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 ## Irises are produced by SGI, and DECstations by DEC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986 ## etc/MACHINES lists mips.h and mips4.h as possible machine files,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1987 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 ## it gives for choosing between the alternatives seems to be "Use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990 ## the BSD world." I'll assume that these are instructions for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991 ## handling two odd situations, and that every other situation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992 ## should use mips.h and usg5-2-2, they being listed first.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 mips-mips-usg* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994 machine=mips4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 ## Fall through to the general code at the bottom to decide on the OS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997 mips-mips-riscos4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1998 machine=mips4 opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999 NON_GNU_CC="cc -systype bsd43"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2000 NON_GNU_CPP="cc -systype bsd43 -E"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002 mips-mips-riscos5* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2003 machine=mips4 opsys=riscos5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2004 NON_GNU_CC="cc -systype bsd43"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2005 NON_GNU_CPP="cc -systype bsd43 -E"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2006 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2007 mips-mips-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2008 machine=mips opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2009 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2010 mips-mips-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2011 machine=mips opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2012 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2013
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2014 ## NeXT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2015 m68*-next-* | m68k-*-nextstep* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2016 machine=m68k opsys=nextstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2017 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2018
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2019 ## The complete machine from National Semiconductor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2020 ns32k-ns-genix* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2021 machine=ns32000 opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2022 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2023
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2024 ## NCR machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2025 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2026 machine=tower32 opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2027 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2028 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2029 machine=tower32v3 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2030 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2031
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2032 ## Nixdorf Targon 31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2033 m68*-nixdorf-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2034 machine=targon31 opsys=usg5-2-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2035 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2036
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2037 ## Nu (TI or LMI)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2038 m68*-nu-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2039 machine=nu opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2040 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2042 ## Plexus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2043 m68*-plexus-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2044 machine=plexus opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2045 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2046
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2047 ## Pyramid machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2048 ## I don't really have any idea what sort of processor the Pyramid has,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2049 ## so I'm assuming it is its own architecture.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2050 pyramid-pyramid-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2051 machine=pyramid opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2052 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2053
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2054 ## Sequent Balance
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2055 ns32k-sequent-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2056 machine=sequent opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2057 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2058 ns32k-sequent-bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2059 machine=sequent opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2060 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2061
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2062 ## Siemens Nixdorf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2063 mips-siemens-sysv* | mips-sni-sysv*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2064 machine=mips-siemens opsys=usg5-4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2065 NON_GNU_CC=/usr/ccs/bin/cc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2066 NON_GNU_CPP=/usr/ccs/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2067 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2069 ## Silicon Graphics machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2070 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2071 m68*-sgi-iris3.5* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2072 machine=irist opsys=iris3-5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2073 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2074 m68*-sgi-iris3.6* | m68*-sgi-iris*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2075 machine=irist opsys=iris3-6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2076 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2077 ## Iris 4D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2078 mips-sgi-irix3.* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2079 machine=iris4d opsys=irix3-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2080 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2081 mips-sgi-irix4.* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2082 machine=iris4d opsys=irix4-0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2083 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2084 mips-sgi-irix6* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2085 machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2086 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2087 mips-sgi-irix5.[3-9]* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2088 machine=iris4d opsys=irix5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2089 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2090 mips-sgi-irix5.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2091 machine=iris4d opsys=irix5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2092 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2093 mips-sgi-irix5.1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2094 machine=iris4d opsys=irix5-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2095 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2096 mips-sgi-irix5.* | mips-sgi-irix* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2097 machine=iris4d opsys=irix5-0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2098 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2099
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2100 ## SONY machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2101 m68*-sony-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2102 machine=news opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2103 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2104 m68*-sony-bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2105 machine=news opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2106 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2107 m68*-sony-newsos3* | m68*-sony-news3*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2108 machine=news opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2109 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2110 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2111 machine=news-risc opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2112 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2113 mips-sony-news* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2114 machine=news-risc opsys=newsos5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2115 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2117 ## Stride
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2118 m68*-stride-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2119 machine=stride opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2120 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2122 ## Suns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2123 sparc-*-linux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2124 machine=sparc opsys=linux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2125 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2127 *-*-solaris* | *-*-sunos* | *-sun-mach* | *-sun-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2128 # Hardware type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2129 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2130 m68*-sunos1* ) machine=sun1 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2131 m68*-sunos2* ) machine=sun2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2132 m68* ) machine=sun3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2133 i[3-9]86*-sun-sunos[34]* ) machine=sun386 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2134 i[3-9]86-*-* ) machine=intel386 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2135 rs6000* ) machine=rs6000 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2136 sparc* ) machine=sparc ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2137 powerpc* ) machine=powerpc ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2138 * ) unported=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2139 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2141 # Make `canonical' even more so.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2142 case "${canonical}" in *-sunos5*)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2143 canonical="`echo \"${canonical}\" | sed -e s/sunos5/solaris2/`";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2144 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2146 # On SunOS 4, use /usr/lib/cpp, sans dynodump, /bin/ranlib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2147 # On SunOS 5, use /usr/ccs/lib/cpp, need dynodump, RANLIB not needed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2148 # But, SunOS 5.6 no longer needs dynodump because it has a similar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2149 # function integrated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2150 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2151 *-sunos4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2152 test -x /usr/lib/cpp && NON_GNU_CPP=/usr/lib/cpp ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2153 *-solaris2.6* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2154 test -x /usr/ccs/lib/cpp && NON_GNU_CPP=/usr/ccs/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2155 RANLIB=':'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2156 need_dynodump=no ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2157 *-solaris2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2158 test -x /usr/ccs/lib/cpp && NON_GNU_CPP=/usr/ccs/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2159 RANLIB=':'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2160 need_dynodump=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2161 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2162
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2163 # (NON)?_GCC_TEST_OPTIONS variables are unused.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2164 # What were they supposed to do, exactly?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2165 # case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2166 # *-sunos4* ) GCC_TEST_OPTIONS=-static NON_GCC_TEST_OPTIONS=-bstatic ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2167 # esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2169 # FSF 19.31 has NON_GNU_CPP=/usr/lib/cpp for SunOS 4.x.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2171 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2172 ## The Sun386 didn't get past 4.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2173 i[3-9]86-*-sunos4 ) opsys=sunos4-0 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2174 *-sunos4shr* ) opsys=sunos4-0shr ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2175 *-sunos4-0shr* ) opsys=sunos4-0shr ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2176 *-sunos4-1shr* ) opsys=sunos4-1shr ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2177 *-sunos4-1-2shr* ) opsys=sunos4-1-2shr ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2178 *-sunos4-1-[3-9]shr* ) opsys=sunos4-1-3shr ;;
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2179 *-sunos4.0* ) opsys=sunos4-0 ;;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2180 *-sunos4.1.2* ) opsys=sunos4-1-2 ;;
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2181 *-sunos4.1.[3-9]* ) opsys=sunos4-1-3 ;;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2182 *-sunos4* | *-sunos ) opsys=sunos4-1 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2184 *-solaris2.3* ) opsys=sol2-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2185 *-solaris2.4* ) opsys=sol2-4 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2186 *-solaris2.5* ) opsys=sol2-5 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2187 *-solaris2.[6-9]* ) opsys=sol2-6 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2188 *-solaris* ) opsys=sol2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2189 *-mach* ) opsys=mach-bsd4-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2190 * ) opsys=bsd4-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2191 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2192 ## Watch out for a compiler that we know will not work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2193 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2194 *-solaris* | *-sunos5* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2195 if [ "x$CC" = x/usr/ucb/cc ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2196 ## /usr/ucb/cc doesn't work;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2197 ## we should find some other compiler that does work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2198 unset CC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2199 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2200 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2201 *) ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2202 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2203 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2204 sparc-*-nextstep* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2205 machine=sparc opsys=nextstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2206 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2208 ## Tadpole 68k
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2209 m68*-tadpole-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2210 machine=tad68k opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2211 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2212
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2213 ## Tahoe machines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2214 tahoe-tahoe-bsd4.2* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2215 machine=tahoe opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2216 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2217 tahoe-tahoe-bsd4.3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2218 machine=tahoe opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2219 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2221 ## Tandem Integrity S2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2222 mips-tandem-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2223 machine=tandem-s2 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2224 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2225
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2226 ## Tektronix XD88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2227 m88k-tektronix-sysv3* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2228 machine=tekxd88 opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2229 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2231 ## Tektronix 16000 box (6130?)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2232 ns16k-tektronix-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2233 machine=ns16000 opsys=bsd4-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2234 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2235 ## Tektronix 4300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2236 ## src/m/tek4300.h hints that this is a m68k machine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2237 m68*-tektronix-bsd* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2238 machine=tek4300 opsys=bsd4-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2239 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2241 ## Titan P2 or P3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2242 ## We seem to have lost the machine-description file titan.h!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2243 titan-titan-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2244 machine=titan opsys=usg5-3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2245 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2247 ## Ustation E30 (SS5E)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2248 m68*-unisys-uniplus* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2249 machine=ustation opsystem=unipl5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2250 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2252 ## Vaxen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2253 vax-dec-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2254 machine=vax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2255 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2256 *-bsd4.1* ) opsys=bsd4-1 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2257 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2258 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2259 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2260 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2261 *-vms* ) opsys=vms ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2262 *-mach* ) opsys=mach-bsd4-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2263 * ) unported=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2264 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2265 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2266
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2267 ## Whitechapel MG1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2268 ns16k-whitechapel-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2269 machine=mg1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2270 ## We don't know what sort of OS runs on these; we'll let the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2271 ## operating system guessing code below try.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2272 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2274 ## Wicat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2275 m68*-wicat-sysv* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2276 machine=wicat opsys=usg5-2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2277 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2278
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2279 ## Intel 386 machines where we don't care about the manufacturer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2280 i[3-9]86-*-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2281 machine=intel386
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
2282 CPPFLAGS_MAKEFILEGEN="${CPPFLAGS_MAKEFILEGEN} -Ui386"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2283 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2284 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2285 *-isc2.2* ) opsys=isc2-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2286 *-isc4.0* ) opsys=isc4-0 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2287 *-isc4.* ) opsys=isc4-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2288 GCC_TEST_OPTIONS=-posix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2289 NON_GCC_TEST_OPTIONS=-Xp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2290 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2291 *-isc* ) opsys=isc3-0 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2292 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2293 *-esix* ) opsys=esix ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2294 *-mach* ) opsys=mach-bsd4-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2295 *-xenix* ) opsys=xenix ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2296 *-linux* ) opsys=linux ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2297 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2298 *-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2299 *-bsdi2.1* ) opsys=bsdos2-1 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2300 *-bsdi2* ) opsys=bsdos2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2301 *-sco3.2v5* ) opsys=sco5 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2302 ## This is a pain. Like the current USL cc, SCO's cc -E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2303 ## tokenizes as it preprocesses, making configure very
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2304 ## unhappy. Unfortunately, /lib/cpp doesn't understand
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2305 ## flags like "-b elf", so we have to cheat in order to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2306 ## pick up the right defines for UNEXEC from the s-file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2307 ## 01/05/95 robertl@dgii.com
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2308 if [ "${dynamic}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2309 NON_GNU_CPP="/lib/cpp -D_XOPEN_SOURCE -D_SCO_ELF" ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2310 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2311 NON_GNU_CPP="/lib/cpp -D_XOPEN_SOURCE" ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2312 fi ;;
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
2313 *-386bsd* ) opsys=386bsd ;;
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
2314 *-freebsd* ) opsys=freebsd ;;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2315 *-nextstep* ) opsys=nextstep ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2316 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2317 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2318 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2319
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2320 ## Linux/68k
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2321 m68k-*-linux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2322 machine=m68k opsys=linux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2323 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2324
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2325 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2326 unported=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2327 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2328 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2330 ### If the code above didn't choose an operating system, just choose
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2331 ### an operating system based on the configuration name. You really
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2332 ### only want to use this when you have no idea what the right
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2333 ### operating system is; if you know what operating systems a machine
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2334 ### runs, it's cleaner to make it explicit in the case statement
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2335 ### above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2336 if [ x"${opsys}" = x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2337 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2338 *-gnu* ) opsys=gnu ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2339 *-bsd4.[01] ) opsys=bsd4-1 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2340 *-bsd4.2 ) opsys=bsd4-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2341 *-bsd4.3 ) opsys=bsd4-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2342 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2343 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2344 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2345 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2346 *-sysv4.1* | *-sysvr4.1* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2347 NON_GNU_CPP=/usr/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2348 opsys=usg5-4 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2349 *-sysv4.[2-9]* | *-sysvr4.[2-9]* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2350 if [ x$NON_GNU_CPP = x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2351 if [ -f /usr/ccs/lib/cpp ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2352 NON_GNU_CPP=/usr/ccs/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2353 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2354 NON_GNU_CPP=/lib/cpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2355 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2356 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2357 opsys=usg5-4-2 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2358 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2359 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2360 unported=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2361 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2362 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2363 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2365 if test "x$RANLIB" = x; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2366 RANLIB=ranlib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2367 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2368
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2369 if test ${unported} = yes; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2370 (echo "${progname}: XEmacs hasn't been ported to \`${canonical}' systems."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2371 echo "${progname}: Check \`etc/MACHINES' for recognized configuration names."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2372 ) >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2373 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2374 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2376 if [ "${dynamic}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2377 case "${opsys}" in
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2378 hpux8 ) opsys=hpux8-shr ;;
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2379 hpux9 ) opsys=hpux9-shr ;;
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2380 hpux10 ) opsys=hpux10-shr ;;
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2381 sunos4-0 ) opsys=sunos4-0-shr ;;
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2382 sunos4-1 ) opsys=sunos4-1-shr ;;
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2383 sunos4-1-2 ) opsys=sunos4-1-2-shr ;;
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2384 sunos4-1-3 ) opsys=sunos4-1-3-shr ;;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2385 sco5 ) opsys=sco5-shr ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2386 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2387 elif [ "${dynamic}" = "no" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2388 case "${opsys}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2389 sol2 ) opsys=sol2-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2390 sol2-3 ) opsys=sol2-3-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2391 sol2-4 ) opsys=sol2-4-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2392 decosf1-3 ) opsys=decosf1-3-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2393 decosf3-1 ) opsys=decosf3-1-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2394 decosf3-2 ) opsys=decosf3-2-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2395 linux ) opsys=linux-static ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2396 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2397 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2398
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2399 dynodump_arch=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2400 if [ "${need_dynodump}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2401 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2402 sparc* ) dynodump_arch=sparc ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2403 powerpc* ) dynodump_arch=ppc ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2404 i[3-9]86* ) dynodump_arch=i386 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2405 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2406 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2407
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2408 machfile="m/${machine}.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2409 opsysfile="s/${opsys}.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2412 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2413 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2414 # Determine the compiler, set up for feature testing #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2415 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2416 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2417
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2418 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2419 dnl -----------------------------------------------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2420 dnl Let's do a couple of macro (re)definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2421 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2422 dnl First we redefine AC_TEST_CPP so that we can see the error output
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2423 dnl from preprocessor runs. This definition is identical to the standard
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2424 dnl one supplied by Autoconf 1.11 extra for the extra_verbose check.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2425 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2426 dnl Note that we *must* include the brackets around the macro definition
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2427 dnl name here. Autoconf has redefined the quoting characters to be brackets,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2428 dnl and if we don't supply them, the original definition will get
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2429 dnl substituted in place of the macro name!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2430 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2431 define([AC_TEST_CPP],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2432 [AC_REQUIRE_CPP()dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2433 cat > conftest.${ac_ext} <<EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2434 #include "confdefs.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2435 [$1]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2436 EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2437 # Some shells (Coherent) do redirections in the wrong order, so need
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2438 # the parens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2439 # The exec was added by Mly to make this work under BSDI
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2440 ac_err=`eval "(exec $ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2441 # Use test here, not brackets, to avoid strange autoconf-quoting lossage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2442 if test "${extra_verbose}" = "yes" && test -n "$ac_err"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2443 echo "$ac_err"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2444 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2445 if test -z "$ac_err"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2446 ifelse([$2], , :, [rm -rf conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2447 $2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2448 ])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2449 ifelse([$3], , , [else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2450 rm -rf conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2451 $3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2452 ])dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2453 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2454 rm -f conftest*])dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2455 dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2456 dnl Second, a macro of our own:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2457 dnl Subroutine to find version of X being used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2458 dnl It can't use xmkmf because the first version in the user's path
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2459 dnl may not belong to the version of X that is being built with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2460 define(AC_FIND_X_VERSION,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2461 [AC_CHECKING(the version of X11 being used)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2462 cat > conftest.${ac_ext} <<EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2463 #include <X11/Intrinsic.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2464 int main() {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2465 #if (XlibSpecificationRelease == 4)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2466 printf ("X11R4\n");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2467 #elif (XlibSpecificationRelease == 5)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2468 printf ("X11R5\n");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2469 #elif (XlibSpecificationRelease == 6)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2470 printf ("X11R6\n");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2471 #elif (XtSpecificationRelease == 4)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2472 printf ("X11R4\n");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2473 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2474 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2475 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2476 EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2477 dnl We need to run this which will prevent cross-configuring. But since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2478 dnl we can't do that anyhow, oh darn.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2479 ac_save_LIBS="${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2480 LIBS="${LIBS} ${DEFS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2481 if eval $ac_compile; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2482 ac_find_x_version=`./conftest`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2483 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2484 if [ "$ac_find_x_version" = "X11R4" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2485 ] AC_DEFINE(THIS_IS_X11R4) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2486 elif [ "$ac_find_x_version" = "X11R5" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2487 ] AC_DEFINE(THIS_IS_X11R5) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2488 elif [ "$ac_find_x_version" = "X11R6" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2489 ] AC_DEFINE(THIS_IS_X11R6) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2490 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2491 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2492 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2493 LIBS=$ac_save_LIBS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2494 rm -f conftest*]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2495 )dnl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2496 dnl -----------------------------------------------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2497 AC_LANG_C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2498 AC_PREPARE(lisp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2499 AC_CONFIG_HEADER(src/config.h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2500
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2501 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2502
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2503 if [ "${extra_verbose}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2504 # This is identical to the version that A\C_LANG_C generates except that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2505 # it omits the redirection of all output to /dev/null.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2506 ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2507 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2509 #### Choose a compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2510 if [ "x$CC" = x ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2511 cc_specified=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2512 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2513
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2514 # Save the value of CFLAGS that the user specified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2515 SPECIFIED_CFLAGS="$CFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2517 if [ "${with_gcc}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2518 CC="${compiler-gcc}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2519 GCC=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2520 elif [ "${with_lcc}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2521 CC="${compiler-lcc}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2522 dash_r_space=' ' # this bullshit is here because lcc for solaris
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2523 # will not accept -Rargument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2524 # It needs -R argument instead. Yuck yuck yuck.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2525 if [ "x$NON_GNU_CPP" = x ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2526 NON_GNU_CPP="yes" # this is handled specially below...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2527 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2528 elif [ "${compiler}" != "" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2529 CC="${compiler}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2530 elif [ "${with_gcc}" = "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2531 CC="cc"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2532 elif [ "${with_lcc}" = "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2533 if [ "x$CC" = x ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2534 then CC=cc;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2535 else true;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2536 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2537 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2538 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2539 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2540 ] AC_PROG_CC [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2541 if [ "${CC}" = "gcc" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2542 with_gcc="yes"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2543 GCC=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2544 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2545 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2546 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2547 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2548
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2549 # On Suns, sometimes $CPP names a directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2550 if [ -n "$CPP" ] && [ -d "$CPP" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2551 CPP=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2552 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2554 #### Some systems specify a CPP to use unless we are using GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2555 #### Now that we know whether we are using GCC, we can decide whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2556 #### to use that one.
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2557
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
2558 if [ "x$GCC" = x1 ] || [ "x$NON_GNU_CPP" = x ] ; then
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
2559 true
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2560 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2561 if [ "x$CPP" = x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2562 if [ "${with_lcc}" = "yes" ] && [ "${NON_GNU_CPP}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2563 CPP='gcc -E -traditional' # cross fingers and hope it's there....
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2564 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2565 CPP="$NON_GNU_CPP"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2566 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2567 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2568 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2569
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2570 #### Some systems specify a CC to use unless we are using GCC.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2571 #### Now that we know whether we are using GCC, we can decide whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2572 #### to use that one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2573 if [ "x$NON_GNU_CC" = x ] || [ x$GCC = x1 ] || [ x$cc_specified = x1 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2574 then true
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2575 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2576 CC="$NON_GNU_CC"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2577 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2578
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2579 ## Huh? I commented out the following because it always enabled
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2580 ## the "test" options, whatever the hell those are supposed to be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2581 ## for, and the result is that SunOS builds were always static.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2582
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2583 #if [ x$GCC = x1 ] && [ "x$GCC_TEST_OPTIONS" != x ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2584 #then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2585 # CC="$CC $GCC_TEST_OPTIONS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2586 #fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2587 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2588 #if [ x$GCC = x ] && [ "x$NON_GCC_TEST_OPTIONS" != x ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2589 #then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2590 # CC="$CC $NON_GCC_TEST_OPTIONS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2591 #fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2593 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2594 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2595 # Do some misc autoconf-special tests #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2596 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2597 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2598
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2599 #### Some other nice autoconf tests. If you add a test here which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2600 #### should make an entry in src/config.h, don't forget to add an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2601 #### #undef clause to src/config.h.in for autoconf to modify.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2602 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2603 dnl checks for programs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2604 AC_PROG_CPP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2605 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2606 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2607 *-sun-sunos* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2608 if [ "${CPP}" = "acc -E" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2609 CPP="acc -E -Xs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2610 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2611 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2612 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2613 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2614 AC_PROG_RANLIB
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2615 AC_PROG_INSTALL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2616 AC_PROG_YACC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2617
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2618 dnl checks for UNIX variants
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2619 AC_AIX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2620
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2621 dnl checks for header files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2622 AC_HAVE_HEADERS(mach/mach.h sys/stropts.h sys/timeb.h sys/time.h unistd.h utime.h sys/wait.h libintl.h locale.h libgen.h linux/version.h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2623 AC_STDC_HEADERS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2624 AC_TIME_WITH_SYS_TIME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2625 AC_SYS_SIGLIST_DECLARED
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2627 dnl Some systems have utime.h but don't declare the struct anyplace.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2628 AC_COMPILE_CHECK(struct utimbuf,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2629 [#ifdef TIME_WITH_SYS_TIME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2630 #include <sys/time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2631 #include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2632 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2633 #ifdef HAVE_SYS_TIME_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2634 #include <sys/time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2635 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2636 #include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2637 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2638 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2639 #ifdef HAVE_UTIME_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2640 #include <utime.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2641 #endif], [static struct utimbuf x; x.actime = x.modtime;],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2642 AC_DEFINE(HAVE_STRUCT_UTIMBUF))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2643
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2644 dnl checks for typedefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2645 AC_RETSIGTYPE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2646
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2647 AC_COMPILE_CHECK(struct timeval,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2648 [#ifdef TIME_WITH_SYS_TIME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2649 #include <sys/time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2650 #include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2651 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2652 #ifdef HAVE_SYS_TIME_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2653 #include <sys/time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2654 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2655 #include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2656 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2657 #endif], [static struct timeval x; x.tv_sec = x.tv_usec;], [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2658 HAVE_TIMEVAL=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2659 AC_DEFINE(HAVE_TIMEVAL)],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2660 [HAVE_TIMEVAL=no])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2662 dnl checks for structure members
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2663 AC_STRUCT_TM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2664 AC_TIMEZONE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2665
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2666 dnl checks for compiler characteristics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2667 AC_CONST
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2668
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2669 dnl check for Make feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2670 AC_SET_MAKE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2671
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2672 dnl check byte order
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2673 AC_WORDS_BIGENDIAN
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2675 dnl check for long file names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2676 AC_LONG_FILE_NAMES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2677
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2678 echo "checking for -xildoff compiler flag"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2679 if ${CC-cc} '-###' -xildon no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2680 if ${CC-cc} '-###' -xildoff no_such_file.c 2>&1 | grep '^[^ ]*/ild ' > /dev/null ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2681 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2682 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2683 AC_VERBOSE(defining NEED_XILDOFF)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2684 need_xildoff=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2685 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2686 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2687
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2688 dnl other checks for UNIX variants
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2689 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2690 # What the hell was this doing here??????
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2691 ### echo > confdefs.h # this gets nuked above...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2692
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2693 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2694 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2695 # Choose a window system #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2696 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2697 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2699 #### Choose a window system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2700 echo "checking for specified window system"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2701
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2702 window_system=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2703 case "${with_x11}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2704 yes )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2705 window_system=${window_system}x11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2706 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2707 no )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2708 window_system=${window_system}none
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2709 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2711 case "${window_system}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2712 "none" | "x11" ) ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2713 "" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2714 # --x-includes or --x-libraries implies --with-x11.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2715 if [ -n "${x_includes}" ] || [ -n "${x_libraries}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2716 window_system=x11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2717 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2718 echo " No window system specified. Looking for X11."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2719 # If the user didn't specify a window system and we found X11, use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2720 if [ -r /usr/lib/libX11.a \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2721 -o -d /usr/include/X11 \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2722 -o -d /usr/X386/include \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2723 -o -d /usr/X11R6/include \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2724 -o -d ${x_includes}/X11 ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2725 window_system=x11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2726 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2727 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2728 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2729 * )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2730 echo "Don't specify a window system more than once." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2731 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2732 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2733 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2734
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2735 case "${window_system}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2736 "" | "x11" )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2737 ### If the user hasn't specified where we should find X, try
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2738 ### letting autoconf figure that out.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2739 if [ -z "${x_includes}" ] && [ -z "${x_libraries}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2740 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2741 AC_FIND_X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2742 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2743 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2744 if [ -n "${x_includes}" ] || [ -n "${x_libraries}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2745 window_system=x11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2746 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2747 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2748 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2749
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2750 [ -z "${window_system}" ] && window_system=none
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2751
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2752 if [ "${window_system}" = "none" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2753 if [ "${with_tty}" != "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2754 echo "No window system support, and no TTY support." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2755 echo "Unable to proceed." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2756 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2757 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2758 if [ "${with_epoch}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2759 ] AC_WARN(--with-epoch ignored: Not valid without X support) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2760 with_epoch='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2761 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2762 if [ "x${with_cde}" != x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2763 ] AC_WARN(--with-cde ignored: Not valid without X support) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2764 with_menubars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2765 fi
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2766 if [ "x${with_offix}" != x ]; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2767 ] AC_WARN(--with-offix ignored: Not valid without X support) [
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2768 with_offix='no'
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2769 fi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2770 if [ "x${with_menubars}" != x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2771 ] AC_WARN(--with-menubars ignored: Not valid without X support) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2772 with_menubars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2773 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2774 if [ "x${with_scrollbars}" != x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2775 ] AC_WARN(--with-scrollbars ignored: Not valid without X support) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2776 with_scrollbars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2777 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2778 if [ "x${with_dialogs}" != x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2779 ] AC_WARN(--with-dialogs ignored: Not valid without X support) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2780 with_dialogs='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2781 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2782 if [ "x${with_toolbars}" != x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2783 ] AC_WARN(--with-toolbars ignored: Not valid without X support) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2784 with_toolbars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2785 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2786 with_cde='no'
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
2787 with_offix='no'
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2788 with_menubars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2789 with_scrollbars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2790 with_dialogs='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2791 with_toolbars='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2792 elif [ -z "${with_toolbars}" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2793 with_toolbars='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2794 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2795
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2796 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2797 *-sun-solaris* | *-sun-sunos5* ) add_runtime_flag=yes ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2798 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2799
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2800 if [ -n "${x_libraries}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2801 if [ "${add_runtime_flag}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2802 LD_SWITCH_X_SITE="-L${x_libraries} -R${dash_r_space}${x_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2803 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2804 LD_SWITCH_X_SITE="-L${x_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2805 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2806 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2807 # LD_SWITCH_X_SITE_AUX (from FSF) is ill-conceived. See s/sol2*.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2808 # [ -n "${x_libraries}" ] && LD_SWITCH_X_SITE_AUX="-R${x_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2809 [ -n "${x_includes}" ] && C_SWITCH_X_SITE="-I${x_includes}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2811 if [ -n "${site_libraries}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2812 for arg in ${site_libraries}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2813 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2814 LD_SWITCH_SITE="${LD_SWITCH_SITE} -L${arg}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2815 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2816 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2817 if [ -n "${site_runtime_libraries}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2818 for arg in ${site_runtime_libraries}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2819 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2820 LD_SWITCH_SITE="${LD_SWITCH_SITE} -L${arg}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2821 LD_SWITCH_SITE="${LD_SWITCH_SITE} -R${dash_r_space}${arg}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2822 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2823 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2824 if [ -n "${site_includes}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2825 for arg in ${site_includes}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2826 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2827 C_SWITCH_SITE="${C_SWITCH_SITE} -I${arg}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2828 CPP="${CPP} -I${arg}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2829 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2830 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2831
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2832 # FSF 19.29 has some bitmapdir stuff here.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2833 bitmapdir=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2834
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2835 # Avoid forcing the search of /usr/include before fixed include files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2836 if [ "$C_SWITCH_X_SITE" = "-I/usr/include" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2837 C_SWITCH_X_SITE=" "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2838 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2840 # Need for check for audio/Xtutil.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2841 CPP="${CPP} ${C_SWITCH_X_SITE}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2842
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2843 case "${window_system}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2844 x11 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2845 HAVE_X_WINDOWS=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2846 echo " Using X11."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2847 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2848 none )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2849 HAVE_X_WINDOWS=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2850 echo " Using no window system."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2851 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2852 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2853
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2854 if test "${opsys}" = "hpux9"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2855 case "${x_libraries}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2856 *X11R4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2857 opsysfile="s/hpux9-x11r4.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2858 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2859 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2860 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2861
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2862 if test "${opsys}" = "hpux9shr"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2863 case "${x_libraries}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2864 *X11R4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2865 opsysfile="s/hpux9shxr4.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2866 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2867 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2868 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2869
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2870 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2871 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2872 # Extract some information from the operating system and machine files #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2873 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2874 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2876 echo "examining the machine- and system-dependent files to find out"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2877 echo " - which libraries the lib-src programs will want, and"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2878 echo " - whether the GNU malloc routines are usable."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2879
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2880 ### First figure out CFLAGS (which we use for running the compiler here)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2881 ### and REAL_CFLAGS (which we use for real compilation).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2882 ### The two are the same except on a few systems, where they are made
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2883 ### different to work around various lossages. For example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2884 ### GCC 2.5 on Linux needs them to be different because it treats -g
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2885 ### as implying static linking.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2886
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2887 ### If the CFLAGS env var is specified, we use that value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2888 ### instead of the default.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2890 ### It's not important that this name contain the PID; you can't run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2891 ### two configures in the same directory and have anything work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2892 ### anyway.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2893 tempcname="conftest.c"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2894
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2895 echo '
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2896 #define NOT_C_CODE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2897 #include "'${srcdir}'/src/'${opsysfile}'"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2898 #include "'${srcdir}'/src/'${machfile}'"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2899 #ifndef LIBS_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2900 #define LIBS_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2901 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2902 #ifndef LIBS_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2903 #define LIBS_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2904 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2905 #ifndef C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2906 #define C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2907 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2908 #ifndef C_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2909 #define C_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2910 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2911 #ifndef C_SWITCH_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2912 #define C_SWITCH_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2913 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2914 #ifndef LD_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2915 #define LD_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2916 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2917 #ifndef LIB_STANDARD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2918 #define LIB_STANDARD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2919 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2920 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM LIB_STANDARD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2921 configure___ c_switch_system=C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2922 configure___ c_switch_x_system=C_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2923 configure___ ld_switch_x_system=LD_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2924 configure___ c_switch_machine=C_SWITCH_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2925
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2926 #ifndef LIB_X11_LIB
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2927 #define LIB_X11_LIB -lX11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2928 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2930 #ifndef LIBX11_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2931 #define LIBX11_MACHINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2932 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2933
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2934 #ifndef LIBX11_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2935 #define LIBX11_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2936 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2937 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2938
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2939 #ifdef UNEXEC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2940 configure___ unexec=UNEXEC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2941 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2942 configure___ unexec=unexec.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2943 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2944
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2945 #ifdef SYSTEM_MALLOC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2946 configure___ system_malloc=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2947 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2948 configure___ system_malloc=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2949 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2950
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2951 #ifndef C_DEBUG_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2952 #define C_DEBUG_SWITCH -g
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2953 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2954
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2955 #ifndef C_OPTIMIZE_SWITCH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2956 #define C_OPTIMIZE_SWITCH -O
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2957 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2958
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2959 #ifdef THIS_IS_CONFIGURE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2960
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2961 /* Get the CFLAGS for tests in configure. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2962 #ifdef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2963 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2964 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2965 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2966 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2967
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2968 #else /* not THIS_IS_CONFIGURE */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2969
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2970 /* Get the CFLAGS for real compilation. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2971 #ifdef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2972 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2973 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2974 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2975 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2976
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2977 #endif /* not THIS_IS_CONFIGURE */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2978 ' > ${tempcname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2979 # The value of CPP is a quoted variable reference, so we need to do this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2980 # to get its actual value...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2981 CPP=`eval "echo $CPP"`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2982 eval `${CPP} -Isrc ${tempcname} \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2983 | grep 'configure___' \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2984 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2985 if [ "x$SPECIFIED_CFLAGS" = x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2986 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2987 | grep 'configure___' \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2988 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2989 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2990 REAL_CFLAGS="$CFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2991 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2992 rm ${tempcname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2993
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2994 # override CFLAGS if user wishes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2995 if [ "${cflags}" != "NO_CFLAGS_DEFINED" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2996 REAL_CFLAGS=${cflags}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2997 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2998
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2999 ### Compute the unexec source name from the object name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3000 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3002 # Do the opsystem or machine files prohibit the use of the GNU malloc?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3003 # Assume not, until told otherwise.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3004 GNU_MALLOC=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3005 if [ "${system_malloc}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3006 GNU_MALLOC=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3007 GNU_MALLOC_reason="
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3008 (The GNU allocators don't work with this system configuration.)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3009 elif [ "${use_system_malloc}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3010 GNU_MALLOC=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3011 GNU_MALLOC_reason="
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3012 (User chose not to use GNU allocators.)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3013 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3014
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3015 LISP_FLOAT_TYPE=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3016
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3017
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3018 #### Add the libraries to LIBS and check for some functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3020 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3021 CPPFLAGS="${C_SWITCH_SITE} $c_switch_system $c_switch_machine $c_switch_x_system $CPPFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3022 DEFS="${C_SWITCH_SITE} $c_switch_system $c_switch_machine $c_switch_x_system $DEFS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3023 LIBS="${LD_SWITCH_SITE} $ld_switch_x_system $libsrc_libs $LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3024
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3025 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3026 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3027 dnl FSF 19.29 also checks for function dnet_ntoa.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3028 AC_HAVE_LIBRARY(-ldnet)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3029 dnl This causes -lresolv to get used in subsequent tests,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3030 dnl which causes failures on some systems such as HPUX 9.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3031 dnl FSF 19.29 also checks for function gethostbyname.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3032 dnl AC_HAVE_LIBRARY(-lresolv)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3034 AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3035
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3036 dnl FSF 19.29 also checks for function cma_open.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3037 AC_HAVE_LIBRARY(-lpthreads, HAVE_PTHREADS=yes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3038 if test -n "${HAVE_PTHREADS}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3039 AC_DEFINE(HAVE_PTHREADS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3040 case "${opsys}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3041 decosf* ) CFLAGS="${CFLAGS} -threads" ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3042 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3043 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3044
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3045 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3046 AC_CHECKING(for XFree86)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3047 if test -d /usr/X386/include; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3048 HAVE_XFREE386=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3049 test -z "${C_SWITCH_X_SITE}" && C_SWITCH_X_SITE="-I/usr/X386/include"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3050 elif test -d /usr/X11R6/include; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3051 HAVE_XFREE386=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3052 test -z "${C_SWITCH_X_SITE}" && C_SWITCH_X_SITE="-I/usr/X11R6/include"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3053 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3054 HAVE_XFREE386=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3055 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3056 AC_VERBOSE(${HAVE_XFREE386})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3057 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3058 HAVE_XFREE386=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3059 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3060
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3061 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3062 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3063 # Test for various X-specific features #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3064 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3065 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3067 # Change CFLAGS temporarily for damn binutils 2.6.0.10 check.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3068 if test "${HAVE_X_WINDOWS}" = "yes"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3069 case "${opsys}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3070 linux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3071 CFLAGS="-Wl,-rpath-link,/usr/X11R6/lib $CFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3072 AC_COMPILE_CHECK(whether path-link option is needed, [],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3073 [;],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3074 [need_path_link=yes],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3075 [need_path_link=no])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3076 if test "${need_path_link}" = "no"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3077 CFLAGS="$REAL_CFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3078 AC_VERBOSE(no)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3079 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3080 AC_VERBOSE(yes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3081 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3082 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3083 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3084 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3085
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3086 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3087 # for the tests that follow. We set it back to REAL_CFLAGS later on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3088
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3089 if test "${HAVE_X_WINDOWS}" = "yes"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3090 DEFS="$C_SWITCH_X_SITE $DEFS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3091 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3092 LIBS="$LIBX $LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3093 CFLAGS="$C_SWITCH_X_SITE $CFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3094
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3095 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3096 # This is handled by LD_SWITCH_X_SITE_AUX during the real build,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3097 # but it's more convenient here to set LD_RUN_PATH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3098 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3099 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3100 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3101 export LD_RUN_PATH
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3102 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3104 if test "${HAVE_XFREE386}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3105 case "${opsys}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3106 linux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3107 AC_COMPILE_CHECK(whether XFree86 needs -b to link, [],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3108 [XOpenDisplay ("foo");],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3109 [xfree86_first_failure=no],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3110 [xfree86_first_failure=yes])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3111 if test "${xfree86_first_failure}" = "yes"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3112 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3113 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3114 OLD_CPPFLAGS="$CPPFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3115 OLD_LIBS="$LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3116 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3117 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3118 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3119 LIBS="$LIBS -b i486-linuxaout"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3120 AC_COMPILE_CHECK(,[],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3121 [XOpenDisplay ("foo");],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3122 [xfree86_second_failure=no],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3123 [xfree86_second_failure=yes])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3124 if test "${xfree86_second_failure}" = "yes"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3125 # If we get the same failure with -b, there is no use adding -b.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3126 # So take it out. This plays safe.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3127 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3128 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3129 CPPFLAGS="$OLD_CPPFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3130 LIBS="$OLD_LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3131 AC_VERBOSE(no)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3132 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3133 AC_VERBOSE(yes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3134 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3135 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3136 AC_VERBOSE(no)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3137 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3138 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3139 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3140 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3142 # A C_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3143 #XScreenNumberOfScreen XSetWMProtocols)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3144 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3146 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3147 # make sure we can find libX11.*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3148 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3149 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3150 internal_xlibs_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3151 AC_HAVE_LIBRARY(-lX11, internal_xlibs_found='yes')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3152 if test "${internal_xlibs_found}" = "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3153 echo "Unable to find X11 libraries." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3154 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3155 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3156 AC_VERBOSE(yes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3157 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3158 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3160 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3161 # make sure we can find Intrinsic.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3162 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3163 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3164 internal_xincludes_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3165 for arg in ${DEFS} /usr/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3166 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3167 if test -f `echo "${arg}/X11/Intrinsic.h" | sed 's/^\-I//'` ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3168 internal_xincludes_found='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3169 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3170 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3171 if test "${internal_xincludes_found}" = "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3172 echo "Unable to find X11 header files." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3173 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3174 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3175 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3177 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3178 # Sun OS 4 systems need the following kludge
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3179 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3180 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3181 case "${canonical}" in *-sunos4* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3182 LIBS="$LIBS -u _XtToolkitInitialize -u _get_applicationShellWidgetClass" ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3183 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3184 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3186 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3187 # See if we can find Xauth.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3188 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3189 with_xauth='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3190 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3191 internal_xauth_lib_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3192 AC_HAVE_LIBRARY(-lXau, internal_xauth_lib_found='yes')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3193 if test "${internal_xauth_lib_found}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3194 internal_xauth_includes_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3195 for arg in ${DEFS} /usr/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3196 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3197 if test -f `echo "${arg}/X11/Xauth.h" | sed 's/^\-I//'` ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3198 internal_xauth_includes_found='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3199 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3200 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3201 if test "${internal_xauth_includes_found}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3202 with_xauth='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3203 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3204 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3205 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3206 if test "${with_xauth}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3207 AC_DEFINE(HAVE_XAUTH)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3208 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3210 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3211 # See if we can find CDE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3212 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3213 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3214 if test "${with_cde}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3215 if test "${with_cde}" != "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3216 internal_cde_lib_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3217 AC_HAVE_LIBRARY(-lDtSvc, internal_cde_lib_found='yes')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3218 if test "${internal_cde_lib_found}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3219 internal_cde_includes_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3220 for arg in ${DEFS} /usr/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3221 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3222 if test -f `echo "${arg}/Dt/Dt.h" | sed 's/^\-I//'` ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3223 internal_cde_includes_found='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3224 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3225 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3226 if test "${internal_cde_includes_found}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3227 with_cde='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3228 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3229 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3230 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3231 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3232 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3233 if test "${with_cde}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3234 AC_DEFINE(HAVE_CDE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3235 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3237 #
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3238 # See if we can find OffiX.
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3239 #
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3240 if test "${window_system}" != "none" ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3241 if test "${with_offix}" != "no" ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3242 if test "${with_offix}" != "yes" ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3243 internal_offix_lib_found='no'
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3244 AC_HAVE_LIBRARY(-lDnd, internal_offix_lib_found='yes')
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3245 if test "${internal_offix_lib_found}" = "yes" ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3246 internal_offix_includes_found='no'
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3247 for arg in ${DEFS} /usr/include
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3248 do
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3249 if test -f `echo "${arg}/OffiX/DragAndDrop.h" | sed 's/^\-I//'` ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3250 internal_offix_includes_found='yes'
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3251 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3252 done
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3253 if test "${internal_offix_includes_found}" = "yes" ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3254 with_offix='yes'
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3255 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3256 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3257 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3258 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3259 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3260 if test "${with_offix}" = "yes" ; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3261 AC_DEFINE(HAVE_OFFIX_DND)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3262 fi
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3263
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
3264 #
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3265 # See if we can find Xlocale.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3266 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3267 with_xlocale_h='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3268 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3269 for arg in ${DEFS} /usr/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3270 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3271 if test -f `echo "${arg}/X11/Xlocale.h" | sed 's/^\-I//'` ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3272 with_xlocale_h='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3273 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3274 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3275 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3276 if test "${with_xlocale_h}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3277 AC_DEFINE(HAVE_XLOCALE_H)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3278 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3280 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3281 AC_FIND_X_VERSION
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3282 AC_HAVE_HEADERS(X11/Xlocale.h)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3283 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3285 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3286 # if Energize specified, make sure we can find its need libraries/headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3287 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3288 if test "${with_energize}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3289 AC_HAVE_LIBRARY(-lenergize, energize_version='3.X')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3290 if test "${energize_version}" = "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3291 AC_HAVE_LIBRARY(-lconn, energize_version='2.X')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3292 if test "${energize_version}" = "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3293 echo "Unable to find Energize library." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3294 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3295 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3296 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3298 internal_eincludes_found='no'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3299 for arg in ${DEFS} /usr/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3300 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3301 if test -f `echo "${arg}/editorconn.h" | sed 's/^\-I//'` ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3302 internal_eincludes_found='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3303 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3304 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3305 if test "${internal_eincludes_found}" = "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3306 echo "Unable to find Energize editorconn.h header file." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3307 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3308 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3309 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3311 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3312 # logb and frexp are found in -lm on most systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3313 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3314 AC_HAVE_LIBRARY(-lm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3315
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3316 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3317 # see if XPM is hanging around somewhere
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3318 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3319 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3320 if test "${with_xpm}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3321 if test "${with_xpm}" != "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3322 AC_HAVE_LIBRARY(-lXpm, with_xpm="yes")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3323 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3324 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3325 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3326 if test "${with_xpm}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3327 AC_DEFINE(HAVE_XPM)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3328 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3330 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3331 # see if Xmu is hanging around somewhere
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3332 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3333 # FSF 19.31 has this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3334 #dnl If using toolkit, check whether libXmu.a exists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3335 #dnl tranle@intellicorp.com says libXmu.a can need XtMalloc in libXt.a to link.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3336 # OLDLIBS="$LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3337 # if test x$HAVE_X11XTR6 = xyes; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3338 # LIBS="-lXt -lSM -lICE $LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3339 # else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3340 # LIBS="-lXt $LIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3341 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3342 # A C_CHECK_LIB(Xmu, XmuConvertStandardSelection)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3343 # LIBS="$OLDLIBS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3344
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3345 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3346 if test "${with_xmu}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3347 if test "${with_xmu}" != "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3348 AC_HAVE_LIBRARY(-lXmu, with_xmu="yes")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3349 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3350 # On SunOS4 we must kludge harder to try to detect Xmu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3351 # Upgrade to autoconf 2 and use ac_check_lib - mrb
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3352 if test "${with_xmu}" != "yes" && test -n "$OPENWINHOME" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3353 # begin expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3354 ac_save_LIBS="${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3355 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3356 ac_have_lib=""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3357 cat > conftest.${ac_ext} <<EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3358 int main() { return 0; }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3359 EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3360 if eval $ac_compile; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3361 rm -rf conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3362 ac_have_lib="1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3363 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3364 rm -f conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3365 LIBS="${ac_save_LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3366 test -n "${ac_have_lib}" && with_xmu="yes"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3367 # end expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3368 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3369 # On UnixWare 2.1 we must kludge harder to try to detect Xmu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3370 # Upgrade to autoconf 2 and use ac_check_lib - mrb
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3371 if test "${with_xmu}" != "yes" && test -f "/.UpgradeVer2.1" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3372 # begin expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3373 ac_save_LIBS="${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3374 if test x$HAVE_XFREE386 = xyes; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3375 LIBS="-lXt -lSM -lICE ${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3376 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3377 LIBS="${LIBS} -lXmu -lXt -lXext -lX11"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3378 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3379 ac_have_lib=""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3380 cat > conftest.${ac_ext} <<EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3381 int main() { return 0; }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3382 EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3383 if eval $ac_compile; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3384 rm -rf conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3385 ac_have_lib="1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3386 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3387 rm -f conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3388 LIBS="${ac_save_LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3389 test -n "${ac_have_lib}" && with_xmu="yes"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3390 # end expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3391 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3392 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3393 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3394 if test "${with_xmu}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3395 AC_DEFINE(HAVE_XMU)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3396 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3398 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3399 # see if COMPFACE is hanging around somewhere
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3400 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3401 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3402 if test "${with_xface}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3403 if test "${with_xface}" != "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3404 AC_HEADER_CHECK(compface.h, compface_incl="yes", with_xface="no")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3405 if test "${compface_incl}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3406 AC_HAVE_LIBRARY(-lcompface, with_xface="yes")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3407 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3408 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3409 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3410 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3411 if test "${with_xface}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3412 AC_DEFINE(HAVE_XFACE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3413 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3415 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3416 # check whether we're using GIF support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3417 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3418 if test "${window_system}" = "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3419 if test -z "${with_gif}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3420 with_gif=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3421 elif test "${with_gif}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3422 echo "GIF support cannot be specified without a window system."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3423 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3424 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3425 elif test -z "${with_gif}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3426 with_gif=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3427 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3428 if test "${with_gif}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3429 AC_DEFINE(HAVE_GIF)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3430 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3431
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3432 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3433 # autodetect JPEG
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3434 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3435 if test "${window_system}" = "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3436 if test -z "${with_jpeg}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3437 with_jpeg=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3438 elif test "${with_jpeg}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3439 echo "JPEG support cannot be specified without a window system."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3440 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3441 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3442 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3443 if test "${with_jpeg}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3444 if test "${with_jpeg}" != "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3445 AC_HEADER_CHECK(jpeglib.h, jpeglib_incl="yes", with_jpeg="no")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3446 if test "${jpeglib_incl}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3447 AC_HAVE_LIBRARY(-ljpeg, with_jpeg="yes")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3448 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3449 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3450 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3451 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3452 if test "${with_jpeg}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3453 AC_DEFINE(HAVE_JPEG)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3454 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3456 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3457 # autodetect PNG
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3458 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3459 if test "${window_system}" = "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3460 if test -z "${with_png}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3461 with_png=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3462 elif test "${with_png}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3463 echo "PNG support cannot be specified without a window system."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3464 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3465 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3466 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3467 if test -z "${with_png}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3468 AC_HEADER_CHECK(png.h, , with_png="no")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3469 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3470 if test -z "${with_png}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3471 AC_HAVE_LIBRARY(-lpng, , with_png="no")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3472 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3473 if test -z "${with_png}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3474 AC_HAVE_LIBRARY(-lz, with_png="yes")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3475 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3476 if test -z "${with_png}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3477 AC_HAVE_LIBRARY(-lgz, with_png="gnuz", with_png="no")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3478 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3479 if test "${with_png}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3480 AC_DEFINE(HAVE_PNG)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3481 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3482 if test "${with_png}" = "gnuz" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3483 AC_DEFINE(HAVE_PNG)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3484 AC_DEFINE(HAVE_PNG_GNUZ)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3485 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3486
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3487 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3488 # autodetect TIFF (not yet implemented)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3489 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3490 if test "${window_system}" = "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3491 if test -z "${with_tiff}" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3492 with_tiff=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3493 elif test "${with_tiff}" != "no" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3494 echo "TIFF support cannot be specified without a window system."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3495 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3496 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3497 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3498 if test "${with_tiff}" = "yes" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3499 AC_DEFINE(HAVE_TIFF)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3500 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3502 # We use Lucid toolkit defaults for the menubars and scrollbars, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3503 # if Motif is available we use it for the dialog boxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3504 if test "${window_system}" != "none" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3505 if test "x${with_dialogs}" = "x" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3506 # We can't use ac_have_library because it simply appends -lXm to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3507 # end of the link line which is insufficient since -lXm will generate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3508 # dependencies on -lXt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3509 # begin expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3510 ac_save_LIBS="${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3511 LIBS="${LIBS} -lXm -lXt ${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3512 ac_have_lib=""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3513 test -n "$silent" || echo "checking for -lXm"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3514 cat > conftest.${ac_ext} <<EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3515 #include "confdefs.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3517 int main() { return 0; }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3518 int t() { main();; return 0; }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3519 EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3520 if eval $ac_compile; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3521 rm -rf conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3522 ac_have_lib="1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3523
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3524 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3525 rm -f conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3526 LIBS="${ac_save_LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3527 if test -n "${ac_have_lib}"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3528 :; with_dialogs="motif"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3529 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3530 :;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3531 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3532 # end expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3533 # Sigh. My Motif (MoTeeth) under Linux also depends on Xpm and Xext.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3534 if test "${with_dialogs}" != "motif" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3535 # begin expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3536 ac_save_LIBS="${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3537 LIBS="${LIBS} -lXm -lXt -lXpm -lXext ${LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3538 ac_have_lib=""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3539 test -n "$silent" || echo "checking for -lXm in another way"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3540 cat > conftest.${ac_ext} <<EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3541 #include "confdefs.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3542
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3543 int main() { return 0; }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3544 int t() { main();; return 0; }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3545 EOF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3546 if eval $ac_compile; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3547 rm -rf conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3548 ac_have_lib="1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3550 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3551 rm -f conftest*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3552 LIBS="${ac_save_LIBS}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3553 if test -n "${ac_have_lib}"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3554 :; with_dialogs="motif"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3555 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3556 :;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3557 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3558 # end expansion of ac_have_library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3559 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3560 if test "${with_dialogs}" = "motif" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3561 AC_VERBOSE(Found Motif)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3562 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3563 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3564 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3565
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3566 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3567 if [ "${with_menubars}" = "motif" ] || [ "${with_scrollbars}" = "motif" ] \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3568 || [ "${with_dialogs}" = "motif" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3569 with_motif='yes'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3570 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3572 # Finish ensuring that we have values for the various toolkit items.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3573 if [ "x${with_menubars}" = "x" ] || [ "${with_menubars}" = "athena" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3574 with_menubars='lucid'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3575 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3576 if [ "x${with_scrollbars}" = "x" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3577 with_scrollbars='lucid'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3578 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3579 if [ "x${with_dialogs}" = "x" ] || [ "${with_dialogs}" = "lucid" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3580 with_dialogs='athena'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3581 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3582 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3584 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3585 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3586 # Misc other feature tests #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3587 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3588 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3590 # If netdb.h doesn't declare h_errno, we must declare it by hand.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3591 AC_COMPILE_CHECK(declaration of h_errno in netdb.h,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3592 [#include <netdb.h>],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3593 [int i = h_errno;],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3594 AC_DEFINE(HAVE_H_ERRNO))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3596 AC_COMPILE_CHECK(sigsetjmp,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3597 [#include <setjmp.h>],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3598 [sigjmp_buf bar; sigsetjmp (bar, 0);],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3599 AC_DEFINE(HAVE_SIGSETJMP))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3601 AC_CHECKING(whether localtime caches TZ)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3602 emacs_cv_localtime_cache=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3603 AC_TEST_PROGRAM([#include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3604 #if 1 /* STDC_HEADERS */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3605 # include <stdlib.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3606 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3607 extern char **environ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3608 unset_TZ ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3609 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3610 char **from, **to;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3611 for (to = from = environ; (*to = *from); from++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3612 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3613 to++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3614 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3615 main()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3616 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3617 time_t now = time ((time_t *) 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3618 int hour_GMT0, hour_unset;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3619 if (putenv ("TZ=GMT0") != 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3620 exit (1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3621 hour_GMT0 = localtime (&now)->tm_hour;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3622 unset_TZ ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3623 hour_unset = localtime (&now)->tm_hour;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3624 if (putenv ("TZ=PST8") != 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3625 exit (1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3626 if (localtime (&now)->tm_hour == hour_GMT0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3627 exit (1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3628 unset_TZ ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3629 if (localtime (&now)->tm_hour != hour_unset)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3630 exit (1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3631 exit (0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3632 }], emacs_cv_localtime_cache=no, emacs_cv_localtime_cache=yes,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3633 [# If we have tzset, assume the worst when cross-compiling.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3634 emacs_cv_localtime_cache=yes])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3635 AC_VERBOSE("$emacs_cv_localtime_cache")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3636 if test x$emacs_cv_localtime_cache = xyes; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3637 AC_DEFINE(LOCALTIME_CACHE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3638 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3639
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3640 if test "x$HAVE_TIMEVAL" = xyes; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3641 AC_COMPILE_CHECK(whether gettimeofday can't accept two arguments,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3642 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3643 #ifdef TIME_WITH_SYS_TIME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3644 #include <sys/time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3645 #include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3646 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3647 #ifdef HAVE_SYS_TIME_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3648 #include <sys/time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3649 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3650 #include <time.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3651 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3652 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3653 ],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3654 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3655 struct timeval time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3656 struct timezone dummy;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3657 gettimeofday (&time, &dummy);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3658 ],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3659 [AC_VERBOSE(no)],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3660 [AC_VERBOSE(yes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3661 AC_DEFINE(GETTIMEOFDAY_ONE_ARGUMENT)])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3662 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3663
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3664 AC_COMPILE_CHECK(whether inline functions are supported,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3665 ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3666 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3667 inline int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3668 foo ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3669 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3670 return 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3671 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3672 ],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3673 AC_DEFINE(HAVE_INLINE))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3675 # This does all sorts of magic to make sure alloca() works OK.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3676 # It might even add some junk to the top of <config.h>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3677 # (I don't understand what goes on here, but it seems to work.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3678 AC_ALLOCA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3679
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3680 # Check whether vfork exists and works correctly. (This does more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3681 # than just check for its existence.) If so, it defines HAVE_VFORK_H.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3682 # If not, it defines vfork to be fork.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3683 AC_VFORK
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3685 # Check whether mmap exists and works correctly. (This does more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3686 # than just check for its existence.) If so, it defines HAVE_MMAP.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3687 # Actually, this seems to rule out some cases where mmap() can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3688 # work fine for our purposes (e.g. HPUX). We get a big win out
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3689 # of using mmap(), so let's go back to the old way.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3690 dnl AC_MMAP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3691
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3692 # Check whether strcoll exists and works correctly. (This does more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3693 # than just check for its existence.) If so, it defines HAVE_STRCOLL.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3694 AC_STRCOLL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3695
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3696 AC_SIZEOF_TYPE(short)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3697 AC_SIZEOF_TYPE(int)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3698 AC_SIZEOF_TYPE(long)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3699
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3700 # FSF 19.29 does this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3701 # # fmod, logb, and frexp are found in -lm on most systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3702 # # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3703 # A C_CHECK_LIB(m, sqrt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3704
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3705 AC_HAVE_FUNCS(acosh asinh atanh cbrt closedir dup2 eaccess fmod fpathconf frexp ftime gethostname getpagesize gettimeofday getwd logb lrand48 matherr mkdir mktime perror poll random realpath rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask strcasecmp strerror tzset utimes waitpid)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3706
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3707 # Check for mmap.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3708 found_mmap=true
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3709 AC_FUNC_CHECK(mmap, , found_mmap=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3710 if test -n "$found_mmap"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3711 AC_DEFINE(HAVE_MMAP)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3712 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3714 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3715 # rel_alloc requires either GNU malloc or system malloc with mmap
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3716 if [ "${GNU_MALLOC}" != "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3717 if [ "${found_mmap}" != "true" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3718 rel_alloc=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3719 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3720 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3721
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3722 # We only turn rel_alloc on by default if mmap is available.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3723 if [ "${rel_alloc}" = "default" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3724 if [ "${found_mmap}" = "true" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3725 rel_alloc=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3726 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3727 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3728 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3730
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3731 # Check for Internet sockets.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3732
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3733 ok_so_far=true
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3734 AC_FUNC_CHECK(socket, , ok_so_far=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3735 if test -n "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3736 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3737 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3738 if test -n "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3739 AC_HEADER_CHECK(arpa/inet.h, , ok_so_far=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3740 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3741 if test -n "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3742 AC_DEFINE(HAVE_SOCKETS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3743 # Check for the sun_len member in struct sockaddr_un.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3744
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3745 AC_COMPILE_CHECK(sun_len member in struct sockaddr_un,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3746 [#include <sys/types.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3747 #include <sys/socket.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3748 #include <sys/un.h>], [static struct sockaddr_un x; x.sun_len = 1;],
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3749 AC_DEFINE(HAVE_SOCKADDR_SUN_LEN))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3750 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3751
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3752 # Check for SYS V IPC. (Inferior to sockets.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3753
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3754 if test -z "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3755 ok_so_far=true
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3756 AC_FUNC_CHECK(msgget, , ok_so_far=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3757 if test -n "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3758 AC_HEADER_CHECK(sys/ipc.h, , ok_so_far=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3759 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3760 if test -n "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3761 AC_HEADER_CHECK(sys/msg.h, , ok_so_far=)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3762 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3763 if test -n "$ok_so_far"; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3764 AC_DEFINE(HAVE_SYSVIPC)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3765 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3766 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3767
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3768 # Check for directory variants
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3769
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3770 sysv_system_dir=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3771 nonsystem_dir_library=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3772 AC_HEADER_CHECK(dirent.h, sysv_system_dir=yes, )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3773 if test -z "$sysv_system_dir" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3774 AC_HEADER_CHECK(sys/dir.h, , nonsystem_dir_library=yes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3775 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3776 if test -n "$sysv_system_dir" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3777 AC_DEFINE(SYSV_SYSTEM_DIR)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3778 elif test -n "$nonsystem_dir_library" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3779 AC_DEFINE(NONSYSTEM_DIR_LIBRARY)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3780 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3782 # Check for terminal I/O variants
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3783
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3784 echo "checking how to do terminal I/O"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3785
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3786 have_termios=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3787 have_termio=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3788 AC_HEADER_CHECK(termios.h, have_termios=yes, )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3789 # TERMIOS systems may have termio.h, but not vice-versa, I think.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3790 if test -z "$have_termios" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3791 AC_HEADER_CHECK(termio.h, have_termio=yes, )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3792 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3793 if test -n "$have_termios" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3794 AC_DEFINE(HAVE_TERMIOS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3795 elif test -n "$have_termio" ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3796 AC_DEFINE(HAVE_TERMIO)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3797 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3798
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3799 # Check for nlist.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3800 AC_HEADER_CHECK(nlist.h, AC_DEFINE(NLIST_STRUCT), )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3801
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3802 if test -f /usr/lpp/X11/bin/smt.exp ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3803 AC_DEFINE(AIX_SMT_EXP, -bI:/usr/lpp/X11/bin/smt.exp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3804 elif test -f /usr/bin/X11/smt.exp ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3805 AC_DEFINE(AIX_SMT_EXP, -bI:/usr/bin/X11/smt.exp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3806 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3807
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3808 # Set up the CFLAGS for real compilation, so we can substitute it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3809 CFLAGS="$REAL_CFLAGS"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3811 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3812 #### Find out which version of XEmacs this is.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3813 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3814 | sed -ne 's/^(defconst emacs-version "\([0-9][0-9]\.[0-9]*\).*/\1/p'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3815 beta=`grep '" XEmacs Lucid' ${srcdir}/lisp/version.el \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3816 | sed -ne 's/^.*" XEmacs Lucid (beta\([^)]*\)).*/\1/p'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3817 alpha=`grep '" XEmacs Lucid' ${srcdir}/lisp/version.el \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3818 | sed -ne 's/^.*" XEmacs Lucid (alpha\([^)]*\)).*/\1/p'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3819 if [ "X$beta" != "X" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3820 version=${version}-b${beta}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3821 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3822 if [ "X$alpha" != "X" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3823 version=${version}-a${alpha}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3824 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3825 if [ x"${version}" = x ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3826 echo "${progname}: can't find current emacs version in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3827 \`${srcdir}/lisp/version.el'." >&2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3828 exit 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3829 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3830
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3831 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3832 # Check for sound of various sorts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3833 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3834
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3835 # the following needs to be fixed for SGI.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3836 if [ -z "${native_sound_lib}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3837 if [ -r /usr/demo/SOUND/lib/libaudio.a ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3838 native_sound_lib=/usr/demo/SOUND/lib/libaudio.a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3839 elif [ -r /usr/demo/SOUND/libaudio.a ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3840 native_sound_lib=/usr/demo/SOUND/libaudio.a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3841 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3842 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3843 *-sgi-* ) native_sound_lib=-laudio ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3844 hppa*-hp-hpux* ) native_sound_lib=-lAlib ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3845 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3846 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3847 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3848
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3849 if [ "${with_sound}" != "native" ] && [ "${with_sound}" != "nas" ] && [ "${with_sound}" != "both" ] && [ "${with_sound}" != "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3850 if [ -d /usr/demo/SOUND/multimedia -o -d /usr/demo/SOUND/include/multimedia ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3851 with_sound="native"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3852 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3853 case "${canonical}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3854 *-sgi-* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3855 ] AC_HAVE_LIBRARY(-laudio, with_sound="native") [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3856 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3857 hppa*-hp-hpux* )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3858 ] AC_HAVE_LIBRARY(-lAlib, with_sound="native") [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3859 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3860 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3861 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3862 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3863
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3864 #### If the nas library doesn't contain the error jump point, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3865 #### we force safer behaviour.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3867 if [ "${with_sound}" = "nas" ] || [ "${with_sound}" = "both" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3868 ] AC_HEADER_EGREP(AuXtErrorJump,audio/Xtutil.h, , old_nas=true) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3869 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3871 if [ "${with_tooltalk}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3872 for arg in ${DEFS} "-I/usr/include" "-I${OPENWINHOME-/usr/openwin}/include"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3873 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3874 if [ -f `echo "${arg}/desktop/tt_c.h" | sed 's/^\-I//'` ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3875 C_SWITCH_X_SITE="${C_SWITCH_X_SITE} ${arg}/desktop"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3876 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3877 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3878
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3879 for arg in ${LIBS} "-L/usr/lib" "-L${OPENWINHHOME-/usr/openwin}/lib"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3880 do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3881 case "${arg}" in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3882 -L*) if [ -f `echo "${arg}/libtt.a" | sed 's/^\-L//'` ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3883 dash_r=''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3884 if [ -n "${add_runtime_flag}" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3885 dash_r=`echo ${arg} | sed "s/^-L/-R${dash_r_space}/"`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3886 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3887 LD_SWITCH_X_SITE="${LD_SWITCH_X_SITE} ${arg} ${dash_r}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3888 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3889 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3890 esac
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3891 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3892 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3893
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3894 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3895 # Check for ncurses.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3896 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3897
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3898 if [ "${with_tty}" != "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3899 ] AC_HAVE_LIBRARY(-lncurses, have_ncurses=yes, have_ncurses=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3900 if [ "${have_ncurses}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3901 ] AC_DEFINE(HAVE_NCURSES) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3902 ] AC_HEADER_CHECK(ncurses/term.h, have_ncurses_term_h=yes, have_ncurses_term_h=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3903 if [ "${have_ncurses_term_h}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3904 ] AC_DEFINE(HAVE_NCURSES_TERM_H) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3905 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3906 ] AC_HEADER_CHECK(ncurses/curses.h, have_ncurses_curses_h=yes, have_ncurses_curses_h=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3907 if [ "${have_ncurses_curses_h}" = "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3908 # Try again, and check for the bogus ncurses/ include bug.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3909 # (i.e. ncurses/curses.h bogusly includes <unctrl.h> instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3910 # <ncurses/unctrl.h>)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3911 OLD_CPP="${CPP}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3912 CPP="${CPP} -I/usr/include/ncurses"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3913 ] AC_HEADER_CHECK(ncurses/curses.h, have_ncurses_curses_h=yes, have_ncurses_curses_h=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3914 if [ "${have_ncurses_curses_h}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3915 site_includes="${site_includes} /usr/include/ncurses"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3916 C_SWITCH_SITE="${C_SWITCH_SITE} -I/usr/include/ncurses"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3917 ] AC_VERBOSE(Your system has the bogus ncurses include bug.) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3918 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3919 CPP="${OLD_CPP}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3920 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3921 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3922 if [ "${have_ncurses_curses_h}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3923 ] AC_DEFINE(HAVE_NCURSES_CURSES_H) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3924 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3925 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3926 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3928 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3929 # Check for database support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3930 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3931
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3932 ]dnl <mdiers@logware.de>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3933 dnl We don't necessarily have to have libdb/lib(g)dbm for DB/(G)DBM support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3934 dnl On FreeBSD, both DB and DBM are part of libc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3935 dnl Note that unless support for DB/(G)DBM is explicitly disabled, we always
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3936 dnl want to check for libdb/lib(g)dbm. Also note that libc will not be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3937 dnl checked if we have the libraries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3938 dnl If support for DB/(G)DBM is requested, but we neither have libdb/lib(g)dbm,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3939 dnl nor does libc implement it, we are a bit lost :)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3940 dnl But wait: one still could define DATABASE_DB_LIBS and DATABASE_DBM_LIBS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3941 dnl in the system description file to read -lthisiswhereitsat and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3942 dnl have --site-libraries point there.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3943 dnl (Does this make sense? My head hurts...)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3944 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3945 if [ "${with_database_berkdb}" != "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3946 ] AC_HAVE_LIBRARY(-ldb, have_libdb=yes, have_libdb=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3947 if [ "${have_libdb}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3948 ] AC_DEFINE(HAVE_LIBDB) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3949 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3950 if [ "${with_database_berkdb}" != "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3951 if [ "${have_libdb}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3952 with_database_berkdb=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3953 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3954 ] AC_FUNC_CHECK(dbopen, have_dbopen=yes, have_dbopen=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3955 if [ "${have_dbopen}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3956 with_database_berkdb=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3957 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3958 with_database_berkdb=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3959 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3960 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3961 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3962 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3963 if [ "${with_database_berkdb}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3964 ] AC_DEFINE(HAVE_BERKELEY_DB) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3965 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3966
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3967 if [ "${with_database_gnudbm}" != "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3968 ] AC_HAVE_LIBRARY(-lgdbm, have_libgdbm=yes, have_libgdbm=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3969 if [ "${have_libgdbm}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3970 ] AC_DEFINE(HAVE_LIBGDBM) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3971 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3972 if [ "${with_database_gnudbm}" != "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3973 if [ "${have_libgdbm}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3974 with_database_gnudbm=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3975 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3976 with_database_gnudbm=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3977 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3978 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3979 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3980 if [ "${with_database_gnudbm}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3981 ] AC_DEFINE(HAVE_DBM) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3982 ] AC_DEFINE(HAVE_GNU_DBM) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3983 with_database_dbm=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3984 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3985
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3986 if [ "${with_database_dbm}" != "no" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3987 ] AC_HAVE_LIBRARY(-ldbm, have_libdbm=yes, have_libdbm=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3988 if [ "${have_libdbm}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3989 ] AC_DEFINE(HAVE_LIBDBM) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3990 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3991 if [ "${with_database_dbm}" != "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3992 if [ "${have_libdbm}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3993 with_database_dbm=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3994 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3995 ] AC_FUNC_CHECK(dbm_open, have_dbm_open=yes, have_dbm_open=no) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3996 if [ "${have_dbm_open}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3997 with_database_dbm=yes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3998 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3999 with_database_dbm=no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4000 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4001 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4002 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4003 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4004 if [ "${with_database_dbm}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4005 ] AC_DEFINE(HAVE_DBM) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4006 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4007
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4009 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4010 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4011 # Substitute into Makefile and config.h #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4012 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4013 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4014
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4015 ### Specify what sort of things we'll be editing into Makefile and config.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4016 ### Use configuration here uncanonicalized to avoid exceeding size limits.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4017 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4018 AC_SUBST(version)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4019 AC_SUBST(configuration)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4020 AC_SUBST(canonical)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4021 AC_SUBST(srcdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4022 AC_SUBST(prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4023 AC_SUBST(exec_prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4024 AC_SUBST(bindir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4025 AC_SUBST(datadir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4026 AC_SUBST(statedir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4027 AC_SUBST(libdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4028 AC_SUBST(mandir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4029 AC_SUBST(infodir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4030 AC_SUBST(infodir_user_defined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4031 AC_SUBST(lispdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4032 AC_SUBST(lispdir_user_defined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4033 AC_SUBST(sitelispdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4034 AC_SUBST(etcdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4035 AC_SUBST(etcdir_user_defined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4036 AC_SUBST(lockdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4037 AC_SUBST(lockdir_user_defined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4038 AC_SUBST(archlibdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4039 AC_SUBST(archlibdir_user_defined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4040 AC_SUBST(docdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4041 AC_SUBST(bitmapdir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4042 AC_SUBST(c_switch_system)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4043 AC_SUBST(c_switch_machine)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4044 AC_SUBST(libsrc_libs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4045 AC_SUBST(LD_SWITCH_X_SITE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4046 AC_SUBST(LD_SWITCH_X_SITE_AUX)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4047 AC_SUBST(C_SWITCH_X_SITE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4048 AC_SUBST(LD_SWITCH_SITE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4049 AC_SUBST(C_SWITCH_SITE)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4050 AC_SUBST(CFLAGS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4051 AC_SUBST(native_sound_lib)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4052 AC_SUBST(machfile)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4053 AC_SUBST(opsysfile)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4054 AC_SUBST(RANLIB)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4055 AC_SUBST(dynodump_arch)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4057 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "\"${canonical}\"")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4058 AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4059 AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4060 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4061 AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE_AUX, ${LD_SWITCH_X_SITE_AUX})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4062 AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4063 AC_DEFINE_UNQUOTED(LD_SWITCH_SITE, ${LD_SWITCH_SITE})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4064 AC_DEFINE_UNQUOTED(C_SWITCH_SITE, ${C_SWITCH_SITE})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4065 AC_DEFINE_UNQUOTED(UNEXEC_SRC, ${UNEXEC_SRC})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4067 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4069 # Note: as a general rule, *only* define things here that are not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4070 # autodetected. For things that are autodetected, define them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4071 # at the point where the autodetection occurs or would occur,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4072 # so that the user gets immediate feedback on the results of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4073 # autodetection.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4075 if [ x"${puresize}" != x ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4076 ] AC_DEFINE_UNQUOTED(PURESIZE, ${puresize}) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4077 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4078 if [ "${HAVE_X_WINDOWS}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4079 ] AC_DEFINE(HAVE_X_WINDOWS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4080 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4081 if [ "${HAVE_XFREE386}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4082 ] AC_DEFINE(HAVE_XFREE386) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4083 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4084 if [ "${GNU_MALLOC}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4085 ] AC_DEFINE(GNU_MALLOC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4086 elif [ "${use_system_malloc}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4087 ] AC_DEFINE(USE_SYSTEM_MALLOC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4088 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4089 if [ "${rel_alloc}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4090 ] AC_DEFINE(REL_ALLOC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4091 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4092 if [ "${LISP_FLOAT_TYPE}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4093 ] AC_DEFINE(LISP_FLOAT_TYPE) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4094 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4095 if [ "${with_motif}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4096 ] AC_DEFINE(LWLIB_USES_MOTIF) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4097 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4098 if [ "${with_menubars}" = "lucid" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4099 ] AC_DEFINE(LWLIB_MENUBARS_LUCID) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4100 ] AC_DEFINE(HAVE_MENUBARS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4101 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4102 if [ "${with_menubars}" = "motif" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4103 ] AC_DEFINE(LWLIB_MENUBARS_MOTIF) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4104 ] AC_DEFINE(HAVE_MENUBARS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4105 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4106 if [ "${with_scrollbars}" = "lucid" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4107 ] AC_DEFINE(LWLIB_SCROLLBARS_LUCID) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4108 ] AC_DEFINE(HAVE_SCROLLBARS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4109 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4110 if [ "${with_scrollbars}" = "motif" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4111 ] AC_DEFINE(LWLIB_SCROLLBARS_MOTIF) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4112 ] AC_DEFINE(HAVE_SCROLLBARS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4113 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4114 if [ "${with_scrollbars}" = "athena" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4115 ] AC_DEFINE(LWLIB_SCROLLBARS_ATHENA) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4116 ] AC_DEFINE(HAVE_SCROLLBARS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4117 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4118 if [ "${with_dialogs}" = "motif" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4119 ] AC_DEFINE(LWLIB_DIALOGS_MOTIF) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4120 ] AC_DEFINE(HAVE_DIALOGS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4121 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4122 if [ "${with_dialogs}" = "athena" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4123 ] AC_DEFINE(LWLIB_DIALOGS_ATHENA) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4124 ] AC_DEFINE(HAVE_DIALOGS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4125 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4126 if [ "${with_toolbars}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4127 ] AC_DEFINE(HAVE_TOOLBARS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4128 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4129 if [ "${with_tty}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4130 ] AC_DEFINE(HAVE_TTY) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4131 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4132 if [ "${with_tooltalk}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4133 ] AC_DEFINE(TOOLTALK) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4134 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4135 if [ "$with_mocklisp" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4136 ] AC_DEFINE(MOCKLISP_SUPPORT) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4137 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4138 if [ "${with_sparcworks}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4139 ] AC_DEFINE(SUNPRO) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4140 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4141 if [ "${usage_tracking}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4142 ] AC_DEFINE(USAGE_TRACKING) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4143 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4144 if [ "${with_energize}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4145 ] AC_DEFINE(ENERGIZE) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4146 if [ "${energize_version}" = "2.X" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4147 ] AC_DEFINE(ENERGIZE_2) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4148 elif [ "${energize_version}" = "3.X" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4149 ] AC_DEFINE(ENERGIZE_3) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4150 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4151 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4152 if [ "${need_dynodump}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4153 ] AC_DEFINE(DYNODUMP) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4154 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4155 if [ "${need_xildoff}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4156 ] AC_DEFINE(NEED_XILDOFF) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4157 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4158 if [ "${with_gcc}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4159 ] AC_DEFINE(USE_GCC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4160 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4161 if [ "${with_lcc}" = "yes" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4162 ] AC_DEFINE(USE_LCC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4163 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4164 if [ "${with_socks}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4165 ] AC_DEFINE(HAVE_SOCKS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4166 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4167 if [ "${with_term}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4168 ] AC_DEFINE(HAVE_TERM) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4169 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4170 if [ "${with_epoch}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4171 ] AC_DEFINE(EPOCH) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4172 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4173 if [ "${with_sound}" = "native" -o "${with_sound}" = "both" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4174 ] AC_DEFINE(HAVE_NATIVE_SOUND) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4175 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4176 if [ "${with_sound}" = "nas" -o "${with_sound}" = "both" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4177 ] AC_DEFINE(HAVE_NAS_SOUND) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4178 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4179 if [ "${old_nas}" = "true" ] ; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4180 ] AC_DEFINE(NAS_NO_ERROR_JUMP) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4181 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4182 if [ "${external_widget}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4183 ] AC_DEFINE(EXTERNAL_WIDGET) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4184 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4185 if [ "${with_gnu_make}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4186 ] AC_DEFINE(USE_GNU_MAKE) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4187 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4188 if [ "${no_doc_file}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4189 ] AC_DEFINE(NO_DOC_FILE) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4190 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4191 if [ "${const_is_losing}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4192 ] AC_DEFINE(CONST_IS_LOSING) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4193 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4194 if [ "${use_assertions}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4195 ] AC_DEFINE(USE_ASSERTIONS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4196 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4197 if [ "${error_check_extents}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4198 ] AC_DEFINE(ERROR_CHECK_EXTENTS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4199 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4200 if [ "${error_check_typecheck}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4201 ] AC_DEFINE(ERROR_CHECK_TYPECHECK) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4202 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4203 if [ "${error_check_bufpos}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4204 ] AC_DEFINE(ERROR_CHECK_BUFPOS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4205 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4206 if [ "${error_check_gc}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4207 ] AC_DEFINE(ERROR_CHECK_GC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4208 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4209 if [ "${error_check_malloc}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4210 ] AC_DEFINE(ERROR_CHECK_MALLOC) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4211 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4212 if [ "${debug}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4213 ] AC_DEFINE(DEBUG_XEMACS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4214 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4215 if [ "${memory_usage_stats}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4216 ] AC_DEFINE(MEMORY_USAGE_STATS) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4217 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4218 if [ "${use_union_type}" != "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4219 ] AC_DEFINE(NO_UNION_TYPE) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4220 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4221 if [ "${quantify}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4222 ] AC_DEFINE(QUANTIFY) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4223 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4225 # ====================== Developer's configuration =======================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4226
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4227 # The following assignments make sense if you're running XEmacs on a single
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4228 # machine, one version at a time, and you want changes to the lisp and etc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4229 # directories in the source tree to show up immediately in your working
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4230 # environment. It saves a great deal of disk space by not duplicating the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4231 # lisp and etc directories.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4232
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4233 if [ "$run_in_place" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4234 prefix='${srcdir}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4235 exec_prefix='${srcdir}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4236 bindir='${exec_prefix}/bin/${configuration}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4237 lispdir='${srcdir}/lisp'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4238 sitelispdir='${lispdir}/site-lisp'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4239 etcdir='${srcdir}/etc'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4240 lockdir='${srcdir}/lock'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4241 archlibdir='${srcdir}/lib-src/${configuration}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4242 infodir='${srcdir}/info'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4243 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4244 #elif [ "$single_tree" = "1" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4245 # if [ "$exec_prefix_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4246 # exec_prefix='${prefix}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4247 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4248 # if [ "$bindir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4249 # bindir='${exec_prefix}/bin/${configuration}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4250 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4251 # if [ "$datadir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4252 # datadir='${prefix}/common'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4253 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4254 # if [ "$statedir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4255 # statedir='${prefix}/common'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4256 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4257 # if [ "$libdir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4258 # libdir='${bindir}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4259 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4260 # if [ "$lispdir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4261 # lispdir='${prefix}/common/lisp'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4262 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4263 # if [ "$locallisppath_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4264 # locallisppath='${prefix}/common/site-lisp'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4265 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4266 # if [ "$lockdir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4267 # lockdir='${prefix}/common/lock'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4268 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4269 # if [ "$archlibdir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4270 # archlibdir='${libdir}/etc'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4271 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4272 # if [ "$etcdir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4273 # etcdir='${prefix}/common/data'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4274 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4275 # if [ "$docdir_specified" = "" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4276 # docdir='${prefix}/common/data'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4277 # fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4278 #fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4280 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4281 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4282 # Report on what we decided to do #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4283 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4284 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4285
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4286 echo "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4288 Configured for \`${canonical}'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4289
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4290 Where should the build process find the source code? ${srcdir}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4291 What installation prefix should install use? ${prefix}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4292 What operating system and machine description files should XEmacs use?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4293 \`${opsysfile}' and \`${machfile}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4294 What compiler should XEmacs be built with? ${CC} ${CFLAGS}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4295 Should XEmacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4296 Should XEmacs use the relocating allocator for buffers? ${rel_alloc}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4297 What window system should XEmacs use? ${window_system}${x_includes+
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4298 Where do we find X Windows header files? }${x_includes}${x_libraries+
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4299 Where do we find X Windows libraries? }${x_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4301 if [ -n "$site_includes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4302 echo " Additional header files: ${site_includes}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4303 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4305 if [ -n "$site_libraries" ] && [ -n "$site_runtime_libraries" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4306 echo " Additional libraries: ${site_libraries} ${site_runtime_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4307 elif [ -n "$site_libraries" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4308 echo " Additional libraries: ${site_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4309 elif [ -n "$site_runtime_libraries" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4310 echo " Additional libraries: ${site_runtime_libraries}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4311 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4312
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4313
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4314 if [ "$with_socks" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4315 echo " Compiling in support for SOCKS."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4316 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4317 if [ "$with_term" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4318 echo " Compiling in support for TERM."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4319 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4320 if [ "$with_xauth" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4321 echo " Compiling in support for XAUTH."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4322 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4323 if [ "$with_xpm" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4324 echo " Compiling in support for XPM."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4325 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4326 if [ "$with_xmu" != "yes" ] && [ "$window_system" != "none" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4327 echo " No Xmu; substituting equivalent routines."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4328 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4329 if [ "$with_xface" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4330 echo " Compiling in support for X-Face headers."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4331 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4332 if [ "$with_gif" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4333 echo " Compiling in support for GIF image conversion."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4334 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4335 if [ "$with_jpeg" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4336 echo " Compiling in support for JPEG image conversion."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4337 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4338 if [ "$with_png" = "yes" ] || [ "$with_png" = "gnuz" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4339 echo " Compiling in support for PNG image conversion."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4340 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4341 if [ "$with_png" = "gnuz" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4342 echo " (Using -lgz instead of -lz.)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4343 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4344 if [ "$with_tiff" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4345 echo " Compiling in support for TIFF image conversion (not implemented)."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4346 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4347 if [ "$with_epoch" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4348 echo " Compiling in extra Epoch compatibility."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4349 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4350 if [ "$with_sound" = "nas" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4351 echo " Compiling in network sound support."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4352 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4353 if [ "$with_sound" = "native" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4354 echo " Compiling in native sound support."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4355 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4356 if [ "$with_sound" = "both" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4357 echo " Compiling in both network and native sound support."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4358 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4359 if [ "$old_nas" = true ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4360 echo " nas library lacks error trapping, will play synchronously"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4361 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4362 if [ "$with_database_berkdb" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4363 echo " Compiling in support for Berkeley DB."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4364 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4365 if [ "$with_database_dbm" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4366 echo " Compiling in support for DBM."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4367 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4368 if [ "$with_database_gnudbm" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4369 echo " Compiling in support for GNU DBM."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4370 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4371 if [ "$with_ncurses" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4372 echo " Compiling in support for ncurses."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4373 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4374 if [ "$with_socks" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4375 echo " Compiling in support for SOCKS."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4376 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4377 if [ "$with_tooltalk" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4378 echo " Compiling in support for ToolTalk."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4379 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4380 if [ "$with_cde" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4381 echo " Compiling in support for CDE."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4382 fi
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
4383 if [ "$with_offix" = "yes" ]; then
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
4384 echo " Compiling in support for OffiX."
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
4385 fi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4386 if [ "$with_mocklisp" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4387 echo " Compiling in support for Mocklisp."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4388 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4389 if [ "$with_sparcworks" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4390 echo " Compiling in support for SparcWorks."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4391 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4392 if [ "$with_energize" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4393 echo " Compiling in support for Lucid Energize (doesn't currently work)."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4394 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4395 if [ "$with_menubars" = "lucid" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4396 echo " Using the Lucid menubar."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4397 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4398 if [ "$with_menubars" = "motif" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4399 echo " Using the Motif menubar."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4400 echo " *WARNING* The Motif menubar is currently buggy. We recommend"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4401 echo " that you use the Lucid menubar instead. Re-run"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4402 echo " configure with --with-menubars='lucid'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4403 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4404 if [ "$with_scrollbars" = "lucid" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4405 echo " Using the Lucid scrollbar."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4406 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4407 if [ "$with_scrollbars" = "motif" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4408 echo " Using the Motif scrollbar."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4409 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4410 if [ "$with_scrollbars" = "athena" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4411 echo " Using the Athena scrollbar."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4412 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4413 if [ "$with_dialogs" = "motif" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4414 echo " Using the Motif dialog boxes."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4415 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4416 if [ "$with_dialogs" = "athena" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4417 echo " Using the Athena dialog boxes."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4418 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4419 if [ "${use_union_type}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4420 echo " Using the union type for Lisp_Objects."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4421 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4422 if [ "${debug}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4423 echo " Compiling in extra code for debugging."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4424 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4425 if [ "${memory_usage_stats}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4426 echo " Compiling in code for checking XEmacs memory usage."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4427 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4428 if [ "$usage_tracking" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4429 echo " Compiling with usage tracking active (Sun internal)."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4430 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4431 echo "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4432 "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4433
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4434 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4435 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4436 # Now generate! #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4437 # #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4438 ############################################################################
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4440 # This has to be called in order for this variable to get into config.status
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4441 ] AC_SUBST(internal_makefile_list) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4442 # Remove any trailing slashes in these variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4443 test -n "${prefix}" &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4444 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4445 test -n "${exec_prefix}" &&
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4446 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4447 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4448 AC_OUTPUT($internal_makefile_list) [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4449 # Build:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4450 # src/Makefile from ${srcdir}/src/Makefile.in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4451 # lwlib/Makefile from ${srcdir}/lwlib/Makefile.in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4452 # lib-src/Makefile from ${srcdir}/lib-src/Makefile.in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4453 # man/*/Makefile from ${srcdir}/man/*/Makefile.in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4454 # dynodump/Makefile from ${srcdir}/dynodump/Makefile.in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4455 # and possibly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4456 # lwlib/energize/Makefile from ${srcdir}/lwlib/energize/Makefile.in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4457 # This must be done after src/config.h is built, since we rely on that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4458 # file. Only do the build if "config.status" is present, since its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4459 # non-presence indicates an error occured.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4460 status=$?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4461 if [ ! -f ./config.status ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4462 exit $status
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4463 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4464 topsrcdir=${srcdir}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4465 # We discard all lines in Makefile.in that start with `# Generated' or /**/#
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4466 # because some cpps get confused by them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4467 # Really we should preserve them somehow into Makefile,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4468 # but that is beyond my level of shell programming.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4469 makefile_command='echo "creating src/Makefile";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4470 topsrcdir='"${topsrcdir}"';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4471 ( cd ./src;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4472 rm -f junk.c;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4473 sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c;
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
4474 eval `echo ${CPP} ${CPPFLAGS_MAKEFILEGEN} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4475 < junk.cpp '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4476 ' sed -e '\''s/^#.*//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4477 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4478 ' -e '\''s/^ / /'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4479 ' | sed -n -e '\''/^..*$/p'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4480 ' > Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4481 chmod 444 Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4482 mv -f Makefile.new Makefile;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4483 rm -f junk.c junk.cpp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4484 )'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4485 eval `echo $makefile_command`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4486 lwlib_makefile_command='echo "creating lwlib/Makefile";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4487 topsrcdir='"${topsrcdir}"';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4488 ( cd ./lwlib;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4489 rm -f junk.c;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4490 sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c;
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
4491 eval `echo ${CPP} ${CPPFLAGS_MAKEFILEGEN} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4492 < junk.cpp '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4493 ' sed -e '\''s/^#.*//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4494 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4495 ' -e '\''s/^ / /'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4496 ' | sed -n -e '\''/^..*$/p'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4497 ' > Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4498 chmod 444 Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4499 mv -f Makefile.new Makefile;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4500 rm -f junk.c junk.cpp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4501 )'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4502 eval `echo $lwlib_makefile_command`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4503 lib_src_makefile_command='echo "creating lib-src/Makefile";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4504 topsrcdir='"${topsrcdir}"';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4505 ( cd ./lib-src;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4506 rm -f junk.c;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4507 sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c;
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
4508 eval `echo ${CPP} ${CPPFLAGS_MAKEFILEGEN} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4509 < junk.cpp '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4510 ' sed -e '\''s/^#.*//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4511 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4512 ' -e '\''s/^ / /'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4513 ' | sed -n -e '\''/^..*$/p'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4514 ' > Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4515 chmod 444 Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4516 mv -f Makefile.new Makefile;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4517 rm -f junk.c junk.cpp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4518 )'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4519 eval `echo $lib_src_makefile_command`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4520 dynodump_makefile_command='echo "creating dynodump/Makefile";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4521 topsrcdir='"${topsrcdir}"';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4522 ( cd ./dynodump;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4523 rm -f junk.c;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4524 sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c;
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
4525 eval `echo ${CPP} ${CPPFLAGS_MAKEFILEGEN} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4526 < junk.cpp '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4527 ' sed -e '\''s/^#.*//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4528 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4529 ' -e '\''s/^ / /'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4530 ' | sed -n -e '\''/^..*$/p'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4531 ' > Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4532 chmod 444 Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4533 mv -f Makefile.new Makefile;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4534 rm -f junk.c junk.cpp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4535 )'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4536 eval `echo $dynodump_makefile_command`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4537 if [ "${with_energize}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4538 energize_makefile_command='echo "creating lwlib/energize/Makefile";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4539 topsrcdir='"${topsrcdir}"';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4540 ( cd ./lwlib/energize;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4541 rm -f junk.c;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4542 sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c;
6
27bc7f280385 Import from CVS: tag r19-15b4
cvs
parents: 2
diff changeset
4543 eval `echo ${CPP} ${CPPFLAGS_MAKEFILEGEN} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4544 < junk.cpp '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4545 ' sed -e '\''s/^#.*//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4546 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4547 ' -e '\''s/^ / /'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4548 ' | sed -n -e '\''/^..*$/p'\'' '\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4549 ' > Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4550 chmod 444 Makefile.new;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4551 mv -f Makefile.new Makefile;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4552 rm -f junk.c junk.cpp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4553 )'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4554 eval `echo $energize_makefile_command`
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4555 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4556 # AC-OUTPUT has created `config.status' already. We need to add the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4557 # above commands to re-create `src/Makefile', `lwlib/Makefile',
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
4558 # `lib-src/Makefile', `dynodump/Makefile', and possibly
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4559 # `lwlib/energize/Makefile', and we need to insert them before the final
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4560 # "exit 0" which appears at the end of `config.status'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4561 <config.status sed -e 's/^exit 0$//' >config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4562 echo $makefile_command >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4563 echo $lwlib_makefile_command >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4564 echo $lib_src_makefile_command >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4565 echo $dynodump_makefile_command >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4566 echo $man_makefile_command >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4567 if [ "${with_energize}" = "yes" ]; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4568 echo $energize_makefile_command >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4569 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4570 echo exit 0 >>config.new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4571 mv -f config.new config.status
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4572 chmod +x config.status
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4573 # Don't let the fact that we just rewrote config.status make Makefile think
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4574 # that it is now newer. We have just rewritten all of the Makefiles as well.
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 6
diff changeset
4575 MFS="Makefile src/Makefile src/Makefile.in lib-src/Makefile lib-src/Makefile.in dynodump/Makefile dynodump/Makefile.in lwlib/Makefile lwlib/Makefile.in"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4576 for file in $MFS; do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4577 chmod a+w $file; touch $file; chmod 444 $file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4578 done
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4580 if test ! -f src/gdbinit && test -f $topsrcdir/src/gdbinit; then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4581 echo creating src/gdbinit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4582 echo source $topsrcdir/src/gdbinit > src/gdbinit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4583 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4584
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4585 exit 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4587 # I've removed "mode: ksh" from the following. ksh mode sucks for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4588 # editing this file. (It seems that ksh mode sucks in general.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4589 # I wonder if the new 19.29 shell-script mode is better.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4590
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4591 # Local Variables:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4592 # compile-command: "autoconf"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4593 # End:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4594 ]