[7d4fbcd] | 1 | #! /bin/sh |
---|
| 2 | |
---|
| 3 | # Guess values for system-dependent variables and create Makefiles. |
---|
| 4 | # Generated automatically using autoconf version 2.13 |
---|
| 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 | |
---|
| 15 | # Initialize some variables set by options. |
---|
| 16 | # The variables have the same names as the options, with |
---|
| 17 | # dashes changed to underlines. |
---|
| 18 | build=NONE |
---|
| 19 | cache_file=./config.cache |
---|
| 20 | exec_prefix=NONE |
---|
| 21 | host=NONE |
---|
| 22 | no_create= |
---|
| 23 | nonopt=NONE |
---|
| 24 | no_recursion= |
---|
| 25 | prefix=NONE |
---|
| 26 | program_prefix=NONE |
---|
| 27 | program_suffix=NONE |
---|
| 28 | program_transform_name=s,x,x, |
---|
| 29 | silent= |
---|
| 30 | site= |
---|
| 31 | srcdir= |
---|
| 32 | target=NONE |
---|
| 33 | verbose= |
---|
| 34 | x_includes=NONE |
---|
| 35 | x_libraries=NONE |
---|
| 36 | bindir='${exec_prefix}/bin' |
---|
| 37 | sbindir='${exec_prefix}/sbin' |
---|
| 38 | libexecdir='${exec_prefix}/libexec' |
---|
| 39 | datadir='${prefix}/share' |
---|
| 40 | sysconfdir='${prefix}/etc' |
---|
| 41 | sharedstatedir='${prefix}/com' |
---|
| 42 | localstatedir='${prefix}/var' |
---|
| 43 | libdir='${exec_prefix}/lib' |
---|
| 44 | includedir='${prefix}/include' |
---|
| 45 | oldincludedir='/usr/include' |
---|
| 46 | infodir='${prefix}/info' |
---|
| 47 | mandir='${prefix}/man' |
---|
| 48 | |
---|
| 49 | # Initialize some other variables. |
---|
| 50 | subdirs= |
---|
| 51 | MFLAGS= MAKEFLAGS= |
---|
| 52 | SHELL=${CONFIG_SHELL-/bin/sh} |
---|
| 53 | # Maximum number of lines to put in a shell here document. |
---|
| 54 | ac_max_here_lines=12 |
---|
| 55 | |
---|
| 56 | ac_prev= |
---|
| 57 | for ac_option |
---|
| 58 | do |
---|
| 59 | |
---|
| 60 | # If the previous option needs an argument, assign it. |
---|
| 61 | if test -n "$ac_prev"; then |
---|
| 62 | eval "$ac_prev=\$ac_option" |
---|
| 63 | ac_prev= |
---|
| 64 | continue |
---|
| 65 | fi |
---|
| 66 | |
---|
| 67 | case "$ac_option" in |
---|
| 68 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; |
---|
| 69 | *) ac_optarg= ;; |
---|
| 70 | esac |
---|
| 71 | |
---|
| 72 | # Accept the important Cygnus configure options, so we can diagnose typos. |
---|
| 73 | |
---|
| 74 | case "$ac_option" in |
---|
| 75 | |
---|
| 76 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
---|
| 77 | ac_prev=bindir ;; |
---|
| 78 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
---|
| 79 | bindir="$ac_optarg" ;; |
---|
| 80 | |
---|
| 81 | -build | --build | --buil | --bui | --bu) |
---|
| 82 | ac_prev=build ;; |
---|
| 83 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
---|
| 84 | build="$ac_optarg" ;; |
---|
| 85 | |
---|
| 86 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
---|
| 87 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
---|
| 88 | ac_prev=cache_file ;; |
---|
| 89 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
---|
| 90 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
---|
| 91 | cache_file="$ac_optarg" ;; |
---|
| 92 | |
---|
| 93 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) |
---|
| 94 | ac_prev=datadir ;; |
---|
| 95 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ |
---|
| 96 | | --da=*) |
---|
| 97 | datadir="$ac_optarg" ;; |
---|
| 98 | |
---|
| 99 | -disable-* | --disable-*) |
---|
| 100 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` |
---|
| 101 | # Reject names that are not valid shell variable names. |
---|
| 102 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then |
---|
| 103 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } |
---|
| 104 | fi |
---|
| 105 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` |
---|
| 106 | eval "enable_${ac_feature}=no" ;; |
---|
| 107 | |
---|
| 108 | -enable-* | --enable-*) |
---|
| 109 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` |
---|
| 110 | # Reject names that are not valid shell variable names. |
---|
| 111 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then |
---|
| 112 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } |
---|
| 113 | fi |
---|
| 114 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` |
---|
| 115 | case "$ac_option" in |
---|
| 116 | *=*) ;; |
---|
| 117 | *) ac_optarg=yes ;; |
---|
| 118 | esac |
---|
| 119 | eval "enable_${ac_feature}='$ac_optarg'" ;; |
---|
| 120 | |
---|
| 121 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
---|
| 122 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
---|
| 123 | | --exec | --exe | --ex) |
---|
| 124 | ac_prev=exec_prefix ;; |
---|
| 125 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
---|
| 126 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
---|
| 127 | | --exec=* | --exe=* | --ex=*) |
---|
| 128 | exec_prefix="$ac_optarg" ;; |
---|
| 129 | |
---|
| 130 | -gas | --gas | --ga | --g) |
---|
| 131 | # Obsolete; use --with-gas. |
---|
| 132 | with_gas=yes ;; |
---|
| 133 | |
---|
| 134 | -help | --help | --hel | --he) |
---|
| 135 | # Omit some internal or obsolete options to make the list less imposing. |
---|
| 136 | # This message is too long to be a string in the A/UX 3.1 sh. |
---|
| 137 | cat << EOF |
---|
| 138 | Usage: configure [options] [host] |
---|
| 139 | Options: [defaults in brackets after descriptions] |
---|
| 140 | Configuration: |
---|
| 141 | --cache-file=FILE cache test results in FILE |
---|
| 142 | --help print this message |
---|
| 143 | --no-create do not create output files |
---|
| 144 | --quiet, --silent do not print \`checking...' messages |
---|
| 145 | --version print the version of autoconf that created configure |
---|
| 146 | Directory and file names: |
---|
| 147 | --prefix=PREFIX install architecture-independent files in PREFIX |
---|
| 148 | [$ac_default_prefix] |
---|
| 149 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
---|
| 150 | [same as prefix] |
---|
| 151 | --bindir=DIR user executables in DIR [EPREFIX/bin] |
---|
| 152 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] |
---|
| 153 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] |
---|
| 154 | --datadir=DIR read-only architecture-independent data in DIR |
---|
| 155 | [PREFIX/share] |
---|
| 156 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] |
---|
| 157 | --sharedstatedir=DIR modifiable architecture-independent data in DIR |
---|
| 158 | [PREFIX/com] |
---|
| 159 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] |
---|
| 160 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] |
---|
| 161 | --includedir=DIR C header files in DIR [PREFIX/include] |
---|
| 162 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] |
---|
| 163 | --infodir=DIR info documentation in DIR [PREFIX/info] |
---|
| 164 | --mandir=DIR man documentation in DIR [PREFIX/man] |
---|
| 165 | --srcdir=DIR find the sources in DIR [configure dir or ..] |
---|
| 166 | --program-prefix=PREFIX prepend PREFIX to installed program names |
---|
| 167 | --program-suffix=SUFFIX append SUFFIX to installed program names |
---|
| 168 | --program-transform-name=PROGRAM |
---|
| 169 | run sed PROGRAM on installed program names |
---|
| 170 | EOF |
---|
| 171 | cat << EOF |
---|
| 172 | Host type: |
---|
| 173 | --build=BUILD configure for building on BUILD [BUILD=HOST] |
---|
| 174 | --host=HOST configure for HOST [guessed] |
---|
| 175 | --target=TARGET configure for TARGET [TARGET=HOST] |
---|
| 176 | Features and packages: |
---|
| 177 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
---|
| 178 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
---|
| 179 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
---|
| 180 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
---|
| 181 | --x-includes=DIR X include files are in DIR |
---|
| 182 | --x-libraries=DIR X library files are in DIR |
---|
| 183 | EOF |
---|
| 184 | if test -n "$ac_help"; then |
---|
| 185 | echo "--enable and --with options recognized:$ac_help" |
---|
| 186 | fi |
---|
| 187 | exit 0 ;; |
---|
| 188 | |
---|
| 189 | -host | --host | --hos | --ho) |
---|
| 190 | ac_prev=host ;; |
---|
| 191 | -host=* | --host=* | --hos=* | --ho=*) |
---|
| 192 | host="$ac_optarg" ;; |
---|
| 193 | |
---|
| 194 | -includedir | --includedir | --includedi | --included | --include \ |
---|
| 195 | | --includ | --inclu | --incl | --inc) |
---|
| 196 | ac_prev=includedir ;; |
---|
| 197 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
---|
| 198 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
---|
| 199 | includedir="$ac_optarg" ;; |
---|
| 200 | |
---|
| 201 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
---|
| 202 | ac_prev=infodir ;; |
---|
| 203 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
---|
| 204 | infodir="$ac_optarg" ;; |
---|
| 205 | |
---|
| 206 | -libdir | --libdir | --libdi | --libd) |
---|
| 207 | ac_prev=libdir ;; |
---|
| 208 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
---|
| 209 | libdir="$ac_optarg" ;; |
---|
| 210 | |
---|
| 211 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
---|
| 212 | | --libexe | --libex | --libe) |
---|
| 213 | ac_prev=libexecdir ;; |
---|
| 214 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
---|
| 215 | | --libexe=* | --libex=* | --libe=*) |
---|
| 216 | libexecdir="$ac_optarg" ;; |
---|
| 217 | |
---|
| 218 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
---|
| 219 | | --localstate | --localstat | --localsta | --localst \ |
---|
| 220 | | --locals | --local | --loca | --loc | --lo) |
---|
| 221 | ac_prev=localstatedir ;; |
---|
| 222 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
---|
| 223 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ |
---|
| 224 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) |
---|
| 225 | localstatedir="$ac_optarg" ;; |
---|
| 226 | |
---|
| 227 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
---|
| 228 | ac_prev=mandir ;; |
---|
| 229 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
---|
| 230 | mandir="$ac_optarg" ;; |
---|
| 231 | |
---|
| 232 | -nfp | --nfp | --nf) |
---|
| 233 | # Obsolete; use --without-fp. |
---|
| 234 | with_fp=no ;; |
---|
| 235 | |
---|
| 236 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
---|
| 237 | | --no-cr | --no-c) |
---|
| 238 | no_create=yes ;; |
---|
| 239 | |
---|
| 240 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
---|
| 241 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
---|
| 242 | no_recursion=yes ;; |
---|
| 243 | |
---|
| 244 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
---|
| 245 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
---|
| 246 | | --oldin | --oldi | --old | --ol | --o) |
---|
| 247 | ac_prev=oldincludedir ;; |
---|
| 248 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
---|
| 249 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
---|
| 250 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
---|
| 251 | oldincludedir="$ac_optarg" ;; |
---|
| 252 | |
---|
| 253 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
---|
| 254 | ac_prev=prefix ;; |
---|
| 255 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
---|
| 256 | prefix="$ac_optarg" ;; |
---|
| 257 | |
---|
| 258 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
---|
| 259 | | --program-pre | --program-pr | --program-p) |
---|
| 260 | ac_prev=program_prefix ;; |
---|
| 261 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
---|
| 262 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
---|
| 263 | program_prefix="$ac_optarg" ;; |
---|
| 264 | |
---|
| 265 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
---|
| 266 | | --program-suf | --program-su | --program-s) |
---|
| 267 | ac_prev=program_suffix ;; |
---|
| 268 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
---|
| 269 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
---|
| 270 | program_suffix="$ac_optarg" ;; |
---|
| 271 | |
---|
| 272 | -program-transform-name | --program-transform-name \ |
---|
| 273 | | --program-transform-nam | --program-transform-na \ |
---|
| 274 | | --program-transform-n | --program-transform- \ |
---|
| 275 | | --program-transform | --program-transfor \ |
---|
| 276 | | --program-transfo | --program-transf \ |
---|
| 277 | | --program-trans | --program-tran \ |
---|
| 278 | | --progr-tra | --program-tr | --program-t) |
---|
| 279 | ac_prev=program_transform_name ;; |
---|
| 280 | -program-transform-name=* | --program-transform-name=* \ |
---|
| 281 | | --program-transform-nam=* | --program-transform-na=* \ |
---|
| 282 | | --program-transform-n=* | --program-transform-=* \ |
---|
| 283 | | --program-transform=* | --program-transfor=* \ |
---|
| 284 | | --program-transfo=* | --program-transf=* \ |
---|
| 285 | | --program-trans=* | --program-tran=* \ |
---|
| 286 | | --progr-tra=* | --program-tr=* | --program-t=*) |
---|
| 287 | program_transform_name="$ac_optarg" ;; |
---|
| 288 | |
---|
| 289 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
---|
| 290 | | -silent | --silent | --silen | --sile | --sil) |
---|
| 291 | silent=yes ;; |
---|
| 292 | |
---|
| 293 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
---|
| 294 | ac_prev=sbindir ;; |
---|
| 295 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
---|
| 296 | | --sbi=* | --sb=*) |
---|
| 297 | sbindir="$ac_optarg" ;; |
---|
| 298 | |
---|
| 299 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
---|
| 300 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
---|
| 301 | | --sharedst | --shareds | --shared | --share | --shar \ |
---|
| 302 | | --sha | --sh) |
---|
| 303 | ac_prev=sharedstatedir ;; |
---|
| 304 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
---|
| 305 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
---|
| 306 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
---|
| 307 | | --sha=* | --sh=*) |
---|
| 308 | sharedstatedir="$ac_optarg" ;; |
---|
| 309 | |
---|
| 310 | -site | --site | --sit) |
---|
| 311 | ac_prev=site ;; |
---|
| 312 | -site=* | --site=* | --sit=*) |
---|
| 313 | site="$ac_optarg" ;; |
---|
| 314 | |
---|
| 315 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
---|
| 316 | ac_prev=srcdir ;; |
---|
| 317 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
---|
| 318 | srcdir="$ac_optarg" ;; |
---|
| 319 | |
---|
| 320 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
---|
| 321 | | --syscon | --sysco | --sysc | --sys | --sy) |
---|
| 322 | ac_prev=sysconfdir ;; |
---|
| 323 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
---|
| 324 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
---|
| 325 | sysconfdir="$ac_optarg" ;; |
---|
| 326 | |
---|
| 327 | -target | --target | --targe | --targ | --tar | --ta | --t) |
---|
| 328 | ac_prev=target ;; |
---|
| 329 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
---|
| 330 | target="$ac_optarg" ;; |
---|
| 331 | |
---|
| 332 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
---|
| 333 | verbose=yes ;; |
---|
| 334 | |
---|
| 335 | -version | --version | --versio | --versi | --vers) |
---|
| 336 | echo "configure generated by autoconf version 2.13" |
---|
| 337 | exit 0 ;; |
---|
| 338 | |
---|
| 339 | -with-* | --with-*) |
---|
| 340 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` |
---|
| 341 | # Reject names that are not valid shell variable names. |
---|
| 342 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then |
---|
| 343 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } |
---|
| 344 | fi |
---|
| 345 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
---|
| 346 | case "$ac_option" in |
---|
| 347 | *=*) ;; |
---|
| 348 | *) ac_optarg=yes ;; |
---|
| 349 | esac |
---|
| 350 | eval "with_${ac_package}='$ac_optarg'" ;; |
---|
| 351 | |
---|
| 352 | -without-* | --without-*) |
---|
| 353 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` |
---|
| 354 | # Reject names that are not valid shell variable names. |
---|
| 355 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then |
---|
| 356 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } |
---|
| 357 | fi |
---|
| 358 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
---|
| 359 | eval "with_${ac_package}=no" ;; |
---|
| 360 | |
---|
| 361 | --x) |
---|
| 362 | # Obsolete; use --with-x. |
---|
| 363 | with_x=yes ;; |
---|
| 364 | |
---|
| 365 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
---|
| 366 | | --x-incl | --x-inc | --x-in | --x-i) |
---|
| 367 | ac_prev=x_includes ;; |
---|
| 368 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
---|
| 369 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
---|
| 370 | x_includes="$ac_optarg" ;; |
---|
| 371 | |
---|
| 372 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
---|
| 373 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
---|
| 374 | ac_prev=x_libraries ;; |
---|
| 375 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
---|
| 376 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
---|
| 377 | x_libraries="$ac_optarg" ;; |
---|
| 378 | |
---|
| 379 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } |
---|
| 380 | ;; |
---|
| 381 | |
---|
| 382 | *) |
---|
| 383 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |
---|
| 384 | echo "configure: warning: $ac_option: invalid host type" 1>&2 |
---|
| 385 | fi |
---|
| 386 | if test "x$nonopt" != xNONE; then |
---|
| 387 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } |
---|
| 388 | fi |
---|
| 389 | nonopt="$ac_option" |
---|
| 390 | ;; |
---|
| 391 | |
---|
| 392 | esac |
---|
| 393 | done |
---|
| 394 | |
---|
| 395 | if test -n "$ac_prev"; then |
---|
| 396 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } |
---|
| 397 | fi |
---|
| 398 | |
---|
| 399 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
---|
| 400 | |
---|
| 401 | # File descriptor usage: |
---|
| 402 | # 0 standard input |
---|
| 403 | # 1 file creation |
---|
| 404 | # 2 errors and warnings |
---|
| 405 | # 3 some systems may open it to /dev/tty |
---|
| 406 | # 4 used on the Kubota Titan |
---|
| 407 | # 6 checking for... messages and results |
---|
| 408 | # 5 compiler messages saved in config.log |
---|
| 409 | if test "$silent" = yes; then |
---|
| 410 | exec 6>/dev/null |
---|
| 411 | else |
---|
| 412 | exec 6>&1 |
---|
| 413 | fi |
---|
| 414 | exec 5>./config.log |
---|
| 415 | |
---|
| 416 | echo "\ |
---|
| 417 | This file contains any messages produced by compilers while |
---|
| 418 | running configure, to aid debugging if configure makes a mistake. |
---|
| 419 | " 1>&5 |
---|
| 420 | |
---|
| 421 | # Strip out --no-create and --no-recursion so they do not pile up. |
---|
| 422 | # Also quote any args containing shell metacharacters. |
---|
| 423 | ac_configure_args= |
---|
| 424 | for ac_arg |
---|
| 425 | do |
---|
| 426 | case "$ac_arg" in |
---|
| 427 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
---|
| 428 | | --no-cr | --no-c) ;; |
---|
| 429 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
---|
| 430 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; |
---|
| 431 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) |
---|
| 432 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
---|
| 433 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; |
---|
| 434 | esac |
---|
| 435 | done |
---|
| 436 | |
---|
| 437 | # NLS nuisances. |
---|
| 438 | # Only set these to C if already set. These must not be set unconditionally |
---|
| 439 | # because not all systems understand e.g. LANG=C (notably SCO). |
---|
| 440 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! |
---|
| 441 | # Non-C LC_CTYPE values break the ctype check. |
---|
| 442 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi |
---|
| 443 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi |
---|
| 444 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi |
---|
| 445 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi |
---|
| 446 | |
---|
| 447 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
---|
| 448 | rm -rf conftest* confdefs.h |
---|
| 449 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. |
---|
| 450 | echo > confdefs.h |
---|
| 451 | |
---|
| 452 | # A filename unique to this package, relative to the directory that |
---|
| 453 | # configure is in, which we can look for to find out if srcdir is correct. |
---|
| 454 | ac_unique_file=owl.c |
---|
| 455 | |
---|
| 456 | # Find the source files, if location was not specified. |
---|
| 457 | if test -z "$srcdir"; then |
---|
| 458 | ac_srcdir_defaulted=yes |
---|
| 459 | # Try the directory containing this script, then its parent. |
---|
| 460 | ac_prog=$0 |
---|
| 461 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` |
---|
| 462 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. |
---|
| 463 | srcdir=$ac_confdir |
---|
| 464 | if test ! -r $srcdir/$ac_unique_file; then |
---|
| 465 | srcdir=.. |
---|
| 466 | fi |
---|
| 467 | else |
---|
| 468 | ac_srcdir_defaulted=no |
---|
| 469 | fi |
---|
| 470 | if test ! -r $srcdir/$ac_unique_file; then |
---|
| 471 | if test "$ac_srcdir_defaulted" = yes; then |
---|
| 472 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } |
---|
| 473 | else |
---|
| 474 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } |
---|
| 475 | fi |
---|
| 476 | fi |
---|
| 477 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
---|
| 478 | |
---|
| 479 | # Prefer explicitly selected file to automatically selected ones. |
---|
| 480 | if test -z "$CONFIG_SITE"; then |
---|
| 481 | if test "x$prefix" != xNONE; then |
---|
| 482 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
---|
| 483 | else |
---|
| 484 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
---|
| 485 | fi |
---|
| 486 | fi |
---|
| 487 | for ac_site_file in $CONFIG_SITE; do |
---|
| 488 | if test -r "$ac_site_file"; then |
---|
| 489 | echo "loading site script $ac_site_file" |
---|
| 490 | . "$ac_site_file" |
---|
| 491 | fi |
---|
| 492 | done |
---|
| 493 | |
---|
| 494 | if test -r "$cache_file"; then |
---|
| 495 | echo "loading cache $cache_file" |
---|
| 496 | . $cache_file |
---|
| 497 | else |
---|
| 498 | echo "creating cache $cache_file" |
---|
| 499 | > $cache_file |
---|
| 500 | fi |
---|
| 501 | |
---|
| 502 | ac_ext=c |
---|
| 503 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
---|
| 504 | ac_cpp='$CPP $CPPFLAGS' |
---|
| 505 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
---|
| 506 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
---|
| 507 | cross_compiling=$ac_cv_prog_cc_cross |
---|
| 508 | |
---|
| 509 | ac_exeext= |
---|
| 510 | ac_objext=o |
---|
| 511 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then |
---|
| 512 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. |
---|
| 513 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then |
---|
| 514 | ac_n= ac_c=' |
---|
| 515 | ' ac_t=' ' |
---|
| 516 | else |
---|
| 517 | ac_n=-n ac_c= ac_t= |
---|
| 518 | fi |
---|
| 519 | else |
---|
| 520 | ac_n= ac_c='\c' ac_t= |
---|
| 521 | fi |
---|
| 522 | |
---|
| 523 | |
---|
| 524 | |
---|
| 525 | |
---|
| 526 | |
---|
| 527 | # Extract the first word of "gcc", so it can be a program name with args. |
---|
| 528 | set dummy gcc; ac_word=$2 |
---|
| 529 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
---|
| 530 | echo "configure:531: checking for $ac_word" >&5 |
---|
| 531 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
---|
| 532 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 533 | else |
---|
| 534 | if test -n "$CC"; then |
---|
| 535 | ac_cv_prog_CC="$CC" # Let the user override the test. |
---|
| 536 | else |
---|
| 537 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
---|
| 538 | ac_dummy="$PATH" |
---|
| 539 | for ac_dir in $ac_dummy; do |
---|
| 540 | test -z "$ac_dir" && ac_dir=. |
---|
| 541 | if test -f $ac_dir/$ac_word; then |
---|
| 542 | ac_cv_prog_CC="gcc" |
---|
| 543 | break |
---|
| 544 | fi |
---|
| 545 | done |
---|
| 546 | IFS="$ac_save_ifs" |
---|
| 547 | fi |
---|
| 548 | fi |
---|
| 549 | CC="$ac_cv_prog_CC" |
---|
| 550 | if test -n "$CC"; then |
---|
| 551 | echo "$ac_t""$CC" 1>&6 |
---|
| 552 | else |
---|
| 553 | echo "$ac_t""no" 1>&6 |
---|
| 554 | fi |
---|
| 555 | |
---|
| 556 | if test -z "$CC"; then |
---|
| 557 | # Extract the first word of "cc", so it can be a program name with args. |
---|
| 558 | set dummy cc; ac_word=$2 |
---|
| 559 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
---|
| 560 | echo "configure:561: checking for $ac_word" >&5 |
---|
| 561 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
---|
| 562 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 563 | else |
---|
| 564 | if test -n "$CC"; then |
---|
| 565 | ac_cv_prog_CC="$CC" # Let the user override the test. |
---|
| 566 | else |
---|
| 567 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
---|
| 568 | ac_prog_rejected=no |
---|
| 569 | ac_dummy="$PATH" |
---|
| 570 | for ac_dir in $ac_dummy; do |
---|
| 571 | test -z "$ac_dir" && ac_dir=. |
---|
| 572 | if test -f $ac_dir/$ac_word; then |
---|
| 573 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then |
---|
| 574 | ac_prog_rejected=yes |
---|
| 575 | continue |
---|
| 576 | fi |
---|
| 577 | ac_cv_prog_CC="cc" |
---|
| 578 | break |
---|
| 579 | fi |
---|
| 580 | done |
---|
| 581 | IFS="$ac_save_ifs" |
---|
| 582 | if test $ac_prog_rejected = yes; then |
---|
| 583 | # We found a bogon in the path, so make sure we never use it. |
---|
| 584 | set dummy $ac_cv_prog_CC |
---|
| 585 | shift |
---|
| 586 | if test $# -gt 0; then |
---|
| 587 | # We chose a different compiler from the bogus one. |
---|
| 588 | # However, it has the same basename, so the bogon will be chosen |
---|
| 589 | # first if we set CC to just the basename; use the full file name. |
---|
| 590 | shift |
---|
| 591 | set dummy "$ac_dir/$ac_word" "$@" |
---|
| 592 | shift |
---|
| 593 | ac_cv_prog_CC="$@" |
---|
| 594 | fi |
---|
| 595 | fi |
---|
| 596 | fi |
---|
| 597 | fi |
---|
| 598 | CC="$ac_cv_prog_CC" |
---|
| 599 | if test -n "$CC"; then |
---|
| 600 | echo "$ac_t""$CC" 1>&6 |
---|
| 601 | else |
---|
| 602 | echo "$ac_t""no" 1>&6 |
---|
| 603 | fi |
---|
| 604 | |
---|
| 605 | if test -z "$CC"; then |
---|
| 606 | case "`uname -s`" in |
---|
| 607 | *win32* | *WIN32*) |
---|
| 608 | # Extract the first word of "cl", so it can be a program name with args. |
---|
| 609 | set dummy cl; ac_word=$2 |
---|
| 610 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
---|
| 611 | echo "configure:612: checking for $ac_word" >&5 |
---|
| 612 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
---|
| 613 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 614 | else |
---|
| 615 | if test -n "$CC"; then |
---|
| 616 | ac_cv_prog_CC="$CC" # Let the user override the test. |
---|
| 617 | else |
---|
| 618 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
---|
| 619 | ac_dummy="$PATH" |
---|
| 620 | for ac_dir in $ac_dummy; do |
---|
| 621 | test -z "$ac_dir" && ac_dir=. |
---|
| 622 | if test -f $ac_dir/$ac_word; then |
---|
| 623 | ac_cv_prog_CC="cl" |
---|
| 624 | break |
---|
| 625 | fi |
---|
| 626 | done |
---|
| 627 | IFS="$ac_save_ifs" |
---|
| 628 | fi |
---|
| 629 | fi |
---|
| 630 | CC="$ac_cv_prog_CC" |
---|
| 631 | if test -n "$CC"; then |
---|
| 632 | echo "$ac_t""$CC" 1>&6 |
---|
| 633 | else |
---|
| 634 | echo "$ac_t""no" 1>&6 |
---|
| 635 | fi |
---|
| 636 | ;; |
---|
| 637 | esac |
---|
| 638 | fi |
---|
| 639 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
---|
| 640 | fi |
---|
| 641 | |
---|
| 642 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
---|
| 643 | echo "configure:644: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
---|
| 644 | |
---|
| 645 | ac_ext=c |
---|
| 646 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
---|
| 647 | ac_cpp='$CPP $CPPFLAGS' |
---|
| 648 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
---|
| 649 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
---|
| 650 | cross_compiling=$ac_cv_prog_cc_cross |
---|
| 651 | |
---|
| 652 | cat > conftest.$ac_ext << EOF |
---|
| 653 | |
---|
| 654 | #line 655 "configure" |
---|
| 655 | #include "confdefs.h" |
---|
| 656 | |
---|
| 657 | main(){return(0);} |
---|
| 658 | EOF |
---|
| 659 | if { (eval echo configure:660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
| 660 | ac_cv_prog_cc_works=yes |
---|
| 661 | # If we can't run a trivial program, we are probably using a cross compiler. |
---|
| 662 | if (./conftest; exit) 2>/dev/null; then |
---|
| 663 | ac_cv_prog_cc_cross=no |
---|
| 664 | else |
---|
| 665 | ac_cv_prog_cc_cross=yes |
---|
| 666 | fi |
---|
| 667 | else |
---|
| 668 | echo "configure: failed program was:" >&5 |
---|
| 669 | cat conftest.$ac_ext >&5 |
---|
| 670 | ac_cv_prog_cc_works=no |
---|
| 671 | fi |
---|
| 672 | rm -fr conftest* |
---|
| 673 | ac_ext=c |
---|
| 674 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
---|
| 675 | ac_cpp='$CPP $CPPFLAGS' |
---|
| 676 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
---|
| 677 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
---|
| 678 | cross_compiling=$ac_cv_prog_cc_cross |
---|
| 679 | |
---|
| 680 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 |
---|
| 681 | if test $ac_cv_prog_cc_works = no; then |
---|
| 682 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
---|
| 683 | fi |
---|
| 684 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
---|
| 685 | echo "configure:686: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
---|
| 686 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
---|
| 687 | cross_compiling=$ac_cv_prog_cc_cross |
---|
| 688 | |
---|
| 689 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
---|
| 690 | echo "configure:691: checking whether we are using GNU C" >&5 |
---|
| 691 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
---|
| 692 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 693 | else |
---|
| 694 | cat > conftest.c <<EOF |
---|
| 695 | #ifdef __GNUC__ |
---|
| 696 | yes; |
---|
| 697 | #endif |
---|
| 698 | EOF |
---|
| 699 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:700: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
---|
| 700 | ac_cv_prog_gcc=yes |
---|
| 701 | else |
---|
| 702 | ac_cv_prog_gcc=no |
---|
| 703 | fi |
---|
| 704 | fi |
---|
| 705 | |
---|
| 706 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
---|
| 707 | |
---|
| 708 | if test $ac_cv_prog_gcc = yes; then |
---|
| 709 | GCC=yes |
---|
| 710 | else |
---|
| 711 | GCC= |
---|
| 712 | fi |
---|
| 713 | |
---|
| 714 | ac_test_CFLAGS="${CFLAGS+set}" |
---|
| 715 | ac_save_CFLAGS="$CFLAGS" |
---|
| 716 | CFLAGS= |
---|
| 717 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
---|
| 718 | echo "configure:719: checking whether ${CC-cc} accepts -g" >&5 |
---|
| 719 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
---|
| 720 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 721 | else |
---|
| 722 | echo 'void f(){}' > conftest.c |
---|
| 723 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then |
---|
| 724 | ac_cv_prog_cc_g=yes |
---|
| 725 | else |
---|
| 726 | ac_cv_prog_cc_g=no |
---|
| 727 | fi |
---|
| 728 | rm -f conftest* |
---|
| 729 | |
---|
| 730 | fi |
---|
| 731 | |
---|
| 732 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 |
---|
| 733 | if test "$ac_test_CFLAGS" = set; then |
---|
| 734 | CFLAGS="$ac_save_CFLAGS" |
---|
| 735 | elif test $ac_cv_prog_cc_g = yes; then |
---|
| 736 | if test "$GCC" = yes; then |
---|
| 737 | CFLAGS="-g -O2" |
---|
| 738 | else |
---|
| 739 | CFLAGS="-g" |
---|
| 740 | fi |
---|
| 741 | else |
---|
| 742 | if test "$GCC" = yes; then |
---|
| 743 | CFLAGS="-O2" |
---|
| 744 | else |
---|
| 745 | CFLAGS= |
---|
| 746 | fi |
---|
| 747 | fi |
---|
| 748 | |
---|
| 749 | |
---|
| 750 | if test "$GCC" = yes; then |
---|
| 751 | CFLAGS="$CFLAGS -Wall -g"; |
---|
| 752 | fi |
---|
| 753 | |
---|
| 754 | echo $ac_n "checking for /usr/athena/include""... $ac_c" 1>&6 |
---|
| 755 | echo "configure:756: checking for /usr/athena/include" >&5 |
---|
| 756 | if test -d /usr/athena/include; then |
---|
| 757 | CFLAGS=${CFLAGS}\ -I/usr/athena/include |
---|
| 758 | echo "$ac_t""yes" 1>&6 |
---|
| 759 | else |
---|
| 760 | echo "$ac_t""no" 1>&6 |
---|
| 761 | fi |
---|
| 762 | echo $ac_n "checking for /usr/athena/lib""... $ac_c" 1>&6 |
---|
| 763 | echo "configure:764: checking for /usr/athena/lib" >&5 |
---|
| 764 | if test -d /usr/athena/lib; then |
---|
[601a9e0] | 765 | LDFLAGS=-L/usr/athena/lib\ ${LDFLAGS} |
---|
[7d4fbcd] | 766 | echo "$ac_t""yes" 1>&6 |
---|
| 767 | else |
---|
| 768 | echo "$ac_t""no" 1>&6 |
---|
| 769 | fi |
---|
| 770 | |
---|
| 771 | echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6 |
---|
[f9c43ae] | 772 | echo "configure:773: checking for initscr in -lncurses" >&5 |
---|
[7d4fbcd] | 773 | ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'` |
---|
| 774 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 775 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 776 | else |
---|
| 777 | ac_save_LIBS="$LIBS" |
---|
| 778 | LIBS="-lncurses $LIBS" |
---|
| 779 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 780 | #line 781 "configure" |
---|
[7d4fbcd] | 781 | #include "confdefs.h" |
---|
| 782 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 783 | /* We use char because int might match the return type of a gcc2 |
---|
| 784 | builtin and then its argument prototype would still apply. */ |
---|
| 785 | char initscr(); |
---|
| 786 | |
---|
| 787 | int main() { |
---|
| 788 | initscr() |
---|
| 789 | ; return 0; } |
---|
| 790 | EOF |
---|
[f9c43ae] | 791 | if { (eval echo configure:792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 792 | rm -rf conftest* |
---|
| 793 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 794 | else |
---|
| 795 | echo "configure: failed program was:" >&5 |
---|
| 796 | cat conftest.$ac_ext >&5 |
---|
| 797 | rm -rf conftest* |
---|
| 798 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 799 | fi |
---|
| 800 | rm -f conftest* |
---|
| 801 | LIBS="$ac_save_LIBS" |
---|
| 802 | |
---|
| 803 | fi |
---|
| 804 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 805 | echo "$ac_t""yes" 1>&6 |
---|
| 806 | ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 807 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 808 | cat >> confdefs.h <<EOF |
---|
| 809 | #define $ac_tr_lib 1 |
---|
| 810 | EOF |
---|
| 811 | |
---|
| 812 | LIBS="-lncurses $LIBS" |
---|
| 813 | |
---|
| 814 | else |
---|
| 815 | echo "$ac_t""no" 1>&6 |
---|
| 816 | echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6 |
---|
[f9c43ae] | 817 | echo "configure:818: checking for initscr in -lcurses" >&5 |
---|
[7d4fbcd] | 818 | ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'` |
---|
| 819 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 820 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 821 | else |
---|
| 822 | ac_save_LIBS="$LIBS" |
---|
| 823 | LIBS="-lcurses $LIBS" |
---|
| 824 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 825 | #line 826 "configure" |
---|
[7d4fbcd] | 826 | #include "confdefs.h" |
---|
| 827 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 828 | /* We use char because int might match the return type of a gcc2 |
---|
| 829 | builtin and then its argument prototype would still apply. */ |
---|
| 830 | char initscr(); |
---|
| 831 | |
---|
| 832 | int main() { |
---|
| 833 | initscr() |
---|
| 834 | ; return 0; } |
---|
| 835 | EOF |
---|
[f9c43ae] | 836 | if { (eval echo configure:837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 837 | rm -rf conftest* |
---|
| 838 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 839 | else |
---|
| 840 | echo "configure: failed program was:" >&5 |
---|
| 841 | cat conftest.$ac_ext >&5 |
---|
| 842 | rm -rf conftest* |
---|
| 843 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 844 | fi |
---|
| 845 | rm -f conftest* |
---|
| 846 | LIBS="$ac_save_LIBS" |
---|
| 847 | |
---|
| 848 | fi |
---|
| 849 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 850 | echo "$ac_t""yes" 1>&6 |
---|
| 851 | ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/^a-zA-Z0-9_/_/g' \ |
---|
| 852 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 853 | cat >> confdefs.h <<EOF |
---|
| 854 | #define $ac_tr_lib 1 |
---|
| 855 | EOF |
---|
| 856 | |
---|
| 857 | LIBS="-lcurses $LIBS" |
---|
| 858 | |
---|
| 859 | else |
---|
| 860 | echo "$ac_t""no" 1>&6 |
---|
| 861 | { echo "configure: error: No curses library found." 1>&2; exit 1; } |
---|
| 862 | fi |
---|
| 863 | |
---|
| 864 | fi |
---|
| 865 | |
---|
| 866 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 |
---|
[f9c43ae] | 867 | echo "configure:868: checking for com_err in -lcom_err" >&5 |
---|
[7d4fbcd] | 868 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` |
---|
| 869 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 870 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 871 | else |
---|
| 872 | ac_save_LIBS="$LIBS" |
---|
| 873 | LIBS="-lcom_err $LIBS" |
---|
| 874 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 875 | #line 876 "configure" |
---|
[7d4fbcd] | 876 | #include "confdefs.h" |
---|
| 877 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 878 | /* We use char because int might match the return type of a gcc2 |
---|
| 879 | builtin and then its argument prototype would still apply. */ |
---|
| 880 | char com_err(); |
---|
| 881 | |
---|
| 882 | int main() { |
---|
| 883 | com_err() |
---|
| 884 | ; return 0; } |
---|
| 885 | EOF |
---|
[f9c43ae] | 886 | if { (eval echo configure:887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 887 | rm -rf conftest* |
---|
| 888 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 889 | else |
---|
| 890 | echo "configure: failed program was:" >&5 |
---|
| 891 | cat conftest.$ac_ext >&5 |
---|
| 892 | rm -rf conftest* |
---|
| 893 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 894 | fi |
---|
| 895 | rm -f conftest* |
---|
| 896 | LIBS="$ac_save_LIBS" |
---|
| 897 | |
---|
| 898 | fi |
---|
| 899 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 900 | echo "$ac_t""yes" 1>&6 |
---|
| 901 | ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 902 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 903 | cat >> confdefs.h <<EOF |
---|
| 904 | #define $ac_tr_lib 1 |
---|
| 905 | EOF |
---|
| 906 | |
---|
| 907 | LIBS="-lcom_err $LIBS" |
---|
| 908 | |
---|
| 909 | else |
---|
| 910 | echo "$ac_t""no" 1>&6 |
---|
| 911 | fi |
---|
| 912 | |
---|
| 913 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
---|
[f9c43ae] | 914 | echo "configure:915: checking for gethostbyname in -lnsl" >&5 |
---|
[7d4fbcd] | 915 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
---|
| 916 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 917 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 918 | else |
---|
| 919 | ac_save_LIBS="$LIBS" |
---|
| 920 | LIBS="-lnsl $LIBS" |
---|
| 921 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 922 | #line 923 "configure" |
---|
[7d4fbcd] | 923 | #include "confdefs.h" |
---|
| 924 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 925 | /* We use char because int might match the return type of a gcc2 |
---|
| 926 | builtin and then its argument prototype would still apply. */ |
---|
| 927 | char gethostbyname(); |
---|
| 928 | |
---|
| 929 | int main() { |
---|
| 930 | gethostbyname() |
---|
| 931 | ; return 0; } |
---|
| 932 | EOF |
---|
[f9c43ae] | 933 | if { (eval echo configure:934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 934 | rm -rf conftest* |
---|
| 935 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 936 | else |
---|
| 937 | echo "configure: failed program was:" >&5 |
---|
| 938 | cat conftest.$ac_ext >&5 |
---|
| 939 | rm -rf conftest* |
---|
| 940 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 941 | fi |
---|
| 942 | rm -f conftest* |
---|
| 943 | LIBS="$ac_save_LIBS" |
---|
| 944 | |
---|
| 945 | fi |
---|
| 946 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 947 | echo "$ac_t""yes" 1>&6 |
---|
| 948 | ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 949 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 950 | cat >> confdefs.h <<EOF |
---|
| 951 | #define $ac_tr_lib 1 |
---|
| 952 | EOF |
---|
| 953 | |
---|
| 954 | LIBS="-lnsl $LIBS" |
---|
| 955 | |
---|
| 956 | else |
---|
| 957 | echo "$ac_t""no" 1>&6 |
---|
| 958 | fi |
---|
| 959 | |
---|
| 960 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 |
---|
[f9c43ae] | 961 | echo "configure:962: checking for socket in -lsocket" >&5 |
---|
[7d4fbcd] | 962 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
---|
| 963 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 964 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 965 | else |
---|
| 966 | ac_save_LIBS="$LIBS" |
---|
| 967 | LIBS="-lsocket $LIBS" |
---|
| 968 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 969 | #line 970 "configure" |
---|
[7d4fbcd] | 970 | #include "confdefs.h" |
---|
| 971 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 972 | /* We use char because int might match the return type of a gcc2 |
---|
| 973 | builtin and then its argument prototype would still apply. */ |
---|
| 974 | char socket(); |
---|
| 975 | |
---|
| 976 | int main() { |
---|
| 977 | socket() |
---|
| 978 | ; return 0; } |
---|
| 979 | EOF |
---|
[f9c43ae] | 980 | if { (eval echo configure:981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 981 | rm -rf conftest* |
---|
| 982 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 983 | else |
---|
| 984 | echo "configure: failed program was:" >&5 |
---|
| 985 | cat conftest.$ac_ext >&5 |
---|
| 986 | rm -rf conftest* |
---|
| 987 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 988 | fi |
---|
| 989 | rm -f conftest* |
---|
| 990 | LIBS="$ac_save_LIBS" |
---|
| 991 | |
---|
| 992 | fi |
---|
| 993 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 994 | echo "$ac_t""yes" 1>&6 |
---|
| 995 | ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 996 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 997 | cat >> confdefs.h <<EOF |
---|
| 998 | #define $ac_tr_lib 1 |
---|
| 999 | EOF |
---|
| 1000 | |
---|
| 1001 | LIBS="-lsocket $LIBS" |
---|
| 1002 | |
---|
| 1003 | else |
---|
| 1004 | echo "$ac_t""no" 1>&6 |
---|
| 1005 | fi |
---|
| 1006 | |
---|
| 1007 | echo $ac_n "checking for krb5_derive_key in -lk5crypto""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1008 | echo "configure:1009: checking for krb5_derive_key in -lk5crypto" >&5 |
---|
[7d4fbcd] | 1009 | ac_lib_var=`echo k5crypto'_'krb5_derive_key | sed 'y%./+-%__p_%'` |
---|
| 1010 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 1011 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1012 | else |
---|
| 1013 | ac_save_LIBS="$LIBS" |
---|
| 1014 | LIBS="-lk5crypto $LIBS" |
---|
| 1015 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1016 | #line 1017 "configure" |
---|
[7d4fbcd] | 1017 | #include "confdefs.h" |
---|
| 1018 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 1019 | /* We use char because int might match the return type of a gcc2 |
---|
| 1020 | builtin and then its argument prototype would still apply. */ |
---|
| 1021 | char krb5_derive_key(); |
---|
| 1022 | |
---|
| 1023 | int main() { |
---|
| 1024 | krb5_derive_key() |
---|
| 1025 | ; return 0; } |
---|
| 1026 | EOF |
---|
[f9c43ae] | 1027 | if { (eval echo configure:1028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 1028 | rm -rf conftest* |
---|
| 1029 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 1030 | else |
---|
| 1031 | echo "configure: failed program was:" >&5 |
---|
| 1032 | cat conftest.$ac_ext >&5 |
---|
| 1033 | rm -rf conftest* |
---|
| 1034 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 1035 | fi |
---|
| 1036 | rm -f conftest* |
---|
| 1037 | LIBS="$ac_save_LIBS" |
---|
| 1038 | |
---|
| 1039 | fi |
---|
| 1040 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 1041 | echo "$ac_t""yes" 1>&6 |
---|
| 1042 | ac_tr_lib=HAVE_LIB`echo k5crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 1043 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 1044 | cat >> confdefs.h <<EOF |
---|
| 1045 | #define $ac_tr_lib 1 |
---|
| 1046 | EOF |
---|
| 1047 | |
---|
| 1048 | LIBS="-lk5crypto $LIBS" |
---|
| 1049 | |
---|
| 1050 | else |
---|
| 1051 | echo "$ac_t""no" 1>&6 |
---|
| 1052 | fi |
---|
| 1053 | |
---|
| 1054 | echo $ac_n "checking for des425_req_act_vno in -ldes425""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1055 | echo "configure:1056: checking for des425_req_act_vno in -ldes425" >&5 |
---|
[7d4fbcd] | 1056 | ac_lib_var=`echo des425'_'des425_req_act_vno | sed 'y%./+-%__p_%'` |
---|
| 1057 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 1058 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1059 | else |
---|
| 1060 | ac_save_LIBS="$LIBS" |
---|
| 1061 | LIBS="-ldes425 $LIBS" |
---|
| 1062 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1063 | #line 1064 "configure" |
---|
[7d4fbcd] | 1064 | #include "confdefs.h" |
---|
| 1065 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 1066 | /* We use char because int might match the return type of a gcc2 |
---|
| 1067 | builtin and then its argument prototype would still apply. */ |
---|
| 1068 | char des425_req_act_vno(); |
---|
| 1069 | |
---|
| 1070 | int main() { |
---|
| 1071 | des425_req_act_vno() |
---|
| 1072 | ; return 0; } |
---|
| 1073 | EOF |
---|
[f9c43ae] | 1074 | if { (eval echo configure:1075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 1075 | rm -rf conftest* |
---|
| 1076 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 1077 | else |
---|
| 1078 | echo "configure: failed program was:" >&5 |
---|
| 1079 | cat conftest.$ac_ext >&5 |
---|
| 1080 | rm -rf conftest* |
---|
| 1081 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 1082 | fi |
---|
| 1083 | rm -f conftest* |
---|
| 1084 | LIBS="$ac_save_LIBS" |
---|
| 1085 | |
---|
| 1086 | fi |
---|
| 1087 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 1088 | echo "$ac_t""yes" 1>&6 |
---|
| 1089 | ac_tr_lib=HAVE_LIB`echo des425 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 1090 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 1091 | cat >> confdefs.h <<EOF |
---|
| 1092 | #define $ac_tr_lib 1 |
---|
| 1093 | EOF |
---|
| 1094 | |
---|
| 1095 | LIBS="-ldes425 $LIBS" |
---|
| 1096 | |
---|
| 1097 | else |
---|
| 1098 | echo "$ac_t""no" 1>&6 |
---|
| 1099 | fi |
---|
| 1100 | |
---|
| 1101 | echo $ac_n "checking for krb5_get_credentials in -lkrb5""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1102 | echo "configure:1103: checking for krb5_get_credentials in -lkrb5" >&5 |
---|
[7d4fbcd] | 1103 | ac_lib_var=`echo krb5'_'krb5_get_credentials | sed 'y%./+-%__p_%'` |
---|
| 1104 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 1105 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1106 | else |
---|
| 1107 | ac_save_LIBS="$LIBS" |
---|
| 1108 | LIBS="-lkrb5 $LIBS" |
---|
| 1109 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1110 | #line 1111 "configure" |
---|
[7d4fbcd] | 1111 | #include "confdefs.h" |
---|
| 1112 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 1113 | /* We use char because int might match the return type of a gcc2 |
---|
| 1114 | builtin and then its argument prototype would still apply. */ |
---|
| 1115 | char krb5_get_credentials(); |
---|
| 1116 | |
---|
| 1117 | int main() { |
---|
| 1118 | krb5_get_credentials() |
---|
| 1119 | ; return 0; } |
---|
| 1120 | EOF |
---|
[f9c43ae] | 1121 | if { (eval echo configure:1122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 1122 | rm -rf conftest* |
---|
| 1123 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 1124 | else |
---|
| 1125 | echo "configure: failed program was:" >&5 |
---|
| 1126 | cat conftest.$ac_ext >&5 |
---|
| 1127 | rm -rf conftest* |
---|
| 1128 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 1129 | fi |
---|
| 1130 | rm -f conftest* |
---|
| 1131 | LIBS="$ac_save_LIBS" |
---|
| 1132 | |
---|
| 1133 | fi |
---|
| 1134 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 1135 | echo "$ac_t""yes" 1>&6 |
---|
| 1136 | ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 1137 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 1138 | cat >> confdefs.h <<EOF |
---|
| 1139 | #define $ac_tr_lib 1 |
---|
| 1140 | EOF |
---|
| 1141 | |
---|
| 1142 | LIBS="-lkrb5 $LIBS" |
---|
| 1143 | |
---|
| 1144 | else |
---|
| 1145 | echo "$ac_t""no" 1>&6 |
---|
| 1146 | fi |
---|
| 1147 | |
---|
| 1148 | echo $ac_n "checking for krb_sendauth in -lkrb4""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1149 | echo "configure:1150: checking for krb_sendauth in -lkrb4" >&5 |
---|
[7d4fbcd] | 1150 | ac_lib_var=`echo krb4'_'krb_sendauth | sed 'y%./+-%__p_%'` |
---|
| 1151 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 1152 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1153 | else |
---|
| 1154 | ac_save_LIBS="$LIBS" |
---|
| 1155 | LIBS="-lkrb4 $LIBS" |
---|
| 1156 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1157 | #line 1158 "configure" |
---|
[7d4fbcd] | 1158 | #include "confdefs.h" |
---|
| 1159 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 1160 | /* We use char because int might match the return type of a gcc2 |
---|
| 1161 | builtin and then its argument prototype would still apply. */ |
---|
| 1162 | char krb_sendauth(); |
---|
| 1163 | |
---|
| 1164 | int main() { |
---|
| 1165 | krb_sendauth() |
---|
| 1166 | ; return 0; } |
---|
| 1167 | EOF |
---|
[f9c43ae] | 1168 | if { (eval echo configure:1169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 1169 | rm -rf conftest* |
---|
| 1170 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 1171 | else |
---|
| 1172 | echo "configure: failed program was:" >&5 |
---|
| 1173 | cat conftest.$ac_ext >&5 |
---|
| 1174 | rm -rf conftest* |
---|
| 1175 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 1176 | fi |
---|
| 1177 | rm -f conftest* |
---|
| 1178 | LIBS="$ac_save_LIBS" |
---|
| 1179 | |
---|
| 1180 | fi |
---|
| 1181 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 1182 | echo "$ac_t""yes" 1>&6 |
---|
| 1183 | ac_tr_lib=HAVE_LIB`echo krb4 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 1184 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 1185 | cat >> confdefs.h <<EOF |
---|
| 1186 | #define $ac_tr_lib 1 |
---|
| 1187 | EOF |
---|
| 1188 | |
---|
| 1189 | LIBS="-lkrb4 $LIBS" |
---|
| 1190 | |
---|
| 1191 | else |
---|
| 1192 | echo "$ac_t""no" 1>&6 |
---|
| 1193 | fi |
---|
| 1194 | |
---|
| 1195 | echo $ac_n "checking for ZGetSender in -lzephyr""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1196 | echo "configure:1197: checking for ZGetSender in -lzephyr" >&5 |
---|
[7d4fbcd] | 1197 | ac_lib_var=`echo zephyr'_'ZGetSender | sed 'y%./+-%__p_%'` |
---|
| 1198 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 1199 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1200 | else |
---|
| 1201 | ac_save_LIBS="$LIBS" |
---|
| 1202 | LIBS="-lzephyr $LIBS" |
---|
| 1203 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1204 | #line 1205 "configure" |
---|
[7d4fbcd] | 1205 | #include "confdefs.h" |
---|
| 1206 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 1207 | /* We use char because int might match the return type of a gcc2 |
---|
| 1208 | builtin and then its argument prototype would still apply. */ |
---|
| 1209 | char ZGetSender(); |
---|
| 1210 | |
---|
| 1211 | int main() { |
---|
| 1212 | ZGetSender() |
---|
| 1213 | ; return 0; } |
---|
| 1214 | EOF |
---|
[f9c43ae] | 1215 | if { (eval echo configure:1216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 1216 | rm -rf conftest* |
---|
| 1217 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 1218 | else |
---|
| 1219 | echo "configure: failed program was:" >&5 |
---|
| 1220 | cat conftest.$ac_ext >&5 |
---|
| 1221 | rm -rf conftest* |
---|
| 1222 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 1223 | fi |
---|
| 1224 | rm -f conftest* |
---|
| 1225 | LIBS="$ac_save_LIBS" |
---|
| 1226 | |
---|
| 1227 | fi |
---|
| 1228 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 1229 | echo "$ac_t""yes" 1>&6 |
---|
| 1230 | ac_tr_lib=HAVE_LIB`echo zephyr | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
---|
| 1231 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
---|
| 1232 | cat >> confdefs.h <<EOF |
---|
| 1233 | #define $ac_tr_lib 1 |
---|
| 1234 | EOF |
---|
| 1235 | |
---|
| 1236 | LIBS="-lzephyr $LIBS" |
---|
| 1237 | |
---|
| 1238 | else |
---|
| 1239 | echo "$ac_t""no" 1>&6 |
---|
| 1240 | { echo "configure: error: No zephyr library found." 1>&2; exit 1; } |
---|
| 1241 | fi |
---|
| 1242 | |
---|
| 1243 | echo $ac_n "checking for ZInitLocationInfo in -lzephyr""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1244 | echo "configure:1245: checking for ZInitLocationInfo in -lzephyr" >&5 |
---|
[7d4fbcd] | 1245 | ac_lib_var=`echo zephyr'_'ZInitLocationInfo | sed 'y%./+-%__p_%'` |
---|
| 1246 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
---|
| 1247 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1248 | else |
---|
| 1249 | ac_save_LIBS="$LIBS" |
---|
| 1250 | LIBS="-lzephyr $LIBS" |
---|
| 1251 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1252 | #line 1253 "configure" |
---|
[7d4fbcd] | 1253 | #include "confdefs.h" |
---|
| 1254 | /* Override any gcc2 internal prototype to avoid an error. */ |
---|
| 1255 | /* We use char because int might match the return type of a gcc2 |
---|
| 1256 | builtin and then its argument prototype would still apply. */ |
---|
| 1257 | char ZInitLocationInfo(); |
---|
| 1258 | |
---|
| 1259 | int main() { |
---|
| 1260 | ZInitLocationInfo() |
---|
| 1261 | ; return 0; } |
---|
| 1262 | EOF |
---|
[f9c43ae] | 1263 | if { (eval echo configure:1264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
---|
[7d4fbcd] | 1264 | rm -rf conftest* |
---|
| 1265 | eval "ac_cv_lib_$ac_lib_var=yes" |
---|
| 1266 | else |
---|
| 1267 | echo "configure: failed program was:" >&5 |
---|
| 1268 | cat conftest.$ac_ext >&5 |
---|
| 1269 | rm -rf conftest* |
---|
| 1270 | eval "ac_cv_lib_$ac_lib_var=no" |
---|
| 1271 | fi |
---|
| 1272 | rm -f conftest* |
---|
| 1273 | LIBS="$ac_save_LIBS" |
---|
| 1274 | |
---|
| 1275 | fi |
---|
| 1276 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
---|
| 1277 | echo "$ac_t""yes" 1>&6 |
---|
| 1278 | cat >> confdefs.h <<\EOF |
---|
| 1279 | #define HAVE_LIBZEPHYR_ZINITLOCATIONINFO 1 |
---|
| 1280 | EOF |
---|
| 1281 | |
---|
| 1282 | else |
---|
| 1283 | echo "$ac_t""no" 1>&6 |
---|
| 1284 | fi |
---|
| 1285 | |
---|
| 1286 | |
---|
| 1287 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1288 | echo "configure:1289: checking how to run the C preprocessor" >&5 |
---|
[7d4fbcd] | 1289 | # On Suns, sometimes $CPP names a directory. |
---|
| 1290 | if test -n "$CPP" && test -d "$CPP"; then |
---|
| 1291 | CPP= |
---|
| 1292 | fi |
---|
| 1293 | if test -z "$CPP"; then |
---|
| 1294 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then |
---|
| 1295 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1296 | else |
---|
| 1297 | # This must be in double quotes, not single quotes, because CPP may get |
---|
| 1298 | # substituted into the Makefile and "${CC-cc}" will confuse make. |
---|
| 1299 | CPP="${CC-cc} -E" |
---|
| 1300 | # On the NeXT, cc -E runs the code through the compiler's parser, |
---|
| 1301 | # not just through cpp. |
---|
| 1302 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1303 | #line 1304 "configure" |
---|
[7d4fbcd] | 1304 | #include "confdefs.h" |
---|
| 1305 | #include <assert.h> |
---|
| 1306 | Syntax Error |
---|
| 1307 | EOF |
---|
| 1308 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
---|
[f9c43ae] | 1309 | { (eval echo configure:1310: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
---|
[7d4fbcd] | 1310 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
---|
| 1311 | if test -z "$ac_err"; then |
---|
| 1312 | : |
---|
| 1313 | else |
---|
| 1314 | echo "$ac_err" >&5 |
---|
| 1315 | echo "configure: failed program was:" >&5 |
---|
| 1316 | cat conftest.$ac_ext >&5 |
---|
| 1317 | rm -rf conftest* |
---|
| 1318 | CPP="${CC-cc} -E -traditional-cpp" |
---|
| 1319 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1320 | #line 1321 "configure" |
---|
[7d4fbcd] | 1321 | #include "confdefs.h" |
---|
| 1322 | #include <assert.h> |
---|
| 1323 | Syntax Error |
---|
| 1324 | EOF |
---|
| 1325 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
---|
[f9c43ae] | 1326 | { (eval echo configure:1327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
---|
[7d4fbcd] | 1327 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
---|
| 1328 | if test -z "$ac_err"; then |
---|
| 1329 | : |
---|
| 1330 | else |
---|
| 1331 | echo "$ac_err" >&5 |
---|
| 1332 | echo "configure: failed program was:" >&5 |
---|
| 1333 | cat conftest.$ac_ext >&5 |
---|
| 1334 | rm -rf conftest* |
---|
| 1335 | CPP="${CC-cc} -nologo -E" |
---|
| 1336 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1337 | #line 1338 "configure" |
---|
[7d4fbcd] | 1338 | #include "confdefs.h" |
---|
| 1339 | #include <assert.h> |
---|
| 1340 | Syntax Error |
---|
| 1341 | EOF |
---|
| 1342 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
---|
[f9c43ae] | 1343 | { (eval echo configure:1344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
---|
[7d4fbcd] | 1344 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
---|
| 1345 | if test -z "$ac_err"; then |
---|
| 1346 | : |
---|
| 1347 | else |
---|
| 1348 | echo "$ac_err" >&5 |
---|
| 1349 | echo "configure: failed program was:" >&5 |
---|
| 1350 | cat conftest.$ac_ext >&5 |
---|
| 1351 | rm -rf conftest* |
---|
| 1352 | CPP=/lib/cpp |
---|
| 1353 | fi |
---|
| 1354 | rm -f conftest* |
---|
| 1355 | fi |
---|
| 1356 | rm -f conftest* |
---|
| 1357 | fi |
---|
| 1358 | rm -f conftest* |
---|
| 1359 | ac_cv_prog_CPP="$CPP" |
---|
| 1360 | fi |
---|
| 1361 | CPP="$ac_cv_prog_CPP" |
---|
| 1362 | else |
---|
| 1363 | ac_cv_prog_CPP="$CPP" |
---|
| 1364 | fi |
---|
| 1365 | echo "$ac_t""$CPP" 1>&6 |
---|
| 1366 | |
---|
| 1367 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1368 | echo "configure:1369: checking for ANSI C header files" >&5 |
---|
[7d4fbcd] | 1369 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
---|
| 1370 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1371 | else |
---|
| 1372 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1373 | #line 1374 "configure" |
---|
[7d4fbcd] | 1374 | #include "confdefs.h" |
---|
| 1375 | #include <stdlib.h> |
---|
| 1376 | #include <stdarg.h> |
---|
| 1377 | #include <string.h> |
---|
| 1378 | #include <float.h> |
---|
| 1379 | EOF |
---|
| 1380 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
---|
[f9c43ae] | 1381 | { (eval echo configure:1382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
---|
[7d4fbcd] | 1382 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
---|
| 1383 | if test -z "$ac_err"; then |
---|
| 1384 | rm -rf conftest* |
---|
| 1385 | ac_cv_header_stdc=yes |
---|
| 1386 | else |
---|
| 1387 | echo "$ac_err" >&5 |
---|
| 1388 | echo "configure: failed program was:" >&5 |
---|
| 1389 | cat conftest.$ac_ext >&5 |
---|
| 1390 | rm -rf conftest* |
---|
| 1391 | ac_cv_header_stdc=no |
---|
| 1392 | fi |
---|
| 1393 | rm -f conftest* |
---|
| 1394 | |
---|
| 1395 | if test $ac_cv_header_stdc = yes; then |
---|
| 1396 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
---|
| 1397 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1398 | #line 1399 "configure" |
---|
[7d4fbcd] | 1399 | #include "confdefs.h" |
---|
| 1400 | #include <string.h> |
---|
| 1401 | EOF |
---|
| 1402 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
---|
| 1403 | egrep "memchr" >/dev/null 2>&1; then |
---|
| 1404 | : |
---|
| 1405 | else |
---|
| 1406 | rm -rf conftest* |
---|
| 1407 | ac_cv_header_stdc=no |
---|
| 1408 | fi |
---|
| 1409 | rm -f conftest* |
---|
| 1410 | |
---|
| 1411 | fi |
---|
| 1412 | |
---|
| 1413 | if test $ac_cv_header_stdc = yes; then |
---|
| 1414 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
---|
| 1415 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1416 | #line 1417 "configure" |
---|
[7d4fbcd] | 1417 | #include "confdefs.h" |
---|
| 1418 | #include <stdlib.h> |
---|
| 1419 | EOF |
---|
| 1420 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
---|
| 1421 | egrep "free" >/dev/null 2>&1; then |
---|
| 1422 | : |
---|
| 1423 | else |
---|
| 1424 | rm -rf conftest* |
---|
| 1425 | ac_cv_header_stdc=no |
---|
| 1426 | fi |
---|
| 1427 | rm -f conftest* |
---|
| 1428 | |
---|
| 1429 | fi |
---|
| 1430 | |
---|
| 1431 | if test $ac_cv_header_stdc = yes; then |
---|
| 1432 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. |
---|
| 1433 | if test "$cross_compiling" = yes; then |
---|
| 1434 | : |
---|
| 1435 | else |
---|
| 1436 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1437 | #line 1438 "configure" |
---|
[7d4fbcd] | 1438 | #include "confdefs.h" |
---|
| 1439 | #include <ctype.h> |
---|
| 1440 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
---|
| 1441 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
---|
| 1442 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
---|
| 1443 | int main () { int i; for (i = 0; i < 256; i++) |
---|
| 1444 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); |
---|
| 1445 | exit (0); } |
---|
| 1446 | |
---|
| 1447 | EOF |
---|
[f9c43ae] | 1448 | if { (eval echo configure:1449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
---|
[7d4fbcd] | 1449 | then |
---|
| 1450 | : |
---|
| 1451 | else |
---|
| 1452 | echo "configure: failed program was:" >&5 |
---|
| 1453 | cat conftest.$ac_ext >&5 |
---|
| 1454 | rm -fr conftest* |
---|
| 1455 | ac_cv_header_stdc=no |
---|
| 1456 | fi |
---|
| 1457 | rm -fr conftest* |
---|
| 1458 | fi |
---|
| 1459 | |
---|
| 1460 | fi |
---|
| 1461 | fi |
---|
| 1462 | |
---|
| 1463 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 |
---|
| 1464 | if test $ac_cv_header_stdc = yes; then |
---|
| 1465 | cat >> confdefs.h <<\EOF |
---|
| 1466 | #define STDC_HEADERS 1 |
---|
| 1467 | EOF |
---|
| 1468 | |
---|
| 1469 | fi |
---|
| 1470 | |
---|
| 1471 | echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1472 | echo "configure:1473: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
---|
[7d4fbcd] | 1473 | if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then |
---|
| 1474 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1475 | else |
---|
| 1476 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1477 | #line 1478 "configure" |
---|
[7d4fbcd] | 1478 | #include "confdefs.h" |
---|
| 1479 | #include <sys/types.h> |
---|
| 1480 | #include <sys/wait.h> |
---|
| 1481 | #ifndef WEXITSTATUS |
---|
| 1482 | #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
---|
| 1483 | #endif |
---|
| 1484 | #ifndef WIFEXITED |
---|
| 1485 | #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
---|
| 1486 | #endif |
---|
| 1487 | int main() { |
---|
| 1488 | int s; |
---|
| 1489 | wait (&s); |
---|
| 1490 | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; |
---|
| 1491 | ; return 0; } |
---|
| 1492 | EOF |
---|
[f9c43ae] | 1493 | if { (eval echo configure:1494: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
---|
[7d4fbcd] | 1494 | rm -rf conftest* |
---|
| 1495 | ac_cv_header_sys_wait_h=yes |
---|
| 1496 | else |
---|
| 1497 | echo "configure: failed program was:" >&5 |
---|
| 1498 | cat conftest.$ac_ext >&5 |
---|
| 1499 | rm -rf conftest* |
---|
| 1500 | ac_cv_header_sys_wait_h=no |
---|
| 1501 | fi |
---|
| 1502 | rm -f conftest* |
---|
| 1503 | fi |
---|
| 1504 | |
---|
| 1505 | echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 |
---|
| 1506 | if test $ac_cv_header_sys_wait_h = yes; then |
---|
| 1507 | cat >> confdefs.h <<\EOF |
---|
| 1508 | #define HAVE_SYS_WAIT_H 1 |
---|
| 1509 | EOF |
---|
| 1510 | |
---|
| 1511 | fi |
---|
| 1512 | |
---|
| 1513 | for ac_hdr in strings.h sys/ioctl.h unistd.h |
---|
| 1514 | do |
---|
| 1515 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
---|
| 1516 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1517 | echo "configure:1518: checking for $ac_hdr" >&5 |
---|
[7d4fbcd] | 1518 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
---|
| 1519 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1520 | else |
---|
| 1521 | cat > conftest.$ac_ext <<EOF |
---|
[f9c43ae] | 1522 | #line 1523 "configure" |
---|
[7d4fbcd] | 1523 | #include "confdefs.h" |
---|
| 1524 | #include <$ac_hdr> |
---|
| 1525 | EOF |
---|
| 1526 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
---|
[f9c43ae] | 1527 | { (eval echo configure:1528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
---|
[7d4fbcd] | 1528 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
---|
| 1529 | if test -z "$ac_err"; then |
---|
| 1530 | rm -rf conftest* |
---|
| 1531 | eval "ac_cv_header_$ac_safe=yes" |
---|
| 1532 | else |
---|
| 1533 | echo "$ac_err" >&5 |
---|
| 1534 | echo "configure: failed program was:" >&5 |
---|
| 1535 | cat conftest.$ac_ext >&5 |
---|
| 1536 | rm -rf conftest* |
---|
| 1537 | eval "ac_cv_header_$ac_safe=no" |
---|
| 1538 | fi |
---|
| 1539 | rm -f conftest* |
---|
| 1540 | fi |
---|
| 1541 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
---|
| 1542 | echo "$ac_t""yes" 1>&6 |
---|
| 1543 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
---|
| 1544 | cat >> confdefs.h <<EOF |
---|
| 1545 | #define $ac_tr_hdr 1 |
---|
| 1546 | EOF |
---|
| 1547 | |
---|
| 1548 | else |
---|
| 1549 | echo "$ac_t""no" 1>&6 |
---|
| 1550 | fi |
---|
| 1551 | done |
---|
| 1552 | |
---|
| 1553 | |
---|
| 1554 | FOO=`perl -MExtUtils::Embed -e ccopts` |
---|
| 1555 | echo Adding perl CFLAGS ${FOO} |
---|
| 1556 | CFLAGS=${CFLAGS}\ ${FOO} |
---|
| 1557 | |
---|
[8ee73f8d] | 1558 | echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1559 | echo "configure:1560: checking for the perl xsubpp precompiler" >&5 |
---|
[6794f72] | 1560 | XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" |
---|
[8ee73f8d] | 1561 | if test -n "${XSUBPPDIR}"; then |
---|
| 1562 | echo "$ac_t""${XSUBPPDIR}" 1>&6 |
---|
| 1563 | else |
---|
| 1564 | { echo "configure: error: not found" 1>&2; exit 1; } |
---|
| 1565 | fi |
---|
| 1566 | |
---|
[7d4fbcd] | 1567 | FOO=`perl -MExtUtils::Embed -e ldopts` |
---|
| 1568 | echo Adding perl LDFLAGS ${FOO} |
---|
| 1569 | LDFLAGS=${LDFLAGS}\ ${FOO} |
---|
| 1570 | |
---|
| 1571 | |
---|
| 1572 | ac_safe=`echo "/usr/share/terminfo" | sed 'y%./+-%__p_%'` |
---|
| 1573 | echo $ac_n "checking for /usr/share/terminfo""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1574 | echo "configure:1575: checking for /usr/share/terminfo" >&5 |
---|
[7d4fbcd] | 1575 | if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then |
---|
| 1576 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1577 | else |
---|
| 1578 | if test "$cross_compiling" = yes; then |
---|
| 1579 | { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; } |
---|
| 1580 | else |
---|
| 1581 | if test -r /usr/share/terminfo; then |
---|
| 1582 | eval "ac_cv_file_$ac_safe=yes" |
---|
| 1583 | else |
---|
| 1584 | eval "ac_cv_file_$ac_safe=no" |
---|
| 1585 | fi |
---|
| 1586 | fi |
---|
| 1587 | fi |
---|
| 1588 | if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then |
---|
| 1589 | echo "$ac_t""yes" 1>&6 |
---|
| 1590 | cat >> confdefs.h <<\EOF |
---|
| 1591 | #define TERMINFO "/usr/share/terminfo" |
---|
| 1592 | EOF |
---|
| 1593 | |
---|
| 1594 | else |
---|
| 1595 | echo "$ac_t""no" 1>&6 |
---|
| 1596 | |
---|
| 1597 | ac_safe=`echo "/usr/share/lib/terminfo" | sed 'y%./+-%__p_%'` |
---|
| 1598 | echo $ac_n "checking for /usr/share/lib/terminfo""... $ac_c" 1>&6 |
---|
[f9c43ae] | 1599 | echo "configure:1600: checking for /usr/share/lib/terminfo" >&5 |
---|
[7d4fbcd] | 1600 | if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then |
---|
| 1601 | echo $ac_n "(cached) $ac_c" 1>&6 |
---|
| 1602 | else |
---|
| 1603 | if test "$cross_compiling" = yes; then |
---|
| 1604 | { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; } |
---|
| 1605 | else |
---|
| 1606 | if test -r /usr/share/lib/terminfo; then |
---|
| 1607 | eval "ac_cv_file_$ac_safe=yes" |
---|
| 1608 | else |
---|
| 1609 | eval "ac_cv_file_$ac_safe=no" |
---|
| 1610 | fi |
---|
| 1611 | fi |
---|
| 1612 | fi |
---|
| 1613 | if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then |
---|
| 1614 | echo "$ac_t""yes" 1>&6 |
---|
| 1615 | cat >> confdefs.h <<\EOF |
---|
| 1616 | #define TERMINFO "/usr/share/lib/terminfo" |
---|
| 1617 | EOF |
---|
| 1618 | |
---|
| 1619 | else |
---|
| 1620 | echo "$ac_t""no" 1>&6 |
---|
| 1621 | { echo "configure: error: No terminfo found for this system" 1>&2; exit 1; } |
---|
| 1622 | fi |
---|
| 1623 | |
---|
| 1624 | fi |
---|
| 1625 | |
---|
| 1626 | |
---|
| 1627 | |
---|
[8ee73f8d] | 1628 | |
---|
| 1629 | |
---|
[7d4fbcd] | 1630 | trap '' 1 2 15 |
---|
| 1631 | cat > confcache <<\EOF |
---|
| 1632 | # This file is a shell script that caches the results of configure |
---|
| 1633 | # tests run on this system so they can be shared between configure |
---|
| 1634 | # scripts and configure runs. It is not useful on other systems. |
---|
| 1635 | # If it contains results you don't want to keep, you may remove or edit it. |
---|
| 1636 | # |
---|
| 1637 | # By default, configure uses ./config.cache as the cache file, |
---|
| 1638 | # creating it if it does not exist already. You can give configure |
---|
| 1639 | # the --cache-file=FILE option to use a different cache file; that is |
---|
| 1640 | # what configure does when it calls configure scripts in |
---|
| 1641 | # subdirectories, so they share the cache. |
---|
| 1642 | # Giving --cache-file=/dev/null disables caching, for debugging configure. |
---|
| 1643 | # config.status only pays attention to the cache file if you give it the |
---|
| 1644 | # --recheck option to rerun configure. |
---|
| 1645 | # |
---|
| 1646 | EOF |
---|
| 1647 | # The following way of writing the cache mishandles newlines in values, |
---|
| 1648 | # but we know of no workaround that is simple, portable, and efficient. |
---|
| 1649 | # So, don't put newlines in cache variables' values. |
---|
| 1650 | # Ultrix sh set writes to stderr and can't be redirected directly, |
---|
| 1651 | # and sets the high bit in the cache file unless we assign to the vars. |
---|
| 1652 | (set) 2>&1 | |
---|
| 1653 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
---|
| 1654 | *ac_space=\ *) |
---|
| 1655 | # `set' does not quote correctly, so add quotes (double-quote substitution |
---|
| 1656 | # turns \\\\ into \\, and sed turns \\ into \). |
---|
| 1657 | sed -n \ |
---|
| 1658 | -e "s/'/'\\\\''/g" \ |
---|
| 1659 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" |
---|
| 1660 | ;; |
---|
| 1661 | *) |
---|
| 1662 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
---|
| 1663 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' |
---|
| 1664 | ;; |
---|
| 1665 | esac >> confcache |
---|
| 1666 | if cmp -s $cache_file confcache; then |
---|
| 1667 | : |
---|
| 1668 | else |
---|
| 1669 | if test -w $cache_file; then |
---|
| 1670 | echo "updating cache $cache_file" |
---|
| 1671 | cat confcache > $cache_file |
---|
| 1672 | else |
---|
| 1673 | echo "not updating unwritable cache $cache_file" |
---|
| 1674 | fi |
---|
| 1675 | fi |
---|
| 1676 | rm -f confcache |
---|
| 1677 | |
---|
| 1678 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
---|
| 1679 | |
---|
| 1680 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
---|
| 1681 | # Let make expand exec_prefix. |
---|
| 1682 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
---|
| 1683 | |
---|
| 1684 | # Any assignment to VPATH causes Sun make to only execute |
---|
| 1685 | # the first set of double-colon rules, so remove it if not needed. |
---|
| 1686 | # If there is a colon in the path, we need to keep it. |
---|
| 1687 | if test "x$srcdir" = x.; then |
---|
| 1688 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' |
---|
| 1689 | fi |
---|
| 1690 | |
---|
| 1691 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
---|
| 1692 | |
---|
| 1693 | DEFS=-DHAVE_CONFIG_H |
---|
| 1694 | |
---|
| 1695 | # Without the "./", some shells look in PATH for config.status. |
---|
| 1696 | : ${CONFIG_STATUS=./config.status} |
---|
| 1697 | |
---|
| 1698 | echo creating $CONFIG_STATUS |
---|
| 1699 | rm -f $CONFIG_STATUS |
---|
| 1700 | cat > $CONFIG_STATUS <<EOF |
---|
| 1701 | #! /bin/sh |
---|
| 1702 | # Generated automatically by configure. |
---|
| 1703 | # Run this file to recreate the current configuration. |
---|
| 1704 | # This directory was configured as follows, |
---|
| 1705 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
---|
| 1706 | # |
---|
| 1707 | # $0 $ac_configure_args |
---|
| 1708 | # |
---|
| 1709 | # Compiler output produced by configure, useful for debugging |
---|
| 1710 | # configure, is in ./config.log if it exists. |
---|
| 1711 | |
---|
| 1712 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" |
---|
| 1713 | for ac_option |
---|
| 1714 | do |
---|
| 1715 | case "\$ac_option" in |
---|
| 1716 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
---|
| 1717 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" |
---|
| 1718 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; |
---|
| 1719 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) |
---|
| 1720 | echo "$CONFIG_STATUS generated by autoconf version 2.13" |
---|
| 1721 | exit 0 ;; |
---|
| 1722 | -help | --help | --hel | --he | --h) |
---|
| 1723 | echo "\$ac_cs_usage"; exit 0 ;; |
---|
| 1724 | *) echo "\$ac_cs_usage"; exit 1 ;; |
---|
| 1725 | esac |
---|
| 1726 | done |
---|
| 1727 | |
---|
| 1728 | ac_given_srcdir=$srcdir |
---|
| 1729 | |
---|
| 1730 | trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
---|
| 1731 | EOF |
---|
| 1732 | cat >> $CONFIG_STATUS <<EOF |
---|
| 1733 | |
---|
| 1734 | # Protect against being on the right side of a sed subst in config.status. |
---|
| 1735 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; |
---|
| 1736 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF |
---|
| 1737 | $ac_vpsub |
---|
| 1738 | $extrasub |
---|
| 1739 | s%@SHELL@%$SHELL%g |
---|
| 1740 | s%@CFLAGS@%$CFLAGS%g |
---|
| 1741 | s%@CPPFLAGS@%$CPPFLAGS%g |
---|
| 1742 | s%@CXXFLAGS@%$CXXFLAGS%g |
---|
| 1743 | s%@FFLAGS@%$FFLAGS%g |
---|
| 1744 | s%@DEFS@%$DEFS%g |
---|
| 1745 | s%@LDFLAGS@%$LDFLAGS%g |
---|
| 1746 | s%@LIBS@%$LIBS%g |
---|
| 1747 | s%@exec_prefix@%$exec_prefix%g |
---|
| 1748 | s%@prefix@%$prefix%g |
---|
| 1749 | s%@program_transform_name@%$program_transform_name%g |
---|
| 1750 | s%@bindir@%$bindir%g |
---|
| 1751 | s%@sbindir@%$sbindir%g |
---|
| 1752 | s%@libexecdir@%$libexecdir%g |
---|
| 1753 | s%@datadir@%$datadir%g |
---|
| 1754 | s%@sysconfdir@%$sysconfdir%g |
---|
| 1755 | s%@sharedstatedir@%$sharedstatedir%g |
---|
| 1756 | s%@localstatedir@%$localstatedir%g |
---|
| 1757 | s%@libdir@%$libdir%g |
---|
| 1758 | s%@includedir@%$includedir%g |
---|
| 1759 | s%@oldincludedir@%$oldincludedir%g |
---|
| 1760 | s%@infodir@%$infodir%g |
---|
| 1761 | s%@mandir@%$mandir%g |
---|
| 1762 | s%@CC@%$CC%g |
---|
| 1763 | s%@CPP@%$CPP%g |
---|
[8ee73f8d] | 1764 | s%@XSUBPPDIR@%$XSUBPPDIR%g |
---|
[7d4fbcd] | 1765 | |
---|
| 1766 | CEOF |
---|
| 1767 | EOF |
---|
| 1768 | |
---|
| 1769 | cat >> $CONFIG_STATUS <<\EOF |
---|
| 1770 | |
---|
| 1771 | # Split the substitutions into bite-sized pieces for seds with |
---|
| 1772 | # small command number limits, like on Digital OSF/1 and HP-UX. |
---|
| 1773 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. |
---|
| 1774 | ac_file=1 # Number of current file. |
---|
| 1775 | ac_beg=1 # First line for current file. |
---|
| 1776 | ac_end=$ac_max_sed_cmds # Line after last line for current file. |
---|
| 1777 | ac_more_lines=: |
---|
| 1778 | ac_sed_cmds="" |
---|
| 1779 | while $ac_more_lines; do |
---|
| 1780 | if test $ac_beg -gt 1; then |
---|
| 1781 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file |
---|
| 1782 | else |
---|
| 1783 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file |
---|
| 1784 | fi |
---|
| 1785 | if test ! -s conftest.s$ac_file; then |
---|
| 1786 | ac_more_lines=false |
---|
| 1787 | rm -f conftest.s$ac_file |
---|
| 1788 | else |
---|
| 1789 | if test -z "$ac_sed_cmds"; then |
---|
| 1790 | ac_sed_cmds="sed -f conftest.s$ac_file" |
---|
| 1791 | else |
---|
| 1792 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" |
---|
| 1793 | fi |
---|
| 1794 | ac_file=`expr $ac_file + 1` |
---|
| 1795 | ac_beg=$ac_end |
---|
| 1796 | ac_end=`expr $ac_end + $ac_max_sed_cmds` |
---|
| 1797 | fi |
---|
| 1798 | done |
---|
| 1799 | if test -z "$ac_sed_cmds"; then |
---|
| 1800 | ac_sed_cmds=cat |
---|
| 1801 | fi |
---|
| 1802 | EOF |
---|
| 1803 | |
---|
| 1804 | cat >> $CONFIG_STATUS <<EOF |
---|
| 1805 | |
---|
| 1806 | CONFIG_FILES=\${CONFIG_FILES-"Makefile"} |
---|
| 1807 | EOF |
---|
| 1808 | cat >> $CONFIG_STATUS <<\EOF |
---|
| 1809 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |
---|
| 1810 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
---|
| 1811 | case "$ac_file" in |
---|
| 1812 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
---|
| 1813 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
---|
| 1814 | *) ac_file_in="${ac_file}.in" ;; |
---|
| 1815 | esac |
---|
| 1816 | |
---|
| 1817 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
---|
| 1818 | |
---|
| 1819 | # Remove last slash and all that follows it. Not all systems have dirname. |
---|
| 1820 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` |
---|
| 1821 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
---|
| 1822 | # The file is in a subdirectory. |
---|
| 1823 | test ! -d "$ac_dir" && mkdir "$ac_dir" |
---|
| 1824 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" |
---|
| 1825 | # A "../" for each directory in $ac_dir_suffix. |
---|
| 1826 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` |
---|
| 1827 | else |
---|
| 1828 | ac_dir_suffix= ac_dots= |
---|
| 1829 | fi |
---|
| 1830 | |
---|
| 1831 | case "$ac_given_srcdir" in |
---|
| 1832 | .) srcdir=. |
---|
| 1833 | if test -z "$ac_dots"; then top_srcdir=. |
---|
| 1834 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; |
---|
| 1835 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; |
---|
| 1836 | *) # Relative path. |
---|
| 1837 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" |
---|
| 1838 | top_srcdir="$ac_dots$ac_given_srcdir" ;; |
---|
| 1839 | esac |
---|
| 1840 | |
---|
| 1841 | |
---|
| 1842 | echo creating "$ac_file" |
---|
| 1843 | rm -f "$ac_file" |
---|
| 1844 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." |
---|
| 1845 | case "$ac_file" in |
---|
| 1846 | *Makefile*) ac_comsub="1i\\ |
---|
| 1847 | # $configure_input" ;; |
---|
| 1848 | *) ac_comsub= ;; |
---|
| 1849 | esac |
---|
| 1850 | |
---|
| 1851 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
---|
| 1852 | sed -e "$ac_comsub |
---|
| 1853 | s%@configure_input@%$configure_input%g |
---|
| 1854 | s%@srcdir@%$srcdir%g |
---|
| 1855 | s%@top_srcdir@%$top_srcdir%g |
---|
| 1856 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file |
---|
| 1857 | fi; done |
---|
| 1858 | rm -f conftest.s* |
---|
| 1859 | |
---|
| 1860 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where |
---|
| 1861 | # NAME is the cpp macro being defined and VALUE is the value it is being given. |
---|
| 1862 | # |
---|
| 1863 | # ac_d sets the value in "#define NAME VALUE" lines. |
---|
| 1864 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
---|
| 1865 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' |
---|
| 1866 | ac_dC='\3' |
---|
| 1867 | ac_dD='%g' |
---|
| 1868 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". |
---|
| 1869 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
---|
| 1870 | ac_uB='\([ ]\)%\1#\2define\3' |
---|
| 1871 | ac_uC=' ' |
---|
| 1872 | ac_uD='\4%g' |
---|
| 1873 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". |
---|
| 1874 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
---|
| 1875 | ac_eB='$%\1#\2define\3' |
---|
| 1876 | ac_eC=' ' |
---|
| 1877 | ac_eD='%g' |
---|
| 1878 | |
---|
| 1879 | if test "${CONFIG_HEADERS+set}" != set; then |
---|
| 1880 | EOF |
---|
| 1881 | cat >> $CONFIG_STATUS <<EOF |
---|
| 1882 | CONFIG_HEADERS="config.h" |
---|
| 1883 | EOF |
---|
| 1884 | cat >> $CONFIG_STATUS <<\EOF |
---|
| 1885 | fi |
---|
| 1886 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then |
---|
| 1887 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
---|
| 1888 | case "$ac_file" in |
---|
| 1889 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
---|
| 1890 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
---|
| 1891 | *) ac_file_in="${ac_file}.in" ;; |
---|
| 1892 | esac |
---|
| 1893 | |
---|
| 1894 | echo creating $ac_file |
---|
| 1895 | |
---|
| 1896 | rm -f conftest.frag conftest.in conftest.out |
---|
| 1897 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
---|
| 1898 | cat $ac_file_inputs > conftest.in |
---|
| 1899 | |
---|
| 1900 | EOF |
---|
| 1901 | |
---|
| 1902 | # Transform confdefs.h into a sed script conftest.vals that substitutes |
---|
| 1903 | # the proper values into config.h.in to produce config.h. And first: |
---|
| 1904 | # Protect against being on the right side of a sed subst in config.status. |
---|
| 1905 | # Protect against being in an unquoted here document in config.status. |
---|
| 1906 | rm -f conftest.vals |
---|
| 1907 | cat > conftest.hdr <<\EOF |
---|
| 1908 | s/[\\&%]/\\&/g |
---|
| 1909 | s%[\\$`]%\\&%g |
---|
| 1910 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp |
---|
| 1911 | s%ac_d%ac_u%gp |
---|
| 1912 | s%ac_u%ac_e%gp |
---|
| 1913 | EOF |
---|
| 1914 | sed -n -f conftest.hdr confdefs.h > conftest.vals |
---|
| 1915 | rm -f conftest.hdr |
---|
| 1916 | |
---|
| 1917 | # This sed command replaces #undef with comments. This is necessary, for |
---|
| 1918 | # example, in the case of _POSIX_SOURCE, which is predefined and required |
---|
| 1919 | # on some systems where configure will not decide to define it. |
---|
| 1920 | cat >> conftest.vals <<\EOF |
---|
| 1921 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% |
---|
| 1922 | EOF |
---|
| 1923 | |
---|
| 1924 | # Break up conftest.vals because some shells have a limit on |
---|
| 1925 | # the size of here documents, and old seds have small limits too. |
---|
| 1926 | |
---|
| 1927 | rm -f conftest.tail |
---|
| 1928 | while : |
---|
| 1929 | do |
---|
| 1930 | ac_lines=`grep -c . conftest.vals` |
---|
| 1931 | # grep -c gives empty output for an empty file on some AIX systems. |
---|
| 1932 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi |
---|
| 1933 | # Write a limited-size here document to conftest.frag. |
---|
| 1934 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS |
---|
| 1935 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS |
---|
| 1936 | echo 'CEOF |
---|
| 1937 | sed -f conftest.frag conftest.in > conftest.out |
---|
| 1938 | rm -f conftest.in |
---|
| 1939 | mv conftest.out conftest.in |
---|
| 1940 | ' >> $CONFIG_STATUS |
---|
| 1941 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail |
---|
| 1942 | rm -f conftest.vals |
---|
| 1943 | mv conftest.tail conftest.vals |
---|
| 1944 | done |
---|
| 1945 | rm -f conftest.vals |
---|
| 1946 | |
---|
| 1947 | cat >> $CONFIG_STATUS <<\EOF |
---|
| 1948 | rm -f conftest.frag conftest.h |
---|
| 1949 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h |
---|
| 1950 | cat conftest.in >> conftest.h |
---|
| 1951 | rm -f conftest.in |
---|
| 1952 | if cmp -s $ac_file conftest.h 2>/dev/null; then |
---|
| 1953 | echo "$ac_file is unchanged" |
---|
| 1954 | rm -f conftest.h |
---|
| 1955 | else |
---|
| 1956 | # Remove last slash and all that follows it. Not all systems have dirname. |
---|
| 1957 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` |
---|
| 1958 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
---|
| 1959 | # The file is in a subdirectory. |
---|
| 1960 | test ! -d "$ac_dir" && mkdir "$ac_dir" |
---|
| 1961 | fi |
---|
| 1962 | rm -f $ac_file |
---|
| 1963 | mv conftest.h $ac_file |
---|
| 1964 | fi |
---|
| 1965 | fi; done |
---|
| 1966 | |
---|
| 1967 | EOF |
---|
| 1968 | cat >> $CONFIG_STATUS <<EOF |
---|
| 1969 | |
---|
| 1970 | EOF |
---|
| 1971 | cat >> $CONFIG_STATUS <<\EOF |
---|
| 1972 | |
---|
| 1973 | exit 0 |
---|
| 1974 | EOF |
---|
| 1975 | chmod +x $CONFIG_STATUS |
---|
| 1976 | rm -fr confdefs* $ac_clean_files |
---|
| 1977 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 |
---|
| 1978 | |
---|