Mercurial > emacs
annotate configure @ 37678:ebec0594dece
(compile-files): Redirect output of chmod to
/dev/null.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 11 May 2001 10:53:56 +0000 |
| parents | d12b4a1326c1 |
| children | ee23b9f37f80 |
| rev | line source |
|---|---|
| 25897 | 1 #! /bin/sh |
| 2 | |
| 3 # Guess values for system-dependent variables and create Makefiles. | |
| 27205 | 4 # Generated automatically using autoconf version 2.13 |
| 25897 | 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. |
| 6 # | |
| 7 # This configure script is free software; the Free Software Foundation | |
| 8 # gives unlimited permission to copy, distribute and modify it. | |
| 9 | |
| 10 # Defaults: | |
| 11 ac_help= | |
| 12 ac_default_prefix=/usr/local | |
| 13 # Any additions from configure.in: | |
| 14 ac_help="$ac_help | |
| 25994 | 15 --without-gcc don't use GCC to compile Emacs if GCC is found" |
| 25897 | 16 ac_help="$ac_help |
| 25994 | 17 --without-pop don't support POP mail retrieval with movemail" |
| 25897 | 18 ac_help="$ac_help |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
19 --with-kerberos support Kerberos-authenticated POP" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
20 ac_help="$ac_help |
|
28418
5b7b3b5d54df
* configure.in: Line up "--help" output a little better.
Ken Raeburn <raeburn@raeburn.org>
parents:
28060
diff
changeset
|
21 --with-kerberos5 support Kerberos version 5 authenticated POP" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
22 ac_help="$ac_help |
| 25897 | 23 --with-hesiod support Hesiod to get the POP server host" |
| 24 ac_help="$ac_help | |
| 25 --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no)" | |
| 26 ac_help="$ac_help | |
| 27 --with-xpm use -lXpm for displaying XPM images" | |
| 28 ac_help="$ac_help | |
| 29 --with-jpeg use -ljpeg for displaying JPEG images" | |
| 30 ac_help="$ac_help | |
| 31 --with-tiff use -ltiff for displaying TIFF images" | |
| 32 ac_help="$ac_help | |
| 33 --with-gif use -lungif for displaying GIF images" | |
| 34 ac_help="$ac_help | |
| 35 --with-png use -lpng for displaying PNG images" | |
| 36 ac_help="$ac_help | |
|
28418
5b7b3b5d54df
* configure.in: Line up "--help" output a little better.
Ken Raeburn <raeburn@raeburn.org>
parents:
28060
diff
changeset
|
37 --without-toolkit-scroll-bars |
| 29949 | 38 don't use Motif or Xaw3d scroll bars" |
| 39 ac_help="$ac_help | |
| 40 --without-xim don't use X11 XIM" | |
| 25897 | 41 ac_help="$ac_help |
| 30576 | 42 --disable-largefile omit support for large files" |
| 29388 | 43 ac_help="$ac_help |
| 30576 | 44 --with-x use the X Window System" |
| 25897 | 45 |
| 46 # Initialize some variables set by options. | |
| 47 # The variables have the same names as the options, with | |
| 48 # dashes changed to underlines. | |
| 49 build=NONE | |
| 50 cache_file=./config.cache | |
| 51 exec_prefix=NONE | |
| 52 host=NONE | |
| 53 no_create= | |
| 54 nonopt=NONE | |
| 55 no_recursion= | |
| 56 prefix=NONE | |
| 57 program_prefix=NONE | |
| 58 program_suffix=NONE | |
| 59 program_transform_name=s,x,x, | |
| 60 silent= | |
| 61 site= | |
| 62 srcdir= | |
| 63 target=NONE | |
| 64 verbose= | |
| 65 x_includes=NONE | |
| 66 x_libraries=NONE | |
| 67 bindir='${exec_prefix}/bin' | |
| 68 sbindir='${exec_prefix}/sbin' | |
| 69 libexecdir='${exec_prefix}/libexec' | |
| 70 datadir='${prefix}/share' | |
| 71 sysconfdir='${prefix}/etc' | |
| 72 sharedstatedir='${prefix}/com' | |
| 73 localstatedir='${prefix}/var' | |
| 74 libdir='${exec_prefix}/lib' | |
| 75 includedir='${prefix}/include' | |
| 76 oldincludedir='/usr/include' | |
| 77 infodir='${prefix}/info' | |
| 78 mandir='${prefix}/man' | |
| 79 | |
| 80 # Initialize some other variables. | |
| 81 subdirs= | |
| 82 MFLAGS= MAKEFLAGS= | |
| 27205 | 83 SHELL=${CONFIG_SHELL-/bin/sh} |
| 25897 | 84 # Maximum number of lines to put in a shell here document. |
| 85 ac_max_here_lines=12 | |
| 86 | |
| 87 ac_prev= | |
| 88 for ac_option | |
| 89 do | |
| 90 | |
| 91 # If the previous option needs an argument, assign it. | |
| 92 if test -n "$ac_prev"; then | |
| 93 eval "$ac_prev=\$ac_option" | |
| 94 ac_prev= | |
| 95 continue | |
| 96 fi | |
| 97 | |
| 98 case "$ac_option" in | |
| 99 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; | |
| 100 *) ac_optarg= ;; | |
| 101 esac | |
| 102 | |
| 103 # Accept the important Cygnus configure options, so we can diagnose typos. | |
| 104 | |
| 105 case "$ac_option" in | |
| 106 | |
| 107 -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
| 108 ac_prev=bindir ;; | |
| 109 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
| 110 bindir="$ac_optarg" ;; | |
| 111 | |
| 112 -build | --build | --buil | --bui | --bu) | |
| 113 ac_prev=build ;; | |
| 114 -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
| 115 build="$ac_optarg" ;; | |
| 116 | |
| 117 -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
| 118 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
| 119 ac_prev=cache_file ;; | |
| 120 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
| 121 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
| 122 cache_file="$ac_optarg" ;; | |
| 123 | |
| 124 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
| 125 ac_prev=datadir ;; | |
| 126 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
| 127 | --da=*) | |
| 128 datadir="$ac_optarg" ;; | |
| 129 | |
| 130 -disable-* | --disable-*) | |
| 131 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` | |
| 132 # Reject names that are not valid shell variable names. | |
| 133 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
| 134 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
| 135 fi | |
| 136 ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
| 137 eval "enable_${ac_feature}=no" ;; | |
| 138 | |
| 139 -enable-* | --enable-*) | |
| 140 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` | |
| 141 # Reject names that are not valid shell variable names. | |
| 142 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
| 143 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } | |
| 144 fi | |
| 145 ac_feature=`echo $ac_feature| sed 's/-/_/g'` | |
| 146 case "$ac_option" in | |
| 147 *=*) ;; | |
| 148 *) ac_optarg=yes ;; | |
| 149 esac | |
| 150 eval "enable_${ac_feature}='$ac_optarg'" ;; | |
| 151 | |
| 152 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
| 153 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
| 154 | --exec | --exe | --ex) | |
| 155 ac_prev=exec_prefix ;; | |
| 156 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
| 157 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
| 158 | --exec=* | --exe=* | --ex=*) | |
| 159 exec_prefix="$ac_optarg" ;; | |
| 160 | |
| 161 -gas | --gas | --ga | --g) | |
| 162 # Obsolete; use --with-gas. | |
| 163 with_gas=yes ;; | |
| 164 | |
| 165 -help | --help | --hel | --he) | |
| 166 # Omit some internal or obsolete options to make the list less imposing. | |
| 167 # This message is too long to be a string in the A/UX 3.1 sh. | |
| 168 cat << EOF | |
| 169 Usage: configure [options] [host] | |
| 170 Options: [defaults in brackets after descriptions] | |
| 171 Configuration: | |
| 172 --cache-file=FILE cache test results in FILE | |
| 173 --help print this message | |
| 174 --no-create do not create output files | |
| 175 --quiet, --silent do not print \`checking...' messages | |
| 176 --version print the version of autoconf that created configure | |
| 177 Directory and file names: | |
| 178 --prefix=PREFIX install architecture-independent files in PREFIX | |
| 179 [$ac_default_prefix] | |
| 180 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
| 181 [same as prefix] | |
| 182 --bindir=DIR user executables in DIR [EPREFIX/bin] | |
| 183 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] | |
| 184 --libexecdir=DIR program executables in DIR [EPREFIX/libexec] | |
| 185 --datadir=DIR read-only architecture-independent data in DIR | |
| 186 [PREFIX/share] | |
| 187 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] | |
| 188 --sharedstatedir=DIR modifiable architecture-independent data in DIR | |
| 189 [PREFIX/com] | |
| 190 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] | |
| 191 --libdir=DIR object code libraries in DIR [EPREFIX/lib] | |
| 192 --includedir=DIR C header files in DIR [PREFIX/include] | |
| 193 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] | |
| 194 --infodir=DIR info documentation in DIR [PREFIX/info] | |
| 195 --mandir=DIR man documentation in DIR [PREFIX/man] | |
| 196 --srcdir=DIR find the sources in DIR [configure dir or ..] | |
| 197 --program-prefix=PREFIX prepend PREFIX to installed program names | |
| 198 --program-suffix=SUFFIX append SUFFIX to installed program names | |
| 199 --program-transform-name=PROGRAM | |
| 200 run sed PROGRAM on installed program names | |
| 201 EOF | |
| 202 cat << EOF | |
| 203 Host type: | |
| 204 --build=BUILD configure for building on BUILD [BUILD=HOST] | |
| 205 --host=HOST configure for HOST [guessed] | |
| 206 --target=TARGET configure for TARGET [TARGET=HOST] | |
| 207 Features and packages: | |
| 208 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
| 209 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
| 210 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
| 211 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
| 212 --x-includes=DIR X include files are in DIR | |
| 213 --x-libraries=DIR X library files are in DIR | |
| 214 EOF | |
| 215 if test -n "$ac_help"; then | |
| 216 echo "--enable and --with options recognized:$ac_help" | |
| 217 fi | |
| 218 exit 0 ;; | |
| 219 | |
| 220 -host | --host | --hos | --ho) | |
| 221 ac_prev=host ;; | |
| 222 -host=* | --host=* | --hos=* | --ho=*) | |
| 223 host="$ac_optarg" ;; | |
| 224 | |
| 225 -includedir | --includedir | --includedi | --included | --include \ | |
| 226 | --includ | --inclu | --incl | --inc) | |
| 227 ac_prev=includedir ;; | |
| 228 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
| 229 | --includ=* | --inclu=* | --incl=* | --inc=*) | |
| 230 includedir="$ac_optarg" ;; | |
| 231 | |
| 232 -infodir | --infodir | --infodi | --infod | --info | --inf) | |
| 233 ac_prev=infodir ;; | |
| 234 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
| 235 infodir="$ac_optarg" ;; | |
| 236 | |
| 237 -libdir | --libdir | --libdi | --libd) | |
| 238 ac_prev=libdir ;; | |
| 239 -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
| 240 libdir="$ac_optarg" ;; | |
| 241 | |
| 242 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
| 243 | --libexe | --libex | --libe) | |
| 244 ac_prev=libexecdir ;; | |
| 245 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
| 246 | --libexe=* | --libex=* | --libe=*) | |
| 247 libexecdir="$ac_optarg" ;; | |
| 248 | |
| 249 -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
| 250 | --localstate | --localstat | --localsta | --localst \ | |
| 251 | --locals | --local | --loca | --loc | --lo) | |
| 252 ac_prev=localstatedir ;; | |
| 253 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
| 254 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
| 255 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
| 256 localstatedir="$ac_optarg" ;; | |
| 257 | |
| 258 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
| 259 ac_prev=mandir ;; | |
| 260 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
| 261 mandir="$ac_optarg" ;; | |
| 262 | |
| 263 -nfp | --nfp | --nf) | |
| 264 # Obsolete; use --without-fp. | |
| 265 with_fp=no ;; | |
| 266 | |
| 267 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
| 268 | --no-cr | --no-c) | |
| 269 no_create=yes ;; | |
| 270 | |
| 271 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
| 272 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
| 273 no_recursion=yes ;; | |
| 274 | |
| 275 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
| 276 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
| 277 | --oldin | --oldi | --old | --ol | --o) | |
| 278 ac_prev=oldincludedir ;; | |
| 279 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
| 280 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
| 281 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
| 282 oldincludedir="$ac_optarg" ;; | |
| 283 | |
| 284 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
| 285 ac_prev=prefix ;; | |
| 286 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
| 287 prefix="$ac_optarg" ;; | |
| 288 | |
| 289 -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
| 290 | --program-pre | --program-pr | --program-p) | |
| 291 ac_prev=program_prefix ;; | |
| 292 -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
| 293 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
| 294 program_prefix="$ac_optarg" ;; | |
| 295 | |
| 296 -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
| 297 | --program-suf | --program-su | --program-s) | |
| 298 ac_prev=program_suffix ;; | |
| 299 -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
| 300 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
| 301 program_suffix="$ac_optarg" ;; | |
| 302 | |
| 303 -program-transform-name | --program-transform-name \ | |
| 304 | --program-transform-nam | --program-transform-na \ | |
| 305 | --program-transform-n | --program-transform- \ | |
| 306 | --program-transform | --program-transfor \ | |
| 307 | --program-transfo | --program-transf \ | |
| 308 | --program-trans | --program-tran \ | |
| 309 | --progr-tra | --program-tr | --program-t) | |
| 310 ac_prev=program_transform_name ;; | |
| 311 -program-transform-name=* | --program-transform-name=* \ | |
| 312 | --program-transform-nam=* | --program-transform-na=* \ | |
| 313 | --program-transform-n=* | --program-transform-=* \ | |
| 314 | --program-transform=* | --program-transfor=* \ | |
| 315 | --program-transfo=* | --program-transf=* \ | |
| 316 | --program-trans=* | --program-tran=* \ | |
| 317 | --progr-tra=* | --program-tr=* | --program-t=*) | |
| 318 program_transform_name="$ac_optarg" ;; | |
| 319 | |
| 320 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
| 321 | -silent | --silent | --silen | --sile | --sil) | |
| 322 silent=yes ;; | |
| 323 | |
| 324 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
| 325 ac_prev=sbindir ;; | |
| 326 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
| 327 | --sbi=* | --sb=*) | |
| 328 sbindir="$ac_optarg" ;; | |
| 329 | |
| 330 -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
| 331 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
| 332 | --sharedst | --shareds | --shared | --share | --shar \ | |
| 333 | --sha | --sh) | |
| 334 ac_prev=sharedstatedir ;; | |
| 335 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
| 336 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
| 337 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
| 338 | --sha=* | --sh=*) | |
| 339 sharedstatedir="$ac_optarg" ;; | |
| 340 | |
| 341 -site | --site | --sit) | |
| 342 ac_prev=site ;; | |
| 343 -site=* | --site=* | --sit=*) | |
| 344 site="$ac_optarg" ;; | |
| 345 | |
| 346 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
| 347 ac_prev=srcdir ;; | |
| 348 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
| 349 srcdir="$ac_optarg" ;; | |
| 350 | |
| 351 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
| 352 | --syscon | --sysco | --sysc | --sys | --sy) | |
| 353 ac_prev=sysconfdir ;; | |
| 354 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
| 355 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
| 356 sysconfdir="$ac_optarg" ;; | |
| 357 | |
| 358 -target | --target | --targe | --targ | --tar | --ta | --t) | |
| 359 ac_prev=target ;; | |
| 360 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
| 361 target="$ac_optarg" ;; | |
| 362 | |
| 363 -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
| 364 verbose=yes ;; | |
| 365 | |
| 366 -version | --version | --versio | --versi | --vers) | |
| 27205 | 367 echo "configure generated by autoconf version 2.13" |
| 25897 | 368 exit 0 ;; |
| 369 | |
| 370 -with-* | --with-*) | |
| 371 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` | |
| 372 # Reject names that are not valid shell variable names. | |
| 373 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then | |
| 374 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
| 375 fi | |
| 376 ac_package=`echo $ac_package| sed 's/-/_/g'` | |
| 377 case "$ac_option" in | |
| 378 *=*) ;; | |
| 379 *) ac_optarg=yes ;; | |
| 380 esac | |
| 381 eval "with_${ac_package}='$ac_optarg'" ;; | |
| 382 | |
| 383 -without-* | --without-*) | |
| 384 ac_package=`echo $ac_option|sed -e 's/-*without-//'` | |
| 385 # Reject names that are not valid shell variable names. | |
| 386 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then | |
| 387 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } | |
| 388 fi | |
| 389 ac_package=`echo $ac_package| sed 's/-/_/g'` | |
| 390 eval "with_${ac_package}=no" ;; | |
| 391 | |
| 392 --x) | |
| 393 # Obsolete; use --with-x. | |
| 394 with_x=yes ;; | |
| 395 | |
| 396 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
| 397 | --x-incl | --x-inc | --x-in | --x-i) | |
| 398 ac_prev=x_includes ;; | |
| 399 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
| 400 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
| 401 x_includes="$ac_optarg" ;; | |
| 402 | |
| 403 -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
| 404 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
| 405 ac_prev=x_libraries ;; | |
| 406 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
| 407 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
| 408 x_libraries="$ac_optarg" ;; | |
| 409 | |
| 410 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } | |
| 411 ;; | |
| 412 | |
| 413 *) | |
| 414 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then | |
| 415 echo "configure: warning: $ac_option: invalid host type" 1>&2 | |
| 416 fi | |
| 417 if test "x$nonopt" != xNONE; then | |
| 418 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } | |
| 419 fi | |
| 420 nonopt="$ac_option" | |
| 421 ;; | |
| 422 | |
| 423 esac | |
| 424 done | |
| 425 | |
| 426 if test -n "$ac_prev"; then | |
| 427 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } | |
| 428 fi | |
| 429 | |
| 430 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
| 431 | |
| 432 # File descriptor usage: | |
| 433 # 0 standard input | |
| 434 # 1 file creation | |
| 435 # 2 errors and warnings | |
| 436 # 3 some systems may open it to /dev/tty | |
| 437 # 4 used on the Kubota Titan | |
| 438 # 6 checking for... messages and results | |
| 439 # 5 compiler messages saved in config.log | |
| 440 if test "$silent" = yes; then | |
| 441 exec 6>/dev/null | |
| 442 else | |
| 443 exec 6>&1 | |
| 444 fi | |
| 445 exec 5>./config.log | |
| 446 | |
| 447 echo "\ | |
| 448 This file contains any messages produced by compilers while | |
| 449 running configure, to aid debugging if configure makes a mistake. | |
| 450 " 1>&5 | |
| 451 | |
| 452 # Strip out --no-create and --no-recursion so they do not pile up. | |
| 453 # Also quote any args containing shell metacharacters. | |
| 454 ac_configure_args= | |
| 455 for ac_arg | |
| 456 do | |
| 457 case "$ac_arg" in | |
| 458 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
| 459 | --no-cr | --no-c) ;; | |
| 460 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
| 461 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; | |
| 462 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) | |
| 463 ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
| 464 *) ac_configure_args="$ac_configure_args $ac_arg" ;; | |
| 465 esac | |
| 466 done | |
| 467 | |
| 468 # NLS nuisances. | |
| 469 # Only set these to C if already set. These must not be set unconditionally | |
| 470 # because not all systems understand e.g. LANG=C (notably SCO). | |
| 471 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! | |
| 472 # Non-C LC_CTYPE values break the ctype check. | |
| 473 if test "${LANG+set}" = set; then LANG=C; export LANG; fi | |
| 474 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi | |
| 475 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi | |
| 476 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi | |
| 477 | |
| 478 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
| 479 rm -rf conftest* confdefs.h | |
| 480 # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
| 481 echo > confdefs.h | |
| 482 | |
| 483 # A filename unique to this package, relative to the directory that | |
| 484 # configure is in, which we can look for to find out if srcdir is correct. | |
| 485 ac_unique_file=src/lisp.h | |
| 486 | |
| 487 # Find the source files, if location was not specified. | |
| 488 if test -z "$srcdir"; then | |
| 489 ac_srcdir_defaulted=yes | |
| 490 # Try the directory containing this script, then its parent. | |
| 491 ac_prog=$0 | |
| 492 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` | |
| 493 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. | |
| 494 srcdir=$ac_confdir | |
| 495 if test ! -r $srcdir/$ac_unique_file; then | |
| 496 srcdir=.. | |
| 497 fi | |
| 498 else | |
| 499 ac_srcdir_defaulted=no | |
| 500 fi | |
| 501 if test ! -r $srcdir/$ac_unique_file; then | |
| 502 if test "$ac_srcdir_defaulted" = yes; then | |
| 503 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } | |
| 504 else | |
| 505 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } | |
| 506 fi | |
| 507 fi | |
| 508 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` | |
| 509 | |
| 510 # Prefer explicitly selected file to automatically selected ones. | |
| 511 if test -z "$CONFIG_SITE"; then | |
| 512 if test "x$prefix" != xNONE; then | |
| 513 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
| 514 else | |
| 515 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
| 516 fi | |
| 517 fi | |
| 518 for ac_site_file in $CONFIG_SITE; do | |
| 519 if test -r "$ac_site_file"; then | |
| 520 echo "loading site script $ac_site_file" | |
| 521 . "$ac_site_file" | |
| 522 fi | |
| 523 done | |
| 524 | |
| 525 if test -r "$cache_file"; then | |
| 526 echo "loading cache $cache_file" | |
| 527 . $cache_file | |
| 528 else | |
| 529 echo "creating cache $cache_file" | |
| 530 > $cache_file | |
| 531 fi | |
| 532 | |
| 533 ac_ext=c | |
| 534 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
| 535 ac_cpp='$CPP $CPPFLAGS' | |
| 536 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
| 27205 | 537 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 25897 | 538 cross_compiling=$ac_cv_prog_cc_cross |
| 539 | |
| 27205 | 540 ac_exeext= |
| 541 ac_objext=o | |
| 25897 | 542 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then |
| 543 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. | |
| 544 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then | |
| 545 ac_n= ac_c=' | |
| 546 ' ac_t=' ' | |
| 547 else | |
| 548 ac_n=-n ac_c= ac_t= | |
| 549 fi | |
| 550 else | |
| 551 ac_n= ac_c='\c' ac_t= | |
| 552 fi | |
| 553 | |
| 554 | |
| 555 | |
| 556 | |
| 557 lispdir='${datadir}/emacs/${version}/lisp' | |
| 558 locallisppath='${datadir}/emacs/${version}/site-lisp:'\ | |
| 559 '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' | |
| 560 lisppath='${locallisppath}:${lispdir}' | |
| 561 etcdir='${datadir}/emacs/${version}/etc' | |
| 562 archlibdir='${libexecdir}/emacs/${version}/${configuration}' | |
| 563 docdir='${datadir}/emacs/${version}/etc' | |
| 564 | |
| 565 # Check whether --with-gcc or --without-gcc was given. | |
| 566 if test "${with_gcc+set}" = set; then | |
| 567 withval="$with_gcc" | |
| 568 : | |
| 569 fi | |
| 570 | |
| 571 # Check whether --with-pop or --without-pop was given. | |
| 572 if test "${with_pop+set}" = set; then | |
| 573 withval="$with_pop" | |
| 25994 | 574 if test "$withval" = yes; then |
| 575 cat >> confdefs.h <<\EOF | |
| 25897 | 576 #define MAIL_USE_POP 1 |
| 577 EOF | |
| 578 | |
| 25994 | 579 else : |
| 580 fi | |
|
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
581 else |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
582 cat >> confdefs.h <<\EOF |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
583 #define MAIL_USE_POP 1 |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
584 EOF |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
585 |
| 25897 | 586 fi |
| 587 | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
588 # Check whether --with-kerberos or --without-kerberos was given. |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
589 if test "${with_kerberos+set}" = set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
590 withval="$with_kerberos" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
591 cat >> confdefs.h <<\EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
592 #define KERBEROS 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
593 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
594 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
595 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
596 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
597 # Check whether --with-kerberos5 or --without-kerberos5 was given. |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
598 if test "${with_kerberos5+set}" = set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
599 withval="$with_kerberos5" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
600 if test "${with_kerberos5+set}" = set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
601 if test "${with_kerberos+set}" != set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
602 with_kerberos=yes |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
603 cat >> confdefs.h <<\EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
604 #define KERBEROS 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
605 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
606 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
607 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
608 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
609 cat >> confdefs.h <<\EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
610 #define KERBEROS5 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
611 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
612 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
613 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
614 |
| 25897 | 615 # Check whether --with-hesiod or --without-hesiod was given. |
| 616 if test "${with_hesiod+set}" = set; then | |
| 617 withval="$with_hesiod" | |
| 618 cat >> confdefs.h <<\EOF | |
| 619 #define HESIOD 1 | |
| 620 EOF | |
| 621 | |
| 622 fi | |
| 623 | |
| 624 # Check whether --with-x-toolkit or --without-x-toolkit was given. | |
| 625 if test "${with_x_toolkit+set}" = set; then | |
| 626 withval="$with_x_toolkit" | |
| 627 case "${withval}" in | |
| 628 y | ye | yes ) val=athena ;; | |
| 629 n | no ) val=no ;; | |
| 630 l | lu | luc | luci | lucid ) val=lucid ;; | |
| 631 a | at | ath | athe | athen | athena ) val=athena ;; | |
| 632 m | mo | mot | moti | motif ) val=motif ;; | |
| 633 * ) | |
| 634 { echo "configure: error: \`--with-x-toolkit=$withval' is invalid\; | |
| 635 this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. | |
| 636 Currently, \`yes', \`athena' and \`lucid' are synonyms." 1>&2; exit 1; } | |
| 637 ;; | |
| 638 esac | |
| 639 with_x_toolkit=$val | |
| 640 | |
| 641 fi | |
| 642 | |
| 643 # Check whether --with-xpm or --without-xpm was given. | |
| 644 if test "${with_xpm+set}" = set; then | |
| 645 withval="$with_xpm" | |
| 646 : | |
| 647 fi | |
| 648 | |
| 649 # Check whether --with-jpeg or --without-jpeg was given. | |
| 650 if test "${with_jpeg+set}" = set; then | |
| 651 withval="$with_jpeg" | |
| 652 : | |
| 653 fi | |
| 654 | |
| 655 # Check whether --with-tiff or --without-tiff was given. | |
| 656 if test "${with_tiff+set}" = set; then | |
| 657 withval="$with_tiff" | |
| 658 : | |
| 659 fi | |
| 660 | |
| 661 # Check whether --with-gif or --without-gif was given. | |
| 662 if test "${with_gif+set}" = set; then | |
| 663 withval="$with_gif" | |
| 664 : | |
| 665 fi | |
| 666 | |
| 667 # Check whether --with-png or --without-png was given. | |
| 668 if test "${with_png+set}" = set; then | |
| 669 withval="$with_png" | |
| 670 : | |
| 671 fi | |
| 672 | |
| 673 # Check whether --with-toolkit-scroll-bars or --without-toolkit-scroll-bars was given. | |
| 674 if test "${with_toolkit_scroll_bars+set}" = set; then | |
| 675 withval="$with_toolkit_scroll_bars" | |
| 676 : | |
| 677 fi | |
| 678 | |
| 29949 | 679 # Check whether --with-xim or --without-xim was given. |
| 680 if test "${with_xim+set}" = set; then | |
| 681 withval="$with_xim" | |
| 682 : | |
| 683 fi | |
| 684 | |
| 25897 | 685 |
| 686 #### Make srcdir absolute, if it isn't already. It's important to | |
| 31153 | 687 #### avoid running the path through pwd unnecessarily, since pwd can |
| 25897 | 688 #### give you automounter prefixes, which can go away. We do all this |
| 689 #### so Emacs can find its files when run uninstalled. | |
| 31153 | 690 ## Make sure CDPATH doesn't affect cd (in case PWD is relative). |
| 691 unset CDPATH | |
| 25897 | 692 case "${srcdir}" in |
| 693 /* ) ;; | |
| 694 . ) | |
| 695 ## We may be able to use the $PWD environment variable to make this | |
| 696 ## absolute. But sometimes PWD is inaccurate. | |
| 31153 | 697 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".${PWD}" ; |
| 25897 | 698 then |
| 699 srcdir="$PWD" | |
| 700 else | |
| 701 srcdir="`(cd ${srcdir}; pwd)`" | |
| 702 fi | |
| 703 ;; | |
| 704 * ) srcdir="`(cd ${srcdir}; pwd)`" ;; | |
| 705 esac | |
| 706 | |
| 707 #### Check if the source directory already has a configured system in it. | |
| 708 if test `pwd` != `(cd ${srcdir} && pwd)` \ | |
| 709 && test -f "${srcdir}/src/config.h" ; then | |
| 710 echo "configure: warning: The directory tree \`${srcdir}' is being used | |
| 711 as a build directory right now; it has been configured in its own | |
| 712 right. To configure in another directory as well, you MUST | |
| 713 use GNU make. If you do not have GNU make, then you must | |
| 714 now do \`make distclean' in ${srcdir}, | |
| 715 and then run $0 again." 1>&2 | |
| 716 | |
| 717 extrasub='/^VPATH[ ]*=/c\ | |
| 718 vpath %.c $(srcdir)\ | |
| 719 vpath %.h $(srcdir)\ | |
| 720 vpath %.y $(srcdir)\ | |
| 721 vpath %.l $(srcdir)\ | |
| 722 vpath %.s $(srcdir)\ | |
| 723 vpath %.in $(srcdir)\ | |
| 724 vpath %.texi $(srcdir)' | |
| 725 fi | |
| 726 | |
| 727 #### Given the configuration name, set machfile and opsysfile to the | |
| 728 #### names of the m/*.h and s/*.h files we should use. | |
| 729 | |
| 730 ### Canonicalize the configuration name. | |
| 731 | |
| 732 ac_aux_dir= | |
| 733 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
| 734 if test -f $ac_dir/install-sh; then | |
| 735 ac_aux_dir=$ac_dir | |
| 736 ac_install_sh="$ac_aux_dir/install-sh -c" | |
| 737 break | |
| 738 elif test -f $ac_dir/install.sh; then | |
| 739 ac_aux_dir=$ac_dir | |
| 740 ac_install_sh="$ac_aux_dir/install.sh -c" | |
| 741 break | |
| 742 fi | |
| 743 done | |
| 744 if test -z "$ac_aux_dir"; then | |
| 745 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } | |
| 746 fi | |
| 747 ac_config_guess=$ac_aux_dir/config.guess | |
| 748 ac_config_sub=$ac_aux_dir/config.sub | |
| 749 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. | |
| 750 | |
| 751 | |
| 752 # Make sure we can run config.sub. | |
| 27205 | 753 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : |
| 25897 | 754 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } |
| 755 fi | |
| 756 | |
| 757 echo $ac_n "checking host system type""... $ac_c" 1>&6 | |
| 29949 | 758 echo "configure:759: checking host system type" >&5 |
| 25897 | 759 |
| 760 host_alias=$host | |
| 761 case "$host_alias" in | |
| 762 NONE) | |
| 763 case $nonopt in | |
| 764 NONE) | |
| 27205 | 765 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : |
| 25897 | 766 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } |
| 767 fi ;; | |
| 768 *) host_alias=$nonopt ;; | |
| 769 esac ;; | |
| 770 esac | |
| 771 | |
| 27205 | 772 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` |
| 25897 | 773 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
| 774 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
| 775 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
| 776 echo "$ac_t""$host" 1>&6 | |
| 777 | |
| 778 canonical=$host | |
| 779 configuration=$host_alias | |
| 780 | |
| 781 | |
| 782 ### If you add support for a new configuration, add code to this | |
| 783 ### switch statement to recognize your configuration name and select | |
| 784 ### the appropriate operating system and machine description files. | |
| 785 | |
| 786 ### You would hope that you could choose an m/*.h file pretty much | |
| 787 ### based on the machine portion of the configuration name, and an s- | |
| 788 ### file based on the operating system portion. However, it turns out | |
| 789 ### that each m/*.h file is pretty manufacturer-specific - for | |
| 790 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are | |
| 791 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS | |
| 792 ### machines. So we basically have to have a special case for each | |
| 793 ### configuration name. | |
| 794 ### | |
| 795 ### As far as handling version numbers on operating systems is | |
| 796 ### concerned, make sure things will fail in a fixable way. If | |
| 797 ### /etc/MACHINES doesn't say anything about version numbers, be | |
| 798 ### prepared to handle anything reasonably. If version numbers | |
| 799 ### matter, be sure /etc/MACHINES says something about it. | |
| 800 ### | |
| 801 ### Eric Raymond says we should accept strings like "sysvr4" to mean | |
| 802 ### "System V Release 4"; he writes, "The old convention encouraged | |
| 803 ### confusion between `system' and `release' levels'." | |
| 804 | |
| 805 machine='' opsys='' unported=no | |
| 806 case "${canonical}" in | |
| 807 | |
| 808 ## NetBSD ports | |
| 809 *-*-netbsd* ) | |
| 810 opsys=netbsd | |
| 811 case "${canonical}" in | |
| 812 alpha*-*-netbsd*) machine=alpha ;; | |
| 813 i[3456]86-*-netbsd*) machine=intel386 ;; | |
| 814 m68k-*-netbsd*) | |
| 815 # This is somewhat bogus. | |
| 816 machine=hp9000s300 ;; | |
| 817 powerpc-apple-netbsd*) machine=macppc ;; | |
| 818 mips-*-netbsd*) machine=pmax ;; | |
| 27927 | 819 mipsel-*-netbsd*) machine=pmax ;; |
| 25897 | 820 ns32k-*-netbsd*) machine=ns32000 ;; |
| 28674 | 821 powerpc-*-netbsd*) machine=macppc ;; |
| 32034 | 822 sparc*-*-netbsd*) machine=sparc ;; |
| 25897 | 823 vax-*-netbsd*) machine=vax ;; |
| 27927 | 824 arm-*-netbsd*) machine=arm ;; |
| 25897 | 825 esac |
| 826 ;; | |
| 827 | |
| 828 ## OpenBSD ports | |
| 829 *-*-openbsd* ) | |
| 830 opsys=openbsd | |
| 831 case "${canonical}" in | |
| 832 alpha*-*-openbsd*) machine=alpha ;; | |
| 833 i386-*-openbsd*) machine=intel386 ;; | |
| 834 m68k-*-openbsd*) machine=hp9000s300 ;; | |
| 835 mipsel-*-openbsd*) machine=pmax ;; | |
| 836 ns32k-*-openbsd*) machine=ns32000 ;; | |
| 837 sparc-*-openbsd*) machine=sparc ;; | |
| 838 vax-*-openbsd*) machine=vax ;; | |
| 839 esac | |
| 840 ;; | |
| 841 | |
| 842 ## Acorn RISCiX: | |
| 843 arm-acorn-riscix1.1* ) | |
| 844 machine=acorn opsys=riscix1-1 | |
| 845 ;; | |
| 846 arm-acorn-riscix1.2* | arm-acorn-riscix ) | |
| 847 ## This name is riscix12 instead of riscix1.2 | |
| 848 ## to avoid a file name conflict on MSDOS. | |
| 849 machine=acorn opsys=riscix12 | |
| 850 ;; | |
| 851 | |
| 852 ## BSDI ports | |
| 853 *-*-bsdi* ) | |
| 854 opsys=bsdi | |
| 855 case "${canonical}" in | |
| 856 i[345]86-*-bsdi*) machine=intel386 ;; | |
| 857 sparc-*-bsdi*) machine=sparc ;; | |
| 33740 | 858 powerpc-*-bsdi*) machine=macppc ;; |
| 25897 | 859 esac |
| 860 case "${canonical}" in | |
| 861 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; | |
| 862 *-*-bsdi2.0* ) opsys=bsdos2 ;; | |
| 863 *-*-bsdi2* ) opsys=bsdos2-1 ;; | |
| 864 *-*-bsdi3* ) opsys=bsdos3 ;; | |
| 865 *-*-bsdi4* ) opsys=bsdos4 ;; | |
| 866 esac | |
| 867 ;; | |
| 868 | |
| 869 ## Alliant machines | |
| 870 ## Strictly speaking, we need the version of the alliant operating | |
| 871 ## system to choose the right machine file, but currently the | |
| 872 ## configuration name doesn't tell us enough to choose the right | |
| 873 ## one; we need to give alliants their own operating system name to | |
| 874 ## do this right. When someone cares, they can help us. | |
| 875 fx80-alliant-* ) | |
| 876 machine=alliant4 opsys=bsd4-2 | |
| 877 ;; | |
| 878 i860-alliant-* ) | |
| 879 machine=alliant-2800 opsys=bsd4-3 | |
| 880 ;; | |
| 881 | |
| 882 ## Alpha (DEC) machines. | |
| 883 alpha*-dec-osf* ) | |
| 884 machine=alpha opsys=osf1 | |
| 885 # This is needed to find X11R6.1 libraries for certain tests. | |
| 886 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
| 887 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | |
| 34446 | 888 # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile |
| 889 # due to non-traditional preprocessing with the current compiler | |
| 890 # defaults. OSF 4 can also have that compiler version, and there | |
| 891 # seems always to have been a usable /usr/bin/cpp. | |
| 892 NON_GNU_CPP=/usr/bin/cpp | |
| 27883 | 893 case "${canonical}" in |
| 31994 | 894 alpha*-dec-osf[5-9]*) |
| 31229 | 895 opsys=osf5-0 ;; |
| 27883 | 896 esac |
| 25897 | 897 ;; |
| 898 | |
| 899 alpha*-*-linux-gnu* ) | |
| 900 machine=alpha opsys=gnu-linux | |
| 901 ;; | |
| 902 | |
| 27205 | 903 arm*-*-linux-gnu* ) |
| 904 machine=arm opsys=gnu-linux | |
| 905 ;; | |
| 906 | |
| 907 ppc-*-linux | \ | |
| 908 powerpc-*-linux* ) | |
| 33740 | 909 machine=macppc opsys=gnu-linux |
| 27205 | 910 ;; |
| 911 | |
| 25897 | 912 ## Altos 3068 |
| 913 m68*-altos-sysv* ) | |
| 914 machine=altos opsys=usg5-2 | |
| 915 ;; | |
| 916 | |
| 917 ## Amdahl UTS | |
| 918 580-amdahl-sysv* ) | |
| 919 machine=amdahl opsys=usg5-2-2 | |
| 920 ;; | |
| 921 | |
| 922 ## Apollo, Domain/OS | |
| 923 m68*-apollo-* ) | |
| 924 machine=apollo opsys=bsd4-3 | |
| 925 ;; | |
| 926 | |
| 927 ## AT&T 3b2, 3b5, 3b15, 3b20 | |
| 928 we32k-att-sysv* ) | |
| 929 machine=att3b opsys=usg5-2-2 | |
| 930 ;; | |
| 931 | |
| 932 ## AT&T 3b1 - The Mighty Unix PC! | |
| 933 m68*-att-sysv* ) | |
| 934 machine=7300 opsys=usg5-2-2 | |
| 935 ;; | |
| 936 | |
| 937 ## Bull dpx20 | |
| 938 rs6000-bull-bosx* ) | |
| 939 machine=ibmrs6000 opsys=aix3-2 | |
| 940 ;; | |
| 941 | |
| 942 ## Bull dpx2 | |
| 943 m68*-bull-sysv3* ) | |
| 944 machine=dpx2 opsys=usg5-3 | |
| 945 ;; | |
| 946 | |
| 947 ## Bull sps7 | |
| 948 m68*-bull-sysv2* ) | |
| 949 machine=sps7 opsys=usg5-2 | |
| 950 ;; | |
| 951 | |
| 952 ## CCI 5/32, 6/32 -- see "Tahoe". | |
| 953 | |
| 954 ## Celerity | |
| 955 ## I don't know what configuration name to use for this; config.sub | |
| 956 ## doesn't seem to know anything about it. Hey, Celerity users, get | |
| 957 ## in touch with us! | |
| 958 celerity-celerity-bsd* ) | |
| 959 machine=celerity opsys=bsd4-2 | |
| 960 ;; | |
| 961 | |
| 962 ## Clipper | |
| 963 ## What operating systems does this chip run that Emacs has been | |
| 964 ## tested on? | |
| 965 clipper-* ) | |
| 966 machine=clipper | |
| 967 ## We'll use the catch-all code at the bottom to guess the | |
| 968 ## operating system. | |
| 969 ;; | |
| 970 | |
| 971 ## Convex | |
| 972 *-convex-bsd* | *-convex-convexos* ) | |
| 973 machine=convex opsys=bsd4-3 | |
| 974 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov | |
| 975 NON_GNU_CPP="cc -E -P" | |
| 976 ;; | |
| 977 | |
| 978 ## Cubix QBx/386 | |
| 979 i[3456]86-cubix-sysv* ) | |
| 980 machine=intel386 opsys=usg5-3 | |
| 981 ;; | |
| 982 | |
| 983 ## Cydra 5 | |
| 984 cydra*-cydrome-sysv* ) | |
| 985 machine=cydra5 opsys=usg5-3 | |
| 986 ;; | |
| 987 | |
| 988 ## Data General AViiON Machines | |
| 989 ## DG changed naming conventions with the release of 5.4.4.10, they | |
| 990 ## dropped the initial 5.4 but left the intervening R. Because of the | |
| 991 ## R this shouldn't conflict with older versions of the OS (which I | |
| 992 ## think were named like dgux4.*). In addition, DG new AViiONs series | |
| 993 ## uses either Motorola M88k or Intel Pentium CPUs. | |
| 994 m88k-dg-dguxR4.* | m88k-dg-dgux4* ) | |
| 995 machine=aviion opsys=dgux4 | |
| 996 ;; | |
| 997 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* ) | |
| 998 ## This name is dgux5-4-3 instead of dgux5-4r3 | |
| 999 ## to avoid a file name conflict on MSDOS. | |
| 1000 machine=aviion opsys=dgux5-4-3 | |
| 1001 ;; | |
| 1002 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* ) | |
| 1003 machine=aviion opsys=dgux5-4r2 | |
| 1004 ;; | |
| 1005 m88k-dg-dgux* ) | |
| 1006 machine=aviion opsys=dgux | |
| 1007 ;; | |
| 1008 | |
| 1009 ## Data General AViiON Intel (x86) Machines | |
| 1010 ## Exists from 5.4.3 (current i586-dg-dguxR4.11) | |
| 1011 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il | |
| 1012 i[345]86-dg-dguxR4* ) | |
| 1013 machine=aviion-intel opsys=dgux4 | |
| 1014 ;; | |
| 1015 | |
| 1016 ## DECstations | |
| 1017 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* ) | |
| 1018 machine=pmax opsys=bsd4-2 | |
| 1019 ;; | |
| 1020 mips-dec-ultrix4.[12]* | mips-dec-bsd* ) | |
| 1021 machine=pmax opsys=bsd4-3 | |
| 1022 ;; | |
| 1023 mips-dec-ultrix* ) | |
| 1024 machine=pmax opsys=ultrix4-3 | |
| 1025 ;; | |
| 1026 mips-dec-osf* ) | |
| 1027 machine=pmax opsys=osf1 | |
| 1028 ;; | |
| 1029 mips-dec-mach_bsd4.3* ) | |
| 1030 machine=pmax opsys=mach-bsd4-3 | |
| 1031 ;; | |
| 1032 | |
| 1033 ## Motorola Delta machines | |
| 1034 m68k-motorola-sysv* | m68000-motorola-sysv* ) | |
| 1035 machine=delta opsys=usg5-3 | |
| 1036 if test -z "`type gnucc | grep 'not found'`" | |
| 1037 then | |
| 1038 if test -s /etc/167config | |
| 1039 then CC="gnucc -m68040" | |
| 1040 else CC="gnucc -m68881" | |
| 1041 fi | |
| 1042 else | |
| 1043 if test -z "`type gcc | grep 'not found'`" | |
| 1044 then CC=gcc | |
| 1045 else CC=cc | |
| 1046 fi | |
| 1047 fi | |
| 1048 ;; | |
| 1049 m88k-motorola-sysv4* ) | |
| 1050 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 | |
| 1051 # needs POSIX_SIGNALS and therefore needs usg5-4-2. | |
| 1052 # I hope there are not other 4.0 versions for this machine | |
| 1053 # which really need usg5-4 instead. | |
| 1054 machine=delta88k opsys=usg5-4-2 | |
| 1055 ;; | |
| 1056 m88k-motorola-sysv* | m88k-motorola-m88kbcs* ) | |
| 1057 machine=delta88k opsys=usg5-3 | |
| 1058 ;; | |
| 1059 | |
| 1060 ## Dual machines | |
| 1061 m68*-dual-sysv* ) | |
| 1062 machine=dual opsys=usg5-2 | |
| 1063 ;; | |
| 1064 m68*-dual-uniplus* ) | |
| 1065 machine=dual opsys=unipl5-2 | |
| 1066 ;; | |
| 1067 | |
| 1068 ## Elxsi 6400 | |
| 1069 elxsi-elxsi-sysv* ) | |
| 1070 machine=elxsi opsys=usg5-2 | |
| 1071 ;; | |
| 1072 | |
| 1073 ## Encore machines | |
| 1074 ns16k-encore-bsd* ) | |
| 1075 machine=ns16000 opsys=umax | |
| 1076 ;; | |
| 1077 | |
| 30069 | 1078 ## The GEC 63 - apparently, this port isn't really finished yet. |
| 1079 # I'm sure we finished off the last of the machines, though. -- fx | |
| 25897 | 1080 |
| 1081 ## Gould Power Node and NP1 | |
| 1082 pn-gould-bsd4.2* ) | |
| 1083 machine=gould opsys=bsd4-2 | |
| 1084 ;; | |
| 1085 pn-gould-bsd4.3* ) | |
| 1086 machine=gould opsys=bsd4-3 | |
| 1087 ;; | |
| 1088 np1-gould-bsd* ) | |
| 1089 machine=gould-np1 opsys=bsd4-3 | |
| 1090 ;; | |
| 1091 | |
| 1092 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000 | |
| 1093 ## as far as Emacs is concerned). | |
| 1094 m88k-harris-cxux* ) | |
| 1095 # Build needs to be different on 7.0 and later releases | |
| 1096 case "`uname -r`" in | |
| 1097 [56].[0-9] ) machine=nh4000 opsys=cxux ;; | |
| 1098 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;; | |
| 1099 esac | |
| 1100 NON_GNU_CPP="/lib/cpp" | |
| 1101 ;; | |
| 1102 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000) | |
| 1103 m68k-harris-cxux* ) | |
| 1104 machine=nh3000 opsys=cxux | |
| 1105 ;; | |
| 1106 ## Harris power pc NightHawk running Power UNIX (Series 6000) | |
| 1107 powerpc-harris-powerunix ) | |
| 1108 machine=nh6000 opsys=powerunix | |
| 1109 NON_GNU_CPP="cc -Xo -E -P" | |
| 1110 ;; | |
| 1111 ## SR2001/SR2201 running HI-UX/MPP | |
| 1112 hppa1.1-hitachi-hiuxmpp* ) | |
| 1113 machine=sr2k opsys=hiuxmpp | |
| 1114 ;; | |
| 1115 ## Honeywell XPS100 | |
| 1116 xps*-honeywell-sysv* ) | |
| 1117 machine=xps100 opsys=usg5-2 | |
| 1118 ;; | |
| 1119 | |
| 1120 ## HP 9000 series 200 or 300 | |
| 1121 m68*-hp-bsd* ) | |
| 1122 machine=hp9000s300 opsys=bsd4-3 | |
| 1123 ;; | |
| 1124 ## HP/UX 7, 8, 9, and 10 are supported on these machines. | |
| 1125 m68*-hp-hpux* ) | |
| 1126 case "`uname -r`" in | |
| 1127 ## Someone's system reports A.B8.05 for this. | |
| 1128 ## I wonder what other possibilities there are. | |
| 1129 *.B8.* ) machine=hp9000s300 opsys=hpux8 ;; | |
| 1130 *.08.* ) machine=hp9000s300 opsys=hpux8 ;; | |
| 1131 *.09.* ) machine=hp9000s300 opsys=hpux9 ;; | |
| 1132 *.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;; | |
| 1133 *) machine=hp9000s300 opsys=hpux ;; | |
| 1134 esac | |
| 1135 ;; | |
| 1136 | |
| 1137 ## HP 9000 series 700 and 800, running HP/UX | |
| 1138 hppa*-hp-hpux7* ) | |
| 1139 machine=hp800 opsys=hpux | |
| 1140 ;; | |
| 1141 hppa*-hp-hpux8* ) | |
| 1142 machine=hp800 opsys=hpux8 | |
| 1143 ;; | |
| 1144 hppa*-hp-hpux9shr* ) | |
| 1145 machine=hp800 opsys=hpux9shr | |
| 1146 ;; | |
| 1147 hppa*-hp-hpux9* ) | |
| 1148 machine=hp800 opsys=hpux9 | |
| 1149 ;; | |
| 1150 hppa*-hp-hpux1[0-9]* ) | |
| 1151 machine=hp800 opsys=hpux10 | |
| 1152 ;; | |
| 1153 | |
| 1154 ## HP 9000 series 700 and 800, running HP/UX | |
| 1155 hppa*-hp-hpux* ) | |
| 1156 ## Cross-compilation? Nah! | |
| 1157 case "`uname -r`" in | |
| 1158 ## Someone's system reports A.B8.05 for this. | |
| 1159 ## I wonder what other possibilities there are. | |
| 1160 *.B8.* ) machine=hp800 opsys=hpux8 ;; | |
| 1161 *.08.* ) machine=hp800 opsys=hpux8 ;; | |
| 1162 *.09.* ) machine=hp800 opsys=hpux9 ;; | |
| 1163 *) machine=hp800 opsys=hpux10 ;; | |
| 1164 esac | |
| 1165 ;; | |
| 1166 hppa*-*-nextstep* ) | |
| 1167 machine=hp800 opsys=nextstep | |
| 1168 ;; | |
| 1169 | |
| 1170 ## Orion machines | |
| 1171 orion-orion-bsd* ) | |
| 1172 machine=orion opsys=bsd4-2 | |
| 1173 ;; | |
| 1174 clipper-orion-bsd* ) | |
| 1175 machine=orion105 opsys=bsd4-2 | |
| 1176 ;; | |
| 1177 | |
| 1178 ## IBM machines | |
| 1179 i[3456]86-ibm-aix1.1* ) | |
| 1180 machine=ibmps2-aix opsys=usg5-2-2 | |
| 1181 ;; | |
| 1182 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* ) | |
| 1183 machine=ibmps2-aix opsys=usg5-3 | |
| 1184 ;; | |
| 1185 i370-ibm-aix*) | |
| 1186 machine=ibm370aix opsys=usg5-3 | |
| 1187 ;; | |
| 1188 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) | |
| 1189 machine=ibmrs6000 opsys=aix3-1 | |
| 1190 ;; | |
| 1191 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) | |
| 1192 machine=ibmrs6000 opsys=aix3-2-5 | |
| 1193 ;; | |
| 1194 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) | |
| 1195 machine=ibmrs6000 opsys=aix4-1 | |
| 1196 ;; | |
| 1197 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) | |
| 1198 machine=ibmrs6000 opsys=aix4-2 | |
| 1199 ;; | |
| 1200 rs6000-ibm-aix4.0* | powerpc-ibm-aix4.0* ) | |
| 1201 machine=ibmrs6000 opsys=aix4 | |
| 1202 ;; | |
| 1203 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) | |
| 1204 machine=ibmrs6000 opsys=aix4-1 | |
| 1205 ;; | |
| 1206 rs6000-ibm-aix* | powerpc-ibm-aix* ) | |
| 1207 machine=ibmrs6000 opsys=aix3-2 | |
| 1208 ;; | |
| 1209 romp-ibm-bsd4.3* ) | |
| 1210 machine=ibmrt opsys=bsd4-3 | |
| 1211 ;; | |
| 1212 romp-ibm-bsd4.2* ) | |
| 1213 machine=ibmrt opsys=bsd4-2 | |
| 1214 ;; | |
| 1215 romp-ibm-aos4.3* ) | |
| 1216 machine=ibmrt opsys=bsd4-3 | |
| 1217 ;; | |
| 1218 romp-ibm-aos4.2* ) | |
| 1219 machine=ibmrt opsys=bsd4-2 | |
| 1220 ;; | |
| 1221 romp-ibm-aos* ) | |
| 1222 machine=ibmrt opsys=bsd4-3 | |
| 1223 ;; | |
| 1224 romp-ibm-bsd* ) | |
| 1225 machine=ibmrt opsys=bsd4-3 | |
| 1226 ;; | |
| 1227 romp-ibm-aix* ) | |
| 1228 machine=ibmrt-aix opsys=usg5-2-2 | |
| 1229 ;; | |
| 1230 | |
| 1231 ## Integrated Solutions `Optimum V' | |
| 1232 m68*-isi-bsd4.2* ) | |
| 1233 machine=isi-ov opsys=bsd4-2 | |
| 1234 ;; | |
| 1235 m68*-isi-bsd4.3* ) | |
| 1236 machine=isi-ov opsys=bsd4-3 | |
| 1237 ;; | |
| 1238 | |
| 1239 ## Intel 386 machines where we do care about the manufacturer | |
| 1240 i[3456]86-intsys-sysv* ) | |
| 1241 machine=is386 opsys=usg5-2-2 | |
| 1242 ;; | |
| 1243 | |
| 1244 ## Prime EXL | |
| 1245 i[3456]86-prime-sysv* ) | |
| 1246 machine=i386 opsys=usg5-3 | |
| 1247 ;; | |
| 1248 | |
| 1249 ## Sequent Symmetry running Dynix | |
| 1250 i[3456]86-sequent-bsd* ) | |
| 1251 machine=symmetry opsys=bsd4-3 | |
| 1252 ;; | |
| 1253 | |
| 1254 ## Sequent Symmetry running ptx 4, which is a modified SVR4. | |
| 1255 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) | |
| 1256 machine=sequent-ptx opsys=ptx4 | |
| 1257 NON_GNU_CPP=/lib/cpp | |
| 1258 ;; | |
| 1259 | |
| 1260 ## Sequent Symmetry running DYNIX/ptx | |
| 1261 ## Use the old cpp rather than the newer ANSI one. | |
| 1262 i[3456]86-sequent-ptx* ) | |
| 1263 machine=sequent-ptx opsys=ptx | |
| 1264 NON_GNU_CPP="/lib/cpp" | |
| 1265 ;; | |
| 1266 | |
| 1267 ## ncr machine running svr4.3. | |
| 1268 i[3456]86-ncr-sysv4.3 ) | |
| 1269 machine=ncr386 opsys=usg5-4-3 | |
| 1270 ;; | |
| 1271 | |
| 1272 ## Unspecified sysv on an ncr machine defaults to svr4.2. | |
| 1273 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) | |
| 1274 i[3456]86-ncr-sysv* ) | |
| 1275 machine=ncr386 opsys=usg5-4-2 | |
| 1276 ;; | |
| 1277 | |
| 1278 ## Intel Paragon OSF/1 | |
| 1279 i860-intel-osf1* ) | |
| 1280 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp | |
| 1281 ;; | |
| 1282 | |
| 1283 ## Intel 860 | |
| 1284 i860-*-sysv4* ) | |
| 1285 machine=i860 opsys=usg5-4 | |
| 1286 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc. | |
| 1287 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. | |
| 1288 ;; | |
| 1289 | |
| 28748 | 1290 ## Macintosh PowerPC |
| 1291 powerpc*-*-linux-gnu* ) | |
| 1292 machine=macppc opsys=gnu-linux | |
| 1293 ;; | |
| 1294 | |
| 25897 | 1295 ## Masscomp machines |
| 1296 m68*-masscomp-rtu* ) | |
| 1297 machine=masscomp opsys=rtu | |
| 1298 ;; | |
| 1299 | |
| 1300 ## Megatest machines | |
| 1301 m68*-megatest-bsd* ) | |
| 1302 machine=mega68 opsys=bsd4-2 | |
| 1303 ;; | |
| 1304 | |
| 1305 ## Workstations sold by MIPS | |
| 1306 ## This is not necessarily all workstations using the MIPS processor - | |
| 1307 ## Irises are produced by SGI, and DECstations by DEC. | |
| 1308 | |
| 1309 ## etc/MACHINES lists mips.h and mips4.h as possible machine files, | |
| 1310 ## and usg5-2-2 and bsd4-3 as possible OS files. The only guidance | |
| 1311 ## it gives for choosing between the alternatives seems to be "Use | |
| 1312 ## -machine=mips4 for RISCOS version 4; use -opsystem=bsd4-3 with | |
| 1313 ## the BSD world." I'll assume that these are instructions for | |
| 1314 ## handling two odd situations, and that every other situation | |
| 1315 ## should use mips.h and usg5-2-2, they being listed first. | |
| 1316 mips-mips-usg* ) | |
| 1317 machine=mips4 | |
| 1318 ## Fall through to the general code at the bottom to decide on the OS. | |
| 1319 ;; | |
| 1320 mips-mips-riscos4* ) | |
| 1321 machine=mips4 opsys=bsd4-3 | |
| 1322 NON_GNU_CC="cc -systype bsd43" | |
| 1323 NON_GNU_CPP="cc -systype bsd43 -E" | |
| 1324 ;; | |
| 1325 mips-mips-riscos5* ) | |
| 1326 machine=mips4 opsys=riscos5 | |
| 1327 NON_GNU_CC="cc -systype bsd43" | |
| 1328 NON_GNU_CPP="cc -systype bsd43 -E" | |
| 1329 ;; | |
| 1330 mips-mips-bsd* ) | |
| 1331 machine=mips opsys=bsd4-3 | |
| 1332 ;; | |
| 1333 mips-mips-* ) | |
| 1334 machine=mips opsys=usg5-2-2 | |
| 1335 ;; | |
| 1336 | |
| 1337 ## NeXT | |
| 1338 m68*-next-* | m68k-*-nextstep* ) | |
| 1339 machine=m68k opsys=nextstep | |
| 1340 ;; | |
| 1341 | |
| 1342 ## The complete machine from National Semiconductor | |
| 1343 ns32k-ns-genix* ) | |
| 1344 machine=ns32000 opsys=usg5-2 | |
| 1345 ;; | |
| 1346 | |
| 1347 ## NCR machines | |
| 1348 m68*-ncr-sysv2* | m68*-ncr-sysvr2* ) | |
| 1349 machine=tower32 opsys=usg5-2-2 | |
| 1350 ;; | |
| 1351 m68*-ncr-sysv3* | m68*-ncr-sysvr3* ) | |
| 1352 machine=tower32v3 opsys=usg5-3 | |
| 1353 ;; | |
| 1354 | |
| 1355 ## NEC EWS4800 | |
| 1356 mips-nec-sysv4*) | |
| 1357 machine=ews4800 opsys=ux4800 | |
| 1358 ;; | |
| 1359 | |
| 1360 ## Nixdorf Targon 31 | |
| 1361 m68*-nixdorf-sysv* ) | |
| 1362 machine=targon31 opsys=usg5-2-2 | |
| 1363 ;; | |
| 1364 | |
| 1365 ## Nu (TI or LMI) | |
| 1366 m68*-nu-sysv* ) | |
| 1367 machine=nu opsys=usg5-2 | |
| 1368 ;; | |
| 1369 | |
| 1370 ## Plexus | |
| 1371 m68*-plexus-sysv* ) | |
| 1372 machine=plexus opsys=usg5-2 | |
| 1373 ;; | |
| 1374 | |
| 1375 ## PowerPC reference platform | |
| 1376 powerpcle-*-solaris2* ) | |
| 1377 machine=prep | |
| 1378 opsys=sol2-5 | |
| 1379 ;; | |
| 1380 | |
| 1381 ## Pyramid machines | |
| 1382 ## I don't really have any idea what sort of processor the Pyramid has, | |
| 1383 ## so I'm assuming it is its own architecture. | |
| 1384 pyramid-pyramid-bsd* ) | |
| 1385 machine=pyramid opsys=bsd4-2 | |
| 1386 ;; | |
| 1387 | |
| 1388 ## Sequent Balance | |
| 1389 ns32k-sequent-bsd4.2* ) | |
| 1390 machine=sequent opsys=bsd4-2 | |
| 1391 ;; | |
| 1392 ns32k-sequent-bsd4.3* ) | |
| 1393 machine=sequent opsys=bsd4-3 | |
| 1394 ;; | |
| 1395 | |
| 1396 ## Siemens Nixdorf | |
| 1397 mips-siemens-sysv* | mips-sni-sysv*) | |
| 1398 machine=mips-siemens opsys=usg5-4 | |
| 1399 NON_GNU_CC=/usr/ccs/bin/cc | |
| 1400 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1401 ;; | |
| 1402 | |
| 1403 ## Silicon Graphics machines | |
| 1404 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030) | |
| 1405 m68*-sgi-iris3.5* ) | |
| 1406 machine=irist opsys=iris3-5 | |
| 1407 ;; | |
| 1408 m68*-sgi-iris3.6* | m68*-sgi-iris*) | |
| 1409 machine=irist opsys=iris3-6 | |
| 1410 ;; | |
| 1411 ## Iris 4D | |
| 1412 mips-sgi-irix3* ) | |
| 1413 machine=iris4d opsys=irix3-3 | |
| 1414 ;; | |
| 1415 mips-sgi-irix4* ) | |
| 1416 machine=iris4d opsys=irix4-0 | |
| 1417 ;; | |
| 1418 mips-sgi-irix6.5 ) | |
| 1419 machine=iris4d opsys=irix6-5 | |
| 26502 | 1420 # Without defining _LANGUAGE_C, things get masked out in the headers |
| 1421 # so that, for instance, grepping for `free' in stdlib.h fails and | |
| 1422 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | |
| 1423 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
| 29388 | 1424 NON_GCC_TEST_OPTIONS="-D_LANGUAGE_C" |
| 25897 | 1425 ;; |
| 1426 mips-sgi-irix6* ) | |
| 1427 machine=iris4d opsys=irix6-0 | |
| 27205 | 1428 # It's not clear whether -D_LANGUAGE_C is necessary as it is for 6.5, |
| 26502 | 1429 # but presumably it does no harm. |
| 1430 NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | |
| 29388 | 1431 # -32 probably isn't necessary in later v.6s -- anyone know which? |
| 25897 | 1432 NON_GCC_TEST_OPTIONS=-32 |
| 1433 ;; | |
| 1434 mips-sgi-irix5.[01]* ) | |
| 1435 machine=iris4d opsys=irix5-0 | |
| 1436 ;; | |
| 1437 mips-sgi-irix5* | mips-sgi-irix* ) | |
| 1438 machine=iris4d opsys=irix5-2 | |
| 1439 ;; | |
| 1440 | |
| 1441 ## SONY machines | |
| 1442 m68*-sony-bsd4.2* ) | |
| 1443 machine=news opsys=bsd4-2 | |
| 1444 ;; | |
| 1445 m68*-sony-bsd4.3* ) | |
| 1446 machine=news opsys=bsd4-3 | |
| 1447 ;; | |
| 1448 m68*-sony-newsos3* | m68*-sony-news3*) | |
| 1449 machine=news opsys=bsd4-3 | |
| 1450 ;; | |
| 1451 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*) | |
| 1452 machine=news-risc opsys=bsd4-3 | |
| 1453 ;; | |
| 1454 mips-sony-newsos6* ) | |
| 1455 machine=news-r6 opsys=newsos6 | |
| 1456 ;; | |
| 1457 mips-sony-news* ) | |
| 1458 machine=news-risc opsys=newsos5 | |
| 1459 ;; | |
| 1460 | |
| 1461 ## Stride | |
| 1462 m68*-stride-sysv* ) | |
| 1463 machine=stride opsys=usg5-2 | |
| 1464 ;; | |
| 1465 | |
| 1466 ## Suns | |
| 1467 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) | |
| 1468 machine=sparc opsys=gnu-linux | |
| 1469 ;; | |
| 1470 | |
| 27949 | 1471 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ |
| 25897 | 1472 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ |
| 1473 | rs6000-*-solaris2*) | |
| 1474 case "${canonical}" in | |
| 1475 m68*-sunos1* ) machine=sun1 ;; | |
| 1476 m68*-sunos2* ) machine=sun2 ;; | |
| 1477 m68* ) machine=sun3 ;; | |
| 1478 i[3456]86-sun-sunos[34]* ) machine=sun386 ;; | |
| 1479 i[3456]86-*-* ) machine=intel386 ;; | |
| 1480 powerpcle* ) machine=powerpcle ;; | |
| 1481 powerpc* | rs6000* ) machine=ibmrs6000 ;; | |
| 1482 sparc* ) machine=sparc ;; | |
| 1483 * ) unported=yes ;; | |
| 1484 esac | |
| 1485 case "${canonical}" in | |
| 1486 ## The Sun386 didn't get past 4.0. | |
| 1487 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; | |
| 1488 *-sunos4.0* ) opsys=sunos4-0 ;; | |
| 1489 *-sunos4.1.[3-9]*noshare ) | |
| 1490 ## This name is sunos413 instead of sunos4-1-3 | |
| 1491 ## to avoid a file name conflict on MSDOS. | |
| 1492 opsys=sunos413 | |
| 1493 NON_GNU_CPP=/usr/lib/cpp | |
| 1494 NON_GCC_TEST_OPTIONS=-Bstatic | |
| 1495 GCC_TEST_OPTIONS=-static | |
| 1496 ;; | |
| 1497 *-sunos4.1.[3-9]* | *-sunos4shr*) | |
| 1498 opsys=sunos4shr | |
| 1499 NON_GNU_CPP=/usr/lib/cpp | |
| 1500 ;; | |
| 1501 *-sunos4* | *-sunos ) | |
| 1502 opsys=sunos4-1 | |
| 1503 NON_GCC_TEST_OPTIONS=-Bstatic | |
| 1504 GCC_TEST_OPTIONS=-static | |
| 1505 ;; | |
| 1506 *-sunos5.3* | *-solaris2.3* ) | |
| 1507 opsys=sol2-3 | |
| 1508 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1509 ;; | |
| 1510 *-sunos5.4* | *-solaris2.4* ) | |
| 1511 opsys=sol2-4 | |
| 1512 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1513 RANLIB="ar -ts" | |
| 1514 ;; | |
| 1515 *-sunos5.5* | *-solaris2.5* ) | |
| 1516 opsys=sol2-5 | |
| 1517 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1518 RANLIB="ar -ts" | |
| 1519 ;; | |
| 1520 *-sunos5* | *-solaris* ) | |
| 1521 opsys=sol2-5 | |
| 1522 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1523 ;; | |
| 1524 * ) opsys=bsd4-2 ;; | |
| 1525 esac | |
| 1526 ## Watch out for a compiler that we know will not work. | |
| 1527 case "${canonical}" in | |
| 1528 *-solaris* | *-sunos5* ) | |
| 1529 if [ "x$CC" = x/usr/ucb/cc ]; then | |
| 1530 ## /usr/ucb/cc doesn't work; | |
| 1531 ## we should find some other compiler that does work. | |
| 1532 unset CC | |
| 1533 fi | |
| 1534 ;; | |
| 1535 *) ;; | |
| 1536 esac | |
| 1537 ;; | |
| 1538 sparc-*-nextstep* ) | |
| 1539 machine=sparc opsys=nextstep | |
| 1540 ;; | |
| 1541 | |
| 1542 ## Tadpole 68k | |
| 1543 m68*-tadpole-sysv* ) | |
| 1544 machine=tad68k opsys=usg5-3 | |
| 1545 ;; | |
| 1546 | |
| 1547 ## Tahoe machines | |
| 1548 tahoe-tahoe-bsd4.2* ) | |
| 1549 machine=tahoe opsys=bsd4-2 | |
| 1550 ;; | |
| 1551 tahoe-tahoe-bsd4.3* ) | |
| 1552 machine=tahoe opsys=bsd4-3 | |
| 1553 ;; | |
| 1554 | |
| 1555 ## Tandem Integrity S2 | |
| 1556 mips-tandem-sysv* ) | |
| 1557 machine=tandem-s2 opsys=usg5-3 | |
| 1558 ;; | |
| 1559 | |
| 1560 ## Tektronix XD88 | |
| 1561 m88k-tektronix-sysv3* ) | |
| 1562 machine=tekxd88 opsys=usg5-3 | |
| 1563 ;; | |
| 1564 | |
| 1565 ## Tektronix 16000 box (6130?) | |
| 1566 ns16k-tektronix-bsd* ) | |
| 1567 machine=ns16000 opsys=bsd4-2 | |
| 1568 ;; | |
| 1569 ## Tektronix 4300 | |
| 1570 ## src/m/tek4300.h hints that this is a m68k machine. | |
| 1571 m68*-tektronix-bsd* ) | |
| 1572 machine=tek4300 opsys=bsd4-3 | |
| 1573 ;; | |
| 1574 | |
| 1575 ## Titan P2 or P3 | |
| 1576 ## We seem to have lost the machine-description file titan.h! | |
| 1577 titan-titan-sysv* ) | |
| 1578 machine=titan opsys=usg5-3 | |
| 1579 ;; | |
| 1580 | |
| 1581 ## Ustation E30 (SS5E) | |
| 1582 m68*-unisys-uniplus* ) | |
| 1583 machine=ustation opsystem=unipl5-2 | |
| 1584 ;; | |
| 1585 | |
| 1586 ## Vaxen. | |
| 1587 vax-dec-* ) | |
| 1588 machine=vax | |
| 1589 case "${canonical}" in | |
| 1590 *-bsd4.1* ) opsys=bsd4-1 ;; | |
| 1591 *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* ) opsys=bsd4-2 ;; | |
| 1592 *-bsd4.3* | *-ultrix* ) opsys=bsd4-3 ;; | |
| 1593 *-sysv[01]* | *-sysvr[01]* ) opsys=usg5-0 ;; | |
| 1594 *-sysv2* | *-sysvr2* ) opsys=usg5-2 ;; | |
| 1595 *-vms* ) opsys=vms ;; | |
| 1596 * ) unported=yes | |
| 1597 esac | |
| 1598 ;; | |
| 1599 | |
| 1600 ## Whitechapel MG1 | |
| 1601 ns16k-whitechapel-* ) | |
| 1602 machine=mg1 | |
| 1603 ## We don't know what sort of OS runs on these; we'll let the | |
| 1604 ## operating system guessing code below try. | |
| 1605 ;; | |
| 1606 | |
| 1607 ## Wicat | |
| 1608 m68*-wicat-sysv* ) | |
| 1609 machine=wicat opsys=usg5-2 | |
| 1610 ;; | |
| 1611 | |
| 30576 | 1612 ## IA-64 |
| 1613 ia64*-*-linux* ) | |
| 1614 machine=ia64 opsys=gnu-linux | |
| 1615 ;; | |
| 1616 | |
| 25897 | 1617 ## Intel 386 machines where we don't care about the manufacturer |
| 1618 i[3456]86-*-* ) | |
| 1619 machine=intel386 | |
| 1620 case "${canonical}" in | |
| 29654 | 1621 *-lynxos* ) opsys=lynxos ;; |
| 25897 | 1622 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; |
| 1623 *-isc2.2* ) opsys=isc2-2 ;; | |
| 1624 *-isc4.0* ) opsys=isc4-0 ;; | |
| 1625 *-isc4.* ) opsys=isc4-1 | |
| 1626 GCC_TEST_OPTIONS=-posix | |
| 1627 NON_GCC_TEST_OPTIONS=-Xp | |
| 1628 ;; | |
| 1629 *-isc* ) opsys=isc3-0 ;; | |
| 1630 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; | |
| 1631 *-esix* ) opsys=esix ;; | |
| 1632 *-xenix* ) opsys=xenix ;; | |
| 1633 *-linux-gnu* ) opsys=gnu-linux ;; | |
| 1634 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; | |
| 1635 *-sco3.2v5* ) opsys=sco5 | |
| 1636 NON_GNU_CPP=/lib/cpp | |
| 1637 # Prevent -belf from being passed to $CPP. | |
| 1638 # /lib/cpp does not accept it. | |
| 1639 OVERRIDE_CPPFLAGS=" " | |
| 1640 ;; | |
| 1641 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | |
| 1642 *-386bsd* ) opsys=386bsd ;; | |
| 1643 *-freebsd* ) opsys=freebsd ;; | |
| 1644 *-nextstep* ) opsys=nextstep ;; | |
| 1645 ## Otherwise, we'll fall through to the generic opsys code at the bottom. | |
| 1646 esac | |
| 1647 ;; | |
| 1648 | |
| 1649 ## m68k Linux-based GNU system | |
| 1650 m68k-*-linux-gnu* ) | |
| 1651 machine=m68k opsys=gnu-linux | |
| 1652 ;; | |
| 1653 | |
| 1654 ## Mips Linux-based GNU system | |
| 1655 mips-*-linux-gnu* ) | |
| 1656 machine=mips opsys=gnu-linux | |
| 1657 ;; | |
| 1658 | |
| 1659 ## UXP/DS | |
| 1660 sparc-fujitsu-sysv4* ) | |
| 1661 machine=sparc opsys=uxpds | |
| 1662 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1663 RANLIB="ar -ts" | |
| 1664 ;; | |
| 1665 | |
| 1666 ## UXP/V | |
| 1667 f301-fujitsu-uxpv4.1) | |
| 1668 machine=f301 opsys=uxpv | |
| 1669 ;; | |
| 1670 | |
| 1671 * ) | |
| 1672 unported=yes | |
| 1673 ;; | |
| 1674 esac | |
| 1675 | |
| 1676 ### If the code above didn't choose an operating system, just choose | |
| 1677 ### an operating system based on the configuration name. You really | |
| 1678 ### only want to use this when you have no idea what the right | |
| 1679 ### operating system is; if you know what operating systems a machine | |
| 1680 ### runs, it's cleaner to make it explicit in the case statement | |
| 1681 ### above. | |
| 1682 if test x"${opsys}" = x; then | |
| 1683 case "${canonical}" in | |
| 1684 *-gnu* ) opsys=gnu ;; | |
| 1685 *-bsd4.[01] ) opsys=bsd4-1 ;; | |
| 1686 *-bsd4.2 ) opsys=bsd4-2 ;; | |
| 1687 *-bsd4.3 ) opsys=bsd4-3 ;; | |
| 1688 *-sysv0 | *-sysvr0 ) opsys=usg5-0 ;; | |
| 1689 *-sysv2 | *-sysvr2 ) opsys=usg5-2 ;; | |
| 1690 *-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;; | |
| 1691 *-sysv3* | *-sysvr3* ) opsys=usg5-3 ;; | |
| 1692 *-sysv4.2uw* ) opsys=unixware ;; | |
| 1693 *-sysv4.1* | *-sysvr4.1* ) | |
| 1694 NON_GNU_CPP=/usr/lib/cpp | |
| 1695 opsys=usg5-4 ;; | |
| 1696 *-sysv4.[2-9]* | *-sysvr4.[2-9]* ) | |
| 1697 if [ x$NON_GNU_CPP = x ]; then | |
| 1698 if [ -f /usr/ccs/lib/cpp ]; then | |
| 1699 NON_GNU_CPP=/usr/ccs/lib/cpp | |
| 1700 else | |
| 1701 NON_GNU_CPP=/lib/cpp | |
| 1702 fi | |
| 1703 fi | |
| 1704 opsys=usg5-4-2 ;; | |
| 1705 *-sysv4* | *-sysvr4* ) opsys=usg5-4 ;; | |
| 1706 * ) | |
| 1707 unported=yes | |
| 1708 ;; | |
| 1709 esac | |
| 1710 fi | |
| 1711 | |
| 1712 | |
| 1713 if test $unported = yes; then | |
| 1714 { echo "configure: error: Emacs hasn't been ported to \`${canonical}' systems. | |
| 1715 Check \`etc/MACHINES' for recognized configuration names." 1>&2; exit 1; } | |
| 1716 fi | |
| 1717 | |
| 1718 machfile="m/${machine}.h" | |
| 1719 opsysfile="s/${opsys}.h" | |
| 1720 | |
| 1721 | |
| 1722 #### Choose a compiler. | |
| 1723 test -n "$CC" && cc_specified=yes | |
| 1724 | |
| 1725 # Save the value of CFLAGS that the user specified. | |
| 1726 SPECIFIED_CFLAGS="$CFLAGS" | |
| 1727 | |
| 1728 case ${with_gcc} in | |
| 1729 "yes" ) CC="gcc" GCC=yes ;; | |
| 1730 "no" ) : ${CC=cc} ;; | |
| 1731 * ) # Extract the first word of "gcc", so it can be a program name with args. | |
| 1732 set dummy gcc; ac_word=$2 | |
| 1733 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
| 31229 | 1734 echo "configure:1735: checking for $ac_word" >&5 |
| 25897 | 1735 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 1736 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 1737 else | |
| 1738 if test -n "$CC"; then | |
| 1739 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 1740 else | |
| 27205 | 1741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1742 ac_dummy="$PATH" | |
| 1743 for ac_dir in $ac_dummy; do | |
| 25897 | 1744 test -z "$ac_dir" && ac_dir=. |
| 1745 if test -f $ac_dir/$ac_word; then | |
| 1746 ac_cv_prog_CC="gcc" | |
| 1747 break | |
| 1748 fi | |
| 1749 done | |
| 1750 IFS="$ac_save_ifs" | |
| 1751 fi | |
| 1752 fi | |
| 1753 CC="$ac_cv_prog_CC" | |
| 1754 if test -n "$CC"; then | |
| 1755 echo "$ac_t""$CC" 1>&6 | |
| 1756 else | |
| 1757 echo "$ac_t""no" 1>&6 | |
| 1758 fi | |
| 1759 | |
| 1760 if test -z "$CC"; then | |
| 1761 # Extract the first word of "cc", so it can be a program name with args. | |
| 1762 set dummy cc; ac_word=$2 | |
| 1763 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
| 31229 | 1764 echo "configure:1765: checking for $ac_word" >&5 |
| 25897 | 1765 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 1766 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 1767 else | |
| 1768 if test -n "$CC"; then | |
| 1769 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 1770 else | |
| 27205 | 1771 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 25897 | 1772 ac_prog_rejected=no |
| 27205 | 1773 ac_dummy="$PATH" |
| 1774 for ac_dir in $ac_dummy; do | |
| 25897 | 1775 test -z "$ac_dir" && ac_dir=. |
| 1776 if test -f $ac_dir/$ac_word; then | |
| 1777 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then | |
| 1778 ac_prog_rejected=yes | |
| 1779 continue | |
| 1780 fi | |
| 1781 ac_cv_prog_CC="cc" | |
| 1782 break | |
| 1783 fi | |
| 1784 done | |
| 1785 IFS="$ac_save_ifs" | |
| 1786 if test $ac_prog_rejected = yes; then | |
| 1787 # We found a bogon in the path, so make sure we never use it. | |
| 1788 set dummy $ac_cv_prog_CC | |
| 1789 shift | |
| 1790 if test $# -gt 0; then | |
| 1791 # We chose a different compiler from the bogus one. | |
| 1792 # However, it has the same basename, so the bogon will be chosen | |
| 1793 # first if we set CC to just the basename; use the full file name. | |
| 1794 shift | |
| 1795 set dummy "$ac_dir/$ac_word" "$@" | |
| 1796 shift | |
| 1797 ac_cv_prog_CC="$@" | |
| 1798 fi | |
| 1799 fi | |
| 1800 fi | |
| 1801 fi | |
| 1802 CC="$ac_cv_prog_CC" | |
| 1803 if test -n "$CC"; then | |
| 1804 echo "$ac_t""$CC" 1>&6 | |
| 1805 else | |
| 1806 echo "$ac_t""no" 1>&6 | |
| 1807 fi | |
| 1808 | |
| 27205 | 1809 if test -z "$CC"; then |
| 1810 case "`uname -s`" in | |
| 1811 *win32* | *WIN32*) | |
| 1812 # Extract the first word of "cl", so it can be a program name with args. | |
| 1813 set dummy cl; ac_word=$2 | |
| 1814 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
| 31229 | 1815 echo "configure:1816: checking for $ac_word" >&5 |
| 27205 | 1816 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 1817 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 1818 else | |
| 1819 if test -n "$CC"; then | |
| 1820 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 1821 else | |
| 1822 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
| 1823 ac_dummy="$PATH" | |
| 1824 for ac_dir in $ac_dummy; do | |
| 1825 test -z "$ac_dir" && ac_dir=. | |
| 1826 if test -f $ac_dir/$ac_word; then | |
| 1827 ac_cv_prog_CC="cl" | |
| 1828 break | |
| 1829 fi | |
| 1830 done | |
| 1831 IFS="$ac_save_ifs" | |
| 1832 fi | |
| 1833 fi | |
| 1834 CC="$ac_cv_prog_CC" | |
| 1835 if test -n "$CC"; then | |
| 1836 echo "$ac_t""$CC" 1>&6 | |
| 1837 else | |
| 1838 echo "$ac_t""no" 1>&6 | |
| 1839 fi | |
| 1840 ;; | |
| 1841 esac | |
| 1842 fi | |
| 25897 | 1843 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
| 1844 fi | |
| 1845 | |
| 1846 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 | |
| 31229 | 1847 echo "configure:1848: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
| 25897 | 1848 |
| 1849 ac_ext=c | |
| 1850 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
| 1851 ac_cpp='$CPP $CPPFLAGS' | |
| 1852 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
| 27205 | 1853 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 25897 | 1854 cross_compiling=$ac_cv_prog_cc_cross |
| 1855 | |
| 27205 | 1856 cat > conftest.$ac_ext << EOF |
| 1857 | |
| 31229 | 1858 #line 1859 "configure" |
| 25897 | 1859 #include "confdefs.h" |
| 27205 | 1860 |
| 25897 | 1861 main(){return(0);} |
| 1862 EOF | |
| 31229 | 1863 if { (eval echo configure:1864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 1864 ac_cv_prog_cc_works=yes |
| 1865 # If we can't run a trivial program, we are probably using a cross compiler. | |
| 1866 if (./conftest; exit) 2>/dev/null; then | |
| 1867 ac_cv_prog_cc_cross=no | |
| 1868 else | |
| 1869 ac_cv_prog_cc_cross=yes | |
| 1870 fi | |
| 1871 else | |
| 1872 echo "configure: failed program was:" >&5 | |
| 1873 cat conftest.$ac_ext >&5 | |
| 1874 ac_cv_prog_cc_works=no | |
| 1875 fi | |
| 1876 rm -fr conftest* | |
| 27205 | 1877 ac_ext=c |
| 1878 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. | |
| 1879 ac_cpp='$CPP $CPPFLAGS' | |
| 1880 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' | |
| 1881 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' | |
| 1882 cross_compiling=$ac_cv_prog_cc_cross | |
| 25897 | 1883 |
| 1884 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 | |
| 1885 if test $ac_cv_prog_cc_works = no; then | |
| 1886 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } | |
| 1887 fi | |
| 1888 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 | |
| 31229 | 1889 echo "configure:1890: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
| 25897 | 1890 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
| 1891 cross_compiling=$ac_cv_prog_cc_cross | |
| 1892 | |
| 1893 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 | |
| 31229 | 1894 echo "configure:1895: checking whether we are using GNU C" >&5 |
| 25897 | 1895 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
| 1896 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 1897 else | |
| 1898 cat > conftest.c <<EOF | |
| 1899 #ifdef __GNUC__ | |
| 1900 yes; | |
| 1901 #endif | |
| 1902 EOF | |
| 31229 | 1903 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
| 25897 | 1904 ac_cv_prog_gcc=yes |
| 1905 else | |
| 1906 ac_cv_prog_gcc=no | |
| 1907 fi | |
| 1908 fi | |
| 1909 | |
| 1910 echo "$ac_t""$ac_cv_prog_gcc" 1>&6 | |
| 1911 | |
| 1912 if test $ac_cv_prog_gcc = yes; then | |
| 1913 GCC=yes | |
| 27205 | 1914 else |
| 1915 GCC= | |
| 1916 fi | |
| 1917 | |
| 1918 ac_test_CFLAGS="${CFLAGS+set}" | |
| 1919 ac_save_CFLAGS="$CFLAGS" | |
| 1920 CFLAGS= | |
| 1921 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 | |
| 31229 | 1922 echo "configure:1923: checking whether ${CC-cc} accepts -g" >&5 |
| 25897 | 1923 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
| 1924 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 1925 else | |
| 1926 echo 'void f(){}' > conftest.c | |
| 1927 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then | |
| 1928 ac_cv_prog_cc_g=yes | |
| 1929 else | |
| 1930 ac_cv_prog_cc_g=no | |
| 1931 fi | |
| 1932 rm -f conftest* | |
| 1933 | |
| 1934 fi | |
| 1935 | |
| 1936 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 | |
| 27205 | 1937 if test "$ac_test_CFLAGS" = set; then |
| 1938 CFLAGS="$ac_save_CFLAGS" | |
| 1939 elif test $ac_cv_prog_cc_g = yes; then | |
| 1940 if test "$GCC" = yes; then | |
| 25897 | 1941 CFLAGS="-g -O2" |
| 1942 else | |
| 27205 | 1943 CFLAGS="-g" |
| 25897 | 1944 fi |
| 1945 else | |
| 27205 | 1946 if test "$GCC" = yes; then |
| 1947 CFLAGS="-O2" | |
| 1948 else | |
| 1949 CFLAGS= | |
| 1950 fi | |
| 25897 | 1951 fi |
| 1952 | |
| 1953 esac | |
| 1954 | |
| 1955 # On Suns, sometimes $CPP names a directory. | |
| 1956 if test -n "$CPP" && test -d "$CPP"; then | |
| 1957 CPP= | |
| 1958 fi | |
| 1959 | |
| 1960 #### Some systems specify a CPP to use unless we are using GCC. | |
| 1961 #### Now that we know whether we are using GCC, we can decide whether | |
| 1962 #### to use that one. | |
| 1963 if test "x$NON_GNU_CPP" != x && test x$GCC != xyes && test "x$CPP" = x | |
| 1964 then | |
| 1965 CPP="$NON_GNU_CPP" | |
| 1966 fi | |
| 1967 | |
| 1968 #### Some systems specify a CC to use unless we are using GCC. | |
| 1969 #### Now that we know whether we are using GCC, we can decide whether | |
| 1970 #### to use that one. | |
| 1971 if test "x$NON_GNU_CC" != x && test x$GCC != xyes && | |
| 1972 test x$cc_specified != xyes | |
| 1973 then | |
| 1974 CC="$NON_GNU_CC" | |
| 1975 fi | |
| 1976 | |
| 1977 if test x$GCC = xyes && test "x$GCC_TEST_OPTIONS" != x | |
| 1978 then | |
| 1979 CC="$CC $GCC_TEST_OPTIONS" | |
| 1980 fi | |
| 1981 | |
| 1982 if test x$GCC = x && test "x$NON_GCC_TEST_OPTIONS" != x | |
| 1983 then | |
| 1984 CC="$CC $NON_GCC_TEST_OPTIONS" | |
| 1985 fi | |
| 1986 | |
| 1987 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x | |
| 1988 then | |
| 1989 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" | |
| 1990 fi | |
| 1991 | |
| 1992 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x | |
| 1993 then | |
| 1994 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" | |
| 1995 fi | |
| 1996 | |
| 1997 #### Some other nice autoconf tests. If you add a test here which | |
| 1998 #### should make an entry in src/config.h, don't forget to add an | |
| 1999 #### #undef clause to src/config.h.in for autoconf to modify. | |
| 2000 | |
| 2001 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 | |
| 31229 | 2002 echo "configure:2003: checking whether ln -s works" >&5 |
| 25897 | 2003 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then |
| 2004 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2005 else | |
| 2006 rm -f conftestdata | |
| 2007 if ln -s X conftestdata 2>/dev/null | |
| 2008 then | |
| 2009 rm -f conftestdata | |
| 2010 ac_cv_prog_LN_S="ln -s" | |
| 2011 else | |
| 2012 ac_cv_prog_LN_S=ln | |
| 2013 fi | |
| 2014 fi | |
| 2015 LN_S="$ac_cv_prog_LN_S" | |
| 2016 if test "$ac_cv_prog_LN_S" = "ln -s"; then | |
| 2017 echo "$ac_t""yes" 1>&6 | |
| 2018 else | |
| 2019 echo "$ac_t""no" 1>&6 | |
| 2020 fi | |
| 2021 | |
| 2022 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 | |
| 31229 | 2023 echo "configure:2024: checking how to run the C preprocessor" >&5 |
| 25897 | 2024 # On Suns, sometimes $CPP names a directory. |
| 2025 if test -n "$CPP" && test -d "$CPP"; then | |
| 2026 CPP= | |
| 2027 fi | |
| 2028 if test -z "$CPP"; then | |
| 2029 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then | |
| 2030 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2031 else | |
| 2032 # This must be in double quotes, not single quotes, because CPP may get | |
| 2033 # substituted into the Makefile and "${CC-cc}" will confuse make. | |
| 2034 CPP="${CC-cc} -E" | |
| 2035 # On the NeXT, cc -E runs the code through the compiler's parser, | |
| 2036 # not just through cpp. | |
| 2037 cat > conftest.$ac_ext <<EOF | |
| 31229 | 2038 #line 2039 "configure" |
| 25897 | 2039 #include "confdefs.h" |
| 2040 #include <assert.h> | |
| 2041 Syntax Error | |
| 2042 EOF | |
| 2043 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 31229 | 2044 { (eval echo configure:2045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 2045 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 2046 if test -z "$ac_err"; then |
| 2047 : | |
| 2048 else | |
| 2049 echo "$ac_err" >&5 | |
| 2050 echo "configure: failed program was:" >&5 | |
| 2051 cat conftest.$ac_ext >&5 | |
| 2052 rm -rf conftest* | |
| 2053 CPP="${CC-cc} -E -traditional-cpp" | |
| 2054 cat > conftest.$ac_ext <<EOF | |
| 31229 | 2055 #line 2056 "configure" |
| 25897 | 2056 #include "confdefs.h" |
| 2057 #include <assert.h> | |
| 2058 Syntax Error | |
| 2059 EOF | |
| 2060 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 31229 | 2061 { (eval echo configure:2062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 2062 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2063 if test -z "$ac_err"; then | |
| 2064 : | |
| 2065 else | |
| 2066 echo "$ac_err" >&5 | |
| 2067 echo "configure: failed program was:" >&5 | |
| 2068 cat conftest.$ac_ext >&5 | |
| 2069 rm -rf conftest* | |
| 2070 CPP="${CC-cc} -nologo -E" | |
| 2071 cat > conftest.$ac_ext <<EOF | |
| 31229 | 2072 #line 2073 "configure" |
| 27205 | 2073 #include "confdefs.h" |
| 2074 #include <assert.h> | |
| 2075 Syntax Error | |
| 2076 EOF | |
| 2077 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 31229 | 2078 { (eval echo configure:2079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 2079 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 2080 if test -z "$ac_err"; then |
| 2081 : | |
| 2082 else | |
| 2083 echo "$ac_err" >&5 | |
| 2084 echo "configure: failed program was:" >&5 | |
| 2085 cat conftest.$ac_ext >&5 | |
| 2086 rm -rf conftest* | |
| 2087 CPP=/lib/cpp | |
| 2088 fi | |
| 2089 rm -f conftest* | |
| 2090 fi | |
| 2091 rm -f conftest* | |
| 27205 | 2092 fi |
| 2093 rm -f conftest* | |
| 25897 | 2094 ac_cv_prog_CPP="$CPP" |
| 2095 fi | |
| 2096 CPP="$ac_cv_prog_CPP" | |
| 2097 else | |
| 2098 ac_cv_prog_CPP="$CPP" | |
| 2099 fi | |
| 2100 echo "$ac_t""$CPP" 1>&6 | |
| 2101 | |
| 2102 # Find a good install program. We prefer a C program (faster), | |
| 2103 # so one script is as good as another. But avoid the broken or | |
| 2104 # incompatible versions: | |
| 2105 # SysV /etc/install, /usr/sbin/install | |
| 2106 # SunOS /usr/etc/install | |
| 2107 # IRIX /sbin/install | |
| 2108 # AIX /bin/install | |
| 27205 | 2109 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| 25897 | 2110 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 2111 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
| 2112 # ./install, which can be erroneously created by make from ./install.sh. | |
| 2113 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 | |
| 31229 | 2114 echo "configure:2115: checking for a BSD compatible install" >&5 |
| 25897 | 2115 if test -z "$INSTALL"; then |
| 2116 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then | |
| 2117 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2118 else | |
| 27205 | 2119 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" |
| 25897 | 2120 for ac_dir in $PATH; do |
| 2121 # Account for people who put trailing slashes in PATH elements. | |
| 2122 case "$ac_dir/" in | |
| 2123 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; | |
| 2124 *) | |
| 2125 # OSF1 and SCO ODT 3.0 have their own names for install. | |
| 27205 | 2126 # Don't use installbsd from OSF since it installs stuff as root |
| 2127 # by default. | |
| 2128 for ac_prog in ginstall scoinst install; do | |
| 25897 | 2129 if test -f $ac_dir/$ac_prog; then |
| 2130 if test $ac_prog = install && | |
| 2131 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then | |
| 2132 # AIX install. It has an incompatible calling convention. | |
| 2133 : | |
| 2134 else | |
| 2135 ac_cv_path_install="$ac_dir/$ac_prog -c" | |
| 2136 break 2 | |
| 2137 fi | |
| 2138 fi | |
| 2139 done | |
| 2140 ;; | |
| 2141 esac | |
| 2142 done | |
| 2143 IFS="$ac_save_IFS" | |
| 2144 | |
| 2145 fi | |
| 2146 if test "${ac_cv_path_install+set}" = set; then | |
| 2147 INSTALL="$ac_cv_path_install" | |
| 2148 else | |
| 2149 # As a last resort, use the slow shell script. We don't cache a | |
| 2150 # path for INSTALL within a source directory, because that will | |
| 2151 # break other packages using the cache if that directory is | |
| 2152 # removed, or if the path is relative. | |
| 2153 INSTALL="$ac_install_sh" | |
| 2154 fi | |
| 2155 fi | |
| 2156 echo "$ac_t""$INSTALL" 1>&6 | |
| 2157 | |
| 2158 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
| 2159 # It thinks the first close brace ends the variable substitution. | |
| 2160 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
| 2161 | |
| 27205 | 2162 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' |
| 2163 | |
| 25897 | 2164 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 2165 | |
| 2166 for ac_prog in 'bison -y' byacc | |
| 2167 do | |
| 2168 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
| 2169 set dummy $ac_prog; ac_word=$2 | |
| 2170 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
| 31229 | 2171 echo "configure:2172: checking for $ac_word" >&5 |
| 25897 | 2172 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then |
| 2173 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2174 else | |
| 2175 if test -n "$YACC"; then | |
| 2176 ac_cv_prog_YACC="$YACC" # Let the user override the test. | |
| 2177 else | |
| 27205 | 2178 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2179 ac_dummy="$PATH" | |
| 2180 for ac_dir in $ac_dummy; do | |
| 25897 | 2181 test -z "$ac_dir" && ac_dir=. |
| 2182 if test -f $ac_dir/$ac_word; then | |
| 2183 ac_cv_prog_YACC="$ac_prog" | |
| 2184 break | |
| 2185 fi | |
| 2186 done | |
| 2187 IFS="$ac_save_ifs" | |
| 2188 fi | |
| 2189 fi | |
| 2190 YACC="$ac_cv_prog_YACC" | |
| 2191 if test -n "$YACC"; then | |
| 2192 echo "$ac_t""$YACC" 1>&6 | |
| 2193 else | |
| 2194 echo "$ac_t""no" 1>&6 | |
| 2195 fi | |
| 2196 | |
| 2197 test -n "$YACC" && break | |
| 2198 done | |
| 2199 test -n "$YACC" || YACC="yacc" | |
| 2200 | |
| 28060 | 2201 if test "x$RANLIB" = x; then |
| 2202 # Extract the first word of "ranlib", so it can be a program name with args. | |
| 2203 set dummy ranlib; ac_word=$2 | |
| 2204 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
| 31229 | 2205 echo "configure:2206: checking for $ac_word" >&5 |
| 28060 | 2206 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then |
| 2207 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2208 else | |
| 2209 if test -n "$RANLIB"; then | |
| 2210 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
| 2211 else | |
| 2212 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" | |
| 2213 ac_dummy="$PATH" | |
| 2214 for ac_dir in $ac_dummy; do | |
| 2215 test -z "$ac_dir" && ac_dir=. | |
| 2216 if test -f $ac_dir/$ac_word; then | |
| 2217 ac_cv_prog_RANLIB="ranlib" | |
| 2218 break | |
| 2219 fi | |
| 2220 done | |
| 2221 IFS="$ac_save_ifs" | |
| 2222 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" | |
| 2223 fi | |
| 2224 fi | |
| 2225 RANLIB="$ac_cv_prog_RANLIB" | |
| 2226 if test -n "$RANLIB"; then | |
| 2227 echo "$ac_t""$RANLIB" 1>&6 | |
| 2228 else | |
| 2229 echo "$ac_t""no" 1>&6 | |
| 2230 fi | |
| 2231 | |
| 2232 fi | |
| 25897 | 2233 |
| 2234 echo $ac_n "checking for AIX""... $ac_c" 1>&6 | |
| 31229 | 2235 echo "configure:2236: checking for AIX" >&5 |
| 25897 | 2236 cat > conftest.$ac_ext <<EOF |
| 31229 | 2237 #line 2238 "configure" |
| 25897 | 2238 #include "confdefs.h" |
| 2239 #ifdef _AIX | |
| 2240 yes | |
| 2241 #endif | |
| 2242 | |
| 2243 EOF | |
| 2244 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 2245 egrep "yes" >/dev/null 2>&1; then | |
| 2246 rm -rf conftest* | |
| 2247 echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF | |
| 2248 #define _ALL_SOURCE 1 | |
| 2249 EOF | |
| 2250 | |
| 2251 else | |
| 2252 rm -rf conftest* | |
| 2253 echo "$ac_t""no" 1>&6 | |
| 2254 fi | |
| 2255 rm -f conftest* | |
| 2256 | |
| 2257 | |
| 2258 | |
| 30311 | 2259 #### Extract some information from the operating system and machine files. |
| 2260 | |
| 2261 echo "checking the machine- and system-dependent files to find out | |
| 2262 - which libraries the lib-src programs will want, and | |
| 2263 - whether the GNU malloc routines are usable" 1>&6 | |
| 31229 | 2264 echo "configure:2265: checking the machine- and system-dependent files to find out |
| 30311 | 2265 - which libraries the lib-src programs will want, and |
| 2266 - whether the GNU malloc routines are usable" >&5 | |
| 2267 | |
| 2268 ### First figure out CFLAGS (which we use for running the compiler here) | |
| 2269 ### and REAL_CFLAGS (which we use for real compilation). | |
| 2270 ### The two are the same except on a few systems, where they are made | |
| 2271 ### different to work around various lossages. For example, | |
| 2272 ### GCC 2.5 on GNU/Linux needs them to be different because it treats -g | |
| 2273 ### as implying static linking. | |
| 2274 | |
| 2275 ### If the CFLAGS env var is specified, we use that value | |
| 2276 ### instead of the default. | |
| 2277 | |
| 2278 ### It's not important that this name contain the PID; you can't run | |
| 2279 ### two configures in the same directory and have anything work | |
| 2280 ### anyway. | |
| 2281 tempcname="conftest.c" | |
| 2282 | |
| 2283 echo ' | |
| 2284 #include "'${srcdir}'/src/'${opsysfile}'" | |
| 2285 #include "'${srcdir}'/src/'${machfile}'" | |
| 2286 #ifndef LIBS_MACHINE | |
| 2287 #define LIBS_MACHINE | |
| 2288 #endif | |
| 2289 #ifndef LIBS_SYSTEM | |
| 2290 #define LIBS_SYSTEM | |
| 2291 #endif | |
| 2292 #ifndef C_SWITCH_SYSTEM | |
| 2293 #define C_SWITCH_SYSTEM | |
| 2294 #endif | |
| 2295 #ifndef C_SWITCH_MACHINE | |
| 2296 #define C_SWITCH_MACHINE | |
| 2297 #endif | |
| 2298 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM | |
| 2299 configure___ c_switch_system=C_SWITCH_SYSTEM | |
| 2300 configure___ c_switch_machine=C_SWITCH_MACHINE | |
| 2301 | |
| 2302 #ifndef LIB_X11_LIB | |
| 2303 #define LIB_X11_LIB -lX11 | |
| 2304 #endif | |
| 2305 | |
| 2306 #ifndef LIBX11_MACHINE | |
| 2307 #define LIBX11_MACHINE | |
| 2308 #endif | |
| 2309 | |
| 2310 #ifndef LIBX11_SYSTEM | |
| 2311 #define LIBX11_SYSTEM | |
| 2312 #endif | |
| 2313 configure___ LIBX=LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM | |
| 2314 | |
| 2315 #ifdef UNEXEC | |
| 2316 configure___ unexec=UNEXEC | |
| 2317 #else | |
| 2318 configure___ unexec=unexec.o | |
| 2319 #endif | |
| 2320 | |
| 2321 #ifdef SYSTEM_MALLOC | |
| 2322 configure___ system_malloc=yes | |
| 2323 #else | |
| 2324 configure___ system_malloc=no | |
| 2325 #endif | |
| 2326 | |
| 31607 | 2327 #ifdef USE_MMAP_FOR_BUFFERS |
| 2328 configure___ use_mmap_for_buffers=yes | |
| 31417 | 2329 #else |
| 31607 | 2330 configure___ use_mmap_for_buffers=no |
| 31417 | 2331 #endif |
| 2332 | |
| 30311 | 2333 #ifndef C_DEBUG_SWITCH |
| 2334 #define C_DEBUG_SWITCH -g | |
| 2335 #endif | |
| 2336 | |
| 2337 #ifndef C_OPTIMIZE_SWITCH | |
| 2338 #ifdef __GNUC__ | |
| 2339 #define C_OPTIMIZE_SWITCH -O2 | |
| 2340 #else | |
| 2341 #define C_OPTIMIZE_SWITCH -O | |
| 2342 #endif | |
| 2343 #endif | |
| 2344 | |
| 2345 #ifndef LD_SWITCH_MACHINE | |
| 2346 #define LD_SWITCH_MACHINE | |
| 2347 #endif | |
| 2348 | |
| 2349 #ifndef LD_SWITCH_SYSTEM | |
| 2350 #define LD_SWITCH_SYSTEM | |
| 2351 #endif | |
| 2352 | |
| 2353 #ifndef LD_SWITCH_X_SITE_AUX | |
| 2354 #define LD_SWITCH_X_SITE_AUX | |
| 2355 #endif | |
| 2356 | |
| 2357 configure___ ld_switch_system=LD_SWITCH_SYSTEM | |
| 2358 configure___ ld_switch_machine=LD_SWITCH_MACHINE | |
| 2359 | |
| 2360 #ifdef THIS_IS_CONFIGURE | |
| 2361 | |
| 2362 /* Get the CFLAGS for tests in configure. */ | |
| 2363 #ifdef __GNUC__ | |
| 2364 configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
| 2365 #else | |
| 2366 configure___ CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
| 2367 #endif | |
| 2368 | |
| 2369 #else /* not THIS_IS_CONFIGURE */ | |
| 2370 | |
| 2371 /* Get the CFLAGS for real compilation. */ | |
| 2372 #ifdef __GNUC__ | |
| 2373 configure___ REAL_CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${SPECIFIED_CFLAGS}' | |
| 2374 #else | |
| 2375 configure___ REAL_CFLAGS=C_DEBUG_SWITCH '${SPECIFIED_CFLAGS}' | |
| 2376 #endif | |
| 2377 | |
| 2378 #endif /* not THIS_IS_CONFIGURE */ | |
| 2379 ' > ${tempcname} | |
| 2380 | |
| 2381 # The value of CPP is a quoted variable reference, so we need to do this | |
| 2382 # to get its actual value... | |
| 2383 CPP=`eval "echo $CPP"` | |
| 2384 eval `${CPP} -Isrc ${tempcname} \ | |
| 2385 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
| 2386 if test "x$SPECIFIED_CFLAGS" = x; then | |
| 2387 eval `${CPP} -Isrc -DTHIS_IS_CONFIGURE ${tempcname} \ | |
| 2388 | sed -n -e 's/^configure___ \([^=]*=\)\(.*\)$/\1"\2"/p'` | |
| 2389 else | |
| 2390 REAL_CFLAGS="$CFLAGS" | |
| 2391 fi | |
| 2392 rm ${tempcname} | |
| 2393 | |
| 2394 ac_link="$ac_link $ld_switch_machine $ld_switch_system" | |
| 2395 | |
| 2396 ### Make sure subsequent tests use flags consistent with the build flags. | |
| 2397 | |
| 2398 if test x"${OVERRIDE_CPPFLAGS}" != x; then | |
| 2399 CPPFLAGS="${OVERRIDE_CPPFLAGS}" | |
| 2400 else | |
| 2401 CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" | |
| 2402 fi | |
| 2403 | |
| 34431 | 2404 |
| 2405 # Check whether --enable-largefile or --disable-largefile was given. | |
| 30576 | 2406 if test "${enable_largefile+set}" = set; then |
| 2407 enableval="$enable_largefile" | |
| 2408 : | |
| 2409 fi | |
| 2410 | |
| 2411 if test "$enable_largefile" != no; then | |
| 2412 | |
| 2413 echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6 | |
| 34431 | 2414 echo "configure:2415: checking for special C compiler options needed for large files" >&5 |
| 30576 | 2415 if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then |
| 2416 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2417 else | |
| 2418 ac_cv_sys_largefile_CC=no | |
| 2419 if test "$GCC" != yes; then | |
| 2420 # IRIX 6.2 and later do not support large files by default, | |
| 2421 # so use the C compiler's -n32 option if that helps. | |
| 2422 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2423 #line 2424 "configure" |
| 30576 | 2424 #include "confdefs.h" |
| 2425 #include <sys/types.h> | |
| 2426 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; | |
| 2427 | |
| 2428 int main() { | |
| 2429 | |
| 2430 ; return 0; } | |
| 2431 EOF | |
| 34431 | 2432 if { (eval echo configure:2433: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30576 | 2433 : |
| 2434 else | |
| 2435 echo "configure: failed program was:" >&5 | |
| 2436 cat conftest.$ac_ext >&5 | |
| 2437 rm -rf conftest* | |
| 2438 ac_save_CC="$CC" | |
| 2439 CC="$CC -n32" | |
| 2440 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2441 #line 2442 "configure" |
| 30576 | 2442 #include "confdefs.h" |
| 2443 #include <sys/types.h> | |
| 2444 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; | |
| 2445 | |
| 2446 int main() { | |
| 2447 | |
| 2448 ; return 0; } | |
| 2449 EOF | |
| 34431 | 2450 if { (eval echo configure:2451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30576 | 2451 rm -rf conftest* |
| 2452 ac_cv_sys_largefile_CC=' -n32' | |
| 2453 else | |
| 2454 echo "configure: failed program was:" >&5 | |
| 2455 cat conftest.$ac_ext >&5 | |
| 2456 fi | |
| 2457 rm -f conftest* | |
| 2458 CC="$ac_save_CC" | |
| 2459 fi | |
| 2460 rm -f conftest* | |
| 2461 fi | |
| 2462 fi | |
| 2463 | |
| 2464 echo "$ac_t""$ac_cv_sys_largefile_CC" 1>&6 | |
| 2465 if test "$ac_cv_sys_largefile_CC" != no; then | |
| 2466 CC="$CC$ac_cv_sys_largefile_CC" | |
| 2467 fi | |
| 2468 | |
| 2469 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 | |
| 34431 | 2470 echo "configure:2471: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 30576 | 2471 if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then |
| 2472 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2473 else | |
| 2474 ac_cv_sys_file_offset_bits=no | |
| 2475 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2476 #line 2477 "configure" |
| 30576 | 2477 #include "confdefs.h" |
| 2478 #include <sys/types.h> | |
| 2479 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; | |
| 2480 | |
| 2481 int main() { | |
| 2482 | |
| 2483 ; return 0; } | |
| 2484 EOF | |
| 34431 | 2485 if { (eval echo configure:2486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30576 | 2486 : |
| 2487 else | |
| 2488 echo "configure: failed program was:" >&5 | |
| 2489 cat conftest.$ac_ext >&5 | |
| 2490 rm -rf conftest* | |
| 2491 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2492 #line 2493 "configure" |
| 30576 | 2493 #include "confdefs.h" |
| 2494 #define _FILE_OFFSET_BITS 64 | |
| 2495 #include <sys/types.h> | |
| 2496 int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; | |
| 2497 | |
| 2498 | |
| 2499 int main() { | |
| 2500 | |
| 2501 ; return 0; } | |
| 2502 EOF | |
| 34431 | 2503 if { (eval echo configure:2504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30576 | 2504 rm -rf conftest* |
| 2505 ac_cv_sys_file_offset_bits=64 | |
| 2506 else | |
| 2507 echo "configure: failed program was:" >&5 | |
| 2508 cat conftest.$ac_ext >&5 | |
| 2509 fi | |
| 2510 rm -f conftest* | |
| 2511 fi | |
| 2512 rm -f conftest* | |
| 2513 fi | |
| 2514 | |
| 2515 echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6 | |
| 2516 if test "$ac_cv_sys_file_offset_bits" != no; then | |
| 2517 cat >> confdefs.h <<EOF | |
| 2518 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
| 2519 EOF | |
| 2520 | |
| 2521 fi | |
| 34431 | 2522 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 |
| 2523 echo "configure:2524: checking for _LARGE_FILES value needed for large files" >&5 | |
| 2524 if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then | |
| 2525 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2526 else | |
| 2527 ac_cv_sys_large_files=no | |
| 30576 | 2528 cat > conftest.$ac_ext <<EOF |
| 34431 | 2529 #line 2530 "configure" |
| 2530 #include "confdefs.h" | |
| 2531 | |
| 30576 | 2532 int main() { |
| 34431 | 2533 |
| 30576 | 2534 ; return 0; } |
| 2535 EOF | |
| 34431 | 2536 if { (eval echo configure:2537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30576 | 2537 : |
| 2538 else | |
| 2539 echo "configure: failed program was:" >&5 | |
| 2540 cat conftest.$ac_ext >&5 | |
| 2541 rm -rf conftest* | |
| 2542 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2543 #line 2544 "configure" |
| 30576 | 2544 #include "confdefs.h" |
| 2545 #define _LARGE_FILES 1 | |
| 2546 | |
| 2547 | |
| 2548 int main() { | |
| 2549 | |
| 2550 ; return 0; } | |
| 2551 EOF | |
| 34431 | 2552 if { (eval echo configure:2553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30576 | 2553 rm -rf conftest* |
| 2554 ac_cv_sys_large_files=1 | |
| 2555 else | |
| 2556 echo "configure: failed program was:" >&5 | |
| 2557 cat conftest.$ac_ext >&5 | |
| 2558 fi | |
| 2559 rm -f conftest* | |
| 2560 fi | |
| 2561 rm -f conftest* | |
| 2562 fi | |
| 2563 | |
| 2564 echo "$ac_t""$ac_cv_sys_large_files" 1>&6 | |
| 2565 if test "$ac_cv_sys_large_files" != no; then | |
| 2566 cat >> confdefs.h <<EOF | |
| 2567 #define _LARGE_FILES $ac_cv_sys_large_files | |
| 2568 EOF | |
| 2569 | |
| 2570 fi | |
| 2571 fi | |
| 2572 | |
| 2573 | |
| 25897 | 2574 # Sound support for GNU/Linux and the free BSDs. |
|
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2575 for ac_hdr in machine/soundcard.h sys/soundcard.h soundcard.h |
| 25897 | 2576 do |
| 2577 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
| 2578 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
| 34431 | 2579 echo "configure:2580: checking for $ac_hdr" >&5 |
| 25897 | 2580 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 2581 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2582 else | |
| 2583 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2584 #line 2585 "configure" |
| 25897 | 2585 #include "confdefs.h" |
| 2586 #include <$ac_hdr> | |
| 2587 EOF | |
| 2588 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 34431 | 2589 { (eval echo configure:2590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 2590 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 2591 if test -z "$ac_err"; then |
| 2592 rm -rf conftest* | |
| 2593 eval "ac_cv_header_$ac_safe=yes" | |
| 2594 else | |
| 2595 echo "$ac_err" >&5 | |
| 2596 echo "configure: failed program was:" >&5 | |
| 2597 cat conftest.$ac_ext >&5 | |
| 2598 rm -rf conftest* | |
| 2599 eval "ac_cv_header_$ac_safe=no" | |
| 2600 fi | |
| 2601 rm -f conftest* | |
| 2602 fi | |
| 2603 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 2604 echo "$ac_t""yes" 1>&6 | |
| 2605 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
| 2606 cat >> confdefs.h <<EOF | |
| 2607 #define $ac_tr_hdr 1 | |
| 2608 EOF | |
| 2609 | |
| 2610 else | |
| 2611 echo "$ac_t""no" 1>&6 | |
| 2612 fi | |
| 2613 done | |
| 2614 | |
|
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2615 # Emulation library used on NetBSD. |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2616 echo $ac_n "checking for _oss_ioctl in -lossaudio""... $ac_c" 1>&6 |
| 34431 | 2617 echo "configure:2618: checking for _oss_ioctl in -lossaudio" >&5 |
|
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2618 ac_lib_var=`echo ossaudio'_'_oss_ioctl | sed 'y%./+-%__p_%'` |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2619 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2620 echo $ac_n "(cached) $ac_c" 1>&6 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2621 else |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2622 ac_save_LIBS="$LIBS" |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2623 LIBS="-lossaudio $LIBS" |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2624 cat > conftest.$ac_ext <<EOF |
| 34431 | 2625 #line 2626 "configure" |
|
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2626 #include "confdefs.h" |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2627 /* Override any gcc2 internal prototype to avoid an error. */ |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2628 /* We use char because int might match the return type of a gcc2 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2629 builtin and then its argument prototype would still apply. */ |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2630 char _oss_ioctl(); |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2631 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2632 int main() { |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2633 _oss_ioctl() |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2634 ; return 0; } |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2635 EOF |
| 34431 | 2636 if { (eval echo configure:2637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2637 rm -rf conftest* |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2638 eval "ac_cv_lib_$ac_lib_var=yes" |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2639 else |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2640 echo "configure: failed program was:" >&5 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2641 cat conftest.$ac_ext >&5 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2642 rm -rf conftest* |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2643 eval "ac_cv_lib_$ac_lib_var=no" |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2644 fi |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2645 rm -f conftest* |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2646 LIBS="$ac_save_LIBS" |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2647 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2648 fi |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2649 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2650 echo "$ac_t""yes" 1>&6 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2651 LIBSOUND=-lossaudio |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2652 else |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2653 echo "$ac_t""no" 1>&6 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2654 LIBSOUND= |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2655 fi |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2656 |
|
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
2657 |
| 25897 | 2658 |
|
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2659 for ac_hdr in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
2660 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
| 31229 | 2661 termcap.h stdio_ext.h fcntl.h term.h strings.h |
| 25897 | 2662 do |
| 2663 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
| 2664 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
| 34431 | 2665 echo "configure:2666: checking for $ac_hdr" >&5 |
| 25897 | 2666 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 2667 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2668 else | |
| 2669 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2670 #line 2671 "configure" |
| 25897 | 2671 #include "confdefs.h" |
| 2672 #include <$ac_hdr> | |
| 2673 EOF | |
| 2674 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 34431 | 2675 { (eval echo configure:2676: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 2676 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 2677 if test -z "$ac_err"; then |
| 2678 rm -rf conftest* | |
| 2679 eval "ac_cv_header_$ac_safe=yes" | |
| 2680 else | |
| 2681 echo "$ac_err" >&5 | |
| 2682 echo "configure: failed program was:" >&5 | |
| 2683 cat conftest.$ac_ext >&5 | |
| 2684 rm -rf conftest* | |
| 2685 eval "ac_cv_header_$ac_safe=no" | |
| 2686 fi | |
| 2687 rm -f conftest* | |
| 2688 fi | |
| 2689 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 2690 echo "$ac_t""yes" 1>&6 | |
| 2691 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
| 2692 cat >> confdefs.h <<EOF | |
| 2693 #define $ac_tr_hdr 1 | |
| 2694 EOF | |
| 2695 | |
| 2696 else | |
| 2697 echo "$ac_t""no" 1>&6 | |
| 2698 fi | |
| 2699 done | |
| 2700 | |
| 2701 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 | |
| 34431 | 2702 echo "configure:2703: checking for ANSI C header files" >&5 |
| 25897 | 2703 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
| 2704 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2705 else | |
| 2706 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2707 #line 2708 "configure" |
| 25897 | 2708 #include "confdefs.h" |
| 2709 #include <stdlib.h> | |
| 2710 #include <stdarg.h> | |
| 2711 #include <string.h> | |
| 2712 #include <float.h> | |
| 2713 EOF | |
| 2714 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 34431 | 2715 { (eval echo configure:2716: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 2716 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 2717 if test -z "$ac_err"; then |
| 2718 rm -rf conftest* | |
| 2719 ac_cv_header_stdc=yes | |
| 2720 else | |
| 2721 echo "$ac_err" >&5 | |
| 2722 echo "configure: failed program was:" >&5 | |
| 2723 cat conftest.$ac_ext >&5 | |
| 2724 rm -rf conftest* | |
| 2725 ac_cv_header_stdc=no | |
| 2726 fi | |
| 2727 rm -f conftest* | |
| 2728 | |
| 2729 if test $ac_cv_header_stdc = yes; then | |
| 2730 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
| 2731 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2732 #line 2733 "configure" |
| 25897 | 2733 #include "confdefs.h" |
| 2734 #include <string.h> | |
| 2735 EOF | |
| 2736 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 2737 egrep "memchr" >/dev/null 2>&1; then | |
| 2738 : | |
| 2739 else | |
| 2740 rm -rf conftest* | |
| 2741 ac_cv_header_stdc=no | |
| 2742 fi | |
| 2743 rm -f conftest* | |
| 2744 | |
| 2745 fi | |
| 2746 | |
| 2747 if test $ac_cv_header_stdc = yes; then | |
| 2748 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
| 2749 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2750 #line 2751 "configure" |
| 25897 | 2751 #include "confdefs.h" |
| 2752 #include <stdlib.h> | |
| 2753 EOF | |
| 2754 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 2755 egrep "free" >/dev/null 2>&1; then | |
| 2756 : | |
| 2757 else | |
| 2758 rm -rf conftest* | |
| 2759 ac_cv_header_stdc=no | |
| 2760 fi | |
| 2761 rm -f conftest* | |
| 2762 | |
| 2763 fi | |
| 2764 | |
| 2765 if test $ac_cv_header_stdc = yes; then | |
| 2766 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
| 2767 if test "$cross_compiling" = yes; then | |
| 2768 : | |
| 2769 else | |
| 2770 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2771 #line 2772 "configure" |
| 25897 | 2772 #include "confdefs.h" |
| 2773 #include <ctype.h> | |
| 2774 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
| 2775 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
| 2776 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
| 2777 int main () { int i; for (i = 0; i < 256; i++) | |
| 2778 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | |
| 2779 exit (0); } | |
| 2780 | |
| 2781 EOF | |
| 34431 | 2782 if { (eval echo configure:2783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 25897 | 2783 then |
| 2784 : | |
| 2785 else | |
| 2786 echo "configure: failed program was:" >&5 | |
| 2787 cat conftest.$ac_ext >&5 | |
| 2788 rm -fr conftest* | |
| 2789 ac_cv_header_stdc=no | |
| 2790 fi | |
| 2791 rm -fr conftest* | |
| 2792 fi | |
| 2793 | |
| 2794 fi | |
| 2795 fi | |
| 2796 | |
| 2797 echo "$ac_t""$ac_cv_header_stdc" 1>&6 | |
| 2798 if test $ac_cv_header_stdc = yes; then | |
| 2799 cat >> confdefs.h <<\EOF | |
| 2800 #define STDC_HEADERS 1 | |
| 2801 EOF | |
| 2802 | |
| 2803 fi | |
| 2804 | |
| 2805 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 | |
| 34431 | 2806 echo "configure:2807: checking whether time.h and sys/time.h may both be included" >&5 |
| 25897 | 2807 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then |
| 2808 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2809 else | |
| 2810 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2811 #line 2812 "configure" |
| 25897 | 2812 #include "confdefs.h" |
| 2813 #include <sys/types.h> | |
| 2814 #include <sys/time.h> | |
| 2815 #include <time.h> | |
| 2816 int main() { | |
| 2817 struct tm *tp; | |
| 2818 ; return 0; } | |
| 2819 EOF | |
| 34431 | 2820 if { (eval echo configure:2821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 2821 rm -rf conftest* |
| 2822 ac_cv_header_time=yes | |
| 2823 else | |
| 2824 echo "configure: failed program was:" >&5 | |
| 2825 cat conftest.$ac_ext >&5 | |
| 2826 rm -rf conftest* | |
| 2827 ac_cv_header_time=no | |
| 2828 fi | |
| 2829 rm -f conftest* | |
| 2830 fi | |
| 2831 | |
| 2832 echo "$ac_t""$ac_cv_header_time" 1>&6 | |
| 2833 if test $ac_cv_header_time = yes; then | |
| 2834 cat >> confdefs.h <<\EOF | |
| 2835 #define TIME_WITH_SYS_TIME 1 | |
| 2836 EOF | |
| 2837 | |
| 2838 fi | |
| 2839 | |
| 2840 echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 | |
| 34431 | 2841 echo "configure:2842: checking for sys_siglist declaration in signal.h or unistd.h" >&5 |
| 25897 | 2842 if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then |
| 2843 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2844 else | |
| 2845 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2846 #line 2847 "configure" |
| 25897 | 2847 #include "confdefs.h" |
| 2848 #include <sys/types.h> | |
| 2849 #include <signal.h> | |
| 2850 /* NetBSD declares sys_siglist in unistd.h. */ | |
| 2851 #ifdef HAVE_UNISTD_H | |
| 2852 #include <unistd.h> | |
| 2853 #endif | |
| 2854 int main() { | |
| 2855 char *msg = *(sys_siglist + 1); | |
| 2856 ; return 0; } | |
| 2857 EOF | |
| 34431 | 2858 if { (eval echo configure:2859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 2859 rm -rf conftest* |
| 2860 ac_cv_decl_sys_siglist=yes | |
| 2861 else | |
| 2862 echo "configure: failed program was:" >&5 | |
| 2863 cat conftest.$ac_ext >&5 | |
| 2864 rm -rf conftest* | |
| 2865 ac_cv_decl_sys_siglist=no | |
| 2866 fi | |
| 2867 rm -f conftest* | |
| 2868 fi | |
| 2869 | |
| 2870 echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6 | |
| 2871 if test $ac_cv_decl_sys_siglist = yes; then | |
| 2872 cat >> confdefs.h <<\EOF | |
| 2873 #define SYS_SIGLIST_DECLARED 1 | |
| 2874 EOF | |
| 2875 | |
| 2876 fi | |
| 2877 | |
| 30069 | 2878 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 |
| 34431 | 2879 echo "configure:2880: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 30069 | 2880 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then |
| 2881 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2882 else | |
| 2883 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2884 #line 2885 "configure" |
| 30069 | 2885 #include "confdefs.h" |
| 2886 #include <sys/types.h> | |
| 2887 #include <sys/wait.h> | |
| 2888 #ifndef WEXITSTATUS | |
| 2889 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | |
| 2890 #endif | |
| 2891 #ifndef WIFEXITED | |
| 2892 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | |
| 2893 #endif | |
| 2894 int main() { | |
| 2895 int s; | |
| 2896 wait (&s); | |
| 2897 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | |
| 2898 ; return 0; } | |
| 2899 EOF | |
| 34431 | 2900 if { (eval echo configure:2901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 30069 | 2901 rm -rf conftest* |
| 2902 ac_cv_header_sys_wait_h=yes | |
| 2903 else | |
| 2904 echo "configure: failed program was:" >&5 | |
| 2905 cat conftest.$ac_ext >&5 | |
| 2906 rm -rf conftest* | |
| 2907 ac_cv_header_sys_wait_h=no | |
| 2908 fi | |
| 2909 rm -f conftest* | |
| 2910 fi | |
| 2911 | |
| 2912 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 | |
| 2913 if test $ac_cv_header_sys_wait_h = yes; then | |
| 2914 cat >> confdefs.h <<\EOF | |
| 2915 #define HAVE_SYS_WAIT_H 1 | |
| 2916 EOF | |
| 2917 | |
| 2918 fi | |
| 2919 | |
| 25897 | 2920 |
| 2921 echo $ac_n "checking for struct utimbuf""... $ac_c" 1>&6 | |
| 34431 | 2922 echo "configure:2923: checking for struct utimbuf" >&5 |
| 25897 | 2923 if eval "test \"`echo '$''{'emacs_cv_struct_utimbuf'+set}'`\" = set"; then |
| 2924 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2925 else | |
| 2926 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2927 #line 2928 "configure" |
| 25897 | 2928 #include "confdefs.h" |
| 2929 #ifdef TIME_WITH_SYS_TIME | |
| 2930 #include <sys/time.h> | |
| 2931 #include <time.h> | |
| 2932 #else | |
| 2933 #ifdef HAVE_SYS_TIME_H | |
| 2934 #include <sys/time.h> | |
| 2935 #else | |
| 2936 #include <time.h> | |
| 2937 #endif | |
| 2938 #endif | |
| 2939 #ifdef HAVE_UTIME_H | |
| 2940 #include <utime.h> | |
| 2941 #endif | |
| 2942 int main() { | |
| 2943 static struct utimbuf x; x.actime = x.modtime; | |
| 2944 ; return 0; } | |
| 2945 EOF | |
| 34431 | 2946 if { (eval echo configure:2947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 2947 rm -rf conftest* |
| 2948 emacs_cv_struct_utimbuf=yes | |
| 2949 else | |
| 2950 echo "configure: failed program was:" >&5 | |
| 2951 cat conftest.$ac_ext >&5 | |
| 2952 rm -rf conftest* | |
| 2953 emacs_cv_struct_utimbuf=no | |
| 2954 fi | |
| 2955 rm -f conftest* | |
| 2956 fi | |
| 2957 | |
| 2958 echo "$ac_t""$emacs_cv_struct_utimbuf" 1>&6 | |
| 2959 if test $emacs_cv_struct_utimbuf = yes; then | |
| 2960 cat >> confdefs.h <<\EOF | |
| 2961 #define HAVE_STRUCT_UTIMBUF 1 | |
| 2962 EOF | |
| 2963 | |
| 2964 fi | |
| 2965 | |
| 2966 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 | |
| 34431 | 2967 echo "configure:2968: checking return type of signal handlers" >&5 |
| 25897 | 2968 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
| 2969 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 2970 else | |
| 2971 cat > conftest.$ac_ext <<EOF | |
| 34431 | 2972 #line 2973 "configure" |
| 25897 | 2973 #include "confdefs.h" |
| 2974 #include <sys/types.h> | |
| 2975 #include <signal.h> | |
| 2976 #ifdef signal | |
| 2977 #undef signal | |
| 2978 #endif | |
| 2979 #ifdef __cplusplus | |
| 2980 extern "C" void (*signal (int, void (*)(int)))(int); | |
| 2981 #else | |
| 2982 void (*signal ()) (); | |
| 2983 #endif | |
| 2984 | |
| 2985 int main() { | |
| 2986 int i; | |
| 2987 ; return 0; } | |
| 2988 EOF | |
| 34431 | 2989 if { (eval echo configure:2990: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 2990 rm -rf conftest* |
| 2991 ac_cv_type_signal=void | |
| 2992 else | |
| 2993 echo "configure: failed program was:" >&5 | |
| 2994 cat conftest.$ac_ext >&5 | |
| 2995 rm -rf conftest* | |
| 2996 ac_cv_type_signal=int | |
| 2997 fi | |
| 2998 rm -f conftest* | |
| 2999 fi | |
| 3000 | |
| 3001 echo "$ac_t""$ac_cv_type_signal" 1>&6 | |
| 3002 cat >> confdefs.h <<EOF | |
| 3003 #define RETSIGTYPE $ac_cv_type_signal | |
| 3004 EOF | |
| 3005 | |
| 3006 | |
| 3007 | |
| 29254 | 3008 echo $ac_n "checking for speed_t""... $ac_c" 1>&6 |
| 34431 | 3009 echo "configure:3010: checking for speed_t" >&5 |
| 29254 | 3010 if eval "test \"`echo '$''{'emacs_cv_speed_t'+set}'`\" = set"; then |
| 3011 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3012 else | |
| 3013 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3014 #line 3015 "configure" |
| 29254 | 3015 #include "confdefs.h" |
| 3016 #include <termios.h> | |
| 3017 int main() { | |
| 3018 speed_t x = 1; | |
| 3019 ; return 0; } | |
| 3020 EOF | |
| 34431 | 3021 if { (eval echo configure:3022: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 29254 | 3022 rm -rf conftest* |
| 3023 emacs_cv_speed_t=yes | |
| 3024 else | |
| 3025 echo "configure: failed program was:" >&5 | |
| 3026 cat conftest.$ac_ext >&5 | |
| 3027 fi | |
| 3028 rm -f conftest* | |
| 3029 fi | |
| 3030 | |
| 3031 echo "$ac_t""$emacs_cv_speed_t" 1>&6 | |
| 3032 if test $emacs_cv_speed_t = yes; then | |
| 3033 cat >> confdefs.h <<\EOF | |
| 3034 #define HAVE_SPEED_T 1 | |
| 3035 EOF | |
| 3036 | |
| 3037 fi | |
| 3038 | |
| 25897 | 3039 echo $ac_n "checking for struct timeval""... $ac_c" 1>&6 |
| 34431 | 3040 echo "configure:3041: checking for struct timeval" >&5 |
| 25897 | 3041 if eval "test \"`echo '$''{'emacs_cv_struct_timeval'+set}'`\" = set"; then |
| 3042 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3043 else | |
| 3044 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3045 #line 3046 "configure" |
| 25897 | 3046 #include "confdefs.h" |
| 3047 #ifdef TIME_WITH_SYS_TIME | |
| 3048 #include <sys/time.h> | |
| 3049 #include <time.h> | |
| 3050 #else | |
| 3051 #ifdef HAVE_SYS_TIME_H | |
| 3052 #include <sys/time.h> | |
| 3053 #else | |
| 3054 #include <time.h> | |
| 3055 #endif | |
| 3056 #endif | |
| 3057 int main() { | |
| 3058 static struct timeval x; x.tv_sec = x.tv_usec; | |
| 3059 ; return 0; } | |
| 3060 EOF | |
| 34431 | 3061 if { (eval echo configure:3062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 3062 rm -rf conftest* |
| 3063 emacs_cv_struct_timeval=yes | |
| 3064 else | |
| 3065 echo "configure: failed program was:" >&5 | |
| 3066 cat conftest.$ac_ext >&5 | |
| 3067 rm -rf conftest* | |
| 3068 emacs_cv_struct_timeval=no | |
| 3069 fi | |
| 3070 rm -f conftest* | |
| 3071 fi | |
| 3072 | |
| 3073 echo "$ac_t""$emacs_cv_struct_timeval" 1>&6 | |
| 3074 HAVE_TIMEVAL=$emacs_cv_struct_timeval | |
| 3075 if test $emacs_cv_struct_timeval = yes; then | |
| 3076 cat >> confdefs.h <<\EOF | |
| 3077 #define HAVE_TIMEVAL 1 | |
| 3078 EOF | |
| 3079 | |
| 3080 fi | |
| 3081 | |
| 29388 | 3082 echo $ac_n "checking for struct exception""... $ac_c" 1>&6 |
| 34431 | 3083 echo "configure:3084: checking for struct exception" >&5 |
| 29388 | 3084 if eval "test \"`echo '$''{'emacs_cv_struct_exception'+set}'`\" = set"; then |
| 3085 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3086 else | |
| 3087 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3088 #line 3089 "configure" |
| 29388 | 3089 #include "confdefs.h" |
| 3090 #include <math.h> | |
| 3091 int main() { | |
| 3092 static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; | |
| 3093 ; return 0; } | |
| 3094 EOF | |
| 34431 | 3095 if { (eval echo configure:3096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 29388 | 3096 rm -rf conftest* |
| 3097 emacs_cv_struct_exception=yes | |
| 3098 else | |
| 3099 echo "configure: failed program was:" >&5 | |
| 3100 cat conftest.$ac_ext >&5 | |
| 3101 rm -rf conftest* | |
| 3102 emacs_cv_struct_exception=no | |
| 3103 fi | |
| 3104 rm -f conftest* | |
| 3105 fi | |
| 3106 | |
| 3107 echo "$ac_t""$emacs_cv_struct_exception" 1>&6 | |
| 3108 HAVE_EXCEPTION=$emacs_cv_struct_exception | |
| 3109 if test $emacs_cv_struct_exception != yes; then | |
| 3110 cat >> confdefs.h <<\EOF | |
| 3111 #define NO_MATHERR 1 | |
| 3112 EOF | |
| 3113 | |
| 3114 fi | |
| 3115 | |
| 25897 | 3116 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 |
| 34431 | 3117 echo "configure:3118: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 25897 | 3118 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then |
| 3119 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3120 else | |
| 3121 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3122 #line 3123 "configure" |
| 25897 | 3123 #include "confdefs.h" |
| 3124 #include <sys/types.h> | |
| 3125 #include <time.h> | |
| 3126 int main() { | |
| 3127 struct tm *tp; tp->tm_sec; | |
| 3128 ; return 0; } | |
| 3129 EOF | |
| 34431 | 3130 if { (eval echo configure:3131: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 3131 rm -rf conftest* |
| 3132 ac_cv_struct_tm=time.h | |
| 3133 else | |
| 3134 echo "configure: failed program was:" >&5 | |
| 3135 cat conftest.$ac_ext >&5 | |
| 3136 rm -rf conftest* | |
| 3137 ac_cv_struct_tm=sys/time.h | |
| 3138 fi | |
| 3139 rm -f conftest* | |
| 3140 fi | |
| 3141 | |
| 3142 echo "$ac_t""$ac_cv_struct_tm" 1>&6 | |
| 3143 if test $ac_cv_struct_tm = sys/time.h; then | |
| 3144 cat >> confdefs.h <<\EOF | |
| 3145 #define TM_IN_SYS_TIME 1 | |
| 3146 EOF | |
| 3147 | |
| 3148 fi | |
| 3149 | |
| 3150 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6 | |
| 34431 | 3151 echo "configure:3152: checking for tm_zone in struct tm" >&5 |
| 25897 | 3152 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then |
| 3153 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3154 else | |
| 3155 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3156 #line 3157 "configure" |
| 25897 | 3157 #include "confdefs.h" |
| 3158 #include <sys/types.h> | |
| 3159 #include <$ac_cv_struct_tm> | |
| 3160 int main() { | |
| 3161 struct tm tm; tm.tm_zone; | |
| 3162 ; return 0; } | |
| 3163 EOF | |
| 34431 | 3164 if { (eval echo configure:3165: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 3165 rm -rf conftest* |
| 3166 ac_cv_struct_tm_zone=yes | |
| 3167 else | |
| 3168 echo "configure: failed program was:" >&5 | |
| 3169 cat conftest.$ac_ext >&5 | |
| 3170 rm -rf conftest* | |
| 3171 ac_cv_struct_tm_zone=no | |
| 3172 fi | |
| 3173 rm -f conftest* | |
| 3174 fi | |
| 3175 | |
| 3176 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6 | |
| 3177 if test "$ac_cv_struct_tm_zone" = yes; then | |
| 3178 cat >> confdefs.h <<\EOF | |
| 3179 #define HAVE_TM_ZONE 1 | |
| 3180 EOF | |
| 3181 | |
| 3182 else | |
| 3183 echo $ac_n "checking for tzname""... $ac_c" 1>&6 | |
| 34431 | 3184 echo "configure:3185: checking for tzname" >&5 |
| 25897 | 3185 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then |
| 3186 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3187 else | |
| 3188 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3189 #line 3190 "configure" |
| 25897 | 3190 #include "confdefs.h" |
| 3191 #include <time.h> | |
| 3192 #ifndef tzname /* For SGI. */ | |
| 3193 extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | |
| 3194 #endif | |
| 3195 int main() { | |
| 3196 atoi(*tzname); | |
| 3197 ; return 0; } | |
| 3198 EOF | |
| 34431 | 3199 if { (eval echo configure:3200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 3200 rm -rf conftest* |
| 3201 ac_cv_var_tzname=yes | |
| 3202 else | |
| 3203 echo "configure: failed program was:" >&5 | |
| 3204 cat conftest.$ac_ext >&5 | |
| 3205 rm -rf conftest* | |
| 3206 ac_cv_var_tzname=no | |
| 3207 fi | |
| 3208 rm -f conftest* | |
| 3209 fi | |
| 3210 | |
| 3211 echo "$ac_t""$ac_cv_var_tzname" 1>&6 | |
| 3212 if test $ac_cv_var_tzname = yes; then | |
| 3213 cat >> confdefs.h <<\EOF | |
| 3214 #define HAVE_TZNAME 1 | |
| 3215 EOF | |
| 3216 | |
| 3217 fi | |
| 3218 fi | |
| 3219 | |
|
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3220 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6 |
| 34431 | 3221 echo "configure:3222: checking for tm_gmtoff in struct tm" >&5 |
|
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3222 if eval "test \"`echo '$''{'emacs_cv_tm_gmtoff'+set}'`\" = set"; then |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3223 echo $ac_n "(cached) $ac_c" 1>&6 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3224 else |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3225 cat > conftest.$ac_ext <<EOF |
| 34431 | 3226 #line 3227 "configure" |
|
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3227 #include "confdefs.h" |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3228 #include <time.h> |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3229 int main() { |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3230 struct tm t; t.tm_gmtoff = 0 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3231 ; return 0; } |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3232 EOF |
| 34431 | 3233 if { (eval echo configure:3234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26081
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3234 rm -rf conftest* |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3235 emacs_cv_tm_gmtoff=yes |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3236 else |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3237 echo "configure: failed program was:" >&5 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3238 cat conftest.$ac_ext >&5 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3239 rm -rf conftest* |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3240 emacs_cv_tm_gmtoff=no |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3241 fi |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3242 rm -f conftest* |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3243 fi |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3244 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3245 echo "$ac_t""$emacs_cv_tm_gmtoff" 1>&6 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3246 if test $emacs_cv_tm_gmtoff = yes; then |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3247 cat >> confdefs.h <<\EOF |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3248 #define HAVE_TM_GMTOFF 1 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3249 EOF |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3250 |
|
bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
25994
diff
changeset
|
3251 fi |
| 25897 | 3252 |
| 28060 | 3253 |
| 3254 echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 | |
| 34431 | 3255 echo "configure:3256: checking for ${CC-cc} option to accept ANSI C" >&5 |
| 28060 | 3256 if eval "test \"`echo '$''{'ac_cv_prog_cc_stdc'+set}'`\" = set"; then |
| 3257 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3258 else | |
| 3259 ac_cv_prog_cc_stdc=no | |
| 3260 ac_save_CC="$CC" | |
| 3261 # Don't try gcc -ansi; that turns off useful extensions and | |
| 3262 # breaks some systems' header files. | |
| 3263 # AIX -qlanglvl=ansi | |
| 3264 # Ultrix and OSF/1 -std1 | |
| 3265 # HP-UX 10.20 and later -Ae | |
| 3266 # HP-UX older versions -Aa -D_HPUX_SOURCE | |
| 3267 # SVR4 -Xc -D__EXTENSIONS__ | |
| 3268 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
| 3269 do | |
| 3270 CC="$ac_save_CC $ac_arg" | |
| 3271 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3272 #line 3273 "configure" |
| 28060 | 3273 #include "confdefs.h" |
| 3274 #include <stdarg.h> | |
| 3275 #include <stdio.h> | |
| 3276 #include <sys/types.h> | |
| 3277 #include <sys/stat.h> | |
| 3278 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
| 3279 struct buf { int x; }; | |
| 3280 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
| 3281 static char *e (p, i) | |
| 3282 char **p; | |
| 3283 int i; | |
| 3284 { | |
| 3285 return p[i]; | |
| 3286 } | |
| 3287 static char *f (char * (*g) (char **, int), char **p, ...) | |
| 3288 { | |
| 3289 char *s; | |
| 3290 va_list v; | |
| 3291 va_start (v,p); | |
| 3292 s = g (p, va_arg (v,int)); | |
| 3293 va_end (v); | |
| 3294 return s; | |
| 3295 } | |
| 3296 int test (int i, double x); | |
| 3297 struct s1 {int (*f) (int a);}; | |
| 3298 struct s2 {int (*f) (double a);}; | |
| 3299 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
| 3300 int argc; | |
| 3301 char **argv; | |
| 3302 int main() { | |
| 3303 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
| 3304 ; return 0; } | |
| 3305 EOF | |
| 34431 | 3306 if { (eval echo configure:3307: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 28060 | 3307 rm -rf conftest* |
| 3308 ac_cv_prog_cc_stdc="$ac_arg"; break | |
| 3309 else | |
| 3310 echo "configure: failed program was:" >&5 | |
| 3311 cat conftest.$ac_ext >&5 | |
| 3312 fi | |
| 3313 rm -f conftest* | |
| 3314 done | |
| 3315 CC="$ac_save_CC" | |
| 3316 | |
| 3317 fi | |
| 3318 | |
| 3319 case "x$ac_cv_prog_cc_stdc" in | |
| 3320 x|xno) | |
| 3321 echo "$ac_t""none needed" 1>&6 ;; | |
| 3322 *) | |
| 3323 echo "$ac_t""$ac_cv_prog_cc_stdc" 1>&6 | |
| 3324 CC="$CC $ac_cv_prog_cc_stdc" ;; | |
| 3325 esac | |
| 3326 | |
| 3327 echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 | |
| 34431 | 3328 echo "configure:3329: checking for function prototypes" >&5 |
| 28060 | 3329 if test "$ac_cv_prog_cc_stdc" != no; then |
| 3330 echo "$ac_t""yes" 1>&6 | |
| 3331 cat >> confdefs.h <<\EOF | |
| 3332 #define PROTOTYPES 1 | |
| 3333 EOF | |
| 3334 | |
| 3335 else | |
| 3336 echo "$ac_t""no" 1>&6 | |
| 3337 fi | |
| 3338 | |
| 3339 echo $ac_n "checking for working volatile""... $ac_c" 1>&6 | |
| 34431 | 3340 echo "configure:3341: checking for working volatile" >&5 |
| 28060 | 3341 if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then |
| 3342 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3343 else | |
| 3344 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3345 #line 3346 "configure" |
| 28060 | 3346 #include "confdefs.h" |
| 3347 | |
| 3348 int main() { | |
| 3349 | |
| 3350 volatile int x; | |
| 3351 int * volatile y; | |
| 3352 ; return 0; } | |
| 3353 EOF | |
| 34431 | 3354 if { (eval echo configure:3355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 28060 | 3355 rm -rf conftest* |
| 3356 ac_cv_c_volatile=yes | |
| 3357 else | |
| 3358 echo "configure: failed program was:" >&5 | |
| 3359 cat conftest.$ac_ext >&5 | |
| 3360 rm -rf conftest* | |
| 3361 ac_cv_c_volatile=no | |
| 3362 fi | |
| 3363 rm -f conftest* | |
| 3364 fi | |
| 3365 | |
| 3366 echo "$ac_t""$ac_cv_c_volatile" 1>&6 | |
| 3367 if test $ac_cv_c_volatile = no; then | |
| 3368 cat >> confdefs.h <<\EOF | |
| 3369 #define volatile | |
| 3370 EOF | |
| 3371 | |
| 3372 fi | |
| 3373 | |
| 25897 | 3374 echo $ac_n "checking for working const""... $ac_c" 1>&6 |
| 34431 | 3375 echo "configure:3376: checking for working const" >&5 |
| 25897 | 3376 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
| 3377 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3378 else | |
| 3379 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3380 #line 3381 "configure" |
| 25897 | 3381 #include "confdefs.h" |
| 3382 | |
| 3383 int main() { | |
| 3384 | |
| 3385 /* Ultrix mips cc rejects this. */ | |
| 33677 | 3386 typedef int charset[2]; const charset x; |
| 25897 | 3387 /* SunOS 4.1.1 cc rejects this. */ |
| 3388 char const *const *ccp; | |
| 3389 char **p; | |
| 3390 /* NEC SVR4.0.2 mips cc rejects this. */ | |
| 3391 struct point {int x, y;}; | |
| 3392 static struct point const zero = {0,0}; | |
| 3393 /* AIX XL C 1.02.0.0 rejects this. | |
| 3394 It does not let you subtract one const X* pointer from another in an arm | |
| 3395 of an if-expression whose if-part is not a constant expression */ | |
| 3396 const char *g = "string"; | |
| 3397 ccp = &g + (g ? g-g : 0); | |
| 3398 /* HPUX 7.0 cc rejects these. */ | |
| 3399 ++ccp; | |
| 3400 p = (char**) ccp; | |
| 3401 ccp = (char const *const *) p; | |
| 3402 { /* SCO 3.2v4 cc rejects this. */ | |
| 3403 char *t; | |
| 3404 char const *s = 0 ? (char *) 0 : (char const *) 0; | |
| 3405 | |
| 3406 *t++ = 0; | |
| 3407 } | |
| 3408 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
| 3409 int x[] = {25, 17}; | |
| 3410 const int *foo = &x[0]; | |
| 3411 ++foo; | |
| 3412 } | |
| 3413 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
| 3414 typedef const int *iptr; | |
| 3415 iptr p = 0; | |
| 3416 ++p; | |
| 3417 } | |
| 3418 { /* AIX XL C 1.02.0.0 rejects this saying | |
| 3419 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
| 3420 struct s { int j; const int *ap[3]; }; | |
| 3421 struct s *b; b->j = 5; | |
| 3422 } | |
| 3423 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
| 3424 const int foo = 10; | |
| 3425 } | |
| 3426 | |
| 3427 ; return 0; } | |
| 3428 EOF | |
| 34431 | 3429 if { (eval echo configure:3430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 3430 rm -rf conftest* |
| 3431 ac_cv_c_const=yes | |
| 3432 else | |
| 3433 echo "configure: failed program was:" >&5 | |
| 3434 cat conftest.$ac_ext >&5 | |
| 3435 rm -rf conftest* | |
| 3436 ac_cv_c_const=no | |
| 3437 fi | |
| 3438 rm -f conftest* | |
| 3439 fi | |
| 3440 | |
| 3441 echo "$ac_t""$ac_cv_c_const" 1>&6 | |
| 3442 if test $ac_cv_c_const = no; then | |
| 3443 cat >> confdefs.h <<\EOF | |
| 3444 #define const | |
| 3445 EOF | |
| 3446 | |
| 3447 fi | |
| 3448 | |
| 28060 | 3449 echo $ac_n "checking for void * support""... $ac_c" 1>&6 |
| 34431 | 3450 echo "configure:3451: checking for void * support" >&5 |
| 28060 | 3451 if eval "test \"`echo '$''{'emacs_cv_void_star'+set}'`\" = set"; then |
| 3452 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3453 else | |
| 3454 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3455 #line 3456 "configure" |
| 28060 | 3456 #include "confdefs.h" |
| 3457 | |
| 3458 int main() { | |
| 3459 void * foo; | |
| 3460 ; return 0; } | |
| 3461 EOF | |
| 34431 | 3462 if { (eval echo configure:3463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 28060 | 3463 rm -rf conftest* |
| 3464 emacs_cv_void_star=yes | |
| 3465 else | |
| 3466 echo "configure: failed program was:" >&5 | |
| 3467 cat conftest.$ac_ext >&5 | |
| 3468 rm -rf conftest* | |
| 3469 emacs_cv_void_star=no | |
| 3470 fi | |
| 3471 rm -f conftest* | |
| 3472 fi | |
| 3473 | |
| 3474 echo "$ac_t""$emacs_cv_void_star" 1>&6 | |
| 3475 if test $emacs_cv_void_star = yes; then | |
| 3476 cat >> confdefs.h <<\EOF | |
| 3477 #define POINTER_TYPE void | |
| 3478 EOF | |
| 3479 | |
| 3480 else | |
| 3481 cat >> confdefs.h <<\EOF | |
| 3482 #define POINTER_TYPE char | |
| 3483 EOF | |
| 3484 | |
| 3485 fi | |
| 25897 | 3486 |
| 3487 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 | |
| 34431 | 3488 echo "configure:3489: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
| 25897 | 3489 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
| 3490 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then | |
| 3491 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3492 else | |
| 3493 cat > conftestmake <<\EOF | |
| 3494 all: | |
| 3495 @echo 'ac_maketemp="${MAKE}"' | |
| 3496 EOF | |
| 3497 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
| 3498 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` | |
| 3499 if test -n "$ac_maketemp"; then | |
| 3500 eval ac_cv_prog_make_${ac_make}_set=yes | |
| 3501 else | |
| 3502 eval ac_cv_prog_make_${ac_make}_set=no | |
| 3503 fi | |
| 3504 rm -f conftestmake | |
| 3505 fi | |
| 3506 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
| 3507 echo "$ac_t""yes" 1>&6 | |
| 3508 SET_MAKE= | |
| 3509 else | |
| 3510 echo "$ac_t""no" 1>&6 | |
| 3511 SET_MAKE="MAKE=${MAKE-make}" | |
| 3512 fi | |
| 3513 | |
| 3514 | |
| 3515 echo $ac_n "checking for long file names""... $ac_c" 1>&6 | |
| 34431 | 3516 echo "configure:3517: checking for long file names" >&5 |
| 25897 | 3517 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then |
| 3518 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3519 else | |
| 3520 ac_cv_sys_long_file_names=yes | |
| 3521 # Test for long file names in all the places we know might matter: | |
| 3522 # . the current directory, where building will happen | |
| 3523 # $prefix/lib where we will be installing things | |
| 3524 # $exec_prefix/lib likewise | |
| 3525 # eval it to expand exec_prefix. | |
| 3526 # $TMPDIR if set, where it might want to write temporary files | |
| 3527 # if $TMPDIR is not set: | |
| 3528 # /tmp where it might want to write temporary files | |
| 3529 # /var/tmp likewise | |
| 3530 # /usr/tmp likewise | |
| 3531 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then | |
| 3532 ac_tmpdirs="$TMPDIR" | |
| 3533 else | |
| 3534 ac_tmpdirs='/tmp /var/tmp /usr/tmp' | |
| 3535 fi | |
| 3536 for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do | |
| 3537 test -d $ac_dir || continue | |
| 3538 test -w $ac_dir || continue # It is less confusing to not echo anything here. | |
| 3539 (echo 1 > $ac_dir/conftest9012345) 2>/dev/null | |
| 3540 (echo 2 > $ac_dir/conftest9012346) 2>/dev/null | |
| 3541 val=`cat $ac_dir/conftest9012345 2>/dev/null` | |
| 3542 if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then | |
| 3543 ac_cv_sys_long_file_names=no | |
| 3544 rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null | |
| 3545 break | |
| 3546 fi | |
| 3547 rm -f $ac_dir/conftest9012345 $ac_dir/conftest9012346 2>/dev/null | |
| 3548 done | |
| 3549 fi | |
| 3550 | |
| 3551 echo "$ac_t""$ac_cv_sys_long_file_names" 1>&6 | |
| 3552 if test $ac_cv_sys_long_file_names = yes; then | |
| 3553 cat >> confdefs.h <<\EOF | |
| 3554 #define HAVE_LONG_FILE_NAMES 1 | |
| 3555 EOF | |
| 3556 | |
| 3557 fi | |
| 3558 | |
| 3559 | |
| 3560 #### Choose a window system. | |
| 3561 | |
| 3562 # If we find X, set shell vars x_includes and x_libraries to the | |
| 3563 # paths, otherwise set no_x=yes. | |
| 3564 # Uses ac_ vars as temps to allow command line to override cache and checks. | |
| 3565 # --without-x overrides everything else, but does not touch the cache. | |
| 3566 echo $ac_n "checking for X""... $ac_c" 1>&6 | |
| 34431 | 3567 echo "configure:3568: checking for X" >&5 |
| 25897 | 3568 |
| 3569 # Check whether --with-x or --without-x was given. | |
| 3570 if test "${with_x+set}" = set; then | |
| 3571 withval="$with_x" | |
| 3572 : | |
| 3573 fi | |
| 3574 | |
| 3575 # $have_x is `yes', `no', `disabled', or empty when we do not yet know. | |
| 3576 if test "x$with_x" = xno; then | |
| 3577 # The user explicitly disabled X. | |
| 3578 have_x=disabled | |
| 3579 else | |
| 3580 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
| 3581 # Both variables are already set. | |
| 3582 have_x=yes | |
| 3583 else | |
| 3584 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then | |
| 3585 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3586 else | |
| 3587 # One or both of the vars are not set, and there is no cached value. | |
| 3588 ac_x_includes=NO ac_x_libraries=NO | |
| 3589 rm -fr conftestdir | |
| 3590 if mkdir conftestdir; then | |
| 3591 cd conftestdir | |
| 3592 # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
| 3593 cat > Imakefile <<'EOF' | |
| 3594 acfindx: | |
| 3595 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
| 3596 EOF | |
| 3597 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
| 3598 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
| 3599 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
| 3600 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
| 3601 for ac_extension in a so sl; do | |
| 3602 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
| 3603 test -f $ac_im_libdir/libX11.$ac_extension; then | |
| 3604 ac_im_usrlibdir=$ac_im_libdir; break | |
| 3605 fi | |
| 3606 done | |
| 3607 # Screen out bogus values from the imake configuration. They are | |
| 3608 # bogus both because they are the default anyway, and because | |
| 3609 # using them would break gcc on systems where it needs fixed includes. | |
| 3610 case "$ac_im_incroot" in | |
| 3611 /usr/include) ;; | |
| 3612 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; | |
| 3613 esac | |
| 3614 case "$ac_im_usrlibdir" in | |
| 3615 /usr/lib | /lib) ;; | |
| 3616 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; | |
| 3617 esac | |
| 3618 fi | |
| 3619 cd .. | |
| 3620 rm -fr conftestdir | |
| 3621 fi | |
| 3622 | |
| 3623 if test "$ac_x_includes" = NO; then | |
| 3624 # Guess where to find include files, by looking for this one X11 .h file. | |
| 3625 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h | |
| 3626 | |
| 3627 # First, try using that file with no special directory specified. | |
| 3628 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3629 #line 3630 "configure" |
| 25897 | 3630 #include "confdefs.h" |
| 3631 #include <$x_direct_test_include> | |
| 3632 EOF | |
| 3633 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 34431 | 3634 { (eval echo configure:3635: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 3635 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 3636 if test -z "$ac_err"; then |
| 3637 rm -rf conftest* | |
| 3638 # We can compile using X headers with no special include directory. | |
| 3639 ac_x_includes= | |
| 3640 else | |
| 3641 echo "$ac_err" >&5 | |
| 3642 echo "configure: failed program was:" >&5 | |
| 3643 cat conftest.$ac_ext >&5 | |
| 3644 rm -rf conftest* | |
| 3645 # Look for the header file in a standard set of common directories. | |
| 3646 # Check X11 before X11Rn because it is often a symlink to the current release. | |
| 3647 for ac_dir in \ | |
| 3648 /usr/X11/include \ | |
| 3649 /usr/X11R6/include \ | |
| 3650 /usr/X11R5/include \ | |
| 3651 /usr/X11R4/include \ | |
| 3652 \ | |
| 3653 /usr/include/X11 \ | |
| 3654 /usr/include/X11R6 \ | |
| 3655 /usr/include/X11R5 \ | |
| 3656 /usr/include/X11R4 \ | |
| 3657 \ | |
| 3658 /usr/local/X11/include \ | |
| 3659 /usr/local/X11R6/include \ | |
| 3660 /usr/local/X11R5/include \ | |
| 3661 /usr/local/X11R4/include \ | |
| 3662 \ | |
| 3663 /usr/local/include/X11 \ | |
| 3664 /usr/local/include/X11R6 \ | |
| 3665 /usr/local/include/X11R5 \ | |
| 3666 /usr/local/include/X11R4 \ | |
| 3667 \ | |
| 3668 /usr/X386/include \ | |
| 3669 /usr/x386/include \ | |
| 3670 /usr/XFree86/include/X11 \ | |
| 3671 \ | |
| 3672 /usr/include \ | |
| 3673 /usr/local/include \ | |
| 3674 /usr/unsupported/include \ | |
| 3675 /usr/athena/include \ | |
| 3676 /usr/local/x11r5/include \ | |
| 3677 /usr/lpp/Xamples/include \ | |
| 3678 \ | |
| 3679 /usr/openwin/include \ | |
| 3680 /usr/openwin/share/include \ | |
| 3681 ; \ | |
| 3682 do | |
| 3683 if test -r "$ac_dir/$x_direct_test_include"; then | |
| 3684 ac_x_includes=$ac_dir | |
| 3685 break | |
| 3686 fi | |
| 3687 done | |
| 3688 fi | |
| 3689 rm -f conftest* | |
| 3690 fi # $ac_x_includes = NO | |
| 3691 | |
| 3692 if test "$ac_x_libraries" = NO; then | |
| 3693 # Check for the libraries. | |
| 3694 | |
| 3695 test -z "$x_direct_test_library" && x_direct_test_library=Xt | |
| 3696 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc | |
| 3697 | |
| 3698 # See if we find them without any special options. | |
| 3699 # Don't add to $LIBS permanently. | |
| 3700 ac_save_LIBS="$LIBS" | |
| 3701 LIBS="-l$x_direct_test_library $LIBS" | |
| 3702 cat > conftest.$ac_ext <<EOF | |
| 34431 | 3703 #line 3704 "configure" |
| 25897 | 3704 #include "confdefs.h" |
| 3705 | |
| 3706 int main() { | |
| 3707 ${x_direct_test_function}() | |
| 3708 ; return 0; } | |
| 3709 EOF | |
| 34431 | 3710 if { (eval echo configure:3711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 3711 rm -rf conftest* |
| 3712 LIBS="$ac_save_LIBS" | |
| 3713 # We can link X programs with no special library path. | |
| 3714 ac_x_libraries= | |
| 3715 else | |
| 3716 echo "configure: failed program was:" >&5 | |
| 3717 cat conftest.$ac_ext >&5 | |
| 3718 rm -rf conftest* | |
| 3719 LIBS="$ac_save_LIBS" | |
| 3720 # First see if replacing the include by lib works. | |
| 3721 # Check X11 before X11Rn because it is often a symlink to the current release. | |
| 3722 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ | |
| 3723 /usr/X11/lib \ | |
| 3724 /usr/X11R6/lib \ | |
| 3725 /usr/X11R5/lib \ | |
| 3726 /usr/X11R4/lib \ | |
| 3727 \ | |
| 3728 /usr/lib/X11 \ | |
| 3729 /usr/lib/X11R6 \ | |
| 3730 /usr/lib/X11R5 \ | |
| 3731 /usr/lib/X11R4 \ | |
| 3732 \ | |
| 3733 /usr/local/X11/lib \ | |
| 3734 /usr/local/X11R6/lib \ | |
| 3735 /usr/local/X11R5/lib \ | |
| 3736 /usr/local/X11R4/lib \ | |
| 3737 \ | |
| 3738 /usr/local/lib/X11 \ | |
| 3739 /usr/local/lib/X11R6 \ | |
| 3740 /usr/local/lib/X11R5 \ | |
| 3741 /usr/local/lib/X11R4 \ | |
| 3742 \ | |
| 3743 /usr/X386/lib \ | |
| 3744 /usr/x386/lib \ | |
| 3745 /usr/XFree86/lib/X11 \ | |
| 3746 \ | |
| 3747 /usr/lib \ | |
| 3748 /usr/local/lib \ | |
| 3749 /usr/unsupported/lib \ | |
| 3750 /usr/athena/lib \ | |
| 3751 /usr/local/x11r5/lib \ | |
| 3752 /usr/lpp/Xamples/lib \ | |
| 3753 /lib/usr/lib/X11 \ | |
| 3754 \ | |
| 3755 /usr/openwin/lib \ | |
| 3756 /usr/openwin/share/lib \ | |
| 3757 ; \ | |
| 3758 do | |
| 3759 for ac_extension in a so sl; do | |
| 3760 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then | |
| 3761 ac_x_libraries=$ac_dir | |
| 3762 break 2 | |
| 3763 fi | |
| 3764 done | |
| 3765 done | |
| 3766 fi | |
| 3767 rm -f conftest* | |
| 3768 fi # $ac_x_libraries = NO | |
| 3769 | |
| 3770 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then | |
| 3771 # Didn't find X anywhere. Cache the known absence of X. | |
| 3772 ac_cv_have_x="have_x=no" | |
| 3773 else | |
| 3774 # Record where we found X for the cache. | |
| 3775 ac_cv_have_x="have_x=yes \ | |
| 3776 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | |
| 3777 fi | |
| 3778 fi | |
| 3779 fi | |
| 3780 eval "$ac_cv_have_x" | |
| 3781 fi # $with_x != no | |
| 3782 | |
| 3783 if test "$have_x" != yes; then | |
| 3784 echo "$ac_t""$have_x" 1>&6 | |
| 3785 no_x=yes | |
| 3786 else | |
| 3787 # If each of the values was on the command line, it overrides each guess. | |
| 3788 test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
| 3789 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
| 3790 # Update the cache value to reflect the command line values. | |
| 3791 ac_cv_have_x="have_x=yes \ | |
| 3792 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
| 3793 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 | |
| 3794 fi | |
| 3795 | |
| 3796 if test "$no_x" = yes; then | |
| 3797 window_system=none | |
| 3798 else | |
| 3799 window_system=x11 | |
| 3800 fi | |
| 3801 | |
| 3802 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
| 3803 LD_SWITCH_X_SITE=-L`echo ${x_libraries} | sed -e "s/:/ -L/g"` | |
| 3804 LD_SWITCH_X_SITE_AUX=-R`echo ${x_libraries} | sed -e "s/:/ -R/g"` | |
| 3805 x_default_search_path="" | |
| 3806 for x_library in `echo ${x_libraries} | sed -e "s/:/ /g"`; do | |
| 35666 | 3807 x_search_path="\ |
| 3808 ${x_library}/X11/%L/%T/%N%C%S:\ | |
| 3809 ${x_library}/X11/%l/%T/%N%C%S:\ | |
| 3810 ${x_library}/X11/%T/%N%C%S:\ | |
| 3811 ${x_library}/X11/%L/%T/%N%S:\ | |
| 3812 ${x_library}/X11/%l/%T/%N%S:\ | |
| 3813 ${x_library}/X11/%T/%N%S" | |
| 25897 | 3814 if test x"${x_default_search_path}" = x; then |
| 3815 x_default_search_path=${x_search_path} | |
| 3816 else | |
| 3817 x_default_search_path="${x_search_path}:${x_default_search_path}" | |
| 3818 fi | |
| 3819 done | |
| 3820 fi | |
| 3821 if test "${x_includes}" != NONE && test -n "${x_includes}"; then | |
| 3822 C_SWITCH_X_SITE=-I`echo ${x_includes} | sed -e "s/:/ -I/g"` | |
| 3823 fi | |
| 3824 | |
| 3825 if test x"${x_includes}" = x; then | |
| 3826 bitmapdir=/usr/include/X11/bitmaps | |
| 3827 else | |
| 3828 # accumulate include directories that have X11 bitmap subdirectories | |
| 3829 bmd_acc="dummyval" | |
| 3830 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do | |
| 3831 if test -d "${bmd}/X11/bitmaps"; then | |
| 3832 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps" | |
| 26502 | 3833 fi |
| 3834 if test -d "${bmd}/bitmaps"; then | |
| 25897 | 3835 bmd_acc="${bmd_acc}:${bmd}/bitmaps" |
| 3836 fi | |
| 3837 done | |
| 3838 if test ${bmd_acc} != "dummyval"; then | |
| 3839 bitmapdir=`echo ${bmd_acc} | sed -e "s/^dummyval://"` | |
| 3840 fi | |
| 3841 fi | |
| 3842 | |
| 3843 case "${window_system}" in | |
| 3844 x11 ) | |
| 3845 HAVE_X_WINDOWS=yes | |
| 3846 HAVE_X11=yes | |
| 3847 case "${with_x_toolkit}" in | |
| 3848 athena | lucid ) USE_X_TOOLKIT=LUCID ;; | |
| 3849 motif ) USE_X_TOOLKIT=MOTIF ;; | |
| 3850 no ) USE_X_TOOLKIT=none ;; | |
| 3851 * ) USE_X_TOOLKIT=maybe ;; | |
| 3852 esac | |
| 3853 ;; | |
| 3854 none ) | |
| 3855 HAVE_X_WINDOWS=no | |
| 3856 HAVE_X11=no | |
| 3857 USE_X_TOOLKIT=none | |
| 3858 ;; | |
| 3859 esac | |
| 3860 | |
| 3861 ### If we're using X11, we should use the X menu package. | |
| 3862 HAVE_MENUS=no | |
| 3863 case ${HAVE_X11} in | |
| 3864 yes ) HAVE_MENUS=yes ;; | |
| 3865 esac | |
| 3866 | |
| 3867 if test "${opsys}" = "hpux9"; then | |
| 3868 case "${x_libraries}" in | |
| 3869 *X11R4* ) | |
| 3870 opsysfile="s/hpux9-x11r4.h" | |
| 3871 ;; | |
| 3872 esac | |
| 3873 fi | |
| 3874 | |
| 3875 if test "${opsys}" = "hpux9shr"; then | |
| 3876 case "${x_libraries}" in | |
| 3877 *X11R4* ) | |
| 3878 opsysfile="s/hpux9shxr4.h" | |
| 3879 ;; | |
| 3880 esac | |
| 3881 fi | |
| 3882 | |
| 3883 ### Compute the unexec source name from the object name. | |
| 3884 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" | |
| 3885 | |
| 3886 # Do the opsystem or machine files prohibit the use of the GNU malloc? | |
| 3887 # Assume not, until told otherwise. | |
| 3888 GNU_MALLOC=yes | |
| 3889 doug_lea_malloc=yes | |
| 3890 echo $ac_n "checking for malloc_get_state""... $ac_c" 1>&6 | |
| 35666 | 3891 echo "configure:3892: checking for malloc_get_state" >&5 |
| 25897 | 3892 if eval "test \"`echo '$''{'ac_cv_func_malloc_get_state'+set}'`\" = set"; then |
| 3893 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3894 else | |
| 3895 cat > conftest.$ac_ext <<EOF | |
| 35666 | 3896 #line 3897 "configure" |
| 25897 | 3897 #include "confdefs.h" |
| 3898 /* System header to define __stub macros and hopefully few prototypes, | |
| 3899 which can conflict with char malloc_get_state(); below. */ | |
| 3900 #include <assert.h> | |
| 3901 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 3902 /* We use char because int might match the return type of a gcc2 | |
| 3903 builtin and then its argument prototype would still apply. */ | |
| 3904 char malloc_get_state(); | |
| 3905 | |
| 3906 int main() { | |
| 3907 | |
| 3908 /* The GNU C library defines this for functions which it implements | |
| 3909 to always fail with ENOSYS. Some functions are actually named | |
| 3910 something starting with __ and the normal name is an alias. */ | |
| 3911 #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) | |
| 3912 choke me | |
| 3913 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
3914 malloc_get_state(); |
| 25897 | 3915 #endif |
| 3916 | |
| 3917 ; return 0; } | |
| 3918 EOF | |
| 35666 | 3919 if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 3920 rm -rf conftest* |
| 3921 eval "ac_cv_func_malloc_get_state=yes" | |
| 3922 else | |
| 3923 echo "configure: failed program was:" >&5 | |
| 3924 cat conftest.$ac_ext >&5 | |
| 3925 rm -rf conftest* | |
| 3926 eval "ac_cv_func_malloc_get_state=no" | |
| 3927 fi | |
| 3928 rm -f conftest* | |
| 3929 fi | |
| 3930 | |
| 3931 if eval "test \"`echo '$ac_cv_func_'malloc_get_state`\" = yes"; then | |
| 3932 echo "$ac_t""yes" 1>&6 | |
| 3933 : | |
| 3934 else | |
| 3935 echo "$ac_t""no" 1>&6 | |
| 3936 doug_lea_malloc=no | |
| 3937 fi | |
| 3938 | |
| 3939 echo $ac_n "checking for malloc_set_state""... $ac_c" 1>&6 | |
| 35666 | 3940 echo "configure:3941: checking for malloc_set_state" >&5 |
| 25897 | 3941 if eval "test \"`echo '$''{'ac_cv_func_malloc_set_state'+set}'`\" = set"; then |
| 3942 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3943 else | |
| 3944 cat > conftest.$ac_ext <<EOF | |
| 35666 | 3945 #line 3946 "configure" |
| 25897 | 3946 #include "confdefs.h" |
| 3947 /* System header to define __stub macros and hopefully few prototypes, | |
| 3948 which can conflict with char malloc_set_state(); below. */ | |
| 3949 #include <assert.h> | |
| 3950 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 3951 /* We use char because int might match the return type of a gcc2 | |
| 3952 builtin and then its argument prototype would still apply. */ | |
| 3953 char malloc_set_state(); | |
| 3954 | |
| 3955 int main() { | |
| 3956 | |
| 3957 /* The GNU C library defines this for functions which it implements | |
| 3958 to always fail with ENOSYS. Some functions are actually named | |
| 3959 something starting with __ and the normal name is an alias. */ | |
| 3960 #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) | |
| 3961 choke me | |
| 3962 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
3963 malloc_set_state(); |
| 25897 | 3964 #endif |
| 3965 | |
| 3966 ; return 0; } | |
| 3967 EOF | |
| 35666 | 3968 if { (eval echo configure:3969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 3969 rm -rf conftest* |
| 3970 eval "ac_cv_func_malloc_set_state=yes" | |
| 3971 else | |
| 3972 echo "configure: failed program was:" >&5 | |
| 3973 cat conftest.$ac_ext >&5 | |
| 3974 rm -rf conftest* | |
| 3975 eval "ac_cv_func_malloc_set_state=no" | |
| 3976 fi | |
| 3977 rm -f conftest* | |
| 3978 fi | |
| 3979 | |
| 3980 if eval "test \"`echo '$ac_cv_func_'malloc_set_state`\" = yes"; then | |
| 3981 echo "$ac_t""yes" 1>&6 | |
| 3982 : | |
| 3983 else | |
| 3984 echo "$ac_t""no" 1>&6 | |
| 3985 doug_lea_malloc=no | |
| 3986 fi | |
| 3987 | |
| 3988 echo $ac_n "checking whether __after_morecore_hook exists""... $ac_c" 1>&6 | |
| 35666 | 3989 echo "configure:3990: checking whether __after_morecore_hook exists" >&5 |
| 25897 | 3990 if eval "test \"`echo '$''{'emacs_cv_var___after_morecore_hook'+set}'`\" = set"; then |
| 3991 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 3992 else | |
| 3993 cat > conftest.$ac_ext <<EOF | |
| 35666 | 3994 #line 3995 "configure" |
| 25897 | 3995 #include "confdefs.h" |
| 3996 extern void (* __after_morecore_hook)(); | |
| 3997 int main() { | |
| 3998 __after_morecore_hook = 0 | |
| 3999 ; return 0; } | |
| 4000 EOF | |
| 35666 | 4001 if { (eval echo configure:4002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4002 rm -rf conftest* |
| 4003 emacs_cv_var___after_morecore_hook=yes | |
| 4004 else | |
| 4005 echo "configure: failed program was:" >&5 | |
| 4006 cat conftest.$ac_ext >&5 | |
| 4007 rm -rf conftest* | |
| 4008 emacs_cv_var___after_morecore_hook=no | |
| 4009 fi | |
| 4010 rm -f conftest* | |
| 4011 fi | |
| 4012 | |
| 4013 echo "$ac_t""$emacs_cv_var___after_morecore_hook" 1>&6 | |
| 4014 if test $emacs_cv_var___after_morecore_hook = no; then | |
| 4015 doug_lea_malloc=no | |
| 4016 fi | |
| 4017 if test "${system_malloc}" = "yes"; then | |
| 4018 GNU_MALLOC=no | |
| 4019 GNU_MALLOC_reason=" | |
| 4020 (The GNU allocators don't work with this system configuration.)" | |
| 4021 fi | |
| 4022 if test "$doug_lea_malloc" = "yes" ; then | |
| 4023 if test "$GNU_MALLOC" = yes ; then | |
| 4024 GNU_MALLOC_reason=" | |
| 4025 (Using Doug Lea's new malloc from the GNU C Library.)" | |
| 4026 fi | |
| 4027 cat >> confdefs.h <<\EOF | |
| 4028 #define DOUG_LEA_MALLOC 1 | |
| 4029 EOF | |
| 4030 | |
| 4031 fi | |
| 4032 | |
| 4033 if test x"${REL_ALLOC}" = x; then | |
| 4034 REL_ALLOC=${GNU_MALLOC} | |
| 4035 fi | |
| 4036 | |
| 31994 | 4037 |
| 31512 | 4038 for ac_hdr in stdlib.h unistd.h sys/stat.h |
| 31417 | 4039 do |
| 4040 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
| 4041 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
| 35666 | 4042 echo "configure:4043: checking for $ac_hdr" >&5 |
| 31417 | 4043 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4044 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4045 else | |
| 4046 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4047 #line 4048 "configure" |
| 31417 | 4048 #include "confdefs.h" |
| 4049 #include <$ac_hdr> | |
| 4050 EOF | |
| 4051 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 35666 | 4052 { (eval echo configure:4053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 31417 | 4053 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 4054 if test -z "$ac_err"; then | |
| 4055 rm -rf conftest* | |
| 4056 eval "ac_cv_header_$ac_safe=yes" | |
| 4057 else | |
| 4058 echo "$ac_err" >&5 | |
| 4059 echo "configure: failed program was:" >&5 | |
| 4060 cat conftest.$ac_ext >&5 | |
| 4061 rm -rf conftest* | |
| 4062 eval "ac_cv_header_$ac_safe=no" | |
| 4063 fi | |
| 4064 rm -f conftest* | |
| 4065 fi | |
| 4066 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 4067 echo "$ac_t""yes" 1>&6 | |
| 4068 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
| 4069 cat >> confdefs.h <<EOF | |
| 4070 #define $ac_tr_hdr 1 | |
| 4071 EOF | |
| 4072 | |
| 4073 else | |
| 4074 echo "$ac_t""no" 1>&6 | |
| 4075 fi | |
| 4076 done | |
| 4077 | |
| 4078 for ac_func in getpagesize | |
| 4079 do | |
| 4080 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 35666 | 4081 echo "configure:4082: checking for $ac_func" >&5 |
| 31417 | 4082 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 4083 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4084 else | |
| 4085 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4086 #line 4087 "configure" |
| 31417 | 4087 #include "confdefs.h" |
| 4088 /* System header to define __stub macros and hopefully few prototypes, | |
| 4089 which can conflict with char $ac_func(); below. */ | |
| 4090 #include <assert.h> | |
| 4091 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4092 /* We use char because int might match the return type of a gcc2 | |
| 4093 builtin and then its argument prototype would still apply. */ | |
| 4094 char $ac_func(); | |
| 4095 | |
| 4096 int main() { | |
| 4097 | |
| 4098 /* The GNU C library defines this for functions which it implements | |
| 4099 to always fail with ENOSYS. Some functions are actually named | |
| 4100 something starting with __ and the normal name is an alias. */ | |
| 4101 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 4102 choke me | |
| 4103 #else | |
| 4104 $ac_func(); | |
| 4105 #endif | |
| 4106 | |
| 4107 ; return 0; } | |
| 4108 EOF | |
| 35666 | 4109 if { (eval echo configure:4110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 31417 | 4110 rm -rf conftest* |
| 4111 eval "ac_cv_func_$ac_func=yes" | |
| 4112 else | |
| 4113 echo "configure: failed program was:" >&5 | |
| 4114 cat conftest.$ac_ext >&5 | |
| 4115 rm -rf conftest* | |
| 4116 eval "ac_cv_func_$ac_func=no" | |
| 4117 fi | |
| 4118 rm -f conftest* | |
| 4119 fi | |
| 4120 | |
| 4121 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 4122 echo "$ac_t""yes" 1>&6 | |
| 4123 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 4124 cat >> confdefs.h <<EOF | |
| 4125 #define $ac_tr_func 1 | |
| 4126 EOF | |
| 4127 | |
| 4128 else | |
| 4129 echo "$ac_t""no" 1>&6 | |
| 4130 fi | |
| 4131 done | |
| 4132 | |
| 4133 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 | |
| 35666 | 4134 echo "configure:4135: checking for working mmap" >&5 |
| 31417 | 4135 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then |
| 4136 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4137 else | |
| 4138 if test "$cross_compiling" = yes; then | |
| 4139 ac_cv_func_mmap_fixed_mapped=no | |
| 4140 else | |
| 4141 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4142 #line 4143 "configure" |
| 31417 | 4143 #include "confdefs.h" |
| 4144 /* Thanks to Mike Haertel and Jim Avera for this test. | |
| 4145 Here is a matrix of mmap possibilities: | |
| 4146 mmap private not fixed | |
| 4147 mmap private fixed at somewhere currently unmapped | |
| 4148 mmap private fixed at somewhere already mapped | |
| 4149 mmap shared not fixed | |
| 4150 mmap shared fixed at somewhere currently unmapped | |
| 4151 mmap shared fixed at somewhere already mapped | |
| 4152 For private mappings, we should verify that changes cannot be read() | |
| 4153 back from the file, nor mmap's back from the file at a different | |
| 4154 address. (There have been systems where private was not correctly | |
| 4155 implemented like the infamous i386 svr4.0, and systems where the | |
| 31512 | 4156 VM page cache was not coherent with the file system buffer cache |
| 31417 | 4157 like early versions of FreeBSD and possibly contemporary NetBSD.) |
| 4158 For shared mappings, we should conversely verify that changes get | |
| 4159 propogated back to all the places they're supposed to be. | |
| 4160 | |
| 4161 Grep wants private fixed already mapped. | |
| 4162 The main things grep needs to know about mmap are: | |
| 4163 * does it exist and is it safe to write into the mmap'd area | |
| 4164 * how to use it (BSD variants) */ | |
| 4165 #include <sys/types.h> | |
| 4166 #include <fcntl.h> | |
| 4167 #include <sys/mman.h> | |
| 4168 | |
| 31512 | 4169 #if STDC_HEADERS || HAVE_STDLIB_H |
| 4170 # include <stdlib.h> | |
| 4171 #else | |
| 4172 char *malloc (); | |
| 4173 #endif | |
| 4174 #if HAVE_UNISTD_H | |
| 4175 # include <unistd.h> | |
| 4176 #endif | |
| 4177 #if HAVE_SYS_STAT_H | |
| 4178 # include <sys/stat.h> | |
| 4179 #endif | |
| 4180 | |
| 31417 | 4181 /* This mess was copied from the GNU getpagesize.h. */ |
| 31512 | 4182 #if !HAVE_GETPAGESIZE |
| 31417 | 4183 /* Assume that all systems that can run configure have sys/param.h. */ |
| 31512 | 4184 # if !HAVE_SYS_PARAM_H |
| 31417 | 4185 # define HAVE_SYS_PARAM_H 1 |
| 4186 # endif | |
| 4187 | |
| 4188 # ifdef _SC_PAGESIZE | |
| 4189 # define getpagesize() sysconf(_SC_PAGESIZE) | |
| 4190 # else /* no _SC_PAGESIZE */ | |
| 31512 | 4191 # if HAVE_SYS_PARAM_H |
| 31417 | 4192 # include <sys/param.h> |
| 4193 # ifdef EXEC_PAGESIZE | |
| 4194 # define getpagesize() EXEC_PAGESIZE | |
| 4195 # else /* no EXEC_PAGESIZE */ | |
| 4196 # ifdef NBPG | |
| 4197 # define getpagesize() NBPG * CLSIZE | |
| 4198 # ifndef CLSIZE | |
| 4199 # define CLSIZE 1 | |
| 4200 # endif /* no CLSIZE */ | |
| 4201 # else /* no NBPG */ | |
| 4202 # ifdef NBPC | |
| 4203 # define getpagesize() NBPC | |
| 4204 # else /* no NBPC */ | |
| 4205 # ifdef PAGESIZE | |
| 4206 # define getpagesize() PAGESIZE | |
| 4207 # endif /* PAGESIZE */ | |
| 4208 # endif /* no NBPC */ | |
| 4209 # endif /* no NBPG */ | |
| 4210 # endif /* no EXEC_PAGESIZE */ | |
| 4211 # else /* no HAVE_SYS_PARAM_H */ | |
| 4212 # define getpagesize() 8192 /* punt totally */ | |
| 4213 # endif /* no HAVE_SYS_PARAM_H */ | |
| 4214 # endif /* no _SC_PAGESIZE */ | |
| 4215 | |
| 4216 #endif /* no HAVE_GETPAGESIZE */ | |
| 4217 | |
| 4218 int | |
| 31512 | 4219 main () |
| 31417 | 4220 { |
| 31512 | 4221 char *data, *data2, *data3; |
| 4222 int i, pagesize; | |
| 4223 int fd; | |
| 4224 | |
| 4225 pagesize = getpagesize (); | |
| 4226 | |
| 4227 /* First, make a file with some known garbage in it. */ | |
| 4228 data = (char *) malloc (pagesize); | |
| 4229 if (!data) | |
| 4230 exit (1); | |
| 4231 for (i = 0; i < pagesize; ++i) | |
| 4232 *(data + i) = rand (); | |
| 4233 umask (0); | |
| 4234 fd = creat ("conftestmmap", 0600); | |
| 4235 if (fd < 0) | |
| 4236 exit (1); | |
| 4237 if (write (fd, data, pagesize) != pagesize) | |
| 4238 exit (1); | |
| 4239 close (fd); | |
| 4240 | |
| 4241 /* Next, try to mmap the file at a fixed address which already has | |
| 4242 something else allocated at it. If we can, also make sure that | |
| 4243 we see the same garbage. */ | |
| 4244 fd = open ("conftestmmap", O_RDWR); | |
| 4245 if (fd < 0) | |
| 4246 exit (1); | |
| 4247 data2 = (char *) malloc (2 * pagesize); | |
| 4248 if (!data2) | |
| 4249 exit (1); | |
| 4250 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); | |
| 4251 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | |
| 4252 MAP_PRIVATE | MAP_FIXED, fd, 0L)) | |
| 4253 exit (1); | |
| 4254 for (i = 0; i < pagesize; ++i) | |
| 4255 if (*(data + i) != *(data2 + i)) | |
| 4256 exit (1); | |
| 4257 | |
| 4258 /* Finally, make sure that changes to the mapped area do not | |
| 4259 percolate back to the file as seen by read(). (This is a bug on | |
| 4260 some variants of i386 svr4.0.) */ | |
| 4261 for (i = 0; i < pagesize; ++i) | |
| 4262 *(data2 + i) = *(data2 + i) + 1; | |
| 4263 data3 = (char *) malloc (pagesize); | |
| 4264 if (!data3) | |
| 4265 exit (1); | |
| 4266 if (read (fd, data3, pagesize) != pagesize) | |
| 4267 exit (1); | |
| 4268 for (i = 0; i < pagesize; ++i) | |
| 4269 if (*(data + i) != *(data3 + i)) | |
| 4270 exit (1); | |
| 4271 close (fd); | |
| 4272 unlink ("conftestmmap"); | |
| 4273 exit (0); | |
| 31417 | 4274 } |
| 31512 | 4275 EOF |
| 35666 | 4276 if { (eval echo configure:4277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 31417 | 4277 then |
| 4278 ac_cv_func_mmap_fixed_mapped=yes | |
| 4279 else | |
| 4280 echo "configure: failed program was:" >&5 | |
| 4281 cat conftest.$ac_ext >&5 | |
| 4282 rm -fr conftest* | |
| 4283 ac_cv_func_mmap_fixed_mapped=no | |
| 4284 fi | |
| 4285 rm -fr conftest* | |
| 4286 fi | |
| 4287 | |
| 4288 fi | |
| 4289 | |
| 4290 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6 | |
| 4291 if test $ac_cv_func_mmap_fixed_mapped = yes; then | |
| 4292 cat >> confdefs.h <<\EOF | |
| 4293 #define HAVE_MMAP 1 | |
| 4294 EOF | |
| 4295 | |
| 4296 fi | |
| 4297 | |
| 31607 | 4298 if test $use_mmap_for_buffers = yes; then |
| 4299 REL_ALLOC=no | |
| 31417 | 4300 fi |
| 4301 | |
| 25897 | 4302 LIBS="$libsrc_libs $LIBS" |
| 4303 | |
| 4304 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 | |
| 35666 | 4305 echo "configure:4306: checking for dnet_ntoa in -ldnet" >&5 |
| 25897 | 4306 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
| 4307 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 4308 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4309 else | |
| 4310 ac_save_LIBS="$LIBS" | |
| 4311 LIBS="-ldnet $LIBS" | |
| 4312 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4313 #line 4314 "configure" |
| 25897 | 4314 #include "confdefs.h" |
| 4315 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4316 /* We use char because int might match the return type of a gcc2 | |
| 4317 builtin and then its argument prototype would still apply. */ | |
| 4318 char dnet_ntoa(); | |
| 4319 | |
| 4320 int main() { | |
| 4321 dnet_ntoa() | |
| 4322 ; return 0; } | |
| 4323 EOF | |
| 35666 | 4324 if { (eval echo configure:4325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4325 rm -rf conftest* |
| 4326 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 4327 else | |
| 4328 echo "configure: failed program was:" >&5 | |
| 4329 cat conftest.$ac_ext >&5 | |
| 4330 rm -rf conftest* | |
| 4331 eval "ac_cv_lib_$ac_lib_var=no" | |
| 4332 fi | |
| 4333 rm -f conftest* | |
| 4334 LIBS="$ac_save_LIBS" | |
| 4335 | |
| 4336 fi | |
| 4337 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 4338 echo "$ac_t""yes" 1>&6 | |
| 4339 ac_tr_lib=HAVE_LIB`echo dnet | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 4340 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 4341 cat >> confdefs.h <<EOF | |
| 4342 #define $ac_tr_lib 1 | |
| 4343 EOF | |
| 4344 | |
| 4345 LIBS="-ldnet $LIBS" | |
| 4346 | |
| 4347 else | |
| 4348 echo "$ac_t""no" 1>&6 | |
| 4349 fi | |
| 4350 | |
| 4351 | |
| 4352 echo $ac_n "checking for main in -lXbsd""... $ac_c" 1>&6 | |
| 35666 | 4353 echo "configure:4354: checking for main in -lXbsd" >&5 |
| 25897 | 4354 ac_lib_var=`echo Xbsd'_'main | sed 'y%./+-%__p_%'` |
| 4355 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 4356 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4357 else | |
| 4358 ac_save_LIBS="$LIBS" | |
| 4359 LIBS="-lXbsd $LIBS" | |
| 4360 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4361 #line 4362 "configure" |
| 25897 | 4362 #include "confdefs.h" |
| 4363 | |
| 4364 int main() { | |
| 4365 main() | |
| 4366 ; return 0; } | |
| 4367 EOF | |
| 35666 | 4368 if { (eval echo configure:4369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4369 rm -rf conftest* |
| 4370 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 4371 else | |
| 4372 echo "configure: failed program was:" >&5 | |
| 4373 cat conftest.$ac_ext >&5 | |
| 4374 rm -rf conftest* | |
| 4375 eval "ac_cv_lib_$ac_lib_var=no" | |
| 4376 fi | |
| 4377 rm -f conftest* | |
| 4378 LIBS="$ac_save_LIBS" | |
| 4379 | |
| 4380 fi | |
| 4381 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 4382 echo "$ac_t""yes" 1>&6 | |
| 4383 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | |
| 4384 else | |
| 4385 echo "$ac_t""no" 1>&6 | |
| 4386 fi | |
| 4387 | |
| 4388 | |
| 4389 echo $ac_n "checking for cma_open in -lpthreads""... $ac_c" 1>&6 | |
| 35666 | 4390 echo "configure:4391: checking for cma_open in -lpthreads" >&5 |
| 25897 | 4391 ac_lib_var=`echo pthreads'_'cma_open | sed 'y%./+-%__p_%'` |
| 4392 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 4393 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4394 else | |
| 4395 ac_save_LIBS="$LIBS" | |
| 4396 LIBS="-lpthreads $LIBS" | |
| 4397 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4398 #line 4399 "configure" |
| 25897 | 4399 #include "confdefs.h" |
| 4400 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4401 /* We use char because int might match the return type of a gcc2 | |
| 4402 builtin and then its argument prototype would still apply. */ | |
| 4403 char cma_open(); | |
| 4404 | |
| 4405 int main() { | |
| 4406 cma_open() | |
| 4407 ; return 0; } | |
| 4408 EOF | |
| 35666 | 4409 if { (eval echo configure:4410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4410 rm -rf conftest* |
| 4411 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 4412 else | |
| 4413 echo "configure: failed program was:" >&5 | |
| 4414 cat conftest.$ac_ext >&5 | |
| 4415 rm -rf conftest* | |
| 4416 eval "ac_cv_lib_$ac_lib_var=no" | |
| 4417 fi | |
| 4418 rm -f conftest* | |
| 4419 LIBS="$ac_save_LIBS" | |
| 4420 | |
| 4421 fi | |
| 4422 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 4423 echo "$ac_t""yes" 1>&6 | |
| 4424 ac_tr_lib=HAVE_LIB`echo pthreads | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 4425 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 4426 cat >> confdefs.h <<EOF | |
| 4427 #define $ac_tr_lib 1 | |
| 4428 EOF | |
| 4429 | |
| 4430 LIBS="-lpthreads $LIBS" | |
| 4431 | |
| 4432 else | |
| 4433 echo "$ac_t""no" 1>&6 | |
| 4434 fi | |
| 4435 | |
| 4436 | |
| 4437 echo $ac_n "checking for XFree86 in /usr/X386""... $ac_c" 1>&6 | |
| 35666 | 4438 echo "configure:4439: checking for XFree86 in /usr/X386" >&5 |
| 25897 | 4439 if test -d /usr/X386/include; then |
| 4440 HAVE_XFREE386=yes | |
| 4441 : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | |
| 4442 else | |
| 4443 HAVE_XFREE386=no | |
| 4444 fi | |
| 4445 echo "$ac_t""$HAVE_XFREE386" 1>&6 | |
| 4446 | |
| 4447 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used | |
| 4448 # for the tests that follow. We set it back to REAL_CFLAGS later on. | |
| 4449 | |
|
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
4450 REAL_CPPFLAGS="$CPPFLAGS" |
|
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
4451 |
| 25897 | 4452 if test "${HAVE_X11}" = "yes"; then |
| 4453 DEFS="$C_SWITCH_X_SITE $DEFS" | |
| 4454 LDFLAGS="$LDFLAGS $LD_SWITCH_X_SITE" | |
| 4455 LIBS="$LIBX $LIBS" | |
| 4456 CFLAGS="$C_SWITCH_X_SITE $CFLAGS" | |
|
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
4457 CPPFLAGS="$C_SWITCH_X_SITE $CPPFLAGS" |
| 25897 | 4458 |
| 4459 # On Solaris, arrange for LD_RUN_PATH to point to the X libraries for tests. | |
| 4460 # This is handled by LD_SWITCH_X_SITE_AUX during the real build, | |
| 4461 # but it's more convenient here to set LD_RUN_PATH | |
| 4462 # since this also works on hosts that don't understand LD_SWITCH_X_SITE_AUX. | |
| 4463 if test "${x_libraries}" != NONE && test -n "${x_libraries}"; then | |
| 4464 LD_RUN_PATH=$x_libraries${LD_RUN_PATH+:}$LD_RUN_PATH | |
| 4465 export LD_RUN_PATH | |
| 4466 fi | |
| 4467 | |
| 4468 if test "${opsys}" = "gnu-linux"; then | |
| 4469 echo $ac_n "checking whether X on GNU/Linux needs -b to link""... $ac_c" 1>&6 | |
| 35666 | 4470 echo "configure:4471: checking whether X on GNU/Linux needs -b to link" >&5 |
| 25897 | 4471 cat > conftest.$ac_ext <<EOF |
| 35666 | 4472 #line 4473 "configure" |
| 25897 | 4473 #include "confdefs.h" |
| 4474 | |
| 4475 int main() { | |
| 4476 XOpenDisplay ("foo"); | |
| 4477 ; return 0; } | |
| 4478 EOF | |
| 35666 | 4479 if { (eval echo configure:4480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4480 rm -rf conftest* |
| 4481 xlinux_first_failure=no | |
| 4482 else | |
| 4483 echo "configure: failed program was:" >&5 | |
| 4484 cat conftest.$ac_ext >&5 | |
| 4485 rm -rf conftest* | |
| 4486 xlinux_first_failure=yes | |
| 4487 fi | |
| 4488 rm -f conftest* | |
| 4489 if test "${xlinux_first_failure}" = "yes"; then | |
| 4490 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | |
| 4491 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | |
| 4492 OLD_CPPFLAGS="$CPPFLAGS" | |
| 4493 OLD_LIBS="$LIBS" | |
| 4494 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -b i486-linuxaout" | |
| 4495 C_SWITCH_X_SITE="$C_SWITCH_X_SITE -b i486-linuxaout" | |
| 4496 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | |
| 4497 LIBS="$LIBS -b i486-linuxaout" | |
| 4498 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4499 #line 4500 "configure" |
| 25897 | 4500 #include "confdefs.h" |
| 4501 | |
| 4502 int main() { | |
| 4503 XOpenDisplay ("foo"); | |
| 4504 ; return 0; } | |
| 4505 EOF | |
| 35666 | 4506 if { (eval echo configure:4507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4507 rm -rf conftest* |
| 4508 xlinux_second_failure=no | |
| 4509 else | |
| 4510 echo "configure: failed program was:" >&5 | |
| 4511 cat conftest.$ac_ext >&5 | |
| 4512 rm -rf conftest* | |
| 4513 xlinux_second_failure=yes | |
| 4514 fi | |
| 4515 rm -f conftest* | |
| 4516 if test "${xlinux_second_failure}" = "yes"; then | |
| 4517 # If we get the same failure with -b, there is no use adding -b. | |
| 4518 # So take it out. This plays safe. | |
| 4519 LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" | |
| 4520 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" | |
| 4521 CPPFLAGS="$OLD_CPPFLAGS" | |
| 4522 LIBS="$OLD_LIBS" | |
| 4523 echo "$ac_t""no" 1>&6 | |
| 4524 else | |
| 4525 echo "$ac_t""yes" 1>&6 | |
| 4526 fi | |
| 4527 else | |
| 4528 echo "$ac_t""no" 1>&6 | |
| 4529 fi | |
| 4530 fi | |
| 4531 | |
| 35196 | 4532 # Reportedly, some broken Solaris systems have XKBlib.h but are missing |
| 4533 # header files included from there. | |
| 4534 echo $ac_n "checking for Xkb""... $ac_c" 1>&6 | |
| 35666 | 4535 echo "configure:4536: checking for Xkb" >&5 |
| 35196 | 4536 cat > conftest.$ac_ext <<EOF |
| 35666 | 4537 #line 4538 "configure" |
| 35196 | 4538 #include "confdefs.h" |
| 4539 #include <X11/Xlib.h> | |
| 4540 #include <X11/XKBlib.h> | |
| 4541 int main() { | |
| 4542 XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); | |
| 4543 ; return 0; } | |
| 4544 EOF | |
| 35666 | 4545 if { (eval echo configure:4546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 35196 | 4546 rm -rf conftest* |
| 4547 emacs_xkb=yes | |
| 4548 else | |
| 4549 echo "configure: failed program was:" >&5 | |
| 4550 cat conftest.$ac_ext >&5 | |
| 4551 rm -rf conftest* | |
| 4552 emacs_xkb=no | |
| 4553 fi | |
| 4554 rm -f conftest* | |
| 35206 | 4555 echo "$ac_t""$emacs_xkb" 1>&6 |
| 35196 | 4556 if test $emacs_xkb = yes; then |
| 4557 cat >> confdefs.h <<\EOF | |
| 4558 #define HAVE_XKBGETKEYBOARD 1 | |
| 4559 EOF | |
| 4560 | |
| 4561 fi | |
| 4562 | |
| 25897 | 4563 for ac_func in XrmSetDatabase XScreenResourceString \ |
| 4564 XScreenNumberOfScreen XSetWMProtocols | |
| 4565 do | |
| 4566 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 35666 | 4567 echo "configure:4568: checking for $ac_func" >&5 |
| 25897 | 4568 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 4569 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4570 else | |
| 4571 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4572 #line 4573 "configure" |
| 25897 | 4573 #include "confdefs.h" |
| 4574 /* System header to define __stub macros and hopefully few prototypes, | |
| 4575 which can conflict with char $ac_func(); below. */ | |
| 4576 #include <assert.h> | |
| 4577 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4578 /* We use char because int might match the return type of a gcc2 | |
| 4579 builtin and then its argument prototype would still apply. */ | |
| 4580 char $ac_func(); | |
| 4581 | |
| 4582 int main() { | |
| 4583 | |
| 4584 /* The GNU C library defines this for functions which it implements | |
| 4585 to always fail with ENOSYS. Some functions are actually named | |
| 4586 something starting with __ and the normal name is an alias. */ | |
| 4587 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 4588 choke me | |
| 4589 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
4590 $ac_func(); |
| 25897 | 4591 #endif |
| 4592 | |
| 4593 ; return 0; } | |
| 4594 EOF | |
| 35666 | 4595 if { (eval echo configure:4596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4596 rm -rf conftest* |
| 4597 eval "ac_cv_func_$ac_func=yes" | |
| 4598 else | |
| 4599 echo "configure: failed program was:" >&5 | |
| 4600 cat conftest.$ac_ext >&5 | |
| 4601 rm -rf conftest* | |
| 4602 eval "ac_cv_func_$ac_func=no" | |
| 4603 fi | |
| 4604 rm -f conftest* | |
| 4605 fi | |
| 4606 | |
| 4607 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 4608 echo "$ac_t""yes" 1>&6 | |
| 4609 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 4610 cat >> confdefs.h <<EOF | |
| 4611 #define $ac_tr_func 1 | |
| 4612 EOF | |
| 4613 | |
| 4614 else | |
| 4615 echo "$ac_t""no" 1>&6 | |
| 4616 fi | |
| 4617 done | |
| 4618 | |
| 4619 fi | |
| 4620 | |
| 4621 if test "${window_system}" = "x11"; then | |
| 4622 echo $ac_n "checking X11 version 6""... $ac_c" 1>&6 | |
| 35666 | 4623 echo "configure:4624: checking X11 version 6" >&5 |
| 25897 | 4624 if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then |
| 4625 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4626 else | |
| 4627 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4628 #line 4629 "configure" |
| 25897 | 4629 #include "confdefs.h" |
| 4630 #include <X11/Xlib.h> | |
| 4631 int main() { | |
| 4632 #if XlibSpecificationRelease < 6 | |
| 4633 fail; | |
| 4634 #endif | |
| 4635 | |
| 4636 ; return 0; } | |
| 4637 EOF | |
| 35666 | 4638 if { (eval echo configure:4639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4639 rm -rf conftest* |
| 4640 emacs_cv_x11_version_6=yes | |
| 4641 else | |
| 4642 echo "configure: failed program was:" >&5 | |
| 4643 cat conftest.$ac_ext >&5 | |
| 4644 rm -rf conftest* | |
| 4645 emacs_cv_x11_version_6=no | |
| 4646 fi | |
| 4647 rm -f conftest* | |
| 4648 fi | |
| 4649 | |
| 4650 if test $emacs_cv_x11_version_6 = yes; then | |
| 4651 echo "$ac_t""6 or newer" 1>&6 | |
| 4652 cat >> confdefs.h <<\EOF | |
| 4653 #define HAVE_X11R6 1 | |
| 4654 EOF | |
| 4655 | |
| 4656 else | |
| 4657 echo "$ac_t""before 6" 1>&6 | |
| 4658 fi | |
| 4659 fi | |
| 4660 | |
| 4661 if test "${window_system}" = "x11"; then | |
| 4662 echo $ac_n "checking X11 version 5""... $ac_c" 1>&6 | |
| 35666 | 4663 echo "configure:4664: checking X11 version 5" >&5 |
| 25897 | 4664 if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then |
| 4665 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4666 else | |
| 4667 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4668 #line 4669 "configure" |
| 25897 | 4669 #include "confdefs.h" |
| 4670 #include <X11/Xlib.h> | |
| 4671 int main() { | |
| 4672 #if XlibSpecificationRelease < 5 | |
| 4673 fail; | |
| 4674 #endif | |
| 4675 | |
| 4676 ; return 0; } | |
| 4677 EOF | |
| 35666 | 4678 if { (eval echo configure:4679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4679 rm -rf conftest* |
| 4680 emacs_cv_x11_version_5=yes | |
| 4681 else | |
| 4682 echo "configure: failed program was:" >&5 | |
| 4683 cat conftest.$ac_ext >&5 | |
| 4684 rm -rf conftest* | |
| 4685 emacs_cv_x11_version_5=no | |
| 4686 fi | |
| 4687 rm -f conftest* | |
| 4688 fi | |
| 4689 | |
| 4690 if test $emacs_cv_x11_version_5 = yes; then | |
| 4691 echo "$ac_t""5 or newer" 1>&6 | |
| 4692 HAVE_X11R5=yes | |
| 4693 cat >> confdefs.h <<\EOF | |
| 4694 #define HAVE_X11R5 1 | |
| 4695 EOF | |
| 4696 | |
| 4697 else | |
| 4698 HAVE_X11R5=no | |
| 4699 echo "$ac_t""before 5" 1>&6 | |
| 4700 fi | |
| 4701 fi | |
| 4702 | |
| 4703 if test x"${USE_X_TOOLKIT}" = xmaybe; then | |
| 4704 if test x"${HAVE_X11R5}" = xyes; then | |
| 4705 echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6 | |
| 35666 | 4706 echo "configure:4707: checking X11 version 5 with Xaw" >&5 |
| 25897 | 4707 if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then |
| 4708 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4709 else | |
| 4710 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4711 #line 4712 "configure" |
| 25897 | 4712 #include "confdefs.h" |
| 4713 | |
| 4714 #include <X11/Intrinsic.h> | |
| 4715 #include <X11/Xaw/Simple.h> | |
| 4716 int main() { | |
| 4717 | |
| 4718 ; return 0; } | |
| 4719 EOF | |
| 35666 | 4720 if { (eval echo configure:4721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4721 rm -rf conftest* |
| 4722 emacs_cv_x11_version_5_with_xaw=yes | |
| 4723 else | |
| 4724 echo "configure: failed program was:" >&5 | |
| 4725 cat conftest.$ac_ext >&5 | |
| 4726 rm -rf conftest* | |
| 4727 emacs_cv_x11_version_5_with_xaw=no | |
| 4728 fi | |
| 4729 rm -f conftest* | |
| 4730 fi | |
| 4731 | |
| 4732 if test $emacs_cv_x11_version_5_with_xaw = yes; then | |
| 4733 echo "$ac_t""5 or newer, with Xaw; use toolkit by default" 1>&6 | |
| 4734 USE_X_TOOLKIT=LUCID | |
| 4735 else | |
| 4736 echo "$ac_t""before 5 or no Xaw; do not use toolkit by default" 1>&6 | |
| 4737 USE_X_TOOLKIT=none | |
| 4738 fi | |
| 4739 else | |
| 4740 USE_X_TOOLKIT=none | |
| 4741 fi | |
| 4742 fi | |
| 4743 | |
| 4744 X_TOOLKIT_TYPE=$USE_X_TOOLKIT | |
| 4745 | |
| 4746 if test "${USE_X_TOOLKIT}" != "none"; then | |
| 4747 echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6 | |
| 35666 | 4748 echo "configure:4749: checking X11 toolkit version" >&5 |
| 25897 | 4749 if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then |
| 4750 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4751 else | |
| 4752 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4753 #line 4754 "configure" |
| 25897 | 4754 #include "confdefs.h" |
| 4755 #include <X11/Intrinsic.h> | |
| 4756 int main() { | |
| 4757 #if XtSpecificationRelease < 6 | |
| 4758 fail; | |
| 4759 #endif | |
| 4760 | |
| 4761 ; return 0; } | |
| 4762 EOF | |
| 35666 | 4763 if { (eval echo configure:4764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4764 rm -rf conftest* |
| 4765 emacs_cv_x11_toolkit_version_6=yes | |
| 4766 else | |
| 4767 echo "configure: failed program was:" >&5 | |
| 4768 cat conftest.$ac_ext >&5 | |
| 4769 rm -rf conftest* | |
| 4770 emacs_cv_x11_toolkit_version_6=no | |
| 4771 fi | |
| 4772 rm -f conftest* | |
| 4773 fi | |
| 4774 | |
| 4775 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 | |
| 4776 if test $emacs_cv_x11_toolkit_version_6 = yes; then | |
| 4777 echo "$ac_t""6 or newer" 1>&6 | |
| 4778 cat >> confdefs.h <<\EOF | |
| 4779 #define HAVE_X11XTR6 1 | |
| 4780 EOF | |
| 4781 | |
| 4782 else | |
| 4783 echo "$ac_t""before 6" 1>&6 | |
| 4784 fi | |
| 4785 | |
| 4786 OLDLIBS="$LIBS" | |
| 4787 if test x$HAVE_X11XTR6 = xyes; then | |
| 4788 LIBS="-lXt -lSM -lICE $LIBS" | |
| 4789 else | |
| 4790 LIBS="-lXt $LIBS" | |
| 4791 fi | |
| 4792 echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6 | |
| 35666 | 4793 echo "configure:4794: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 25897 | 4794 ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'` |
| 4795 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 4796 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4797 else | |
| 4798 ac_save_LIBS="$LIBS" | |
| 4799 LIBS="-lXmu $LIBS" | |
| 4800 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4801 #line 4802 "configure" |
| 25897 | 4802 #include "confdefs.h" |
| 4803 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4804 /* We use char because int might match the return type of a gcc2 | |
| 4805 builtin and then its argument prototype would still apply. */ | |
| 4806 char XmuConvertStandardSelection(); | |
| 4807 | |
| 4808 int main() { | |
| 4809 XmuConvertStandardSelection() | |
| 4810 ; return 0; } | |
| 4811 EOF | |
| 35666 | 4812 if { (eval echo configure:4813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4813 rm -rf conftest* |
| 4814 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 4815 else | |
| 4816 echo "configure: failed program was:" >&5 | |
| 4817 cat conftest.$ac_ext >&5 | |
| 4818 rm -rf conftest* | |
| 4819 eval "ac_cv_lib_$ac_lib_var=no" | |
| 4820 fi | |
| 4821 rm -f conftest* | |
| 4822 LIBS="$ac_save_LIBS" | |
| 4823 | |
| 4824 fi | |
| 4825 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 4826 echo "$ac_t""yes" 1>&6 | |
| 4827 ac_tr_lib=HAVE_LIB`echo Xmu | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 4828 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 4829 cat >> confdefs.h <<EOF | |
| 4830 #define $ac_tr_lib 1 | |
| 4831 EOF | |
| 4832 | |
| 4833 LIBS="-lXmu $LIBS" | |
| 4834 | |
| 4835 else | |
| 4836 echo "$ac_t""no" 1>&6 | |
| 4837 fi | |
| 4838 | |
| 35206 | 4839 test $ac_cv_lib_Xmu_XmuConvertStandardSelection = no && LIBS="$OLDLIBS" |
| 4840 fi | |
| 4841 | |
| 4842 # On Irix 6.5, at least, we need XShapeQueryExtension from -lXext for Xaw3D. | |
| 4843 if test "${HAVE_X11}" = "yes"; then | |
| 4844 if test "${USE_X_TOOLKIT}" != "none"; then | |
| 4845 echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6 | |
| 35666 | 4846 echo "configure:4847: checking for XShapeQueryExtension in -lXext" >&5 |
| 35206 | 4847 ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'` |
| 4848 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 4849 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4850 else | |
| 4851 ac_save_LIBS="$LIBS" | |
| 4852 LIBS="-lXext $LIBS" | |
| 4853 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4854 #line 4855 "configure" |
| 35206 | 4855 #include "confdefs.h" |
| 4856 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4857 /* We use char because int might match the return type of a gcc2 | |
| 4858 builtin and then its argument prototype would still apply. */ | |
| 4859 char XShapeQueryExtension(); | |
| 4860 | |
| 4861 int main() { | |
| 4862 XShapeQueryExtension() | |
| 4863 ; return 0; } | |
| 4864 EOF | |
| 35666 | 4865 if { (eval echo configure:4866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 35206 | 4866 rm -rf conftest* |
| 4867 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 4868 else | |
| 4869 echo "configure: failed program was:" >&5 | |
| 4870 cat conftest.$ac_ext >&5 | |
| 4871 rm -rf conftest* | |
| 4872 eval "ac_cv_lib_$ac_lib_var=no" | |
| 4873 fi | |
| 4874 rm -f conftest* | |
| 4875 LIBS="$ac_save_LIBS" | |
| 4876 | |
| 4877 fi | |
| 4878 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 4879 echo "$ac_t""yes" 1>&6 | |
| 4880 ac_tr_lib=HAVE_LIB`echo Xext | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 4881 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 4882 cat >> confdefs.h <<EOF | |
| 4883 #define $ac_tr_lib 1 | |
| 4884 EOF | |
| 4885 | |
| 4886 LIBS="-lXext $LIBS" | |
| 4887 | |
| 4888 else | |
| 4889 echo "$ac_t""no" 1>&6 | |
| 4890 fi | |
| 4891 | |
| 4892 fi | |
| 25897 | 4893 fi |
| 4894 | |
| 4895 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
| 4896 echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6 | |
| 35666 | 4897 echo "configure:4898: checking for Motif version 2.1" >&5 |
| 25897 | 4898 if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then |
| 4899 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4900 else | |
| 4901 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4902 #line 4903 "configure" |
| 25897 | 4903 #include "confdefs.h" |
| 4904 #include <Xm/Xm.h> | |
| 4905 int main() { | |
| 4906 #if XmVERSION > 2 || (XmVERSION == 2 && XmREVISION >= 1) | |
| 4907 int x = 5; | |
| 4908 #else | |
| 4909 Motif version prior to 2.1. | |
| 4910 #endif | |
| 4911 ; return 0; } | |
| 4912 EOF | |
| 35666 | 4913 if { (eval echo configure:4914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 4914 rm -rf conftest* |
| 4915 emacs_cv_motif_version_2_1=yes | |
| 4916 else | |
| 4917 echo "configure: failed program was:" >&5 | |
| 4918 cat conftest.$ac_ext >&5 | |
| 4919 rm -rf conftest* | |
| 4920 emacs_cv_motif_version_2_1=no | |
| 4921 fi | |
| 4922 rm -f conftest* | |
| 4923 fi | |
| 4924 | |
| 4925 echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6 | |
| 4926 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 | |
| 4927 if test $emacs_cv_motif_version_2_1 = yes; then | |
| 34431 | 4928 HAVE_LIBXP=no |
| 25897 | 4929 cat >> confdefs.h <<\EOF |
| 4930 #define HAVE_MOTIF_2_1 1 | |
| 4931 EOF | |
| 4932 | |
| 4933 echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6 | |
| 35666 | 4934 echo "configure:4935: checking for XpCreateContext in -lXp" >&5 |
| 25897 | 4935 ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'` |
| 4936 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 4937 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4938 else | |
| 4939 ac_save_LIBS="$LIBS" | |
| 35206 | 4940 LIBS="-lXp $LIBS" |
| 25897 | 4941 cat > conftest.$ac_ext <<EOF |
| 35666 | 4942 #line 4943 "configure" |
| 25897 | 4943 #include "confdefs.h" |
| 4944 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 4945 /* We use char because int might match the return type of a gcc2 | |
| 4946 builtin and then its argument prototype would still apply. */ | |
| 4947 char XpCreateContext(); | |
| 4948 | |
| 4949 int main() { | |
| 4950 XpCreateContext() | |
| 4951 ; return 0; } | |
| 4952 EOF | |
| 35666 | 4953 if { (eval echo configure:4954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 4954 rm -rf conftest* |
| 4955 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 4956 else | |
| 4957 echo "configure: failed program was:" >&5 | |
| 4958 cat conftest.$ac_ext >&5 | |
| 4959 rm -rf conftest* | |
| 4960 eval "ac_cv_lib_$ac_lib_var=no" | |
| 4961 fi | |
| 4962 rm -f conftest* | |
| 4963 LIBS="$ac_save_LIBS" | |
| 4964 | |
| 4965 fi | |
| 4966 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 4967 echo "$ac_t""yes" 1>&6 | |
| 29906 | 4968 HAVE_LIBXP=yes |
| 25897 | 4969 else |
| 4970 echo "$ac_t""no" 1>&6 | |
| 4971 fi | |
| 4972 | |
| 29906 | 4973 if test ${HAVE_LIBXP} = yes; then |
| 4974 cat >> confdefs.h <<\EOF | |
| 4975 #define HAVE_LIBXP 1 | |
| 4976 EOF | |
| 4977 | |
| 4978 fi | |
| 25897 | 4979 fi |
| 4980 fi | |
| 4981 | |
| 4982 ### Is -lXaw3d available? | |
| 4983 HAVE_XAW3D=no | |
| 4984 if test "${HAVE_X11}" = "yes"; then | |
| 4985 if test "${USE_X_TOOLKIT}" != "none"; then | |
| 4986 ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` | |
| 4987 echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6 | |
| 35666 | 4988 echo "configure:4989: checking for X11/Xaw3d/Scrollbar.h" >&5 |
| 25897 | 4989 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 4990 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 4991 else | |
| 4992 cat > conftest.$ac_ext <<EOF | |
| 35666 | 4993 #line 4994 "configure" |
| 25897 | 4994 #include "confdefs.h" |
| 4995 #include <X11/Xaw3d/Scrollbar.h> | |
| 4996 EOF | |
| 4997 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 35666 | 4998 { (eval echo configure:4999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 4999 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 5000 if test -z "$ac_err"; then |
| 5001 rm -rf conftest* | |
| 5002 eval "ac_cv_header_$ac_safe=yes" | |
| 5003 else | |
| 5004 echo "$ac_err" >&5 | |
| 5005 echo "configure: failed program was:" >&5 | |
| 5006 cat conftest.$ac_ext >&5 | |
| 5007 rm -rf conftest* | |
| 5008 eval "ac_cv_header_$ac_safe=no" | |
| 5009 fi | |
| 5010 rm -f conftest* | |
| 5011 fi | |
| 5012 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 5013 echo "$ac_t""yes" 1>&6 | |
| 5014 echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6 | |
| 35666 | 5015 echo "configure:5016: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
| 25897 | 5016 ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'` |
| 5017 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 5018 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5019 else | |
| 5020 ac_save_LIBS="$LIBS" | |
| 35206 | 5021 LIBS="-lXaw3d $LIBS" |
| 25897 | 5022 cat > conftest.$ac_ext <<EOF |
| 35666 | 5023 #line 5024 "configure" |
| 25897 | 5024 #include "confdefs.h" |
| 5025 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5026 /* We use char because int might match the return type of a gcc2 | |
| 5027 builtin and then its argument prototype would still apply. */ | |
| 5028 char XawScrollbarSetThumb(); | |
| 5029 | |
| 5030 int main() { | |
| 5031 XawScrollbarSetThumb() | |
| 5032 ; return 0; } | |
| 5033 EOF | |
| 35666 | 5034 if { (eval echo configure:5035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5035 rm -rf conftest* |
| 5036 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5037 else | |
| 5038 echo "configure: failed program was:" >&5 | |
| 5039 cat conftest.$ac_ext >&5 | |
| 5040 rm -rf conftest* | |
| 5041 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5042 fi | |
| 5043 rm -f conftest* | |
| 5044 LIBS="$ac_save_LIBS" | |
| 5045 | |
| 5046 fi | |
| 5047 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5048 echo "$ac_t""yes" 1>&6 | |
| 5049 HAVE_XAW3D=yes | |
| 5050 else | |
| 5051 echo "$ac_t""no" 1>&6 | |
| 5052 fi | |
| 5053 | |
| 5054 else | |
| 5055 echo "$ac_t""no" 1>&6 | |
| 5056 fi | |
| 5057 | |
| 5058 if test "${HAVE_XAW3D}" = "yes"; then | |
| 5059 cat >> confdefs.h <<\EOF | |
| 5060 #define HAVE_XAW3D 1 | |
| 5061 EOF | |
| 5062 | |
| 5063 fi | |
| 5064 fi | |
| 5065 fi | |
| 5066 | |
| 5067 | |
| 5068 USE_TOOLKIT_SCROLL_BARS=no | |
| 5069 if test "${with_toolkit_scroll_bars}" != "no"; then | |
| 5070 if test "${USE_X_TOOLKIT}" != "none"; then | |
| 5071 if test "${USE_X_TOOLKIT}" = "MOTIF"; then | |
| 5072 cat >> confdefs.h <<\EOF | |
| 5073 #define USE_TOOLKIT_SCROLL_BARS 1 | |
| 5074 EOF | |
| 5075 | |
| 5076 HAVE_XAW3D=no | |
| 5077 USE_TOOLKIT_SCROLL_BARS=yes | |
| 5078 elif test "${HAVE_XAW3D}" = "yes"; then | |
| 5079 cat >> confdefs.h <<\EOF | |
| 5080 #define USE_TOOLKIT_SCROLL_BARS 1 | |
| 5081 EOF | |
| 5082 | |
| 5083 USE_TOOLKIT_SCROLL_BARS=yes | |
| 5084 fi | |
| 5085 fi | |
| 5086 fi | |
| 5087 | |
| 29949 | 5088 |
| 5089 if test "${with_xim}" != "no"; then | |
| 5090 cat >> confdefs.h <<\EOF | |
| 5091 #define USE_XIM 1 | |
| 5092 EOF | |
| 5093 | |
| 5094 fi | |
| 5095 | |
| 25897 | 5096 ### Use -lXpm if available, unless `--with-xpm=no'. |
| 5097 HAVE_XPM=no | |
| 5098 if test "${HAVE_X11}" = "yes"; then | |
| 5099 if test "${with_xpm}" != "no"; then | |
| 5100 ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'` | |
| 5101 echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6 | |
| 35666 | 5102 echo "configure:5103: checking for X11/xpm.h" >&5 |
| 25897 | 5103 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5104 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5105 else | |
| 5106 cat > conftest.$ac_ext <<EOF | |
| 35666 | 5107 #line 5108 "configure" |
| 25897 | 5108 #include "confdefs.h" |
| 5109 #include <X11/xpm.h> | |
| 5110 EOF | |
| 5111 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 35666 | 5112 { (eval echo configure:5113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 5113 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 5114 if test -z "$ac_err"; then |
| 5115 rm -rf conftest* | |
| 5116 eval "ac_cv_header_$ac_safe=yes" | |
| 5117 else | |
| 5118 echo "$ac_err" >&5 | |
| 5119 echo "configure: failed program was:" >&5 | |
| 5120 cat conftest.$ac_ext >&5 | |
| 5121 rm -rf conftest* | |
| 5122 eval "ac_cv_header_$ac_safe=no" | |
| 5123 fi | |
| 5124 rm -f conftest* | |
| 5125 fi | |
| 5126 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 5127 echo "$ac_t""yes" 1>&6 | |
| 30140 | 5128 echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 |
| 35666 | 5129 echo "configure:5130: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 30140 | 5130 ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` |
| 25897 | 5131 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5132 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5133 else | |
| 5134 ac_save_LIBS="$LIBS" | |
| 5135 LIBS="-lXpm -lX11 $LIBS" | |
| 5136 cat > conftest.$ac_ext <<EOF | |
| 35666 | 5137 #line 5138 "configure" |
| 25897 | 5138 #include "confdefs.h" |
| 5139 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5140 /* We use char because int might match the return type of a gcc2 | |
| 5141 builtin and then its argument prototype would still apply. */ | |
| 30140 | 5142 char XpmReadFileToPixmap(); |
| 25897 | 5143 |
| 5144 int main() { | |
| 30140 | 5145 XpmReadFileToPixmap() |
| 25897 | 5146 ; return 0; } |
| 5147 EOF | |
| 35666 | 5148 if { (eval echo configure:5149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5149 rm -rf conftest* |
| 5150 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5151 else | |
| 5152 echo "configure: failed program was:" >&5 | |
| 5153 cat conftest.$ac_ext >&5 | |
| 5154 rm -rf conftest* | |
| 5155 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5156 fi | |
| 5157 rm -f conftest* | |
| 5158 LIBS="$ac_save_LIBS" | |
| 5159 | |
| 5160 fi | |
| 5161 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5162 echo "$ac_t""yes" 1>&6 | |
| 5163 HAVE_XPM=yes | |
| 5164 else | |
| 5165 echo "$ac_t""no" 1>&6 | |
| 5166 fi | |
| 5167 | |
| 5168 else | |
| 5169 echo "$ac_t""no" 1>&6 | |
| 5170 fi | |
| 5171 | |
| 30140 | 5172 if test "${HAVE_XPM}" = "yes"; then |
| 36903 | 5173 echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6 |
| 35666 | 5174 echo "configure:5175: checking for XpmReturnAllocPixels preprocessor define" >&5 |
| 36903 | 5175 cat > conftest.$ac_ext <<EOF |
| 35666 | 5176 #line 5177 "configure" |
| 30140 | 5177 #include "confdefs.h" |
| 5178 #include "X11/xpm.h" | |
| 5179 #ifndef XpmReturnAllocPixels | |
| 5180 no_return_alloc_pixels | |
| 5181 #endif | |
| 36903 | 5182 |
| 30140 | 5183 EOF |
| 5184 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 5185 egrep "no_return_alloc_pixels" >/dev/null 2>&1; then | |
| 5186 rm -rf conftest* | |
| 5187 HAVE_XPM=no | |
| 5188 else | |
| 5189 rm -rf conftest* | |
| 5190 HAVE_XPM=yes | |
| 5191 fi | |
| 5192 rm -f conftest* | |
| 5193 | |
| 36903 | 5194 |
| 5195 if test "${HAVE_XPM}" = "yes"; then | |
| 5196 echo "$ac_t""yes" 1>&6 | |
| 5197 else | |
| 5198 echo "$ac_t""no" 1>&6 | |
| 5199 fi | |
| 31320 | 5200 fi |
| 25897 | 5201 fi |
| 5202 | |
| 5203 if test "${HAVE_XPM}" = "yes"; then | |
| 5204 cat >> confdefs.h <<\EOF | |
| 5205 #define HAVE_XPM 1 | |
| 5206 EOF | |
| 5207 | |
| 5208 fi | |
| 5209 fi | |
| 5210 | |
| 5211 ### Use -ljpeg if available, unless `--with-jpeg=no'. | |
| 5212 HAVE_JPEG=no | |
| 5213 if test "${HAVE_X11}" = "yes"; then | |
| 5214 if test "${with_jpeg}" != "no"; then | |
| 27356 | 5215 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` |
| 5216 echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 | |
| 36903 | 5217 echo "configure:5218: checking for jerror.h" >&5 |
| 27356 | 5218 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5219 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5220 else | |
| 5221 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5222 #line 5223 "configure" |
| 27356 | 5223 #include "confdefs.h" |
| 5224 #include <jerror.h> | |
| 5225 EOF | |
| 5226 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 5227 { (eval echo configure:5228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27356 | 5228 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5229 if test -z "$ac_err"; then | |
| 5230 rm -rf conftest* | |
| 5231 eval "ac_cv_header_$ac_safe=yes" | |
| 5232 else | |
| 5233 echo "$ac_err" >&5 | |
| 5234 echo "configure: failed program was:" >&5 | |
| 5235 cat conftest.$ac_ext >&5 | |
| 5236 rm -rf conftest* | |
| 5237 eval "ac_cv_header_$ac_safe=no" | |
| 5238 fi | |
| 5239 rm -f conftest* | |
| 5240 fi | |
| 5241 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 5242 echo "$ac_t""yes" 1>&6 | |
| 5243 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 | |
| 36903 | 5244 echo "configure:5245: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 25897 | 5245 ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` |
| 5246 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 5247 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5248 else | |
| 5249 ac_save_LIBS="$LIBS" | |
| 35206 | 5250 LIBS="-ljpeg $LIBS" |
| 25897 | 5251 cat > conftest.$ac_ext <<EOF |
| 36903 | 5252 #line 5253 "configure" |
| 25897 | 5253 #include "confdefs.h" |
| 5254 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5255 /* We use char because int might match the return type of a gcc2 | |
| 5256 builtin and then its argument prototype would still apply. */ | |
| 5257 char jpeg_destroy_compress(); | |
| 5258 | |
| 5259 int main() { | |
| 5260 jpeg_destroy_compress() | |
| 5261 ; return 0; } | |
| 5262 EOF | |
| 36903 | 5263 if { (eval echo configure:5264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5264 rm -rf conftest* |
| 5265 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5266 else | |
| 5267 echo "configure: failed program was:" >&5 | |
| 5268 cat conftest.$ac_ext >&5 | |
| 5269 rm -rf conftest* | |
| 5270 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5271 fi | |
| 5272 rm -f conftest* | |
| 5273 LIBS="$ac_save_LIBS" | |
| 5274 | |
| 5275 fi | |
| 5276 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5277 echo "$ac_t""yes" 1>&6 | |
| 5278 HAVE_JPEG=yes | |
| 5279 else | |
| 5280 echo "$ac_t""no" 1>&6 | |
| 5281 fi | |
| 5282 | |
| 27356 | 5283 else |
| 5284 echo "$ac_t""no" 1>&6 | |
| 5285 fi | |
| 5286 | |
| 25897 | 5287 fi |
| 5288 | |
| 5289 if test "${HAVE_JPEG}" = "yes"; then | |
| 5290 cat >> confdefs.h <<\EOF | |
| 5291 #define HAVE_JPEG 1 | |
| 5292 EOF | |
| 5293 | |
| 5294 fi | |
| 5295 fi | |
| 5296 | |
| 5297 ### Use -lpng if available, unless `--with-png=no'. | |
| 5298 HAVE_PNG=no | |
| 5299 if test "${HAVE_X11}" = "yes"; then | |
| 5300 if test "${with_png}" != "no"; then | |
| 5301 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` | |
| 5302 echo $ac_n "checking for png.h""... $ac_c" 1>&6 | |
| 36903 | 5303 echo "configure:5304: checking for png.h" >&5 |
| 25897 | 5304 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5305 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5306 else | |
| 5307 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5308 #line 5309 "configure" |
| 25897 | 5309 #include "confdefs.h" |
| 5310 #include <png.h> | |
| 5311 EOF | |
| 5312 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 5313 { (eval echo configure:5314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 5314 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 5315 if test -z "$ac_err"; then |
| 5316 rm -rf conftest* | |
| 5317 eval "ac_cv_header_$ac_safe=yes" | |
| 5318 else | |
| 5319 echo "$ac_err" >&5 | |
| 5320 echo "configure: failed program was:" >&5 | |
| 5321 cat conftest.$ac_ext >&5 | |
| 5322 rm -rf conftest* | |
| 5323 eval "ac_cv_header_$ac_safe=no" | |
| 5324 fi | |
| 5325 rm -f conftest* | |
| 5326 fi | |
| 5327 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 5328 echo "$ac_t""yes" 1>&6 | |
| 33677 | 5329 echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6 |
| 36903 | 5330 echo "configure:5331: checking for png_get_channels in -lpng" >&5 |
| 33677 | 5331 ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'` |
| 25897 | 5332 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5333 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5334 else | |
| 5335 ac_save_LIBS="$LIBS" | |
| 35206 | 5336 LIBS="-lpng -lz -lm $LIBS" |
| 25897 | 5337 cat > conftest.$ac_ext <<EOF |
| 36903 | 5338 #line 5339 "configure" |
| 25897 | 5339 #include "confdefs.h" |
| 5340 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5341 /* We use char because int might match the return type of a gcc2 | |
| 5342 builtin and then its argument prototype would still apply. */ | |
| 33677 | 5343 char png_get_channels(); |
| 25897 | 5344 |
| 5345 int main() { | |
| 33677 | 5346 png_get_channels() |
| 25897 | 5347 ; return 0; } |
| 5348 EOF | |
| 36903 | 5349 if { (eval echo configure:5350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5350 rm -rf conftest* |
| 5351 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5352 else | |
| 5353 echo "configure: failed program was:" >&5 | |
| 5354 cat conftest.$ac_ext >&5 | |
| 5355 rm -rf conftest* | |
| 5356 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5357 fi | |
| 5358 rm -f conftest* | |
| 5359 LIBS="$ac_save_LIBS" | |
| 5360 | |
| 5361 fi | |
| 5362 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5363 echo "$ac_t""yes" 1>&6 | |
| 5364 HAVE_PNG=yes | |
| 5365 else | |
| 5366 echo "$ac_t""no" 1>&6 | |
| 5367 fi | |
| 5368 | |
| 5369 else | |
| 5370 echo "$ac_t""no" 1>&6 | |
| 5371 fi | |
| 5372 | |
| 5373 fi | |
| 5374 | |
| 5375 if test "${HAVE_PNG}" = "yes"; then | |
| 5376 cat >> confdefs.h <<\EOF | |
| 5377 #define HAVE_PNG 1 | |
| 5378 EOF | |
| 5379 | |
| 5380 fi | |
| 5381 fi | |
| 5382 | |
| 5383 ### Use -ltiff if available, unless `--with-tiff=no'. | |
| 5384 HAVE_TIFF=no | |
| 5385 if test "${HAVE_X11}" = "yes"; then | |
| 5386 if test "${with_tiff}" != "no"; then | |
| 5387 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` | |
| 5388 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 | |
| 36903 | 5389 echo "configure:5390: checking for tiffio.h" >&5 |
| 25897 | 5390 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5391 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5392 else | |
| 5393 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5394 #line 5395 "configure" |
| 25897 | 5395 #include "confdefs.h" |
| 5396 #include <tiffio.h> | |
| 5397 EOF | |
| 5398 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 5399 { (eval echo configure:5400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 5400 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 5401 if test -z "$ac_err"; then |
| 5402 rm -rf conftest* | |
| 5403 eval "ac_cv_header_$ac_safe=yes" | |
| 5404 else | |
| 5405 echo "$ac_err" >&5 | |
| 5406 echo "configure: failed program was:" >&5 | |
| 5407 cat conftest.$ac_ext >&5 | |
| 5408 rm -rf conftest* | |
| 5409 eval "ac_cv_header_$ac_safe=no" | |
| 5410 fi | |
| 5411 rm -f conftest* | |
| 5412 fi | |
| 5413 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 5414 echo "$ac_t""yes" 1>&6 | |
| 35206 | 5415 tifflibs="-lz -lm" |
|
27752
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
5416 # At least one tiff package requires the jpeg library. |
|
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
5417 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
|
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
5418 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 |
| 36903 | 5419 echo "configure:5420: checking for TIFFGetVersion in -ltiff" >&5 |
| 25897 | 5420 ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` |
| 5421 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 5422 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5423 else | |
| 5424 ac_save_LIBS="$LIBS" | |
|
27752
7ee8155d48c5
include -lz and -ljpeg when testing for -ltiff
Ken Raeburn <raeburn@raeburn.org>
parents:
27729
diff
changeset
|
5425 LIBS="-ltiff $tifflibs $LIBS" |
| 25897 | 5426 cat > conftest.$ac_ext <<EOF |
| 36903 | 5427 #line 5428 "configure" |
| 25897 | 5428 #include "confdefs.h" |
| 5429 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5430 /* We use char because int might match the return type of a gcc2 | |
| 5431 builtin and then its argument prototype would still apply. */ | |
| 5432 char TIFFGetVersion(); | |
| 5433 | |
| 5434 int main() { | |
| 5435 TIFFGetVersion() | |
| 5436 ; return 0; } | |
| 5437 EOF | |
| 36903 | 5438 if { (eval echo configure:5439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5439 rm -rf conftest* |
| 5440 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5441 else | |
| 5442 echo "configure: failed program was:" >&5 | |
| 5443 cat conftest.$ac_ext >&5 | |
| 5444 rm -rf conftest* | |
| 5445 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5446 fi | |
| 5447 rm -f conftest* | |
| 5448 LIBS="$ac_save_LIBS" | |
| 5449 | |
| 5450 fi | |
| 5451 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5452 echo "$ac_t""yes" 1>&6 | |
| 5453 HAVE_TIFF=yes | |
| 5454 else | |
| 5455 echo "$ac_t""no" 1>&6 | |
| 5456 fi | |
| 5457 | |
| 5458 else | |
| 5459 echo "$ac_t""no" 1>&6 | |
| 5460 fi | |
| 5461 | |
| 5462 fi | |
| 5463 | |
| 5464 if test "${HAVE_TIFF}" = "yes"; then | |
| 5465 cat >> confdefs.h <<\EOF | |
| 5466 #define HAVE_TIFF 1 | |
| 5467 EOF | |
| 5468 | |
| 5469 fi | |
| 5470 fi | |
| 5471 | |
| 5472 ### Use -lgif if available, unless `--with-gif=no'. | |
| 5473 HAVE_GIF=no | |
| 5474 if test "${HAVE_X11}" = "yes"; then | |
| 5475 if test "${with_gif}" != "no"; then | |
| 5476 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` | |
| 5477 echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 | |
| 36903 | 5478 echo "configure:5479: checking for gif_lib.h" >&5 |
| 25897 | 5479 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5480 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5481 else | |
| 5482 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5483 #line 5484 "configure" |
| 25897 | 5484 #include "confdefs.h" |
| 5485 #include <gif_lib.h> | |
| 5486 EOF | |
| 5487 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 5488 { (eval echo configure:5489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 5489 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 5490 if test -z "$ac_err"; then |
| 5491 rm -rf conftest* | |
| 5492 eval "ac_cv_header_$ac_safe=yes" | |
| 5493 else | |
| 5494 echo "$ac_err" >&5 | |
| 5495 echo "configure: failed program was:" >&5 | |
| 5496 cat conftest.$ac_ext >&5 | |
| 5497 rm -rf conftest* | |
| 5498 eval "ac_cv_header_$ac_safe=no" | |
| 5499 fi | |
| 5500 rm -f conftest* | |
| 5501 fi | |
| 5502 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 5503 echo "$ac_t""yes" 1>&6 | |
| 27356 | 5504 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 |
| 36903 | 5505 echo "configure:5506: checking for DGifOpen in -lungif" >&5 |
| 27356 | 5506 ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` |
| 25897 | 5507 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5508 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5509 else | |
| 5510 ac_save_LIBS="$LIBS" | |
| 35206 | 5511 LIBS="-lungif $LIBS" |
| 25897 | 5512 cat > conftest.$ac_ext <<EOF |
| 36903 | 5513 #line 5514 "configure" |
| 25897 | 5514 #include "confdefs.h" |
| 5515 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5516 /* We use char because int might match the return type of a gcc2 | |
| 5517 builtin and then its argument prototype would still apply. */ | |
| 27356 | 5518 char DGifOpen(); |
| 25897 | 5519 |
| 5520 int main() { | |
| 27356 | 5521 DGifOpen() |
| 25897 | 5522 ; return 0; } |
| 5523 EOF | |
| 36903 | 5524 if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5525 rm -rf conftest* |
| 5526 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5527 else | |
| 5528 echo "configure: failed program was:" >&5 | |
| 5529 cat conftest.$ac_ext >&5 | |
| 5530 rm -rf conftest* | |
| 5531 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5532 fi | |
| 5533 rm -f conftest* | |
| 5534 LIBS="$ac_save_LIBS" | |
| 5535 | |
| 5536 fi | |
| 5537 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5538 echo "$ac_t""yes" 1>&6 | |
| 5539 HAVE_GIF=yes | |
| 5540 else | |
| 5541 echo "$ac_t""no" 1>&6 | |
| 5542 fi | |
| 5543 | |
| 5544 else | |
| 5545 echo "$ac_t""no" 1>&6 | |
| 5546 fi | |
| 5547 | |
| 5548 fi | |
| 5549 | |
| 5550 if test "${HAVE_GIF}" = "yes"; then | |
| 5551 cat >> confdefs.h <<\EOF | |
| 5552 #define HAVE_GIF 1 | |
| 5553 EOF | |
| 5554 | |
| 5555 fi | |
| 5556 fi | |
| 5557 | |
| 5558 # If netdb.h doesn't declare h_errno, we must declare it by hand. | |
| 5559 echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 | |
| 36903 | 5560 echo "configure:5561: checking whether netdb declares h_errno" >&5 |
| 25897 | 5561 if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then |
| 5562 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5563 else | |
| 5564 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5565 #line 5566 "configure" |
| 25897 | 5566 #include "confdefs.h" |
| 5567 #include <netdb.h> | |
| 5568 int main() { | |
| 5569 return h_errno; | |
| 5570 ; return 0; } | |
| 5571 EOF | |
| 36903 | 5572 if { (eval echo configure:5573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5573 rm -rf conftest* |
| 5574 emacs_cv_netdb_declares_h_errno=yes | |
| 5575 else | |
| 5576 echo "configure: failed program was:" >&5 | |
| 5577 cat conftest.$ac_ext >&5 | |
| 5578 rm -rf conftest* | |
| 5579 emacs_cv_netdb_declares_h_errno=no | |
| 5580 fi | |
| 5581 rm -f conftest* | |
| 5582 fi | |
| 5583 | |
| 5584 echo "$ac_t""$emacs_cv_netdb_declares_h_errno" 1>&6 | |
| 5585 if test $emacs_cv_netdb_declares_h_errno = yes; then | |
| 5586 cat >> confdefs.h <<\EOF | |
| 5587 #define HAVE_H_ERRNO 1 | |
| 5588 EOF | |
| 5589 | |
| 5590 fi | |
| 5591 | |
| 5592 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | |
| 5593 # for constant arguments. Useless! | |
| 5594 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 | |
| 36903 | 5595 echo "configure:5596: checking for working alloca.h" >&5 |
| 25897 | 5596 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then |
| 5597 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5598 else | |
| 5599 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5600 #line 5601 "configure" |
| 25897 | 5601 #include "confdefs.h" |
| 5602 #include <alloca.h> | |
| 5603 int main() { | |
| 33677 | 5604 char *p = alloca(2 * sizeof(int)); |
| 25897 | 5605 ; return 0; } |
| 5606 EOF | |
| 36903 | 5607 if { (eval echo configure:5608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5608 rm -rf conftest* |
| 5609 ac_cv_header_alloca_h=yes | |
| 5610 else | |
| 5611 echo "configure: failed program was:" >&5 | |
| 5612 cat conftest.$ac_ext >&5 | |
| 5613 rm -rf conftest* | |
| 5614 ac_cv_header_alloca_h=no | |
| 5615 fi | |
| 5616 rm -f conftest* | |
| 5617 fi | |
| 5618 | |
| 5619 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6 | |
| 5620 if test $ac_cv_header_alloca_h = yes; then | |
| 5621 cat >> confdefs.h <<\EOF | |
| 5622 #define HAVE_ALLOCA_H 1 | |
| 5623 EOF | |
| 5624 | |
| 5625 fi | |
| 5626 | |
| 5627 echo $ac_n "checking for alloca""... $ac_c" 1>&6 | |
| 36903 | 5628 echo "configure:5629: checking for alloca" >&5 |
| 25897 | 5629 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then |
| 5630 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5631 else | |
| 5632 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5633 #line 5634 "configure" |
| 25897 | 5634 #include "confdefs.h" |
| 5635 | |
| 5636 #ifdef __GNUC__ | |
| 5637 # define alloca __builtin_alloca | |
| 5638 #else | |
| 27205 | 5639 # ifdef _MSC_VER |
| 5640 # include <malloc.h> | |
| 5641 # define alloca _alloca | |
| 25897 | 5642 # else |
| 27205 | 5643 # if HAVE_ALLOCA_H |
| 5644 # include <alloca.h> | |
| 25897 | 5645 # else |
| 27205 | 5646 # ifdef _AIX |
| 5647 #pragma alloca | |
| 5648 # else | |
| 5649 # ifndef alloca /* predefined by HP cc +Olibcalls */ | |
| 25897 | 5650 char *alloca (); |
| 27205 | 5651 # endif |
| 25897 | 5652 # endif |
| 5653 # endif | |
| 5654 # endif | |
| 5655 #endif | |
| 5656 | |
| 5657 int main() { | |
| 5658 char *p = (char *) alloca(1); | |
| 5659 ; return 0; } | |
| 5660 EOF | |
| 36903 | 5661 if { (eval echo configure:5662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5662 rm -rf conftest* |
| 5663 ac_cv_func_alloca_works=yes | |
| 5664 else | |
| 5665 echo "configure: failed program was:" >&5 | |
| 5666 cat conftest.$ac_ext >&5 | |
| 5667 rm -rf conftest* | |
| 5668 ac_cv_func_alloca_works=no | |
| 5669 fi | |
| 5670 rm -f conftest* | |
| 5671 fi | |
| 5672 | |
| 5673 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6 | |
| 5674 if test $ac_cv_func_alloca_works = yes; then | |
| 5675 cat >> confdefs.h <<\EOF | |
| 5676 #define HAVE_ALLOCA 1 | |
| 5677 EOF | |
| 5678 | |
| 5679 fi | |
| 5680 | |
| 5681 if test $ac_cv_func_alloca_works = no; then | |
| 5682 # The SVR3 libPW and SVR4 libucb both contain incompatible functions | |
| 5683 # that cause trouble. Some versions do not even contain alloca or | |
| 5684 # contain a buggy version. If you still want to use their alloca, | |
| 5685 # use ar to extract alloca.o from them instead of compiling alloca.c. | |
| 27205 | 5686 ALLOCA=alloca.${ac_objext} |
| 25897 | 5687 cat >> confdefs.h <<\EOF |
| 5688 #define C_ALLOCA 1 | |
| 5689 EOF | |
| 5690 | |
| 5691 | |
| 5692 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 | |
| 36903 | 5693 echo "configure:5694: checking whether alloca needs Cray hooks" >&5 |
| 25897 | 5694 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then |
| 5695 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5696 else | |
| 5697 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5698 #line 5699 "configure" |
| 25897 | 5699 #include "confdefs.h" |
| 5700 #if defined(CRAY) && ! defined(CRAY2) | |
| 5701 webecray | |
| 5702 #else | |
| 5703 wenotbecray | |
| 5704 #endif | |
| 5705 | |
| 5706 EOF | |
| 5707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 5708 egrep "webecray" >/dev/null 2>&1; then | |
| 5709 rm -rf conftest* | |
| 5710 ac_cv_os_cray=yes | |
| 5711 else | |
| 5712 rm -rf conftest* | |
| 5713 ac_cv_os_cray=no | |
| 5714 fi | |
| 5715 rm -f conftest* | |
| 5716 | |
| 5717 fi | |
| 5718 | |
| 5719 echo "$ac_t""$ac_cv_os_cray" 1>&6 | |
| 5720 if test $ac_cv_os_cray = yes; then | |
| 5721 for ac_func in _getb67 GETB67 getb67; do | |
| 5722 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 5723 echo "configure:5724: checking for $ac_func" >&5 |
| 25897 | 5724 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 5725 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5726 else | |
| 5727 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5728 #line 5729 "configure" |
| 25897 | 5729 #include "confdefs.h" |
| 5730 /* System header to define __stub macros and hopefully few prototypes, | |
| 5731 which can conflict with char $ac_func(); below. */ | |
| 5732 #include <assert.h> | |
| 5733 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5734 /* We use char because int might match the return type of a gcc2 | |
| 5735 builtin and then its argument prototype would still apply. */ | |
| 5736 char $ac_func(); | |
| 5737 | |
| 5738 int main() { | |
| 5739 | |
| 5740 /* The GNU C library defines this for functions which it implements | |
| 5741 to always fail with ENOSYS. Some functions are actually named | |
| 5742 something starting with __ and the normal name is an alias. */ | |
| 5743 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 5744 choke me | |
| 5745 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
5746 $ac_func(); |
| 25897 | 5747 #endif |
| 5748 | |
| 5749 ; return 0; } | |
| 5750 EOF | |
| 36903 | 5751 if { (eval echo configure:5752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5752 rm -rf conftest* |
| 5753 eval "ac_cv_func_$ac_func=yes" | |
| 5754 else | |
| 5755 echo "configure: failed program was:" >&5 | |
| 5756 cat conftest.$ac_ext >&5 | |
| 5757 rm -rf conftest* | |
| 5758 eval "ac_cv_func_$ac_func=no" | |
| 5759 fi | |
| 5760 rm -f conftest* | |
| 5761 fi | |
| 5762 | |
| 5763 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 5764 echo "$ac_t""yes" 1>&6 | |
| 5765 cat >> confdefs.h <<EOF | |
| 5766 #define CRAY_STACKSEG_END $ac_func | |
| 5767 EOF | |
| 5768 | |
| 5769 break | |
| 5770 else | |
| 5771 echo "$ac_t""no" 1>&6 | |
| 5772 fi | |
| 5773 | |
| 5774 done | |
| 5775 fi | |
| 5776 | |
| 5777 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 | |
| 36903 | 5778 echo "configure:5779: checking stack direction for C alloca" >&5 |
| 25897 | 5779 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then |
| 5780 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5781 else | |
| 5782 if test "$cross_compiling" = yes; then | |
| 5783 ac_cv_c_stack_direction=0 | |
| 5784 else | |
| 5785 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5786 #line 5787 "configure" |
| 25897 | 5787 #include "confdefs.h" |
| 5788 find_stack_direction () | |
| 5789 { | |
| 5790 static char *addr = 0; | |
| 5791 auto char dummy; | |
| 5792 if (addr == 0) | |
| 5793 { | |
| 5794 addr = &dummy; | |
| 5795 return find_stack_direction (); | |
| 5796 } | |
| 5797 else | |
| 5798 return (&dummy > addr) ? 1 : -1; | |
| 5799 } | |
| 5800 main () | |
| 5801 { | |
| 5802 exit (find_stack_direction() < 0); | |
| 5803 } | |
| 5804 EOF | |
| 36903 | 5805 if { (eval echo configure:5806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 25897 | 5806 then |
| 5807 ac_cv_c_stack_direction=1 | |
| 5808 else | |
| 5809 echo "configure: failed program was:" >&5 | |
| 5810 cat conftest.$ac_ext >&5 | |
| 5811 rm -fr conftest* | |
| 5812 ac_cv_c_stack_direction=-1 | |
| 5813 fi | |
| 5814 rm -fr conftest* | |
| 5815 fi | |
| 5816 | |
| 5817 fi | |
| 5818 | |
| 5819 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6 | |
| 5820 cat >> confdefs.h <<EOF | |
| 5821 #define STACK_DIRECTION $ac_cv_c_stack_direction | |
| 5822 EOF | |
| 5823 | |
| 5824 fi | |
| 5825 | |
| 5826 | |
| 5827 # fmod, logb, and frexp are found in -lm on most systems. | |
| 5828 # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | |
| 5829 echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 | |
| 36903 | 5830 echo "configure:5831: checking for sqrt in -lm" >&5 |
| 25897 | 5831 ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` |
| 5832 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 5833 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5834 else | |
| 5835 ac_save_LIBS="$LIBS" | |
| 5836 LIBS="-lm $LIBS" | |
| 5837 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5838 #line 5839 "configure" |
| 25897 | 5839 #include "confdefs.h" |
| 5840 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5841 /* We use char because int might match the return type of a gcc2 | |
| 5842 builtin and then its argument prototype would still apply. */ | |
| 5843 char sqrt(); | |
| 5844 | |
| 5845 int main() { | |
| 5846 sqrt() | |
| 5847 ; return 0; } | |
| 5848 EOF | |
| 36903 | 5849 if { (eval echo configure:5850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5850 rm -rf conftest* |
| 5851 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5852 else | |
| 5853 echo "configure: failed program was:" >&5 | |
| 5854 cat conftest.$ac_ext >&5 | |
| 5855 rm -rf conftest* | |
| 5856 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5857 fi | |
| 5858 rm -f conftest* | |
| 5859 LIBS="$ac_save_LIBS" | |
| 5860 | |
| 5861 fi | |
| 5862 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5863 echo "$ac_t""yes" 1>&6 | |
| 5864 ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 5865 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 5866 cat >> confdefs.h <<EOF | |
| 5867 #define $ac_tr_lib 1 | |
| 5868 EOF | |
| 5869 | |
| 5870 LIBS="-lm $LIBS" | |
| 5871 | |
| 5872 else | |
| 5873 echo "$ac_t""no" 1>&6 | |
| 5874 fi | |
| 5875 | |
| 5876 | |
| 5877 # Check for mail-locking functions in a "mail" library | |
| 5878 echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 | |
| 36903 | 5879 echo "configure:5880: checking for maillock in -lmail" >&5 |
| 25897 | 5880 ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` |
| 5881 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 5882 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5883 else | |
| 5884 ac_save_LIBS="$LIBS" | |
| 5885 LIBS="-lmail $LIBS" | |
| 5886 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5887 #line 5888 "configure" |
| 25897 | 5888 #include "confdefs.h" |
| 5889 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5890 /* We use char because int might match the return type of a gcc2 | |
| 5891 builtin and then its argument prototype would still apply. */ | |
| 5892 char maillock(); | |
| 5893 | |
| 5894 int main() { | |
| 5895 maillock() | |
| 5896 ; return 0; } | |
| 5897 EOF | |
| 36903 | 5898 if { (eval echo configure:5899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5899 rm -rf conftest* |
| 5900 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5901 else | |
| 5902 echo "configure: failed program was:" >&5 | |
| 5903 cat conftest.$ac_ext >&5 | |
| 5904 rm -rf conftest* | |
| 5905 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5906 fi | |
| 5907 rm -f conftest* | |
| 5908 LIBS="$ac_save_LIBS" | |
| 5909 | |
| 5910 fi | |
| 5911 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5912 echo "$ac_t""yes" 1>&6 | |
| 5913 ac_tr_lib=HAVE_LIB`echo mail | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 5914 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 5915 cat >> confdefs.h <<EOF | |
| 5916 #define $ac_tr_lib 1 | |
| 5917 EOF | |
| 5918 | |
| 5919 LIBS="-lmail $LIBS" | |
| 5920 | |
| 5921 else | |
| 5922 echo "$ac_t""no" 1>&6 | |
| 5923 fi | |
| 5924 | |
| 5925 echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 | |
| 36903 | 5926 echo "configure:5927: checking for maillock in -llockfile" >&5 |
| 25897 | 5927 ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` |
| 5928 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 5929 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5930 else | |
| 5931 ac_save_LIBS="$LIBS" | |
| 5932 LIBS="-llockfile $LIBS" | |
| 5933 cat > conftest.$ac_ext <<EOF | |
| 36903 | 5934 #line 5935 "configure" |
| 25897 | 5935 #include "confdefs.h" |
| 5936 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 5937 /* We use char because int might match the return type of a gcc2 | |
| 5938 builtin and then its argument prototype would still apply. */ | |
| 5939 char maillock(); | |
| 5940 | |
| 5941 int main() { | |
| 5942 maillock() | |
| 5943 ; return 0; } | |
| 5944 EOF | |
| 36903 | 5945 if { (eval echo configure:5946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 5946 rm -rf conftest* |
| 5947 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 5948 else | |
| 5949 echo "configure: failed program was:" >&5 | |
| 5950 cat conftest.$ac_ext >&5 | |
| 5951 rm -rf conftest* | |
| 5952 eval "ac_cv_lib_$ac_lib_var=no" | |
| 5953 fi | |
| 5954 rm -f conftest* | |
| 5955 LIBS="$ac_save_LIBS" | |
| 5956 | |
| 5957 fi | |
| 5958 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 5959 echo "$ac_t""yes" 1>&6 | |
| 5960 ac_tr_lib=HAVE_LIB`echo lockfile | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 5961 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 5962 cat >> confdefs.h <<EOF | |
| 5963 #define $ac_tr_lib 1 | |
| 5964 EOF | |
| 5965 | |
| 5966 LIBS="-llockfile $LIBS" | |
| 5967 | |
| 5968 else | |
| 5969 echo "$ac_t""no" 1>&6 | |
| 5970 fi | |
| 5971 | |
| 5972 # If we have the shared liblockfile, assume we must use it for mail | |
| 5973 # locking (e.g. Debian). If we couldn't link against liblockfile | |
| 5974 # (no liblockfile.a installed), ensure that we don't need to. | |
| 5975 if test "$ac_cv_lib_lockfile_maillock" = no; then | |
| 5976 # Extract the first word of "liblockfile.so", so it can be a program name with args. | |
| 5977 set dummy liblockfile.so; ac_word=$2 | |
| 5978 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 | |
| 36903 | 5979 echo "configure:5980: checking for $ac_word" >&5 |
| 25897 | 5980 if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then |
| 5981 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 5982 else | |
| 5983 if test -n "$liblockfile"; then | |
| 5984 ac_cv_prog_liblockfile="$liblockfile" # Let the user override the test. | |
| 5985 else | |
| 27205 | 5986 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 5987 ac_dummy="/usr/lib:/lib:/usr/local/lib:$LD_LIBRARY_PATH" | |
| 5988 for ac_dir in $ac_dummy; do | |
| 25897 | 5989 test -z "$ac_dir" && ac_dir=. |
| 5990 if test -f $ac_dir/$ac_word; then | |
| 5991 ac_cv_prog_liblockfile="yes" | |
| 5992 break | |
| 5993 fi | |
| 5994 done | |
| 5995 IFS="$ac_save_ifs" | |
| 5996 test -z "$ac_cv_prog_liblockfile" && ac_cv_prog_liblockfile="no" | |
| 5997 fi | |
| 5998 fi | |
| 5999 liblockfile="$ac_cv_prog_liblockfile" | |
| 6000 if test -n "$liblockfile"; then | |
| 6001 echo "$ac_t""$liblockfile" 1>&6 | |
| 6002 else | |
| 6003 echo "$ac_t""no" 1>&6 | |
| 6004 fi | |
| 6005 | |
| 6006 if test $ac_cv_prog_liblockfile = yes; then | |
| 6007 { echo "configure: error: Shared liblockfile found but can't link against it. | |
| 6008 This probably means that movemail could lose mail. | |
| 6009 There may be a \`development' package to install containing liblockfile." 1>&2; exit 1; } | |
| 6010 else cat >> confdefs.h <<\EOF | |
| 6011 #define LIBMAIL -llockfile | |
| 6012 EOF | |
| 6013 | |
| 6014 fi | |
| 6015 else : | |
| 6016 fi | |
| 6017 for ac_func in touchlock | |
| 6018 do | |
| 6019 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 6020 echo "configure:6021: checking for $ac_func" >&5 |
| 25897 | 6021 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6022 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6023 else | |
| 6024 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6025 #line 6026 "configure" |
| 25897 | 6026 #include "confdefs.h" |
| 6027 /* System header to define __stub macros and hopefully few prototypes, | |
| 6028 which can conflict with char $ac_func(); below. */ | |
| 6029 #include <assert.h> | |
| 6030 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6031 /* We use char because int might match the return type of a gcc2 | |
| 6032 builtin and then its argument prototype would still apply. */ | |
| 6033 char $ac_func(); | |
| 6034 | |
| 6035 int main() { | |
| 6036 | |
| 6037 /* The GNU C library defines this for functions which it implements | |
| 6038 to always fail with ENOSYS. Some functions are actually named | |
| 6039 something starting with __ and the normal name is an alias. */ | |
| 6040 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 6041 choke me | |
| 6042 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
6043 $ac_func(); |
| 25897 | 6044 #endif |
| 6045 | |
| 6046 ; return 0; } | |
| 6047 EOF | |
| 36903 | 6048 if { (eval echo configure:6049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 6049 rm -rf conftest* |
| 6050 eval "ac_cv_func_$ac_func=yes" | |
| 6051 else | |
| 6052 echo "configure: failed program was:" >&5 | |
| 6053 cat conftest.$ac_ext >&5 | |
| 6054 rm -rf conftest* | |
| 6055 eval "ac_cv_func_$ac_func=no" | |
| 6056 fi | |
| 6057 rm -f conftest* | |
| 6058 fi | |
| 6059 | |
| 6060 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 6061 echo "$ac_t""yes" 1>&6 | |
| 6062 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 6063 cat >> confdefs.h <<EOF | |
| 6064 #define $ac_tr_func 1 | |
| 6065 EOF | |
| 6066 | |
| 6067 else | |
| 6068 echo "$ac_t""no" 1>&6 | |
| 6069 fi | |
| 6070 done | |
| 6071 | |
| 6072 for ac_hdr in maillock.h | |
| 6073 do | |
| 6074 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
| 6075 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
| 36903 | 6076 echo "configure:6077: checking for $ac_hdr" >&5 |
| 25897 | 6077 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6078 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6079 else | |
| 6080 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6081 #line 6082 "configure" |
| 25897 | 6082 #include "confdefs.h" |
| 6083 #include <$ac_hdr> | |
| 6084 EOF | |
| 6085 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6086 { (eval echo configure:6087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 6087 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 6088 if test -z "$ac_err"; then |
| 6089 rm -rf conftest* | |
| 6090 eval "ac_cv_header_$ac_safe=yes" | |
| 6091 else | |
| 6092 echo "$ac_err" >&5 | |
| 6093 echo "configure: failed program was:" >&5 | |
| 6094 cat conftest.$ac_ext >&5 | |
| 6095 rm -rf conftest* | |
| 6096 eval "ac_cv_header_$ac_safe=no" | |
| 6097 fi | |
| 6098 rm -f conftest* | |
| 6099 fi | |
| 6100 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6101 echo "$ac_t""yes" 1>&6 | |
| 6102 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
| 6103 cat >> confdefs.h <<EOF | |
| 6104 #define $ac_tr_hdr 1 | |
| 6105 EOF | |
| 6106 | |
| 6107 else | |
| 6108 echo "$ac_t""no" 1>&6 | |
| 6109 fi | |
| 6110 done | |
| 6111 | |
| 6112 | |
| 29906 | 6113 for ac_func in gethostname getdomainname dup2 \ |
| 25897 | 6114 rename closedir mkdir rmdir sysinfo \ |
| 6115 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | |
| 6116 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | |
| 29733 | 6117 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ |
| 33286 | 6118 __fpending mblen mbrlen strsignal setitimer ualarm index rindex \ |
| 6119 gai_strerror mkstemp | |
| 25897 | 6120 do |
| 6121 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 6122 echo "configure:6123: checking for $ac_func" >&5 |
| 25897 | 6123 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6124 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6125 else | |
| 6126 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6127 #line 6128 "configure" |
| 25897 | 6128 #include "confdefs.h" |
| 6129 /* System header to define __stub macros and hopefully few prototypes, | |
| 6130 which can conflict with char $ac_func(); below. */ | |
| 6131 #include <assert.h> | |
| 6132 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6133 /* We use char because int might match the return type of a gcc2 | |
| 6134 builtin and then its argument prototype would still apply. */ | |
| 6135 char $ac_func(); | |
| 6136 | |
| 6137 int main() { | |
| 6138 | |
| 6139 /* The GNU C library defines this for functions which it implements | |
| 6140 to always fail with ENOSYS. Some functions are actually named | |
| 6141 something starting with __ and the normal name is an alias. */ | |
| 6142 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 6143 choke me | |
| 6144 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
6145 $ac_func(); |
| 25897 | 6146 #endif |
| 6147 | |
| 6148 ; return 0; } | |
| 6149 EOF | |
| 36903 | 6150 if { (eval echo configure:6151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 6151 rm -rf conftest* |
| 6152 eval "ac_cv_func_$ac_func=yes" | |
| 6153 else | |
| 6154 echo "configure: failed program was:" >&5 | |
| 6155 cat conftest.$ac_ext >&5 | |
| 6156 rm -rf conftest* | |
| 6157 eval "ac_cv_func_$ac_func=no" | |
| 6158 fi | |
| 6159 rm -f conftest* | |
| 6160 fi | |
| 6161 | |
| 6162 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 6163 echo "$ac_t""yes" 1>&6 | |
| 6164 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 6165 cat >> confdefs.h <<EOF | |
| 6166 #define $ac_tr_func 1 | |
| 6167 EOF | |
| 6168 | |
| 6169 else | |
| 6170 echo "$ac_t""no" 1>&6 | |
| 6171 fi | |
| 6172 done | |
| 6173 | |
| 6174 | |
| 28607 | 6175 for ac_hdr in sys/time.h unistd.h |
| 6176 do | |
| 6177 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
| 6178 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
| 36903 | 6179 echo "configure:6180: checking for $ac_hdr" >&5 |
| 28607 | 6180 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6181 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6182 else | |
| 6183 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6184 #line 6185 "configure" |
| 28607 | 6185 #include "confdefs.h" |
| 6186 #include <$ac_hdr> | |
| 6187 EOF | |
| 6188 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6189 { (eval echo configure:6190: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 28607 | 6190 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6191 if test -z "$ac_err"; then | |
| 6192 rm -rf conftest* | |
| 6193 eval "ac_cv_header_$ac_safe=yes" | |
| 6194 else | |
| 6195 echo "$ac_err" >&5 | |
| 6196 echo "configure: failed program was:" >&5 | |
| 6197 cat conftest.$ac_ext >&5 | |
| 6198 rm -rf conftest* | |
| 6199 eval "ac_cv_header_$ac_safe=no" | |
| 6200 fi | |
| 6201 rm -f conftest* | |
| 6202 fi | |
| 6203 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6204 echo "$ac_t""yes" 1>&6 | |
| 6205 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
| 6206 cat >> confdefs.h <<EOF | |
| 6207 #define $ac_tr_hdr 1 | |
| 6208 EOF | |
| 6209 | |
| 6210 else | |
| 6211 echo "$ac_t""no" 1>&6 | |
| 6212 fi | |
| 6213 done | |
| 6214 | |
| 6215 for ac_func in alarm | |
| 6216 do | |
| 6217 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 6218 echo "configure:6219: checking for $ac_func" >&5 |
| 28607 | 6219 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6220 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6221 else | |
| 6222 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6223 #line 6224 "configure" |
| 28607 | 6224 #include "confdefs.h" |
| 6225 /* System header to define __stub macros and hopefully few prototypes, | |
| 6226 which can conflict with char $ac_func(); below. */ | |
| 6227 #include <assert.h> | |
| 6228 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6229 /* We use char because int might match the return type of a gcc2 | |
| 6230 builtin and then its argument prototype would still apply. */ | |
| 6231 char $ac_func(); | |
| 6232 | |
| 6233 int main() { | |
| 6234 | |
| 6235 /* The GNU C library defines this for functions which it implements | |
| 6236 to always fail with ENOSYS. Some functions are actually named | |
| 6237 something starting with __ and the normal name is an alias. */ | |
| 6238 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 6239 choke me | |
| 6240 #else | |
| 6241 $ac_func(); | |
| 6242 #endif | |
| 6243 | |
| 6244 ; return 0; } | |
| 6245 EOF | |
| 36903 | 6246 if { (eval echo configure:6247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 28607 | 6247 rm -rf conftest* |
| 6248 eval "ac_cv_func_$ac_func=yes" | |
| 6249 else | |
| 6250 echo "configure: failed program was:" >&5 | |
| 6251 cat conftest.$ac_ext >&5 | |
| 6252 rm -rf conftest* | |
| 6253 eval "ac_cv_func_$ac_func=no" | |
| 6254 fi | |
| 6255 rm -f conftest* | |
| 6256 fi | |
| 6257 | |
| 6258 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 6259 echo "$ac_t""yes" 1>&6 | |
| 6260 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 6261 cat >> confdefs.h <<EOF | |
| 6262 #define $ac_tr_func 1 | |
| 6263 EOF | |
| 6264 | |
| 6265 else | |
| 6266 echo "$ac_t""no" 1>&6 | |
| 6267 fi | |
| 6268 done | |
| 6269 | |
| 6270 echo $ac_n "checking for working mktime""... $ac_c" 1>&6 | |
| 36903 | 6271 echo "configure:6272: checking for working mktime" >&5 |
| 28607 | 6272 if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then |
| 6273 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6274 else | |
| 6275 if test "$cross_compiling" = yes; then | |
| 6276 ac_cv_func_working_mktime=no | |
| 6277 else | |
| 6278 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6279 #line 6280 "configure" |
| 28607 | 6280 #include "confdefs.h" |
| 6281 /* Test program from Paul Eggert (eggert@twinsun.com) | |
| 6282 and Tony Leneis (tony@plaza.ds.adp.com). */ | |
| 6283 #if TIME_WITH_SYS_TIME | |
| 6284 # include <sys/time.h> | |
| 6285 # include <time.h> | |
| 6286 #else | |
| 6287 # if HAVE_SYS_TIME_H | |
| 6288 # include <sys/time.h> | |
| 6289 # else | |
| 6290 # include <time.h> | |
| 6291 # endif | |
| 6292 #endif | |
| 6293 | |
| 6294 #if HAVE_UNISTD_H | |
| 6295 # include <unistd.h> | |
| 6296 #endif | |
| 6297 | |
| 6298 #if !HAVE_ALARM | |
| 6299 # define alarm(X) /* empty */ | |
| 6300 #endif | |
| 6301 | |
| 6302 /* Work around redefinition to rpl_putenv by other config tests. */ | |
| 6303 #undef putenv | |
| 6304 | |
| 6305 static time_t time_t_max; | |
| 6306 | |
| 6307 /* Values we'll use to set the TZ environment variable. */ | |
| 6308 static const char *const tz_strings[] = { | |
| 6309 (const char *) 0, "TZ=GMT0", "TZ=JST-9", | |
| 6310 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | |
| 6311 }; | |
| 6312 #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | |
| 6313 | |
| 6314 /* Fail if mktime fails to convert a date in the spring-forward gap. | |
| 6315 Based on a problem report from Andreas Jaeger. */ | |
| 6316 static void | |
| 6317 spring_forward_gap () | |
| 6318 { | |
| 6319 /* glibc (up to about 1998-10-07) failed this test) */ | |
| 6320 struct tm tm; | |
| 6321 | |
| 6322 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | |
| 6323 instead of "TZ=America/Vancouver" in order to detect the bug even | |
| 6324 on systems that don't support the Olson extension, or don't have the | |
| 6325 full zoneinfo tables installed. */ | |
| 6326 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | |
| 6327 | |
| 6328 tm.tm_year = 98; | |
| 6329 tm.tm_mon = 3; | |
| 6330 tm.tm_mday = 5; | |
| 6331 tm.tm_hour = 2; | |
| 6332 tm.tm_min = 0; | |
| 6333 tm.tm_sec = 0; | |
| 6334 tm.tm_isdst = -1; | |
| 6335 if (mktime (&tm) == (time_t)-1) | |
| 6336 exit (1); | |
| 6337 } | |
| 6338 | |
| 6339 static void | |
| 6340 mktime_test (now) | |
| 6341 time_t now; | |
| 6342 { | |
| 6343 struct tm *lt; | |
| 6344 if ((lt = localtime (&now)) && mktime (lt) != now) | |
| 6345 exit (1); | |
| 6346 now = time_t_max - now; | |
| 6347 if ((lt = localtime (&now)) && mktime (lt) != now) | |
| 6348 exit (1); | |
| 6349 } | |
| 6350 | |
| 6351 static void | |
| 6352 irix_6_4_bug () | |
| 6353 { | |
| 6354 /* Based on code from Ariel Faigon. */ | |
| 6355 struct tm tm; | |
| 6356 tm.tm_year = 96; | |
| 6357 tm.tm_mon = 3; | |
| 6358 tm.tm_mday = 0; | |
| 6359 tm.tm_hour = 0; | |
| 6360 tm.tm_min = 0; | |
| 6361 tm.tm_sec = 0; | |
| 6362 tm.tm_isdst = -1; | |
| 6363 mktime (&tm); | |
| 6364 if (tm.tm_mon != 2 || tm.tm_mday != 31) | |
| 6365 exit (1); | |
| 6366 } | |
| 6367 | |
| 6368 static void | |
| 6369 bigtime_test (j) | |
| 6370 int j; | |
| 6371 { | |
| 6372 struct tm tm; | |
| 6373 time_t now; | |
| 6374 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | |
| 6375 now = mktime (&tm); | |
| 6376 if (now != (time_t) -1) | |
| 6377 { | |
| 6378 struct tm *lt = localtime (&now); | |
| 6379 if (! (lt | |
| 6380 && lt->tm_year == tm.tm_year | |
| 6381 && lt->tm_mon == tm.tm_mon | |
| 6382 && lt->tm_mday == tm.tm_mday | |
| 6383 && lt->tm_hour == tm.tm_hour | |
| 6384 && lt->tm_min == tm.tm_min | |
| 6385 && lt->tm_sec == tm.tm_sec | |
| 6386 && lt->tm_yday == tm.tm_yday | |
| 6387 && lt->tm_wday == tm.tm_wday | |
| 6388 && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | |
| 6389 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | |
| 6390 exit (1); | |
| 6391 } | |
| 6392 } | |
| 6393 | |
| 6394 int | |
| 6395 main () | |
| 6396 { | |
| 6397 time_t t, delta; | |
| 6398 int i, j; | |
| 6399 | |
| 6400 /* This test makes some buggy mktime implementations loop. | |
| 6401 Give up after 60 seconds; a mktime slower than that | |
| 6402 isn't worth using anyway. */ | |
| 6403 alarm (60); | |
| 6404 | |
| 6405 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | |
| 6406 continue; | |
| 6407 time_t_max--; | |
| 6408 delta = time_t_max / 997; /* a suitable prime number */ | |
| 6409 for (i = 0; i < N_STRINGS; i++) | |
| 6410 { | |
| 6411 if (tz_strings[i]) | |
| 6412 putenv (tz_strings[i]); | |
| 6413 | |
| 6414 for (t = 0; t <= time_t_max - delta; t += delta) | |
| 6415 mktime_test (t); | |
| 6416 mktime_test ((time_t) 60 * 60); | |
| 6417 mktime_test ((time_t) 60 * 60 * 24); | |
| 6418 | |
| 6419 for (j = 1; 0 < j; j *= 2) | |
| 6420 bigtime_test (j); | |
| 6421 bigtime_test (j - 1); | |
| 6422 } | |
| 6423 irix_6_4_bug (); | |
| 6424 spring_forward_gap (); | |
| 6425 exit (0); | |
| 6426 } | |
| 6427 EOF | |
| 36903 | 6428 if { (eval echo configure:6429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 28607 | 6429 then |
| 6430 ac_cv_func_working_mktime=yes | |
| 6431 else | |
| 6432 echo "configure: failed program was:" >&5 | |
| 6433 cat conftest.$ac_ext >&5 | |
| 6434 rm -fr conftest* | |
| 6435 ac_cv_func_working_mktime=no | |
| 6436 fi | |
| 6437 rm -fr conftest* | |
| 6438 fi | |
| 6439 | |
| 6440 fi | |
| 6441 | |
| 6442 echo "$ac_t""$ac_cv_func_working_mktime" 1>&6 | |
| 6443 if test $ac_cv_func_working_mktime = no; then | |
| 6444 LIBOBJS="$LIBOBJS mktime.${ac_objext}" | |
| 6445 fi | |
| 6446 | |
| 6447 if test "$ac_cv_func_working_mktime" = no; then | |
| 6448 cat >> confdefs.h <<\EOF | |
| 6449 #define BROKEN_MKTIME 1 | |
| 6450 EOF | |
| 6451 | |
| 6452 fi | |
| 6453 | |
| 29834 | 6454 ac_have_func=no # yes means we've found a way to get the load average. |
| 6455 | |
| 6456 # Some systems with -lutil have (and need) -lkvm as well, some do not. | |
| 6457 # On Solaris, -lkvm requires nlist from -lelf, so check that first | |
| 6458 # to get the right answer into the cache. | |
| 6459 echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 | |
| 36903 | 6460 echo "configure:6461: checking for elf_begin in -lelf" >&5 |
| 29834 | 6461 ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` |
| 6462 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 6463 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6464 else | |
| 6465 ac_save_LIBS="$LIBS" | |
| 6466 LIBS="-lelf $LIBS" | |
| 6467 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6468 #line 6469 "configure" |
| 29834 | 6469 #include "confdefs.h" |
| 6470 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6471 /* We use char because int might match the return type of a gcc2 | |
| 6472 builtin and then its argument prototype would still apply. */ | |
| 6473 char elf_begin(); | |
| 6474 | |
| 6475 int main() { | |
| 6476 elf_begin() | |
| 6477 ; return 0; } | |
| 6478 EOF | |
| 36903 | 6479 if { (eval echo configure:6480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29834 | 6480 rm -rf conftest* |
| 6481 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 6482 else | |
| 6483 echo "configure: failed program was:" >&5 | |
| 6484 cat conftest.$ac_ext >&5 | |
| 6485 rm -rf conftest* | |
| 6486 eval "ac_cv_lib_$ac_lib_var=no" | |
| 6487 fi | |
| 6488 rm -f conftest* | |
| 6489 LIBS="$ac_save_LIBS" | |
| 6490 | |
| 6491 fi | |
| 6492 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 6493 echo "$ac_t""yes" 1>&6 | |
| 6494 LIBS="-lelf $LIBS" | |
| 6495 else | |
| 6496 echo "$ac_t""no" 1>&6 | |
| 6497 fi | |
| 6498 | |
| 6499 echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 | |
| 36903 | 6500 echo "configure:6501: checking for kvm_open in -lkvm" >&5 |
| 29834 | 6501 ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` |
| 6502 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 6503 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6504 else | |
| 6505 ac_save_LIBS="$LIBS" | |
| 6506 LIBS="-lkvm $LIBS" | |
| 6507 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6508 #line 6509 "configure" |
| 29834 | 6509 #include "confdefs.h" |
| 6510 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6511 /* We use char because int might match the return type of a gcc2 | |
| 6512 builtin and then its argument prototype would still apply. */ | |
| 6513 char kvm_open(); | |
| 6514 | |
| 6515 int main() { | |
| 6516 kvm_open() | |
| 6517 ; return 0; } | |
| 6518 EOF | |
| 36903 | 6519 if { (eval echo configure:6520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29834 | 6520 rm -rf conftest* |
| 6521 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 6522 else | |
| 6523 echo "configure: failed program was:" >&5 | |
| 6524 cat conftest.$ac_ext >&5 | |
| 6525 rm -rf conftest* | |
| 6526 eval "ac_cv_lib_$ac_lib_var=no" | |
| 6527 fi | |
| 6528 rm -f conftest* | |
| 6529 LIBS="$ac_save_LIBS" | |
| 6530 | |
| 6531 fi | |
| 6532 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 6533 echo "$ac_t""yes" 1>&6 | |
| 6534 LIBS="-lkvm $LIBS" | |
| 6535 else | |
| 6536 echo "$ac_t""no" 1>&6 | |
| 6537 fi | |
| 6538 | |
| 6539 # Check for the 4.4BSD definition of getloadavg. | |
| 6540 echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 | |
| 36903 | 6541 echo "configure:6542: checking for getloadavg in -lutil" >&5 |
| 29834 | 6542 ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` |
| 6543 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 6544 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6545 else | |
| 6546 ac_save_LIBS="$LIBS" | |
| 6547 LIBS="-lutil $LIBS" | |
| 6548 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6549 #line 6550 "configure" |
| 29834 | 6550 #include "confdefs.h" |
| 6551 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6552 /* We use char because int might match the return type of a gcc2 | |
| 6553 builtin and then its argument prototype would still apply. */ | |
| 6554 char getloadavg(); | |
| 6555 | |
| 6556 int main() { | |
| 6557 getloadavg() | |
| 6558 ; return 0; } | |
| 6559 EOF | |
| 36903 | 6560 if { (eval echo configure:6561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29834 | 6561 rm -rf conftest* |
| 6562 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 6563 else | |
| 6564 echo "configure: failed program was:" >&5 | |
| 6565 cat conftest.$ac_ext >&5 | |
| 6566 rm -rf conftest* | |
| 6567 eval "ac_cv_lib_$ac_lib_var=no" | |
| 6568 fi | |
| 6569 rm -f conftest* | |
| 6570 LIBS="$ac_save_LIBS" | |
| 6571 | |
| 6572 fi | |
| 6573 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 6574 echo "$ac_t""yes" 1>&6 | |
| 6575 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes | |
| 6576 else | |
| 6577 echo "$ac_t""no" 1>&6 | |
| 6578 fi | |
| 6579 | |
| 6580 | |
| 6581 if test $ac_have_func = no; then | |
| 6582 # There is a commonly available library for RS/6000 AIX. | |
| 6583 # Since it is not a standard part of AIX, it might be installed locally. | |
| 6584 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" | |
| 6585 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 | |
| 36903 | 6586 echo "configure:6587: checking for getloadavg in -lgetloadavg" >&5 |
| 29834 | 6587 ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` |
| 6588 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 6589 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6590 else | |
| 6591 ac_save_LIBS="$LIBS" | |
| 6592 LIBS="-lgetloadavg $LIBS" | |
| 6593 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6594 #line 6595 "configure" |
| 29834 | 6595 #include "confdefs.h" |
| 6596 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6597 /* We use char because int might match the return type of a gcc2 | |
| 6598 builtin and then its argument prototype would still apply. */ | |
| 6599 char getloadavg(); | |
| 6600 | |
| 6601 int main() { | |
| 6602 getloadavg() | |
| 6603 ; return 0; } | |
| 6604 EOF | |
| 36903 | 6605 if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29834 | 6606 rm -rf conftest* |
| 6607 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 6608 else | |
| 6609 echo "configure: failed program was:" >&5 | |
| 6610 cat conftest.$ac_ext >&5 | |
| 6611 rm -rf conftest* | |
| 6612 eval "ac_cv_lib_$ac_lib_var=no" | |
| 6613 fi | |
| 6614 rm -f conftest* | |
| 6615 LIBS="$ac_save_LIBS" | |
| 6616 | |
| 6617 fi | |
| 6618 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 6619 echo "$ac_t""yes" 1>&6 | |
| 6620 LIBS="-lgetloadavg $LIBS" | |
| 6621 else | |
| 6622 echo "$ac_t""no" 1>&6 | |
| 6623 LIBS="$ac_getloadavg_LIBS" | |
| 6624 fi | |
| 6625 | |
| 6626 fi | |
| 6627 | |
| 6628 # Make sure it is really in the library, if we think we found it. | |
| 6629 for ac_func in getloadavg | |
| 6630 do | |
| 6631 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 6632 echo "configure:6633: checking for $ac_func" >&5 |
| 29834 | 6633 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 6634 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6635 else | |
| 6636 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6637 #line 6638 "configure" |
| 29834 | 6638 #include "confdefs.h" |
| 6639 /* System header to define __stub macros and hopefully few prototypes, | |
| 6640 which can conflict with char $ac_func(); below. */ | |
| 6641 #include <assert.h> | |
| 6642 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6643 /* We use char because int might match the return type of a gcc2 | |
| 6644 builtin and then its argument prototype would still apply. */ | |
| 6645 char $ac_func(); | |
| 6646 | |
| 6647 int main() { | |
| 6648 | |
| 6649 /* The GNU C library defines this for functions which it implements | |
| 6650 to always fail with ENOSYS. Some functions are actually named | |
| 6651 something starting with __ and the normal name is an alias. */ | |
| 6652 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 6653 choke me | |
| 6654 #else | |
| 6655 $ac_func(); | |
| 6656 #endif | |
| 6657 | |
| 6658 ; return 0; } | |
| 6659 EOF | |
| 36903 | 6660 if { (eval echo configure:6661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29834 | 6661 rm -rf conftest* |
| 6662 eval "ac_cv_func_$ac_func=yes" | |
| 6663 else | |
| 6664 echo "configure: failed program was:" >&5 | |
| 6665 cat conftest.$ac_ext >&5 | |
| 6666 rm -rf conftest* | |
| 6667 eval "ac_cv_func_$ac_func=no" | |
| 6668 fi | |
| 6669 rm -f conftest* | |
| 6670 fi | |
| 6671 | |
| 6672 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 6673 echo "$ac_t""yes" 1>&6 | |
| 6674 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 6675 cat >> confdefs.h <<EOF | |
| 6676 #define $ac_tr_func 1 | |
| 6677 EOF | |
| 6678 | |
| 6679 else | |
| 6680 echo "$ac_t""no" 1>&6 | |
| 6681 LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" | |
| 6682 fi | |
| 6683 done | |
| 6684 | |
| 6685 | |
| 6686 | |
| 6687 if test $ac_cv_func_getloadavg = yes; then | |
| 6688 cat >> confdefs.h <<\EOF | |
| 6689 #define HAVE_GETLOADAVG 1 | |
| 6690 EOF | |
| 6691 | |
| 6692 ac_have_func=yes | |
| 6693 else | |
| 6694 # Figure out what our getloadavg.c needs. | |
| 6695 ac_have_func=no | |
| 6696 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` | |
| 6697 echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 | |
| 36903 | 6698 echo "configure:6699: checking for sys/dg_sys_info.h" >&5 |
| 29834 | 6699 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6700 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6701 else | |
| 6702 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6703 #line 6704 "configure" |
| 29834 | 6704 #include "confdefs.h" |
| 6705 #include <sys/dg_sys_info.h> | |
| 6706 EOF | |
| 6707 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6708 { (eval echo configure:6709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 29834 | 6709 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6710 if test -z "$ac_err"; then | |
| 6711 rm -rf conftest* | |
| 6712 eval "ac_cv_header_$ac_safe=yes" | |
| 6713 else | |
| 6714 echo "$ac_err" >&5 | |
| 6715 echo "configure: failed program was:" >&5 | |
| 6716 cat conftest.$ac_ext >&5 | |
| 6717 rm -rf conftest* | |
| 6718 eval "ac_cv_header_$ac_safe=no" | |
| 6719 fi | |
| 6720 rm -f conftest* | |
| 6721 fi | |
| 6722 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6723 echo "$ac_t""yes" 1>&6 | |
| 6724 ac_have_func=yes; cat >> confdefs.h <<\EOF | |
| 6725 #define DGUX 1 | |
| 6726 EOF | |
| 6727 | |
| 6728 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 | |
| 36903 | 6729 echo "configure:6730: checking for dg_sys_info in -ldgc" >&5 |
| 29834 | 6730 ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` |
| 6731 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 6732 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6733 else | |
| 6734 ac_save_LIBS="$LIBS" | |
| 6735 LIBS="-ldgc $LIBS" | |
| 6736 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6737 #line 6738 "configure" |
| 29834 | 6738 #include "confdefs.h" |
| 6739 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 6740 /* We use char because int might match the return type of a gcc2 | |
| 6741 builtin and then its argument prototype would still apply. */ | |
| 6742 char dg_sys_info(); | |
| 6743 | |
| 6744 int main() { | |
| 6745 dg_sys_info() | |
| 6746 ; return 0; } | |
| 6747 EOF | |
| 36903 | 6748 if { (eval echo configure:6749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29834 | 6749 rm -rf conftest* |
| 6750 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 6751 else | |
| 6752 echo "configure: failed program was:" >&5 | |
| 6753 cat conftest.$ac_ext >&5 | |
| 6754 rm -rf conftest* | |
| 6755 eval "ac_cv_lib_$ac_lib_var=no" | |
| 6756 fi | |
| 6757 rm -f conftest* | |
| 6758 LIBS="$ac_save_LIBS" | |
| 6759 | |
| 6760 fi | |
| 6761 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 6762 echo "$ac_t""yes" 1>&6 | |
| 6763 ac_tr_lib=HAVE_LIB`echo dgc | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 6764 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 6765 cat >> confdefs.h <<EOF | |
| 6766 #define $ac_tr_lib 1 | |
| 6767 EOF | |
| 6768 | |
| 6769 LIBS="-ldgc $LIBS" | |
| 6770 | |
| 6771 else | |
| 6772 echo "$ac_t""no" 1>&6 | |
| 6773 fi | |
| 6774 | |
| 6775 else | |
| 6776 echo "$ac_t""no" 1>&6 | |
| 6777 fi | |
| 6778 | |
| 6779 | |
| 6780 # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | |
| 6781 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | |
| 6782 # Irix 4.0.5F has the header but not the library. | |
| 6783 if test $ac_have_func = no && test $ac_cv_lib_elf_elf_begin = yes; then | |
| 6784 ac_have_func=yes; cat >> confdefs.h <<\EOF | |
| 6785 #define SVR4 1 | |
| 6786 EOF | |
| 6787 | |
| 6788 fi | |
| 6789 | |
| 6790 if test $ac_have_func = no; then | |
| 6791 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` | |
| 6792 echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 | |
| 36903 | 6793 echo "configure:6794: checking for inq_stats/cpustats.h" >&5 |
| 29834 | 6794 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6795 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6796 else | |
| 6797 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6798 #line 6799 "configure" |
| 29834 | 6799 #include "confdefs.h" |
| 6800 #include <inq_stats/cpustats.h> | |
| 6801 EOF | |
| 6802 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6803 { (eval echo configure:6804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 29834 | 6804 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6805 if test -z "$ac_err"; then | |
| 6806 rm -rf conftest* | |
| 6807 eval "ac_cv_header_$ac_safe=yes" | |
| 6808 else | |
| 6809 echo "$ac_err" >&5 | |
| 6810 echo "configure: failed program was:" >&5 | |
| 6811 cat conftest.$ac_ext >&5 | |
| 6812 rm -rf conftest* | |
| 6813 eval "ac_cv_header_$ac_safe=no" | |
| 6814 fi | |
| 6815 rm -f conftest* | |
| 6816 fi | |
| 6817 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6818 echo "$ac_t""yes" 1>&6 | |
| 6819 ac_have_func=yes; cat >> confdefs.h <<\EOF | |
| 6820 #define UMAX 1 | |
| 6821 EOF | |
| 6822 | |
| 6823 cat >> confdefs.h <<\EOF | |
| 6824 #define UMAX4_3 1 | |
| 6825 EOF | |
| 6826 | |
| 6827 else | |
| 6828 echo "$ac_t""no" 1>&6 | |
| 6829 fi | |
| 6830 | |
| 6831 fi | |
| 6832 | |
| 6833 if test $ac_have_func = no; then | |
| 6834 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` | |
| 6835 echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 | |
| 36903 | 6836 echo "configure:6837: checking for sys/cpustats.h" >&5 |
| 29834 | 6837 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6838 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6839 else | |
| 6840 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6841 #line 6842 "configure" |
| 29834 | 6842 #include "confdefs.h" |
| 6843 #include <sys/cpustats.h> | |
| 6844 EOF | |
| 6845 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6846 { (eval echo configure:6847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 29834 | 6847 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6848 if test -z "$ac_err"; then | |
| 6849 rm -rf conftest* | |
| 6850 eval "ac_cv_header_$ac_safe=yes" | |
| 6851 else | |
| 6852 echo "$ac_err" >&5 | |
| 6853 echo "configure: failed program was:" >&5 | |
| 6854 cat conftest.$ac_ext >&5 | |
| 6855 rm -rf conftest* | |
| 6856 eval "ac_cv_header_$ac_safe=no" | |
| 6857 fi | |
| 6858 rm -f conftest* | |
| 6859 fi | |
| 6860 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6861 echo "$ac_t""yes" 1>&6 | |
| 6862 ac_have_func=yes; cat >> confdefs.h <<\EOF | |
| 6863 #define UMAX 1 | |
| 6864 EOF | |
| 6865 | |
| 6866 else | |
| 6867 echo "$ac_t""no" 1>&6 | |
| 6868 fi | |
| 6869 | |
| 6870 fi | |
| 6871 | |
| 6872 if test $ac_have_func = no; then | |
| 6873 for ac_hdr in mach/mach.h | |
| 6874 do | |
| 6875 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | |
| 6876 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | |
| 36903 | 6877 echo "configure:6878: checking for $ac_hdr" >&5 |
| 29834 | 6878 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6879 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6880 else | |
| 6881 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6882 #line 6883 "configure" |
| 29834 | 6883 #include "confdefs.h" |
| 6884 #include <$ac_hdr> | |
| 6885 EOF | |
| 6886 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6887 { (eval echo configure:6888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 29834 | 6888 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6889 if test -z "$ac_err"; then | |
| 6890 rm -rf conftest* | |
| 6891 eval "ac_cv_header_$ac_safe=yes" | |
| 6892 else | |
| 6893 echo "$ac_err" >&5 | |
| 6894 echo "configure: failed program was:" >&5 | |
| 6895 cat conftest.$ac_ext >&5 | |
| 6896 rm -rf conftest* | |
| 6897 eval "ac_cv_header_$ac_safe=no" | |
| 6898 fi | |
| 6899 rm -f conftest* | |
| 6900 fi | |
| 6901 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6902 echo "$ac_t""yes" 1>&6 | |
| 6903 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | |
| 6904 cat >> confdefs.h <<EOF | |
| 6905 #define $ac_tr_hdr 1 | |
| 6906 EOF | |
| 6907 | |
| 6908 else | |
| 6909 echo "$ac_t""no" 1>&6 | |
| 6910 fi | |
| 6911 done | |
| 6912 | |
| 6913 fi | |
| 6914 | |
| 6915 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` | |
| 6916 echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 | |
| 36903 | 6917 echo "configure:6918: checking for nlist.h" >&5 |
| 29834 | 6918 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6919 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6920 else | |
| 6921 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6922 #line 6923 "configure" |
| 29834 | 6923 #include "confdefs.h" |
| 6924 #include <nlist.h> | |
| 6925 EOF | |
| 6926 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 6927 { (eval echo configure:6928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 29834 | 6928 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6929 if test -z "$ac_err"; then | |
| 6930 rm -rf conftest* | |
| 6931 eval "ac_cv_header_$ac_safe=yes" | |
| 6932 else | |
| 6933 echo "$ac_err" >&5 | |
| 6934 echo "configure: failed program was:" >&5 | |
| 6935 cat conftest.$ac_ext >&5 | |
| 6936 rm -rf conftest* | |
| 6937 eval "ac_cv_header_$ac_safe=no" | |
| 6938 fi | |
| 6939 rm -f conftest* | |
| 6940 fi | |
| 6941 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 6942 echo "$ac_t""yes" 1>&6 | |
| 6943 cat >> confdefs.h <<\EOF | |
| 6944 #define NLIST_STRUCT 1 | |
| 6945 EOF | |
| 6946 | |
| 6947 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 | |
| 36903 | 6948 echo "configure:6949: checking for n_un in struct nlist" >&5 |
| 29834 | 6949 if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then |
| 6950 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6951 else | |
| 6952 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6953 #line 6954 "configure" |
| 29834 | 6954 #include "confdefs.h" |
| 6955 #include <nlist.h> | |
| 6956 int main() { | |
| 6957 struct nlist n; n.n_un.n_name = 0; | |
| 6958 ; return 0; } | |
| 6959 EOF | |
| 36903 | 6960 if { (eval echo configure:6961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 29834 | 6961 rm -rf conftest* |
| 6962 ac_cv_struct_nlist_n_un=yes | |
| 6963 else | |
| 6964 echo "configure: failed program was:" >&5 | |
| 6965 cat conftest.$ac_ext >&5 | |
| 6966 rm -rf conftest* | |
| 6967 ac_cv_struct_nlist_n_un=no | |
| 6968 fi | |
| 6969 rm -f conftest* | |
| 6970 fi | |
| 6971 | |
| 6972 echo "$ac_t""$ac_cv_struct_nlist_n_un" 1>&6 | |
| 6973 if test $ac_cv_struct_nlist_n_un = yes; then | |
| 6974 cat >> confdefs.h <<\EOF | |
| 6975 #define NLIST_NAME_UNION 1 | |
| 6976 EOF | |
| 6977 | |
| 6978 fi | |
| 6979 | |
| 6980 else | |
| 6981 echo "$ac_t""no" 1>&6 | |
| 6982 fi | |
| 6983 fi # Do not have getloadavg in system libraries. | |
| 6984 | |
| 6985 # Some definitions of getloadavg require that the program be installed setgid. | |
| 6986 echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 | |
| 36903 | 6987 echo "configure:6988: checking whether getloadavg requires setgid" >&5 |
| 29834 | 6988 if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then |
| 6989 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 6990 else | |
| 6991 cat > conftest.$ac_ext <<EOF | |
| 36903 | 6992 #line 6993 "configure" |
| 29834 | 6993 #include "confdefs.h" |
| 6994 #include "$srcdir/getloadavg.c" | |
| 6995 #ifdef LDAV_PRIVILEGED | |
| 6996 Yowza Am I SETGID yet | |
| 6997 #endif | |
| 6998 EOF | |
| 6999 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 7000 egrep "Yowza Am I SETGID yet" >/dev/null 2>&1; then | |
| 7001 rm -rf conftest* | |
| 7002 ac_cv_func_getloadavg_setgid=yes | |
| 7003 else | |
| 7004 rm -rf conftest* | |
| 7005 ac_cv_func_getloadavg_setgid=no | |
| 7006 fi | |
| 7007 rm -f conftest* | |
| 7008 | |
| 7009 fi | |
| 7010 | |
| 7011 echo "$ac_t""$ac_cv_func_getloadavg_setgid" 1>&6 | |
| 7012 if test $ac_cv_func_getloadavg_setgid = yes; then | |
| 7013 NEED_SETGID=true; cat >> confdefs.h <<\EOF | |
| 7014 #define GETLOADAVG_PRIVILEGED 1 | |
| 7015 EOF | |
| 7016 | |
| 7017 else | |
| 7018 NEED_SETGID=false | |
| 7019 fi | |
| 7020 | |
| 7021 if test $ac_cv_func_getloadavg_setgid = yes; then | |
| 7022 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 | |
| 36903 | 7023 echo "configure:7024: checking group of /dev/kmem" >&5 |
| 29834 | 7024 if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then |
| 7025 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 7026 else | |
| 7027 # On Solaris, /dev/kmem is a symlink. Get info on the real file. | |
| 7028 ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null` | |
| 7029 # If we got an error (system does not support symlinks), try without -L. | |
| 7030 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` | |
| 7031 ac_cv_group_kmem=`echo $ac_ls_output \ | |
| 7032 | sed -ne 's/[ ][ ]*/ /g; | |
| 7033 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; | |
| 7034 / /s/.* //;p;'` | |
| 7035 | |
| 7036 fi | |
| 7037 | |
| 7038 echo "$ac_t""$ac_cv_group_kmem" 1>&6 | |
| 7039 KMEM_GROUP=$ac_cv_group_kmem | |
| 7040 fi | |
| 7041 | |
| 7042 | |
| 34431 | 7043 echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 |
| 36903 | 7044 echo "configure:7045: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 34431 | 7045 if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then |
| 7046 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 7047 else | |
| 7048 ac_cv_sys_largefile_source=no | |
| 7049 cat > conftest.$ac_ext <<EOF | |
| 36903 | 7050 #line 7051 "configure" |
| 34431 | 7051 #include "confdefs.h" |
| 7052 #include <stdio.h> | |
| 7053 int main() { | |
| 7054 return !fseeko; | |
| 7055 ; return 0; } | |
| 7056 EOF | |
| 36903 | 7057 if { (eval echo configure:7058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 34431 | 7058 : |
| 7059 else | |
| 7060 echo "configure: failed program was:" >&5 | |
| 7061 cat conftest.$ac_ext >&5 | |
| 7062 rm -rf conftest* | |
| 7063 cat > conftest.$ac_ext <<EOF | |
| 36903 | 7064 #line 7065 "configure" |
| 34431 | 7065 #include "confdefs.h" |
| 7066 #define _LARGEFILE_SOURCE 1 | |
| 7067 #include <stdio.h> | |
| 7068 | |
| 7069 int main() { | |
| 7070 return !fseeko; | |
| 7071 ; return 0; } | |
| 7072 EOF | |
| 36903 | 7073 if { (eval echo configure:7074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 34431 | 7074 rm -rf conftest* |
| 7075 ac_cv_sys_largefile_source=1 | |
| 7076 else | |
| 7077 echo "configure: failed program was:" >&5 | |
| 7078 cat conftest.$ac_ext >&5 | |
| 7079 fi | |
| 7080 rm -f conftest* | |
| 7081 fi | |
| 7082 rm -f conftest* | |
| 7083 fi | |
| 7084 | |
| 7085 echo "$ac_t""$ac_cv_sys_largefile_source" 1>&6 | |
| 7086 if test "$ac_cv_sys_largefile_source" != no; then | |
| 7087 cat >> confdefs.h <<EOF | |
| 7088 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source | |
| 7089 EOF | |
| 7090 | |
| 7091 fi | |
| 7092 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug | |
| 7093 # in glibc 2.1.3, but that breaks too many other things. | |
| 7094 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | |
| 7095 | |
| 7096 echo $ac_n "checking for fseeko""... $ac_c" 1>&6 | |
| 36903 | 7097 echo "configure:7098: checking for fseeko" >&5 |
| 34431 | 7098 if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then |
| 7099 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 7100 else | |
| 7101 ac_cv_func_fseeko=no | |
| 7102 cat > conftest.$ac_ext <<EOF | |
| 36903 | 7103 #line 7104 "configure" |
| 34431 | 7104 #include "confdefs.h" |
| 7105 #include <stdio.h> | |
| 7106 int main() { | |
| 7107 return fseeko && fseeko (stdin, 0, 0); | |
| 7108 ; return 0; } | |
| 7109 EOF | |
| 36903 | 7110 if { (eval echo configure:7111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 34431 | 7111 rm -rf conftest* |
| 7112 ac_cv_func_fseeko=yes | |
| 7113 else | |
| 7114 echo "configure: failed program was:" >&5 | |
| 7115 cat conftest.$ac_ext >&5 | |
| 7116 fi | |
| 7117 rm -f conftest* | |
| 7118 fi | |
| 7119 | |
| 7120 echo "$ac_t""$ac_cv_func_fseeko" 1>&6 | |
| 7121 if test $ac_cv_func_fseeko != no; then | |
| 7122 cat >> confdefs.h <<\EOF | |
| 7123 #define HAVE_FSEEKO 1 | |
| 7124 EOF | |
| 7125 | |
| 7126 fi | |
| 7127 | |
| 7128 # UNIX98 PTYs. | |
| 7129 for ac_func in grantpt | |
| 29036 | 7130 do |
| 7131 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 7132 echo "configure:7133: checking for $ac_func" >&5 |
| 29036 | 7133 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 7134 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 7135 else | |
| 7136 cat > conftest.$ac_ext <<EOF | |
| 36903 | 7137 #line 7138 "configure" |
| 29036 | 7138 #include "confdefs.h" |
| 7139 /* System header to define __stub macros and hopefully few prototypes, | |
| 7140 which can conflict with char $ac_func(); below. */ | |
| 7141 #include <assert.h> | |
| 7142 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 7143 /* We use char because int might match the return type of a gcc2 | |
| 7144 builtin and then its argument prototype would still apply. */ | |
| 7145 char $ac_func(); | |
| 7146 | |
| 7147 int main() { | |
| 7148 | |
| 7149 /* The GNU C library defines this for functions which it implements | |
| 7150 to always fail with ENOSYS. Some functions are actually named | |
| 7151 something starting with __ and the normal name is an alias. */ | |
| 7152 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 7153 choke me | |
| 7154 #else | |
| 7155 $ac_func(); | |
| 7156 #endif | |
| 7157 | |
| 7158 ; return 0; } | |
| 7159 EOF | |
| 36903 | 7160 if { (eval echo configure:7161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29036 | 7161 rm -rf conftest* |
| 7162 eval "ac_cv_func_$ac_func=yes" | |
| 7163 else | |
| 7164 echo "configure: failed program was:" >&5 | |
| 7165 cat conftest.$ac_ext >&5 | |
| 7166 rm -rf conftest* | |
| 7167 eval "ac_cv_func_$ac_func=no" | |
| 7168 fi | |
| 7169 rm -f conftest* | |
| 7170 fi | |
| 7171 | |
| 7172 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 7173 echo "$ac_t""yes" 1>&6 | |
| 7174 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 7175 cat >> confdefs.h <<EOF | |
| 7176 #define $ac_tr_func 1 | |
| 7177 EOF | |
| 7178 | |
| 7179 else | |
| 7180 echo "$ac_t""no" 1>&6 | |
| 7181 fi | |
| 7182 done | |
| 7183 | |
| 7184 | |
| 7185 # PTY-related GNU extensions. | |
| 7186 for ac_func in getpt | |
| 7187 do | |
| 7188 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 7189 echo "configure:7190: checking for $ac_func" >&5 |
| 29036 | 7190 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 7191 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 7192 else | |
| 7193 cat > conftest.$ac_ext <<EOF | |
| 36903 | 7194 #line 7195 "configure" |
| 29036 | 7195 #include "confdefs.h" |
| 7196 /* System header to define __stub macros and hopefully few prototypes, | |
| 7197 which can conflict with char $ac_func(); below. */ | |
| 7198 #include <assert.h> | |
| 7199 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 7200 /* We use char because int might match the return type of a gcc2 | |
| 7201 builtin and then its argument prototype would still apply. */ | |
| 7202 char $ac_func(); | |
| 7203 | |
| 7204 int main() { | |
| 7205 | |
| 7206 /* The GNU C library defines this for functions which it implements | |
| 7207 to always fail with ENOSYS. Some functions are actually named | |
| 7208 something starting with __ and the normal name is an alias. */ | |
| 7209 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 7210 choke me | |
| 7211 #else | |
| 7212 $ac_func(); | |
| 7213 #endif | |
| 7214 | |
| 7215 ; return 0; } | |
| 7216 EOF | |
| 36903 | 7217 if { (eval echo configure:7218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29036 | 7218 rm -rf conftest* |
| 7219 eval "ac_cv_func_$ac_func=yes" | |
| 7220 else | |
| 7221 echo "configure: failed program was:" >&5 | |
| 7222 cat conftest.$ac_ext >&5 | |
| 7223 rm -rf conftest* | |
| 7224 eval "ac_cv_func_$ac_func=no" | |
| 7225 fi | |
| 7226 rm -f conftest* | |
| 7227 fi | |
| 7228 | |
| 7229 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 7230 echo "$ac_t""yes" 1>&6 | |
| 7231 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 7232 cat >> confdefs.h <<EOF | |
| 7233 #define $ac_tr_func 1 | |
| 7234 EOF | |
| 7235 | |
| 7236 else | |
| 7237 echo "$ac_t""no" 1>&6 | |
| 7238 fi | |
| 7239 done | |
| 7240 | |
| 7241 | |
| 25897 | 7242 # Check this now, so that we will NOT find the above functions in ncurses. |
| 7243 # That is because we have not set up to link ncurses in lib-src. | |
| 7244 # It's better to believe a function is not available | |
| 7245 # than to expect to find it in ncurses. | |
| 7246 echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 | |
| 36903 | 7247 echo "configure:7248: checking for tparm in -lncurses" >&5 |
| 25897 | 7248 ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` |
| 7249 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 7250 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 7251 else | |
| 7252 ac_save_LIBS="$LIBS" | |
| 7253 LIBS="-lncurses $LIBS" | |
| 7254 cat > conftest.$ac_ext <<EOF | |
| 36903 | 7255 #line 7256 "configure" |
| 25897 | 7256 #include "confdefs.h" |
| 7257 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 7258 /* We use char because int might match the return type of a gcc2 | |
| 7259 builtin and then its argument prototype would still apply. */ | |
| 7260 char tparm(); | |
| 7261 | |
| 7262 int main() { | |
| 7263 tparm() | |
| 7264 ; return 0; } | |
| 7265 EOF | |
| 36903 | 7266 if { (eval echo configure:7267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 7267 rm -rf conftest* |
| 7268 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 7269 else | |
| 7270 echo "configure: failed program was:" >&5 | |
| 7271 cat conftest.$ac_ext >&5 | |
| 7272 rm -rf conftest* | |
| 7273 eval "ac_cv_lib_$ac_lib_var=no" | |
| 7274 fi | |
| 7275 rm -f conftest* | |
| 7276 LIBS="$ac_save_LIBS" | |
| 7277 | |
| 7278 fi | |
| 7279 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 7280 echo "$ac_t""yes" 1>&6 | |
| 7281 ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 7282 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 7283 cat >> confdefs.h <<EOF | |
| 7284 #define $ac_tr_lib 1 | |
| 7285 EOF | |
| 7286 | |
| 7287 LIBS="-lncurses $LIBS" | |
| 7288 | |
| 7289 else | |
| 7290 echo "$ac_t""no" 1>&6 | |
| 7291 fi | |
| 7292 | |
| 7293 | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7294 # These tell us which Kerberos-related libraries to use. |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7295 if test "${with_kerberos+set}" = set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7296 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 |
| 36903 | 7297 echo "configure:7298: checking for com_err in -lcom_err" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7298 ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7299 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7300 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7301 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7302 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7303 LIBS="-lcom_err $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7304 cat > conftest.$ac_ext <<EOF |
| 36903 | 7305 #line 7306 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7306 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7307 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7308 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7309 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7310 char com_err(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7311 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7312 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7313 com_err() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7314 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7315 EOF |
| 36903 | 7316 if { (eval echo configure:7317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7317 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7318 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7319 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7320 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7321 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7322 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7323 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7324 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7325 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7326 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7327 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7328 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7329 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7330 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7331 ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7332 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7333 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7334 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7335 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7336 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7337 LIBS="-lcom_err $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7338 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7339 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7340 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7341 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7342 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7343 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 |
| 36903 | 7344 echo "configure:7345: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7345 ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7346 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7347 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7348 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7349 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7350 LIBS="-lk5crypto $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7351 cat > conftest.$ac_ext <<EOF |
| 36903 | 7352 #line 7353 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7353 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7354 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7355 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7356 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7357 char mit_des_cbc_encrypt(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7358 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7359 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7360 mit_des_cbc_encrypt() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7361 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7362 EOF |
| 36903 | 7363 if { (eval echo configure:7364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7364 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7365 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7366 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7367 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7368 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7369 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7370 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7371 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7372 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7373 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7374 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7375 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7376 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7377 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7378 ac_tr_lib=HAVE_LIB`echo k5crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7379 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7380 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7381 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7382 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7383 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7384 LIBS="-lk5crypto $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7385 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7386 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7387 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7388 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7389 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7390 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 |
| 36903 | 7391 echo "configure:7392: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7392 ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7393 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7394 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7395 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7396 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7397 LIBS="-lcrypto $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7398 cat > conftest.$ac_ext <<EOF |
| 36903 | 7399 #line 7400 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7400 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7401 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7402 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7403 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7404 char mit_des_cbc_encrypt(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7405 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7406 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7407 mit_des_cbc_encrypt() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7408 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7409 EOF |
| 36903 | 7410 if { (eval echo configure:7411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7411 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7412 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7413 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7414 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7415 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7416 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7417 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7418 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7419 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7420 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7421 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7422 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7423 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7424 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7425 ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7426 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7427 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7428 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7429 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7430 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7431 LIBS="-lcrypto $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7432 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7433 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7434 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7435 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7436 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7437 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 |
| 36903 | 7438 echo "configure:7439: checking for krb5_init_context in -lkrb5" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7439 ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7440 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7441 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7442 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7443 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7444 LIBS="-lkrb5 $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7445 cat > conftest.$ac_ext <<EOF |
| 36903 | 7446 #line 7447 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7447 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7448 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7449 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7450 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7451 char krb5_init_context(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7452 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7453 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7454 krb5_init_context() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7455 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7456 EOF |
| 36903 | 7457 if { (eval echo configure:7458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7458 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7459 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7460 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7461 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7462 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7463 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7464 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7465 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7466 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7467 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7468 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7469 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7470 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7471 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7472 ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7473 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7474 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7475 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7476 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7477 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7478 LIBS="-lkrb5 $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7479 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7480 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7481 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7482 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7483 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7484 if test "${with_kerberos5+set}" != set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7485 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 |
| 36903 | 7486 echo "configure:7487: checking for des_cbc_encrypt in -ldes425" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7487 ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7488 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7489 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7490 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7491 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7492 LIBS="-ldes425 $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7493 cat > conftest.$ac_ext <<EOF |
| 36903 | 7494 #line 7495 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7495 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7496 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7497 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7498 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7499 char des_cbc_encrypt(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7500 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7501 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7502 des_cbc_encrypt() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7503 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7504 EOF |
| 36903 | 7505 if { (eval echo configure:7506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7506 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7507 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7508 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7509 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7510 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7511 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7512 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7513 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7514 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7515 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7516 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7517 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7518 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7519 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7520 ac_tr_lib=HAVE_LIB`echo des425 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7521 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7522 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7523 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7524 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7525 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7526 LIBS="-ldes425 $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7527 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7528 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7529 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7530 echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 |
| 36903 | 7531 echo "configure:7532: checking for des_cbc_encrypt in -ldes" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7532 ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7533 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7534 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7535 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7536 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7537 LIBS="-ldes $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7538 cat > conftest.$ac_ext <<EOF |
| 36903 | 7539 #line 7540 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7540 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7541 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7542 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7543 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7544 char des_cbc_encrypt(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7545 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7546 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7547 des_cbc_encrypt() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7548 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7549 EOF |
| 36903 | 7550 if { (eval echo configure:7551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7551 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7552 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7553 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7554 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7555 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7556 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7557 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7558 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7559 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7560 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7561 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7562 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7563 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7564 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7565 ac_tr_lib=HAVE_LIB`echo des | sed -e 's/^a-zA-Z0-9_/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7566 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7567 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7568 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7569 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7570 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7571 LIBS="-ldes $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7572 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7573 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7574 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7575 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7576 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7577 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7578 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7579 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 |
| 36903 | 7580 echo "configure:7581: checking for krb_get_cred in -lkrb4" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7581 ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7582 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7583 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7584 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7585 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7586 LIBS="-lkrb4 $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7587 cat > conftest.$ac_ext <<EOF |
| 36903 | 7588 #line 7589 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7589 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7590 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7591 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7592 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7593 char krb_get_cred(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7594 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7595 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7596 krb_get_cred() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7597 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7598 EOF |
| 36903 | 7599 if { (eval echo configure:7600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7600 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7601 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7602 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7603 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7604 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7605 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7606 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7607 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7608 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7609 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7610 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7611 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7612 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7613 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7614 ac_tr_lib=HAVE_LIB`echo krb4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7615 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7616 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7617 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7618 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7619 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7620 LIBS="-lkrb4 $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7621 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7622 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7623 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7624 echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 |
| 36903 | 7625 echo "configure:7626: checking for krb_get_cred in -lkrb" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7626 ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7627 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7628 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7629 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7630 ac_save_LIBS="$LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7631 LIBS="-lkrb $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7632 cat > conftest.$ac_ext <<EOF |
| 36903 | 7633 #line 7634 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7634 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7635 /* Override any gcc2 internal prototype to avoid an error. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7636 /* We use char because int might match the return type of a gcc2 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7637 builtin and then its argument prototype would still apply. */ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7638 char krb_get_cred(); |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7639 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7640 int main() { |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7641 krb_get_cred() |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7642 ; return 0; } |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7643 EOF |
| 36903 | 7644 if { (eval echo configure:7645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7645 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7646 eval "ac_cv_lib_$ac_lib_var=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7647 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7648 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7649 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7650 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7651 eval "ac_cv_lib_$ac_lib_var=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7652 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7653 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7654 LIBS="$ac_save_LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7655 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7656 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7657 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7658 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7659 ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/^a-zA-Z0-9_/_/g' \ |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7660 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7661 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7662 #define $ac_tr_lib 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7663 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7664 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7665 LIBS="-lkrb $LIBS" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7666 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7667 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7668 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7669 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7670 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7671 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7672 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7673 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7674 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7675 if test "${with_kerberos5+set}" = set; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7676 for ac_hdr in krb5.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7677 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7678 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7679 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7680 echo "configure:7681: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7681 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7682 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7683 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7684 cat > conftest.$ac_ext <<EOF |
| 36903 | 7685 #line 7686 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7686 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7687 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7688 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7689 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7690 { (eval echo configure:7691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7691 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7692 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7693 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7694 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7695 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7696 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7697 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7698 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7699 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7700 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7701 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7702 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7703 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7704 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7705 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7706 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7707 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7708 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7709 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7710 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7711 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7712 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7713 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7714 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7715 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7716 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7717 for ac_hdr in des.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7718 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7719 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7720 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7721 echo "configure:7722: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7722 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7723 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7724 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7725 cat > conftest.$ac_ext <<EOF |
| 36903 | 7726 #line 7727 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7727 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7728 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7729 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7730 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7731 { (eval echo configure:7732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7732 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7733 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7734 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7735 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7736 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7737 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7738 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7739 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7740 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7741 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7742 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7743 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7744 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7745 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7746 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7747 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7748 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7749 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7750 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7751 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7752 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7753 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7754 for ac_hdr in kerberosIV/des.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7755 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7756 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7757 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7758 echo "configure:7759: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7759 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7760 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7761 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7762 cat > conftest.$ac_ext <<EOF |
| 36903 | 7763 #line 7764 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7764 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7765 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7766 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7767 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7768 { (eval echo configure:7769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7769 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7770 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7771 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7772 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7773 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7774 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7775 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7776 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7777 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7778 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7779 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7780 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7781 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7782 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7783 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7784 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7785 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7786 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7787 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7788 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7789 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7790 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7791 for ac_hdr in kerberos/des.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7792 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7793 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7794 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7795 echo "configure:7796: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7796 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7797 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7798 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7799 cat > conftest.$ac_ext <<EOF |
| 36903 | 7800 #line 7801 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7801 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7802 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7803 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7804 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7805 { (eval echo configure:7806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7806 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7807 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7808 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7809 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7810 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7811 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7812 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7813 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7814 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7815 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7816 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7817 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7818 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7819 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7820 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7821 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7822 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7823 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7824 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7825 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7826 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7827 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7828 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7829 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7830 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7831 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7832 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7833 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7834 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7835 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7836 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7837 for ac_hdr in krb.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7838 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7839 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7840 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7841 echo "configure:7842: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7842 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7843 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7844 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7845 cat > conftest.$ac_ext <<EOF |
| 36903 | 7846 #line 7847 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7847 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7848 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7849 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7850 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7851 { (eval echo configure:7852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7852 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7853 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7854 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7855 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7856 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7857 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7858 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7859 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7860 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7861 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7862 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7863 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7864 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7865 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7866 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7867 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7868 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7869 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7870 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7871 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7872 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7873 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7874 for ac_hdr in kerberosIV/krb.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7875 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7876 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7877 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7878 echo "configure:7879: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7879 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7880 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7881 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7882 cat > conftest.$ac_ext <<EOF |
| 36903 | 7883 #line 7884 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7884 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7885 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7886 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7887 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7888 { (eval echo configure:7889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7889 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7890 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7891 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7892 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7893 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7894 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7895 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7896 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7897 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7898 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7899 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7900 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7901 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7902 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7903 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7904 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7905 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7906 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7907 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7908 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7909 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7910 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7911 for ac_hdr in kerberos/krb.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7912 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7913 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7914 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7915 echo "configure:7916: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7916 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7917 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7918 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7919 cat > conftest.$ac_ext <<EOF |
| 36903 | 7920 #line 7921 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7921 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7922 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7923 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7924 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7925 { (eval echo configure:7926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7926 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7927 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7928 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7929 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7930 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7931 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7932 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7933 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7934 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7935 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7936 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7937 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7938 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7939 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7940 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7941 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7942 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7943 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7944 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7945 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7946 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7947 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7948 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7949 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7950 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7951 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7952 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7953 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7954 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7955 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7956 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7957 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7958 for ac_hdr in com_err.h |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7959 do |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7960 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7961 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 36903 | 7962 echo "configure:7963: checking for $ac_hdr" >&5 |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7963 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7964 echo $ac_n "(cached) $ac_c" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7965 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7966 cat > conftest.$ac_ext <<EOF |
| 36903 | 7967 #line 7968 "configure" |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7968 #include "confdefs.h" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7969 #include <$ac_hdr> |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7970 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7971 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 36903 | 7972 { (eval echo configure:7973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 7973 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7974 if test -z "$ac_err"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7975 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7976 eval "ac_cv_header_$ac_safe=yes" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7977 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7978 echo "$ac_err" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7979 echo "configure: failed program was:" >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7980 cat conftest.$ac_ext >&5 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7981 rm -rf conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7982 eval "ac_cv_header_$ac_safe=no" |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7983 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7984 rm -f conftest* |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7985 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7986 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7987 echo "$ac_t""yes" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7988 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7989 cat >> confdefs.h <<EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7990 #define $ac_tr_hdr 1 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7991 EOF |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7992 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7993 else |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7994 echo "$ac_t""no" 1>&6 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7995 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7996 done |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7997 |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7998 fi |
|
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
7999 |
| 25897 | 8000 # Solaris requires -lintl if you want strerror (which calls dgettext) |
| 8001 # to return localized messages. | |
| 8002 echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 | |
| 36903 | 8003 echo "configure:8004: checking for dgettext in -lintl" >&5 |
| 25897 | 8004 ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` |
| 8005 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | |
| 8006 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8007 else | |
| 8008 ac_save_LIBS="$LIBS" | |
| 8009 LIBS="-lintl $LIBS" | |
| 8010 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8011 #line 8012 "configure" |
| 25897 | 8012 #include "confdefs.h" |
| 8013 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 8014 /* We use char because int might match the return type of a gcc2 | |
| 8015 builtin and then its argument prototype would still apply. */ | |
| 8016 char dgettext(); | |
| 8017 | |
| 8018 int main() { | |
| 8019 dgettext() | |
| 8020 ; return 0; } | |
| 8021 EOF | |
| 36903 | 8022 if { (eval echo configure:8023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 8023 rm -rf conftest* |
| 8024 eval "ac_cv_lib_$ac_lib_var=yes" | |
| 8025 else | |
| 8026 echo "configure: failed program was:" >&5 | |
| 8027 cat conftest.$ac_ext >&5 | |
| 8028 rm -rf conftest* | |
| 8029 eval "ac_cv_lib_$ac_lib_var=no" | |
| 8030 fi | |
| 8031 rm -f conftest* | |
| 8032 LIBS="$ac_save_LIBS" | |
| 8033 | |
| 8034 fi | |
| 8035 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | |
| 8036 echo "$ac_t""yes" 1>&6 | |
| 8037 ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | |
| 8038 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | |
| 8039 cat >> confdefs.h <<EOF | |
| 8040 #define $ac_tr_lib 1 | |
| 8041 EOF | |
| 8042 | |
| 8043 LIBS="-lintl $LIBS" | |
| 8044 | |
| 8045 else | |
| 8046 echo "$ac_t""no" 1>&6 | |
| 8047 fi | |
| 8048 | |
| 8049 | |
| 8050 echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 | |
| 36903 | 8051 echo "configure:8052: checking whether localtime caches TZ" >&5 |
| 25897 | 8052 if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then |
| 8053 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8054 else | |
| 8055 if test x$ac_cv_func_tzset = xyes; then | |
| 8056 if test "$cross_compiling" = yes; then | |
| 8057 # If we have tzset, assume the worst when cross-compiling. | |
| 8058 emacs_cv_localtime_cache=yes | |
| 8059 else | |
| 8060 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8061 #line 8062 "configure" |
| 25897 | 8062 #include "confdefs.h" |
| 8063 #include <time.h> | |
| 8064 extern char **environ; | |
| 8065 unset_TZ () | |
| 8066 { | |
| 8067 char **from, **to; | |
| 8068 for (to = from = environ; (*to = *from); from++) | |
| 8069 if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '=')) | |
| 8070 to++; | |
| 8071 } | |
| 8072 char TZ_GMT0[] = "TZ=GMT0"; | |
| 8073 char TZ_PST8[] = "TZ=PST8"; | |
| 8074 main() | |
| 8075 { | |
| 8076 time_t now = time ((time_t *) 0); | |
| 8077 int hour_GMT0, hour_unset; | |
| 8078 if (putenv (TZ_GMT0) != 0) | |
| 8079 exit (1); | |
| 8080 hour_GMT0 = localtime (&now)->tm_hour; | |
| 8081 unset_TZ (); | |
| 8082 hour_unset = localtime (&now)->tm_hour; | |
| 8083 if (putenv (TZ_PST8) != 0) | |
| 8084 exit (1); | |
| 8085 if (localtime (&now)->tm_hour == hour_GMT0) | |
| 8086 exit (1); | |
| 8087 unset_TZ (); | |
| 8088 if (localtime (&now)->tm_hour != hour_unset) | |
| 8089 exit (1); | |
| 8090 exit (0); | |
| 8091 } | |
| 8092 EOF | |
| 36903 | 8093 if { (eval echo configure:8094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 25897 | 8094 then |
| 8095 emacs_cv_localtime_cache=no | |
| 8096 else | |
| 8097 echo "configure: failed program was:" >&5 | |
| 8098 cat conftest.$ac_ext >&5 | |
| 8099 rm -fr conftest* | |
| 8100 emacs_cv_localtime_cache=yes | |
| 8101 fi | |
| 8102 rm -fr conftest* | |
| 8103 fi | |
| 8104 | |
| 8105 else | |
| 8106 # If we lack tzset, report that localtime does not cache TZ, | |
| 8107 # since we can't invalidate the cache if we don't have tzset. | |
| 8108 emacs_cv_localtime_cache=no | |
| 8109 fi | |
| 8110 fi | |
| 8111 echo "$ac_t""$emacs_cv_localtime_cache" 1>&6 | |
| 8112 if test $emacs_cv_localtime_cache = yes; then | |
| 8113 cat >> confdefs.h <<\EOF | |
| 8114 #define LOCALTIME_CACHE 1 | |
| 8115 EOF | |
| 8116 | |
| 8117 fi | |
| 8118 | |
| 8119 if test "x$HAVE_TIMEVAL" = xyes; then | |
| 29906 | 8120 for ac_func in gettimeofday |
| 8121 do | |
| 8122 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | |
| 36903 | 8123 echo "configure:8124: checking for $ac_func" >&5 |
| 29906 | 8124 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 8125 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8126 else | |
| 8127 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8128 #line 8129 "configure" |
| 29906 | 8129 #include "confdefs.h" |
| 8130 /* System header to define __stub macros and hopefully few prototypes, | |
| 8131 which can conflict with char $ac_func(); below. */ | |
| 8132 #include <assert.h> | |
| 8133 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 8134 /* We use char because int might match the return type of a gcc2 | |
| 8135 builtin and then its argument prototype would still apply. */ | |
| 8136 char $ac_func(); | |
| 8137 | |
| 8138 int main() { | |
| 8139 | |
| 8140 /* The GNU C library defines this for functions which it implements | |
| 8141 to always fail with ENOSYS. Some functions are actually named | |
| 8142 something starting with __ and the normal name is an alias. */ | |
| 8143 #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
| 8144 choke me | |
| 8145 #else | |
| 8146 $ac_func(); | |
| 8147 #endif | |
| 8148 | |
| 8149 ; return 0; } | |
| 8150 EOF | |
| 36903 | 8151 if { (eval echo configure:8152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 29906 | 8152 rm -rf conftest* |
| 8153 eval "ac_cv_func_$ac_func=yes" | |
| 8154 else | |
| 8155 echo "configure: failed program was:" >&5 | |
| 8156 cat conftest.$ac_ext >&5 | |
| 8157 rm -rf conftest* | |
| 8158 eval "ac_cv_func_$ac_func=no" | |
| 8159 fi | |
| 8160 rm -f conftest* | |
| 8161 fi | |
| 8162 | |
| 8163 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | |
| 8164 echo "$ac_t""yes" 1>&6 | |
| 8165 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | |
| 8166 cat >> confdefs.h <<EOF | |
| 8167 #define $ac_tr_func 1 | |
| 8168 EOF | |
| 8169 | |
| 8170 else | |
| 8171 echo "$ac_t""no" 1>&6 | |
| 8172 fi | |
| 8173 done | |
| 8174 | |
| 8175 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 | |
| 36903 | 8176 echo "configure:8177: checking whether gettimeofday can accept two arguments" >&5 |
| 25897 | 8177 if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then |
| 8178 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8179 else | |
| 8180 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8181 #line 8182 "configure" |
| 25897 | 8182 #include "confdefs.h" |
| 8183 | |
| 8184 #ifdef TIME_WITH_SYS_TIME | |
| 8185 #include <sys/time.h> | |
| 8186 #include <time.h> | |
| 8187 #else | |
| 8188 #ifdef HAVE_SYS_TIME_H | |
| 8189 #include <sys/time.h> | |
| 8190 #else | |
| 8191 #include <time.h> | |
| 8192 #endif | |
| 8193 #endif | |
| 8194 int main() { | |
| 29733 | 8195 struct timeval time; |
| 29906 | 8196 gettimeofday (&time, 0); |
| 25897 | 8197 ; return 0; } |
| 8198 EOF | |
| 36903 | 8199 if { (eval echo configure:8200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 25897 | 8200 rm -rf conftest* |
| 8201 emacs_cv_gettimeofday_two_arguments=yes | |
| 8202 else | |
| 8203 echo "configure: failed program was:" >&5 | |
| 8204 cat conftest.$ac_ext >&5 | |
| 8205 rm -rf conftest* | |
| 8206 emacs_cv_gettimeofday_two_arguments=no | |
| 8207 fi | |
| 8208 rm -f conftest* | |
| 8209 fi | |
| 8210 | |
| 8211 echo "$ac_t""$emacs_cv_gettimeofday_two_arguments" 1>&6 | |
| 8212 if test $emacs_cv_gettimeofday_two_arguments = no; then | |
| 8213 cat >> confdefs.h <<\EOF | |
| 8214 #define GETTIMEOFDAY_ONE_ARGUMENT 1 | |
| 8215 EOF | |
| 8216 | |
| 8217 fi | |
| 8218 fi | |
| 8219 | |
| 29906 | 8220 if test "$ac_cv_func_gettimeofday" = yes; then |
| 8221 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 | |
| 36903 | 8222 echo "configure:8223: checking for struct timezone" >&5 |
| 29906 | 8223 if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then |
| 8224 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8225 else | |
| 8226 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8227 #line 8228 "configure" |
| 29906 | 8228 #include "confdefs.h" |
| 8229 #include <sys/time.h> | |
| 8230 int main() { | |
| 8231 struct timezone tz; | |
| 8232 ; return 0; } | |
| 8233 EOF | |
| 36903 | 8234 if { (eval echo configure:8235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
| 29906 | 8235 rm -rf conftest* |
| 8236 if test "$cross_compiling" = yes; then | |
| 8237 emacs_cv_struct_timezone=yes | |
| 8238 else | |
| 8239 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8240 #line 8241 "configure" |
| 29906 | 8241 #include "confdefs.h" |
| 8242 | |
| 8243 #ifdef TIME_WITH_SYS_TIME | |
| 8244 #include <sys/time.h> | |
| 8245 #include <time.h> | |
| 8246 #else | |
| 8247 #ifdef HAVE_SYS_TIME_H | |
| 8248 #include <sys/time.h> | |
| 8249 #else | |
| 8250 #include <time.h> | |
| 8251 #endif | |
| 8252 #endif | |
| 8253 main () { | |
| 8254 struct timeval time; | |
| 8255 struct timezone dummy; | |
| 8256 exit (gettimeofday (&time, &dummy)); | |
| 8257 } | |
| 8258 EOF | |
| 36903 | 8259 if { (eval echo configure:8260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 29906 | 8260 then |
| 8261 emacs_cv_struct_timezone=yes | |
| 8262 else | |
| 8263 echo "configure: failed program was:" >&5 | |
| 8264 cat conftest.$ac_ext >&5 | |
| 8265 rm -fr conftest* | |
| 8266 emacs_cv_struct_timezone=no | |
| 8267 fi | |
| 8268 rm -fr conftest* | |
| 8269 fi | |
| 8270 | |
| 8271 else | |
| 8272 echo "configure: failed program was:" >&5 | |
| 8273 cat conftest.$ac_ext >&5 | |
| 8274 rm -rf conftest* | |
| 8275 emacs_cv_struct_timezone=no | |
| 8276 fi | |
| 8277 rm -f conftest* | |
| 8278 fi | |
| 8279 | |
| 8280 echo "$ac_t""$emacs_cv_struct_timezone" 1>&6 | |
| 8281 fi | |
| 8282 | |
| 25897 | 8283 ok_so_far=yes |
| 8284 echo $ac_n "checking for socket""... $ac_c" 1>&6 | |
| 36903 | 8285 echo "configure:8286: checking for socket" >&5 |
| 25897 | 8286 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
| 8287 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8288 else | |
| 8289 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8290 #line 8291 "configure" |
| 25897 | 8291 #include "confdefs.h" |
| 8292 /* System header to define __stub macros and hopefully few prototypes, | |
| 8293 which can conflict with char socket(); below. */ | |
| 8294 #include <assert.h> | |
| 8295 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 8296 /* We use char because int might match the return type of a gcc2 | |
| 8297 builtin and then its argument prototype would still apply. */ | |
| 8298 char socket(); | |
| 8299 | |
| 8300 int main() { | |
| 8301 | |
| 8302 /* The GNU C library defines this for functions which it implements | |
| 8303 to always fail with ENOSYS. Some functions are actually named | |
| 8304 something starting with __ and the normal name is an alias. */ | |
| 8305 #if defined (__stub_socket) || defined (__stub___socket) | |
| 8306 choke me | |
| 8307 #else | |
|
26562
b32d82817493
* configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
Ken Raeburn <raeburn@raeburn.org>
parents:
26502
diff
changeset
|
8308 socket(); |
| 25897 | 8309 #endif |
| 8310 | |
| 8311 ; return 0; } | |
| 8312 EOF | |
| 36903 | 8313 if { (eval echo configure:8314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 25897 | 8314 rm -rf conftest* |
| 8315 eval "ac_cv_func_socket=yes" | |
| 8316 else | |
| 8317 echo "configure: failed program was:" >&5 | |
| 8318 cat conftest.$ac_ext >&5 | |
| 8319 rm -rf conftest* | |
| 8320 eval "ac_cv_func_socket=no" | |
| 8321 fi | |
| 8322 rm -f conftest* | |
| 8323 fi | |
| 8324 | |
| 8325 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then | |
| 8326 echo "$ac_t""yes" 1>&6 | |
| 8327 : | |
| 8328 else | |
| 8329 echo "$ac_t""no" 1>&6 | |
| 8330 ok_so_far=no | |
| 8331 fi | |
| 8332 | |
| 8333 if test $ok_so_far = yes; then | |
| 8334 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` | |
| 8335 echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 | |
| 36903 | 8336 echo "configure:8337: checking for netinet/in.h" >&5 |
| 25897 | 8337 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8338 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8339 else | |
| 8340 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8341 #line 8342 "configure" |
| 25897 | 8342 #include "confdefs.h" |
| 8343 #include <netinet/in.h> | |
| 8344 EOF | |
| 8345 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 8346 { (eval echo configure:8347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 8347 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 8348 if test -z "$ac_err"; then |
| 8349 rm -rf conftest* | |
| 8350 eval "ac_cv_header_$ac_safe=yes" | |
| 8351 else | |
| 8352 echo "$ac_err" >&5 | |
| 8353 echo "configure: failed program was:" >&5 | |
| 8354 cat conftest.$ac_ext >&5 | |
| 8355 rm -rf conftest* | |
| 8356 eval "ac_cv_header_$ac_safe=no" | |
| 8357 fi | |
| 8358 rm -f conftest* | |
| 8359 fi | |
| 8360 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 8361 echo "$ac_t""yes" 1>&6 | |
| 8362 : | |
| 8363 else | |
| 8364 echo "$ac_t""no" 1>&6 | |
| 8365 ok_so_far=no | |
| 8366 fi | |
| 8367 | |
| 8368 fi | |
| 8369 if test $ok_so_far = yes; then | |
| 8370 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` | |
| 8371 echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 | |
| 36903 | 8372 echo "configure:8373: checking for arpa/inet.h" >&5 |
| 25897 | 8373 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8374 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8375 else | |
| 8376 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8377 #line 8378 "configure" |
| 25897 | 8378 #include "confdefs.h" |
| 8379 #include <arpa/inet.h> | |
| 8380 EOF | |
| 8381 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 8382 { (eval echo configure:8383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27205 | 8383 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 25897 | 8384 if test -z "$ac_err"; then |
| 8385 rm -rf conftest* | |
| 8386 eval "ac_cv_header_$ac_safe=yes" | |
| 8387 else | |
| 8388 echo "$ac_err" >&5 | |
| 8389 echo "configure: failed program was:" >&5 | |
| 8390 cat conftest.$ac_ext >&5 | |
| 8391 rm -rf conftest* | |
| 8392 eval "ac_cv_header_$ac_safe=no" | |
| 8393 fi | |
| 8394 rm -f conftest* | |
| 8395 fi | |
| 8396 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 8397 echo "$ac_t""yes" 1>&6 | |
| 8398 : | |
| 8399 else | |
| 8400 echo "$ac_t""no" 1>&6 | |
| 8401 ok_so_far=no | |
| 8402 fi | |
| 8403 | |
| 8404 fi | |
| 8405 if test $ok_so_far = yes; then | |
| 8406 cat >> confdefs.h <<\EOF | |
| 8407 #define HAVE_INET_SOCKETS 1 | |
| 8408 EOF | |
| 8409 | |
| 8410 fi | |
| 8411 | |
| 8412 if test -f /usr/lpp/X11/bin/smt.exp; then | |
| 8413 cat >> confdefs.h <<\EOF | |
| 8414 #define HAVE_AIX_SMT_EXP 1 | |
| 8415 EOF | |
| 8416 | |
| 8417 fi | |
| 8418 | |
|
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8419 echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 |
| 36903 | 8420 echo "configure:8421: checking whether system supports dynamic ptys" >&5 |
|
26382
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8421 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8422 echo "$ac_t""yes" 1>&6 |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8423 cat >> confdefs.h <<\EOF |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8424 #define HAVE_DEV_PTMX 1 |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8425 EOF |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8426 |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8427 else |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8428 echo "$ac_t""no" 1>&6 |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8429 fi |
|
78660eeae4b2
Fix change for --with-pop default.
Dave Love <fx@gnu.org>
parents:
26081
diff
changeset
|
8430 |
| 27675 | 8431 echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
| 36903 | 8432 echo "configure:8433: checking for pid_t" >&5 |
| 27675 | 8433 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
| 8434 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8435 else | |
| 8436 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8437 #line 8438 "configure" |
| 27675 | 8438 #include "confdefs.h" |
| 8439 #include <sys/types.h> | |
| 8440 #if STDC_HEADERS | |
| 8441 #include <stdlib.h> | |
| 8442 #include <stddef.h> | |
| 8443 #endif | |
| 8444 EOF | |
| 8445 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 8446 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
| 8447 rm -rf conftest* | |
| 8448 ac_cv_type_pid_t=yes | |
| 8449 else | |
| 8450 rm -rf conftest* | |
| 8451 ac_cv_type_pid_t=no | |
| 8452 fi | |
| 8453 rm -f conftest* | |
| 8454 | |
| 8455 fi | |
| 8456 echo "$ac_t""$ac_cv_type_pid_t" 1>&6 | |
| 8457 if test $ac_cv_type_pid_t = no; then | |
| 8458 cat >> confdefs.h <<\EOF | |
| 8459 #define pid_t int | |
| 8460 EOF | |
| 8461 | |
| 8462 fi | |
| 8463 | |
| 8464 ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` | |
| 8465 echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 | |
| 36903 | 8466 echo "configure:8467: checking for vfork.h" >&5 |
| 27675 | 8467 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8468 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8469 else | |
| 8470 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8471 #line 8472 "configure" |
| 27675 | 8472 #include "confdefs.h" |
| 8473 #include <vfork.h> | |
| 8474 EOF | |
| 8475 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | |
| 36903 | 8476 { (eval echo configure:8477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 27675 | 8477 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8478 if test -z "$ac_err"; then | |
| 8479 rm -rf conftest* | |
| 8480 eval "ac_cv_header_$ac_safe=yes" | |
| 8481 else | |
| 8482 echo "$ac_err" >&5 | |
| 8483 echo "configure: failed program was:" >&5 | |
| 8484 cat conftest.$ac_ext >&5 | |
| 8485 rm -rf conftest* | |
| 8486 eval "ac_cv_header_$ac_safe=no" | |
| 8487 fi | |
| 8488 rm -f conftest* | |
| 8489 fi | |
| 8490 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | |
| 8491 echo "$ac_t""yes" 1>&6 | |
| 8492 cat >> confdefs.h <<\EOF | |
| 8493 #define HAVE_VFORK_H 1 | |
| 8494 EOF | |
| 8495 | |
| 8496 else | |
| 8497 echo "$ac_t""no" 1>&6 | |
| 8498 fi | |
| 8499 | |
| 8500 echo $ac_n "checking for working vfork""... $ac_c" 1>&6 | |
| 36903 | 8501 echo "configure:8502: checking for working vfork" >&5 |
| 27675 | 8502 if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then |
| 8503 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8504 else | |
| 8505 if test "$cross_compiling" = yes; then | |
| 8506 echo $ac_n "checking for vfork""... $ac_c" 1>&6 | |
| 36903 | 8507 echo "configure:8508: checking for vfork" >&5 |
| 27675 | 8508 if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then |
| 8509 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8510 else | |
| 8511 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8512 #line 8513 "configure" |
| 27675 | 8513 #include "confdefs.h" |
| 8514 /* System header to define __stub macros and hopefully few prototypes, | |
| 8515 which can conflict with char vfork(); below. */ | |
| 8516 #include <assert.h> | |
| 8517 /* Override any gcc2 internal prototype to avoid an error. */ | |
| 8518 /* We use char because int might match the return type of a gcc2 | |
| 8519 builtin and then its argument prototype would still apply. */ | |
| 8520 char vfork(); | |
| 8521 | |
| 8522 int main() { | |
| 8523 | |
| 8524 /* The GNU C library defines this for functions which it implements | |
| 8525 to always fail with ENOSYS. Some functions are actually named | |
| 8526 something starting with __ and the normal name is an alias. */ | |
| 8527 #if defined (__stub_vfork) || defined (__stub___vfork) | |
| 8528 choke me | |
| 8529 #else | |
| 8530 vfork(); | |
| 8531 #endif | |
| 8532 | |
| 8533 ; return 0; } | |
| 8534 EOF | |
| 36903 | 8535 if { (eval echo configure:8536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 27675 | 8536 rm -rf conftest* |
| 8537 eval "ac_cv_func_vfork=yes" | |
| 8538 else | |
| 8539 echo "configure: failed program was:" >&5 | |
| 8540 cat conftest.$ac_ext >&5 | |
| 8541 rm -rf conftest* | |
| 8542 eval "ac_cv_func_vfork=no" | |
| 8543 fi | |
| 8544 rm -f conftest* | |
| 8545 fi | |
| 8546 | |
| 8547 if eval "test \"`echo '$ac_cv_func_'vfork`\" = yes"; then | |
| 8548 echo "$ac_t""yes" 1>&6 | |
| 8549 : | |
| 8550 else | |
| 8551 echo "$ac_t""no" 1>&6 | |
| 8552 fi | |
| 8553 | |
| 8554 ac_cv_func_vfork_works=$ac_cv_func_vfork | |
| 8555 else | |
| 8556 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8557 #line 8558 "configure" |
| 27675 | 8558 #include "confdefs.h" |
| 8559 /* Thanks to Paul Eggert for this test. */ | |
| 8560 #include <stdio.h> | |
| 8561 #include <sys/types.h> | |
| 8562 #include <sys/stat.h> | |
| 8563 #ifdef HAVE_UNISTD_H | |
| 8564 #include <unistd.h> | |
| 8565 #endif | |
| 8566 #ifdef HAVE_VFORK_H | |
| 8567 #include <vfork.h> | |
| 8568 #endif | |
| 8569 /* On some sparc systems, changes by the child to local and incoming | |
| 8570 argument registers are propagated back to the parent. | |
| 8571 The compiler is told about this with #include <vfork.h>, | |
| 8572 but some compilers (e.g. gcc -O) don't grok <vfork.h>. | |
| 8573 Test for this by using a static variable whose address | |
| 8574 is put into a register that is clobbered by the vfork. */ | |
| 8575 static | |
| 8576 #ifdef __cplusplus | |
| 8577 sparc_address_test (int arg) | |
| 8578 #else | |
| 8579 sparc_address_test (arg) int arg; | |
| 8580 #endif | |
| 8581 { | |
| 8582 static pid_t child; | |
| 8583 if (!child) { | |
| 8584 child = vfork (); | |
| 8585 if (child < 0) { | |
| 8586 perror ("vfork"); | |
| 8587 _exit(2); | |
| 8588 } | |
| 8589 if (!child) { | |
| 8590 arg = getpid(); | |
| 8591 write(-1, "", 0); | |
| 8592 _exit (arg); | |
| 8593 } | |
| 8594 } | |
| 8595 } | |
| 8596 main() { | |
| 8597 pid_t parent = getpid (); | |
| 8598 pid_t child; | |
| 8599 | |
| 8600 sparc_address_test (); | |
| 8601 | |
| 8602 child = vfork (); | |
| 8603 | |
| 8604 if (child == 0) { | |
| 8605 /* Here is another test for sparc vfork register problems. | |
| 8606 This test uses lots of local variables, at least | |
| 8607 as many local variables as main has allocated so far | |
| 8608 including compiler temporaries. 4 locals are enough for | |
| 8609 gcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe. | |
| 8610 A buggy compiler should reuse the register of parent | |
| 8611 for one of the local variables, since it will think that | |
| 8612 parent can't possibly be used any more in this routine. | |
| 8613 Assigning to the local variable will thus munge parent | |
| 8614 in the parent process. */ | |
| 8615 pid_t | |
| 8616 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), | |
| 8617 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); | |
| 8618 /* Convince the compiler that p..p7 are live; otherwise, it might | |
| 8619 use the same hardware register for all 8 local variables. */ | |
| 8620 if (p != p1 || p != p2 || p != p3 || p != p4 | |
| 8621 || p != p5 || p != p6 || p != p7) | |
| 8622 _exit(1); | |
| 8623 | |
| 8624 /* On some systems (e.g. IRIX 3.3), | |
| 8625 vfork doesn't separate parent from child file descriptors. | |
| 8626 If the child closes a descriptor before it execs or exits, | |
| 8627 this munges the parent's descriptor as well. | |
| 8628 Test for this by closing stdout in the child. */ | |
| 8629 _exit(close(fileno(stdout)) != 0); | |
| 8630 } else { | |
| 8631 int status; | |
| 8632 struct stat st; | |
| 8633 | |
| 8634 while (wait(&status) != child) | |
| 8635 ; | |
| 8636 exit( | |
| 8637 /* Was there some problem with vforking? */ | |
| 8638 child < 0 | |
| 8639 | |
| 8640 /* Did the child fail? (This shouldn't happen.) */ | |
| 8641 || status | |
| 8642 | |
| 8643 /* Did the vfork/compiler bug occur? */ | |
| 8644 || parent != getpid() | |
| 8645 | |
| 8646 /* Did the file descriptor bug occur? */ | |
| 8647 || fstat(fileno(stdout), &st) != 0 | |
| 8648 ); | |
| 8649 } | |
| 8650 } | |
| 8651 EOF | |
| 36903 | 8652 if { (eval echo configure:8653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 27675 | 8653 then |
| 8654 ac_cv_func_vfork_works=yes | |
| 8655 else | |
| 8656 echo "configure: failed program was:" >&5 | |
| 8657 cat conftest.$ac_ext >&5 | |
| 8658 rm -fr conftest* | |
| 8659 ac_cv_func_vfork_works=no | |
| 8660 fi | |
| 8661 rm -fr conftest* | |
| 8662 fi | |
| 8663 | |
| 8664 fi | |
| 8665 | |
| 8666 echo "$ac_t""$ac_cv_func_vfork_works" 1>&6 | |
| 8667 if test $ac_cv_func_vfork_works = no; then | |
| 8668 cat >> confdefs.h <<\EOF | |
| 8669 #define vfork fork | |
| 8670 EOF | |
| 8671 | |
| 8672 fi | |
| 8673 | |
| 8674 | |
| 30395 | 8675 # Fixme: This should be replaced when we have autoconf 2.14. |
| 8676 echo $ac_n "checking for size_t""... $ac_c" 1>&6 | |
| 36903 | 8677 echo "configure:8678: checking for size_t" >&5 |
| 30395 | 8678 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
| 8679 echo $ac_n "(cached) $ac_c" 1>&6 | |
| 8680 else | |
| 8681 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8682 #line 8683 "configure" |
| 30395 | 8683 #include "confdefs.h" |
| 8684 #include <sys/types.h> | |
| 8685 #if STDC_HEADERS | |
| 8686 #include <stdlib.h> | |
| 8687 #include <stddef.h> | |
| 8688 #endif | |
| 8689 EOF | |
| 8690 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 8691 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then | |
| 8692 rm -rf conftest* | |
| 8693 ac_cv_type_size_t=yes | |
| 8694 else | |
| 8695 rm -rf conftest* | |
| 8696 ac_cv_type_size_t=no | |
| 8697 fi | |
| 8698 rm -f conftest* | |
| 8699 | |
| 8700 fi | |
| 8701 echo "$ac_t""$ac_cv_type_size_t" 1>&6 | |
| 8702 if test $ac_cv_type_size_t = no; then | |
| 8703 cat >> confdefs.h <<\EOF | |
| 8704 #define size_t unsigned | |
| 8705 EOF | |
| 8706 | |
| 8707 fi | |
| 8708 | |
| 8709 | |
| 25897 | 8710 # Set up the CFLAGS for real compilation, so we can substitute it. |
| 8711 CFLAGS="$REAL_CFLAGS" | |
|
29990
98af0f021739
* configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
Ken Raeburn <raeburn@raeburn.org>
parents:
29949
diff
changeset
|
8712 CPPFLAGS="$REAL_CPPFLAGS" |
| 25897 | 8713 |
| 8714 #### Find out which version of Emacs this is. | |
| 8715 version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | |
| 8716 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` | |
| 8717 if test x"${version}" = x; then | |
| 8718 { echo "configure: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." 1>&2; exit 1; } | |
| 8719 fi | |
| 8720 | |
| 8721 ### Specify what sort of things we'll be editing into Makefile and config.h. | |
| 8722 ### Use configuration here uncanonicalized to avoid exceeding size limits. | |
| 8723 | |
| 8724 | |
| 8725 | |
| 8726 | |
| 8727 | |
| 8728 | |
| 8729 | |
| 8730 | |
| 8731 | |
| 8732 | |
| 8733 | |
| 8734 | |
| 8735 | |
| 8736 | |
| 8737 | |
| 8738 | |
| 8739 | |
| 8740 | |
| 8741 | |
| 8742 | |
| 8743 | |
| 8744 | |
| 8745 | |
| 8746 | |
| 8747 | |
| 8748 | |
| 8749 | |
| 8750 | |
| 8751 | |
| 8752 | |
| 29834 | 8753 |
| 25897 | 8754 cat >> confdefs.h <<EOF |
| 8755 #define EMACS_CONFIGURATION "${canonical}" | |
| 8756 EOF | |
| 8757 | |
| 8758 cat >> confdefs.h <<EOF | |
| 8759 #define EMACS_CONFIG_OPTIONS "${ac_configure_args}" | |
| 8760 EOF | |
| 8761 | |
| 8762 cat >> confdefs.h <<EOF | |
| 8763 #define config_machfile "${machfile}" | |
| 8764 EOF | |
| 8765 | |
| 8766 cat >> confdefs.h <<EOF | |
| 8767 #define config_opsysfile "${opsysfile}" | |
| 8768 EOF | |
| 8769 | |
| 8770 cat >> confdefs.h <<EOF | |
| 8771 #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE} | |
| 8772 EOF | |
| 8773 | |
| 8774 cat >> confdefs.h <<EOF | |
| 8775 #define LD_SWITCH_X_SITE_AUX ${LD_SWITCH_X_SITE_AUX} | |
| 8776 EOF | |
| 8777 | |
| 8778 cat >> confdefs.h <<EOF | |
| 8779 #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE} | |
| 8780 EOF | |
| 8781 | |
| 8782 cat >> confdefs.h <<EOF | |
| 8783 #define UNEXEC_SRC ${UNEXEC_SRC} | |
| 8784 EOF | |
| 8785 | |
| 8786 | |
| 8787 if test "${HAVE_X_WINDOWS}" = "yes" ; then | |
| 8788 cat >> confdefs.h <<\EOF | |
| 8789 #define HAVE_X_WINDOWS 1 | |
| 8790 EOF | |
| 8791 | |
| 8792 fi | |
| 8793 if test "${USE_X_TOOLKIT}" != "none" ; then | |
| 8794 cat >> confdefs.h <<\EOF | |
| 8795 #define USE_X_TOOLKIT 1 | |
| 8796 EOF | |
| 8797 | |
| 8798 fi | |
| 8799 if test "${HAVE_X11}" = "yes" ; then | |
| 8800 cat >> confdefs.h <<\EOF | |
| 8801 #define HAVE_X11 1 | |
| 8802 EOF | |
| 8803 | |
| 8804 fi | |
| 8805 if test "${HAVE_XFREE386}" = "yes" ; then | |
| 8806 cat >> confdefs.h <<\EOF | |
| 8807 #define HAVE_XFREE386 1 | |
| 8808 EOF | |
| 8809 | |
| 8810 fi | |
| 8811 if test "${HAVE_MENUS}" = "yes" ; then | |
| 8812 cat >> confdefs.h <<\EOF | |
| 8813 #define HAVE_MENUS 1 | |
| 8814 EOF | |
| 8815 | |
| 8816 fi | |
| 8817 if test "${GNU_MALLOC}" = "yes" ; then | |
| 8818 cat >> confdefs.h <<\EOF | |
| 8819 #define GNU_MALLOC 1 | |
| 8820 EOF | |
| 8821 | |
| 8822 fi | |
| 8823 if test "${REL_ALLOC}" = "yes" ; then | |
| 8824 cat >> confdefs.h <<\EOF | |
| 8825 #define REL_ALLOC 1 | |
| 8826 EOF | |
| 8827 | |
| 8828 fi | |
| 8829 | |
| 8830 #### Report on what we decided to do. | |
| 8831 echo " | |
| 8832 Configured for \`${canonical}'. | |
| 8833 | |
| 8834 Where should the build process find the source code? ${srcdir} | |
| 8835 What operating system and machine description files should Emacs use? | |
| 8836 \`${opsysfile}' and \`${machfile}' | |
| 8837 What compiler should emacs be built with? ${CC} ${CFLAGS} | |
| 8838 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | |
| 31417 | 8839 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |
| 31607 | 8840 Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers |
| 25897 | 8841 What window system should Emacs use? ${window_system} |
| 8842 What toolkit should Emacs use? ${USE_X_TOOLKIT}" | |
| 8843 | |
| 8844 if test -n "${x_includes}"; then | |
| 8845 echo " Where do we find X Windows header files? ${x_includes}" | |
| 8846 else | |
| 8847 echo " Where do we find X Windows header files? Standard dirs" | |
| 8848 fi | |
| 8849 if test -n "${x_libraries}"; then | |
| 8850 echo " Where do we find X Windows libraries? ${x_libraries}" | |
| 8851 else | |
| 8852 echo " Where do we find X Windows libraries? Standard dirs" | |
| 8853 fi | |
| 8854 | |
| 8855 echo " Does Emacs use -lXaw3d? ${HAVE_XAW3D}" | |
| 8856 echo " Does Emacs use -lXpm? ${HAVE_XPM}" | |
| 8857 echo " Does Emacs use -ljpeg? ${HAVE_JPEG}" | |
| 8858 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" | |
| 8859 echo " Does Emacs use -lungif? ${HAVE_GIF}" | |
| 8860 echo " Does Emacs use -lpng? ${HAVE_PNG}" | |
| 8861 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | |
| 8862 echo | |
| 8863 | |
| 8864 # Remove any trailing slashes in these variables. | |
| 8865 test "${prefix}" != NONE && | |
| 8866 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
| 8867 test "${exec_prefix}" != NONE && | |
| 8868 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | |
| 8869 | |
| 36354 | 8870 ## Check if the C preprocessor will convert `..' to `. .'. If so, set |
| 8871 ## CPP_NEED_TRADITIONAL to `yes' so that the code to generate Makefile | |
| 8872 ## from Makefile.c can correctly provide the arg `-traditional' to the | |
| 8873 ## C preprocessor. | |
| 8874 | |
| 8875 cat > conftest.$ac_ext <<EOF | |
| 36903 | 8876 #line 8877 "configure" |
| 36354 | 8877 #include "confdefs.h" |
| 8878 yes..yes | |
| 8879 EOF | |
| 8880 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| 8881 egrep "yes..yes" >/dev/null 2>&1; then | |
| 8882 rm -rf conftest* | |
| 8883 CPP_NEED_TRADITIONAL=no | |
| 8884 else | |
| 8885 rm -rf conftest* | |
| 8886 CPP_NEED_TRADITIONAL=yes | |
| 8887 fi | |
| 8888 rm -f conftest* | |
| 8889 | |
| 8890 | |
| 25897 | 8891 trap '' 1 2 15 |
| 8892 cat > confcache <<\EOF | |
| 8893 # This file is a shell script that caches the results of configure | |
| 8894 # tests run on this system so they can be shared between configure | |
| 8895 # scripts and configure runs. It is not useful on other systems. | |
| 8896 # If it contains results you don't want to keep, you may remove or edit it. | |
| 8897 # | |
| 8898 # By default, configure uses ./config.cache as the cache file, | |
| 8899 # creating it if it does not exist already. You can give configure | |
| 8900 # the --cache-file=FILE option to use a different cache file; that is | |
| 8901 # what configure does when it calls configure scripts in | |
| 8902 # subdirectories, so they share the cache. | |
| 8903 # Giving --cache-file=/dev/null disables caching, for debugging configure. | |
| 8904 # config.status only pays attention to the cache file if you give it the | |
| 8905 # --recheck option to rerun configure. | |
| 8906 # | |
| 8907 EOF | |
| 8908 # The following way of writing the cache mishandles newlines in values, | |
| 8909 # but we know of no workaround that is simple, portable, and efficient. | |
| 8910 # So, don't put newlines in cache variables' values. | |
| 8911 # Ultrix sh set writes to stderr and can't be redirected directly, | |
| 8912 # and sets the high bit in the cache file unless we assign to the vars. | |
| 8913 (set) 2>&1 | | |
| 8914 case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
| 8915 *ac_space=\ *) | |
| 8916 # `set' does not quote correctly, so add quotes (double-quote substitution | |
| 8917 # turns \\\\ into \\, and sed turns \\ into \). | |
| 8918 sed -n \ | |
| 8919 -e "s/'/'\\\\''/g" \ | |
| 8920 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" | |
| 8921 ;; | |
| 8922 *) | |
| 8923 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
| 8924 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' | |
| 8925 ;; | |
| 8926 esac >> confcache | |
| 8927 if cmp -s $cache_file confcache; then | |
| 8928 : | |
| 8929 else | |
| 8930 if test -w $cache_file; then | |
| 8931 echo "updating cache $cache_file" | |
| 8932 cat confcache > $cache_file | |
| 8933 else | |
| 8934 echo "not updating unwritable cache $cache_file" | |
| 8935 fi | |
| 8936 fi | |
| 8937 rm -f confcache | |
| 8938 | |
| 8939 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 | |
| 8940 | |
| 8941 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
| 8942 # Let make expand exec_prefix. | |
| 8943 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
| 8944 | |
| 8945 # Any assignment to VPATH causes Sun make to only execute | |
| 8946 # the first set of double-colon rules, so remove it if not needed. | |
| 8947 # If there is a colon in the path, we need to keep it. | |
| 8948 if test "x$srcdir" = x.; then | |
| 8949 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' | |
| 8950 fi | |
| 8951 | |
| 8952 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 | |
| 8953 | |
| 8954 DEFS=-DHAVE_CONFIG_H | |
| 8955 | |
| 8956 # Without the "./", some shells look in PATH for config.status. | |
| 8957 : ${CONFIG_STATUS=./config.status} | |
| 8958 | |
| 8959 echo creating $CONFIG_STATUS | |
| 8960 rm -f $CONFIG_STATUS | |
| 8961 cat > $CONFIG_STATUS <<EOF | |
| 8962 #! /bin/sh | |
| 8963 # Generated automatically by configure. | |
| 8964 # Run this file to recreate the current configuration. | |
| 8965 # This directory was configured as follows, | |
| 8966 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
| 8967 # | |
| 8968 # $0 $ac_configure_args | |
| 8969 # | |
| 8970 # Compiler output produced by configure, useful for debugging | |
| 8971 # configure, is in ./config.log if it exists. | |
| 8972 | |
| 8973 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" | |
| 8974 for ac_option | |
| 8975 do | |
| 8976 case "\$ac_option" in | |
| 8977 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
| 8978 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" | |
| 8979 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; | |
| 8980 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) | |
| 27205 | 8981 echo "$CONFIG_STATUS generated by autoconf version 2.13" |
| 25897 | 8982 exit 0 ;; |
| 8983 -help | --help | --hel | --he | --h) | |
| 8984 echo "\$ac_cs_usage"; exit 0 ;; | |
| 8985 *) echo "\$ac_cs_usage"; exit 1 ;; | |
| 8986 esac | |
| 8987 done | |
| 8988 | |
| 8989 ac_given_srcdir=$srcdir | |
| 8990 ac_given_INSTALL="$INSTALL" | |
| 8991 | |
| 8992 trap 'rm -fr `echo "Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ | |
| 8993 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ | |
| 29657 | 8994 lisp/Makefile leim/Makefile src/config.h:src/config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
| 25897 | 8995 EOF |
| 8996 cat >> $CONFIG_STATUS <<EOF | |
| 8997 | |
| 8998 # Protect against being on the right side of a sed subst in config.status. | |
| 8999 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; | |
| 9000 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF | |
| 9001 $ac_vpsub | |
| 9002 $extrasub | |
| 27205 | 9003 s%@SHELL@%$SHELL%g |
| 25897 | 9004 s%@CFLAGS@%$CFLAGS%g |
| 9005 s%@CPPFLAGS@%$CPPFLAGS%g | |
| 9006 s%@CXXFLAGS@%$CXXFLAGS%g | |
| 27205 | 9007 s%@FFLAGS@%$FFLAGS%g |
| 25897 | 9008 s%@DEFS@%$DEFS%g |
| 9009 s%@LDFLAGS@%$LDFLAGS%g | |
| 9010 s%@LIBS@%$LIBS%g | |
| 9011 s%@exec_prefix@%$exec_prefix%g | |
| 9012 s%@prefix@%$prefix%g | |
| 9013 s%@program_transform_name@%$program_transform_name%g | |
| 9014 s%@bindir@%$bindir%g | |
| 9015 s%@sbindir@%$sbindir%g | |
| 9016 s%@libexecdir@%$libexecdir%g | |
| 9017 s%@datadir@%$datadir%g | |
| 9018 s%@sysconfdir@%$sysconfdir%g | |
| 9019 s%@sharedstatedir@%$sharedstatedir%g | |
| 9020 s%@localstatedir@%$localstatedir%g | |
| 9021 s%@libdir@%$libdir%g | |
| 9022 s%@includedir@%$includedir%g | |
| 9023 s%@oldincludedir@%$oldincludedir%g | |
| 9024 s%@infodir@%$infodir%g | |
| 9025 s%@mandir@%$mandir%g | |
| 9026 s%@host@%$host%g | |
| 9027 s%@host_alias@%$host_alias%g | |
| 9028 s%@host_cpu@%$host_cpu%g | |
| 9029 s%@host_vendor@%$host_vendor%g | |
| 9030 s%@host_os@%$host_os%g | |
| 9031 s%@CC@%$CC%g | |
| 9032 s%@LN_S@%$LN_S%g | |
| 9033 s%@CPP@%$CPP%g | |
| 9034 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g | |
| 27205 | 9035 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g |
| 25897 | 9036 s%@INSTALL_DATA@%$INSTALL_DATA%g |
| 9037 s%@YACC@%$YACC%g | |
| 28060 | 9038 s%@RANLIB@%$RANLIB%g |
|
30078
58ce7aad3fff
* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn <raeburn@raeburn.org>
parents:
30069
diff
changeset
|
9039 s%@LIBSOUND@%$LIBSOUND%g |
| 25897 | 9040 s%@SET_MAKE@%$SET_MAKE%g |
| 9041 s%@ALLOCA@%$ALLOCA%g | |
| 9042 s%@liblockfile@%$liblockfile%g | |
| 28607 | 9043 s%@LIBOBJS@%$LIBOBJS%g |
| 29834 | 9044 s%@NEED_SETGID@%$NEED_SETGID%g |
| 9045 s%@KMEM_GROUP@%$KMEM_GROUP%g | |
| 25897 | 9046 s%@version@%$version%g |
| 9047 s%@configuration@%$configuration%g | |
| 9048 s%@canonical@%$canonical%g | |
| 9049 s%@srcdir@%$srcdir%g | |
| 9050 s%@lispdir@%$lispdir%g | |
| 9051 s%@locallisppath@%$locallisppath%g | |
| 9052 s%@lisppath@%$lisppath%g | |
| 9053 s%@x_default_search_path@%$x_default_search_path%g | |
| 9054 s%@etcdir@%$etcdir%g | |
| 9055 s%@archlibdir@%$archlibdir%g | |
| 9056 s%@docdir@%$docdir%g | |
| 9057 s%@bitmapdir@%$bitmapdir%g | |
| 9058 s%@c_switch_system@%$c_switch_system%g | |
| 9059 s%@c_switch_machine@%$c_switch_machine%g | |
| 9060 s%@LD_SWITCH_X_SITE@%$LD_SWITCH_X_SITE%g | |
| 9061 s%@LD_SWITCH_X_SITE_AUX@%$LD_SWITCH_X_SITE_AUX%g | |
| 9062 s%@C_SWITCH_X_SITE@%$C_SWITCH_X_SITE%g | |
| 9063 s%@X_TOOLKIT_TYPE@%$X_TOOLKIT_TYPE%g | |
| 9064 s%@machfile@%$machfile%g | |
| 9065 s%@opsysfile@%$opsysfile%g | |
| 29834 | 9066 s%@GETLOADAVG_LIBS@%$GETLOADAVG_LIBS%g |
| 25897 | 9067 |
| 9068 CEOF | |
| 9069 EOF | |
| 9070 | |
| 9071 cat >> $CONFIG_STATUS <<\EOF | |
| 9072 | |
| 9073 # Split the substitutions into bite-sized pieces for seds with | |
| 9074 # small command number limits, like on Digital OSF/1 and HP-UX. | |
| 9075 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. | |
| 9076 ac_file=1 # Number of current file. | |
| 9077 ac_beg=1 # First line for current file. | |
| 9078 ac_end=$ac_max_sed_cmds # Line after last line for current file. | |
| 9079 ac_more_lines=: | |
| 9080 ac_sed_cmds="" | |
| 9081 while $ac_more_lines; do | |
| 9082 if test $ac_beg -gt 1; then | |
| 9083 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file | |
| 9084 else | |
| 9085 sed "${ac_end}q" conftest.subs > conftest.s$ac_file | |
| 9086 fi | |
| 9087 if test ! -s conftest.s$ac_file; then | |
| 9088 ac_more_lines=false | |
| 9089 rm -f conftest.s$ac_file | |
| 9090 else | |
| 9091 if test -z "$ac_sed_cmds"; then | |
| 9092 ac_sed_cmds="sed -f conftest.s$ac_file" | |
| 9093 else | |
| 9094 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" | |
| 9095 fi | |
| 9096 ac_file=`expr $ac_file + 1` | |
| 9097 ac_beg=$ac_end | |
| 9098 ac_end=`expr $ac_end + $ac_max_sed_cmds` | |
| 9099 fi | |
| 9100 done | |
| 9101 if test -z "$ac_sed_cmds"; then | |
| 9102 ac_sed_cmds=cat | |
| 9103 fi | |
| 9104 EOF | |
| 9105 | |
| 9106 cat >> $CONFIG_STATUS <<EOF | |
| 9107 | |
| 9108 CONFIG_FILES=\${CONFIG_FILES-"Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ | |
| 9109 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ | |
| 29657 | 9110 lisp/Makefile leim/Makefile"} |
| 25897 | 9111 EOF |
| 9112 cat >> $CONFIG_STATUS <<\EOF | |
| 9113 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then | |
| 9114 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
| 9115 case "$ac_file" in | |
| 9116 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
| 9117 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
| 9118 *) ac_file_in="${ac_file}.in" ;; | |
| 9119 esac | |
| 9120 | |
| 9121 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. | |
| 9122 | |
| 9123 # Remove last slash and all that follows it. Not all systems have dirname. | |
| 9124 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
| 9125 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
| 9126 # The file is in a subdirectory. | |
| 9127 test ! -d "$ac_dir" && mkdir "$ac_dir" | |
| 9128 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" | |
| 9129 # A "../" for each directory in $ac_dir_suffix. | |
| 9130 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` | |
| 9131 else | |
| 9132 ac_dir_suffix= ac_dots= | |
| 9133 fi | |
| 9134 | |
| 9135 case "$ac_given_srcdir" in | |
| 9136 .) srcdir=. | |
| 9137 if test -z "$ac_dots"; then top_srcdir=. | |
| 9138 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; | |
| 9139 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; | |
| 9140 *) # Relative path. | |
| 9141 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" | |
| 9142 top_srcdir="$ac_dots$ac_given_srcdir" ;; | |
| 9143 esac | |
| 9144 | |
| 9145 case "$ac_given_INSTALL" in | |
| 9146 [/$]*) INSTALL="$ac_given_INSTALL" ;; | |
| 9147 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; | |
| 9148 esac | |
| 9149 | |
| 9150 echo creating "$ac_file" | |
| 9151 rm -f "$ac_file" | |
| 9152 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." | |
| 9153 case "$ac_file" in | |
| 9154 *Makefile*) ac_comsub="1i\\ | |
| 9155 # $configure_input" ;; | |
| 9156 *) ac_comsub= ;; | |
| 9157 esac | |
| 9158 | |
| 9159 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
| 9160 sed -e "$ac_comsub | |
| 9161 s%@configure_input@%$configure_input%g | |
| 9162 s%@srcdir@%$srcdir%g | |
| 9163 s%@top_srcdir@%$top_srcdir%g | |
| 9164 s%@INSTALL@%$INSTALL%g | |
| 9165 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file | |
| 9166 fi; done | |
| 9167 rm -f conftest.s* | |
| 9168 | |
| 9169 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
| 9170 # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
| 9171 # | |
| 9172 # ac_d sets the value in "#define NAME VALUE" lines. | |
| 9173 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' | |
| 9174 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' | |
| 9175 ac_dC='\3' | |
| 9176 ac_dD='%g' | |
| 9177 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". | |
| 9178 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
| 9179 ac_uB='\([ ]\)%\1#\2define\3' | |
| 9180 ac_uC=' ' | |
| 9181 ac_uD='\4%g' | |
| 9182 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
| 9183 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | |
| 9184 ac_eB='$%\1#\2define\3' | |
| 9185 ac_eC=' ' | |
| 9186 ac_eD='%g' | |
| 9187 | |
| 9188 if test "${CONFIG_HEADERS+set}" != set; then | |
| 9189 EOF | |
| 9190 cat >> $CONFIG_STATUS <<EOF | |
| 9191 CONFIG_HEADERS="src/config.h:src/config.in" | |
| 9192 EOF | |
| 9193 cat >> $CONFIG_STATUS <<\EOF | |
| 9194 fi | |
| 9195 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then | |
| 9196 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
| 9197 case "$ac_file" in | |
| 9198 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` | |
| 9199 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; | |
| 9200 *) ac_file_in="${ac_file}.in" ;; | |
| 9201 esac | |
| 9202 | |
| 9203 echo creating $ac_file | |
| 9204 | |
| 9205 rm -f conftest.frag conftest.in conftest.out | |
| 9206 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` | |
| 9207 cat $ac_file_inputs > conftest.in | |
| 9208 | |
| 9209 EOF | |
| 9210 | |
| 9211 # Transform confdefs.h into a sed script conftest.vals that substitutes | |
| 9212 # the proper values into config.h.in to produce config.h. And first: | |
| 9213 # Protect against being on the right side of a sed subst in config.status. | |
| 9214 # Protect against being in an unquoted here document in config.status. | |
| 9215 rm -f conftest.vals | |
| 9216 cat > conftest.hdr <<\EOF | |
| 9217 s/[\\&%]/\\&/g | |
| 9218 s%[\\$`]%\\&%g | |
| 9219 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp | |
| 9220 s%ac_d%ac_u%gp | |
| 9221 s%ac_u%ac_e%gp | |
| 9222 EOF | |
| 9223 sed -n -f conftest.hdr confdefs.h > conftest.vals | |
| 9224 rm -f conftest.hdr | |
| 9225 | |
| 9226 # This sed command replaces #undef with comments. This is necessary, for | |
| 9227 # example, in the case of _POSIX_SOURCE, which is predefined and required | |
| 9228 # on some systems where configure will not decide to define it. | |
| 9229 cat >> conftest.vals <<\EOF | |
| 9230 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% | |
| 9231 EOF | |
| 9232 | |
| 9233 # Break up conftest.vals because some shells have a limit on | |
| 9234 # the size of here documents, and old seds have small limits too. | |
| 9235 | |
| 9236 rm -f conftest.tail | |
| 9237 while : | |
| 9238 do | |
| 9239 ac_lines=`grep -c . conftest.vals` | |
| 9240 # grep -c gives empty output for an empty file on some AIX systems. | |
| 9241 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi | |
| 9242 # Write a limited-size here document to conftest.frag. | |
| 9243 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS | |
| 9244 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS | |
| 9245 echo 'CEOF | |
| 9246 sed -f conftest.frag conftest.in > conftest.out | |
| 9247 rm -f conftest.in | |
| 9248 mv conftest.out conftest.in | |
| 9249 ' >> $CONFIG_STATUS | |
| 9250 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail | |
| 9251 rm -f conftest.vals | |
| 9252 mv conftest.tail conftest.vals | |
| 9253 done | |
| 9254 rm -f conftest.vals | |
| 9255 | |
| 9256 cat >> $CONFIG_STATUS <<\EOF | |
| 9257 rm -f conftest.frag conftest.h | |
| 9258 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h | |
| 9259 cat conftest.in >> conftest.h | |
| 9260 rm -f conftest.in | |
| 9261 if cmp -s $ac_file conftest.h 2>/dev/null; then | |
| 9262 echo "$ac_file is unchanged" | |
| 9263 rm -f conftest.h | |
| 9264 else | |
| 9265 # Remove last slash and all that follows it. Not all systems have dirname. | |
| 9266 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` | |
| 9267 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then | |
| 9268 # The file is in a subdirectory. | |
| 9269 test ! -d "$ac_dir" && mkdir "$ac_dir" | |
| 9270 fi | |
| 9271 rm -f $ac_file | |
| 9272 mv conftest.h $ac_file | |
| 9273 fi | |
| 9274 fi; done | |
| 9275 | |
| 9276 EOF | |
| 9277 cat >> $CONFIG_STATUS <<EOF | |
| 36354 | 9278 GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPP_NEED_TRADITIONAL="$CPP_NEED_TRADITIONAL" CPPFLAGS="$CPPFLAGS" |
| 25897 | 9279 EOF |
| 9280 cat >> $CONFIG_STATUS <<\EOF | |
| 9281 | |
| 9282 | |
| 9283 ### Make the necessary directories, if they don't exist. | |
| 9284 for dir in etc lisp ; do | |
| 9285 test -d ${dir} || mkdir ${dir} | |
| 9286 done | |
| 9287 | |
| 9288 # Build src/Makefile from ${srcdir}/src/Makefile.c | |
| 9289 # and lib-src/Makefile from ${srcdir}/lib-src/Makefile.c | |
| 9290 # This must be done after src/config.h is built, since we rely on that file. | |
| 9291 | |
| 9292 # Now get this: Some word that is part of the ${srcdir} directory name | |
| 9293 # or the ${configuration} value might, just might, happen to be an | |
| 9294 # identifier like `sun4' or `i386' or something, and be predefined by | |
| 9295 # the C preprocessor to some helpful value like 1, or maybe the empty | |
| 9296 # string. Needless to say consequent macro substitutions are less | |
| 9297 # than conducive to the makefile finding the correct directory. | |
| 9298 undefs="`echo $top_srcdir $configuration $canonical | | |
| 9299 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ | |
| 9300 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ | |
| 9301 `" | |
| 9302 | |
| 9303 echo creating src/epaths.h | |
| 9304 make epaths-force | |
| 9305 | |
| 33652 | 9306 # As of 2000-11-19, newest development versions of GNU cpp preprocess |
| 9307 # `..' to `. .' unless invoked with -traditional | |
| 9308 | |
| 36354 | 9309 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then |
| 33652 | 9310 CPPFLAGS="$CPPFLAGS -traditional" |
| 9311 fi | |
| 9312 | |
| 25897 | 9313 echo creating lib-src/Makefile |
| 9314 ( cd lib-src | |
| 9315 rm -f junk.c junk1.c junk2.c | |
| 9316 sed -e '/start of cpp stuff/q' \ | |
| 9317 < Makefile.c > junk1.c | |
| 9318 sed -e '1,/start of cpp stuff/d'\ | |
| 9319 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ | |
| 9320 < Makefile.c > junk.c | |
| 9321 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ | |
| 9322 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | |
| 9323 cat junk1.c junk2.c > Makefile.new | |
| 9324 rm -f junk.c junk1.c junk2.c | |
| 9325 chmod 444 Makefile.new | |
| 9326 mv -f Makefile.new Makefile | |
| 9327 ) | |
| 9328 | |
| 9329 echo creating src/Makefile | |
| 9330 ( cd src | |
| 9331 rm -f junk.c junk1.c junk2.c | |
| 9332 sed -e '/start of cpp stuff/q' \ | |
| 9333 < Makefile.c > junk1.c | |
| 9334 sed -e '1,/start of cpp stuff/d'\ | |
| 9335 -e 's@/\*\*/#\(.*\)$@/* \1 */@' \ | |
| 9336 < Makefile.c > junk.c | |
| 9337 $CPP $undefs -I. -I$top_srcdir/src $CPPFLAGS junk.c | \ | |
| 9338 sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c | |
| 9339 cat junk1.c junk2.c > Makefile.new | |
| 9340 rm -f junk.c junk1.c junk2.c | |
| 9341 chmod 444 Makefile.new | |
| 9342 mv -f Makefile.new Makefile | |
| 9343 ) | |
| 9344 | |
| 9345 if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then | |
| 9346 echo creating src/.gdbinit | |
| 9347 echo source $top_srcdir/src/.gdbinit > src/.gdbinit | |
| 9348 fi | |
| 9349 | |
| 9350 # This is how we know whether to re-run configure in certain cases. | |
| 9351 touch src/config.stamp | |
| 9352 | |
| 9353 | |
| 9354 exit 0 | |
| 9355 EOF | |
| 9356 chmod +x $CONFIG_STATUS | |
| 9357 rm -fr confdefs* $ac_clean_files | |
| 9358 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 | |
| 9359 | |
| 33677 | 9360 |
