Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 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 | ac_help="$ac_help |
| 15 | --disable-darwin Disable Darwin (Mac OS X) support." |
| 16 | ac_help="$ac_help |
| 17 | --with-vim-name=NAME what to call the Vim executable" |
| 18 | ac_help="$ac_help |
| 19 | --with-ex-name=NAME what to call the Ex executable" |
| 20 | ac_help="$ac_help |
| 21 | --with-view-name=NAME what to call the View executable" |
| 22 | ac_help="$ac_help |
| 23 | --with-global-runtime=DIR global runtime directory in 'runtimepath'" |
| 24 | ac_help="$ac_help |
| 25 | --with-modified-by=NAME name of who modified a release version" |
| 26 | ac_help="$ac_help |
| 27 | --with-features=TYPE tiny, small, normal, big or huge (default: normal)" |
| 28 | ac_help="$ac_help |
| 29 | --with-compiledby=NAME name to show in :version message" |
| 30 | ac_help="$ac_help |
| 31 | --disable-xsmp Disable XSMP session management" |
| 32 | ac_help="$ac_help |
| 33 | --disable-xsmp-interact Disable XSMP interaction" |
| 34 | ac_help="$ac_help |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 35 | --enable-mzschemeinterp Include MzScheme interpreter." |
| 36 | ac_help="$ac_help |
| 37 | --with-plthome=PLTHOME Use PLTHOME." |
| 38 | ac_help="$ac_help |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 39 | --enable-perlinterp Include Perl interpreter." |
| 40 | ac_help="$ac_help |
| 41 | --enable-pythoninterp Include Python interpreter." |
| 42 | ac_help="$ac_help |
| 43 | --with-python-config-dir=PATH Python's config directory" |
| 44 | ac_help="$ac_help |
| 45 | --enable-tclinterp Include Tcl interpreter." |
| 46 | ac_help="$ac_help |
| 47 | --with-tclsh=PATH which tclsh to use (default: tclsh8.0)" |
| 48 | ac_help="$ac_help |
| 49 | --enable-rubyinterp Include Ruby interpreter." |
| 50 | ac_help="$ac_help |
| 51 | --enable-cscope Include cscope interface." |
| 52 | ac_help="$ac_help |
| 53 | --enable-workshop Include Sun Visual Workshop support." |
| 54 | ac_help="$ac_help |
| 55 | --disable-netbeans Disable NetBeans integration support." |
| 56 | ac_help="$ac_help |
| 57 | --enable-sniff Include Sniff interface." |
| 58 | ac_help="$ac_help |
| 59 | --enable-multibyte Include multibyte editing support." |
| 60 | ac_help="$ac_help |
| 61 | --enable-hangulinput Include Hangul input support." |
| 62 | ac_help="$ac_help |
| 63 | --enable-xim Include XIM input support." |
| 64 | ac_help="$ac_help |
| 65 | --enable-fontset Include X fontset output support." |
| 66 | ac_help="$ac_help |
| 67 | --with-x use the X Window System" |
| 68 | ac_help="$ac_help |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 69 | --enable-gui[=OPTS] X11 GUI [default=auto] [OPTS=auto/no/gtk/gtk2/gnome/gnome2/kde/motif/athena/neXtaw/beos/photon/carbon]" |
| 70 | ac_help="$ac_help |
| 71 | --enable-kde-check If auto-select GUI, check for KDE [default=no]" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 72 | ac_help="$ac_help |
| 73 | --enable-gtk-check If auto-select GUI, check for GTK [default=yes]" |
| 74 | ac_help="$ac_help |
| 75 | --enable-gtk2-check If GTK GUI, check for GTK+ 2 [default=yes]" |
| 76 | ac_help="$ac_help |
| 77 | --enable-gnome-check If GTK GUI, check for GNOME [default=no]" |
| 78 | ac_help="$ac_help |
| 79 | --enable-motif-check If auto-select GUI, check for Motif [default=yes]" |
| 80 | ac_help="$ac_help |
| 81 | --enable-athena-check If auto-select GUI, check for Athena [default=yes]" |
| 82 | ac_help="$ac_help |
| 83 | --enable-nextaw-check If auto-select GUI, check for neXtaw [default=yes]" |
| 84 | ac_help="$ac_help |
| 85 | --enable-carbon-check If auto-select GUI, check for Carbon [default=yes]" |
| 86 | ac_help="$ac_help |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 87 | --with-qt-dir=DIR Specify prefix of QT files" |
| 88 | ac_help="$ac_help |
| 89 | --with-qt-includes=DIR Specify location of Qt headers" |
| 90 | ac_help="$ac_help |
| 91 | --with-qt-libs=DIR Specify location of Qt libraries" |
| 92 | ac_help="$ac_help |
| 93 | --enable-kde-toolbar if KDE GUI is selected, enable a KDE-look toolbar [default=no]" |
| 94 | ac_help="$ac_help |
| 95 | --disable-rpath Disable rpath." |
| 96 | ac_help="$ac_help |
| 97 | --with-kde-prefix=PFX Prefix where KDE is installed (optional)" |
| 98 | ac_help="$ac_help |
| 99 | --with-kde-includes=DIR Specify location of KDE headers" |
| 100 | ac_help="$ac_help |
| 101 | --with-kde-libs=DIR Specify location of KDE libraries" |
| 102 | ac_help="$ac_help |
| 103 | --disable-kdetest Do not try to compile and run a test KDE program" |
| 104 | ac_help="$ac_help |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 105 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional)" |
| 106 | ac_help="$ac_help |
| 107 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)" |
| 108 | ac_help="$ac_help |
| 109 | --disable-gtktest Do not try to compile and run a test GTK program" |
| 110 | ac_help="$ac_help |
| 111 | --with-gnome-includes=DIR Specify location of GNOME headers" |
| 112 | ac_help="$ac_help |
| 113 | --with-gnome-libs=DIR Specify location of GNOME libs" |
| 114 | ac_help="$ac_help |
| 115 | --with-gnome Specify prefix for GNOME files" |
| 116 | ac_help="$ac_help |
| 117 | --with-motif-lib=STRING Library for Motif " |
| 118 | ac_help="$ac_help |
| 119 | --with-tlib=library terminal library to be used " |
| 120 | ac_help="$ac_help |
| 121 | --disable-acl Don't check for ACL support." |
| 122 | ac_help="$ac_help |
| 123 | --disable-gpm Don't use gpm (Linux mouse daemon)." |
| 124 | ac_help="$ac_help |
| 125 | --disable-nls Don't support NLS (gettext())." |
| 126 | |
| 127 | # Initialize some variables set by options. |
| 128 | # The variables have the same names as the options, with |
| 129 | # dashes changed to underlines. |
| 130 | build=NONE |
| 131 | cache_file=./config.cache |
| 132 | exec_prefix=NONE |
| 133 | host=NONE |
| 134 | no_create= |
| 135 | nonopt=NONE |
| 136 | no_recursion= |
| 137 | prefix=NONE |
| 138 | program_prefix=NONE |
| 139 | program_suffix=NONE |
| 140 | program_transform_name=s,x,x, |
| 141 | silent= |
| 142 | site= |
| 143 | srcdir= |
| 144 | target=NONE |
| 145 | verbose= |
| 146 | x_includes=NONE |
| 147 | x_libraries=NONE |
| 148 | bindir='${exec_prefix}/bin' |
| 149 | sbindir='${exec_prefix}/sbin' |
| 150 | libexecdir='${exec_prefix}/libexec' |
| 151 | datadir='${prefix}/share' |
| 152 | sysconfdir='${prefix}/etc' |
| 153 | sharedstatedir='${prefix}/com' |
| 154 | localstatedir='${prefix}/var' |
| 155 | libdir='${exec_prefix}/lib' |
| 156 | includedir='${prefix}/include' |
| 157 | oldincludedir='/usr/include' |
| 158 | infodir='${prefix}/info' |
| 159 | mandir='${prefix}/man' |
| 160 | |
| 161 | # Initialize some other variables. |
| 162 | subdirs= |
| 163 | MFLAGS= MAKEFLAGS= |
| 164 | SHELL=${CONFIG_SHELL-/bin/sh} |
| 165 | # Maximum number of lines to put in a shell here document. |
| 166 | ac_max_here_lines=12 |
| 167 | |
| 168 | ac_prev= |
| 169 | for ac_option |
| 170 | do |
| 171 | |
| 172 | # If the previous option needs an argument, assign it. |
| 173 | if test -n "$ac_prev"; then |
| 174 | eval "$ac_prev=\$ac_option" |
| 175 | ac_prev= |
| 176 | continue |
| 177 | fi |
| 178 | |
| 179 | case "$ac_option" in |
| 180 | -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; |
| 181 | *) ac_optarg= ;; |
| 182 | esac |
| 183 | |
| 184 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| 185 | |
| 186 | case "$ac_option" in |
| 187 | |
| 188 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
| 189 | ac_prev=bindir ;; |
| 190 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
| 191 | bindir="$ac_optarg" ;; |
| 192 | |
| 193 | -build | --build | --buil | --bui | --bu) |
| 194 | ac_prev=build ;; |
| 195 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
| 196 | build="$ac_optarg" ;; |
| 197 | |
| 198 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
| 199 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
| 200 | ac_prev=cache_file ;; |
| 201 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
| 202 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
| 203 | cache_file="$ac_optarg" ;; |
| 204 | |
| 205 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) |
| 206 | ac_prev=datadir ;; |
| 207 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ |
| 208 | | --da=*) |
| 209 | datadir="$ac_optarg" ;; |
| 210 | |
| 211 | -disable-* | --disable-*) |
| 212 | ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` |
| 213 | # Reject names that are not valid shell variable names. |
| 214 | if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then |
| 215 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } |
| 216 | fi |
| 217 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` |
| 218 | eval "enable_${ac_feature}=no" ;; |
| 219 | |
| 220 | -enable-* | --enable-*) |
| 221 | ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` |
| 222 | # Reject names that are not valid shell variable names. |
| 223 | if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then |
| 224 | { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } |
| 225 | fi |
| 226 | ac_feature=`echo $ac_feature| sed 's/-/_/g'` |
| 227 | case "$ac_option" in |
| 228 | *=*) ;; |
| 229 | *) ac_optarg=yes ;; |
| 230 | esac |
| 231 | eval "enable_${ac_feature}='$ac_optarg'" ;; |
| 232 | |
| 233 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
| 234 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
| 235 | | --exec | --exe | --ex) |
| 236 | ac_prev=exec_prefix ;; |
| 237 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
| 238 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
| 239 | | --exec=* | --exe=* | --ex=*) |
| 240 | exec_prefix="$ac_optarg" ;; |
| 241 | |
| 242 | -gas | --gas | --ga | --g) |
| 243 | # Obsolete; use --with-gas. |
| 244 | with_gas=yes ;; |
| 245 | |
| 246 | -help | --help | --hel | --he) |
| 247 | # Omit some internal or obsolete options to make the list less imposing. |
| 248 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 249 | cat << EOF |
| 250 | Usage: configure [options] [host] |
| 251 | Options: [defaults in brackets after descriptions] |
| 252 | Configuration: |
| 253 | --cache-file=FILE cache test results in FILE |
| 254 | --help print this message |
| 255 | --no-create do not create output files |
| 256 | --quiet, --silent do not print \`checking...' messages |
| 257 | --version print the version of autoconf that created configure |
| 258 | Directory and file names: |
| 259 | --prefix=PREFIX install architecture-independent files in PREFIX |
| 260 | [$ac_default_prefix] |
| 261 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
| 262 | [same as prefix] |
| 263 | --bindir=DIR user executables in DIR [EPREFIX/bin] |
| 264 | --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] |
| 265 | --libexecdir=DIR program executables in DIR [EPREFIX/libexec] |
| 266 | --datadir=DIR read-only architecture-independent data in DIR |
| 267 | [PREFIX/share] |
| 268 | --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] |
| 269 | --sharedstatedir=DIR modifiable architecture-independent data in DIR |
| 270 | [PREFIX/com] |
| 271 | --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] |
| 272 | --libdir=DIR object code libraries in DIR [EPREFIX/lib] |
| 273 | --includedir=DIR C header files in DIR [PREFIX/include] |
| 274 | --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] |
| 275 | --infodir=DIR info documentation in DIR [PREFIX/info] |
| 276 | --mandir=DIR man documentation in DIR [PREFIX/man] |
| 277 | --srcdir=DIR find the sources in DIR [configure dir or ..] |
| 278 | --program-prefix=PREFIX prepend PREFIX to installed program names |
| 279 | --program-suffix=SUFFIX append SUFFIX to installed program names |
| 280 | --program-transform-name=PROGRAM |
| 281 | run sed PROGRAM on installed program names |
| 282 | EOF |
| 283 | cat << EOF |
| 284 | Host type: |
| 285 | --build=BUILD configure for building on BUILD [BUILD=HOST] |
| 286 | --host=HOST configure for HOST [guessed] |
| 287 | --target=TARGET configure for TARGET [TARGET=HOST] |
| 288 | Features and packages: |
| 289 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 290 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 291 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 292 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 293 | --x-includes=DIR X include files are in DIR |
| 294 | --x-libraries=DIR X library files are in DIR |
| 295 | EOF |
| 296 | if test -n "$ac_help"; then |
| 297 | echo "--enable and --with options recognized:$ac_help" |
| 298 | fi |
| 299 | exit 0 ;; |
| 300 | |
| 301 | -host | --host | --hos | --ho) |
| 302 | ac_prev=host ;; |
| 303 | -host=* | --host=* | --hos=* | --ho=*) |
| 304 | host="$ac_optarg" ;; |
| 305 | |
| 306 | -includedir | --includedir | --includedi | --included | --include \ |
| 307 | | --includ | --inclu | --incl | --inc) |
| 308 | ac_prev=includedir ;; |
| 309 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
| 310 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
| 311 | includedir="$ac_optarg" ;; |
| 312 | |
| 313 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
| 314 | ac_prev=infodir ;; |
| 315 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
| 316 | infodir="$ac_optarg" ;; |
| 317 | |
| 318 | -libdir | --libdir | --libdi | --libd) |
| 319 | ac_prev=libdir ;; |
| 320 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
| 321 | libdir="$ac_optarg" ;; |
| 322 | |
| 323 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
| 324 | | --libexe | --libex | --libe) |
| 325 | ac_prev=libexecdir ;; |
| 326 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
| 327 | | --libexe=* | --libex=* | --libe=*) |
| 328 | libexecdir="$ac_optarg" ;; |
| 329 | |
| 330 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
| 331 | | --localstate | --localstat | --localsta | --localst \ |
| 332 | | --locals | --local | --loca | --loc | --lo) |
| 333 | ac_prev=localstatedir ;; |
| 334 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
| 335 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ |
| 336 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) |
| 337 | localstatedir="$ac_optarg" ;; |
| 338 | |
| 339 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
| 340 | ac_prev=mandir ;; |
| 341 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
| 342 | mandir="$ac_optarg" ;; |
| 343 | |
| 344 | -nfp | --nfp | --nf) |
| 345 | # Obsolete; use --without-fp. |
| 346 | with_fp=no ;; |
| 347 | |
| 348 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
| 349 | | --no-cr | --no-c) |
| 350 | no_create=yes ;; |
| 351 | |
| 352 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
| 353 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
| 354 | no_recursion=yes ;; |
| 355 | |
| 356 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
| 357 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
| 358 | | --oldin | --oldi | --old | --ol | --o) |
| 359 | ac_prev=oldincludedir ;; |
| 360 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
| 361 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
| 362 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
| 363 | oldincludedir="$ac_optarg" ;; |
| 364 | |
| 365 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
| 366 | ac_prev=prefix ;; |
| 367 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
| 368 | prefix="$ac_optarg" ;; |
| 369 | |
| 370 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
| 371 | | --program-pre | --program-pr | --program-p) |
| 372 | ac_prev=program_prefix ;; |
| 373 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
| 374 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
| 375 | program_prefix="$ac_optarg" ;; |
| 376 | |
| 377 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
| 378 | | --program-suf | --program-su | --program-s) |
| 379 | ac_prev=program_suffix ;; |
| 380 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
| 381 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
| 382 | program_suffix="$ac_optarg" ;; |
| 383 | |
| 384 | -program-transform-name | --program-transform-name \ |
| 385 | | --program-transform-nam | --program-transform-na \ |
| 386 | | --program-transform-n | --program-transform- \ |
| 387 | | --program-transform | --program-transfor \ |
| 388 | | --program-transfo | --program-transf \ |
| 389 | | --program-trans | --program-tran \ |
| 390 | | --progr-tra | --program-tr | --program-t) |
| 391 | ac_prev=program_transform_name ;; |
| 392 | -program-transform-name=* | --program-transform-name=* \ |
| 393 | | --program-transform-nam=* | --program-transform-na=* \ |
| 394 | | --program-transform-n=* | --program-transform-=* \ |
| 395 | | --program-transform=* | --program-transfor=* \ |
| 396 | | --program-transfo=* | --program-transf=* \ |
| 397 | | --program-trans=* | --program-tran=* \ |
| 398 | | --progr-tra=* | --program-tr=* | --program-t=*) |
| 399 | program_transform_name="$ac_optarg" ;; |
| 400 | |
| 401 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 402 | | -silent | --silent | --silen | --sile | --sil) |
| 403 | silent=yes ;; |
| 404 | |
| 405 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
| 406 | ac_prev=sbindir ;; |
| 407 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
| 408 | | --sbi=* | --sb=*) |
| 409 | sbindir="$ac_optarg" ;; |
| 410 | |
| 411 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
| 412 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
| 413 | | --sharedst | --shareds | --shared | --share | --shar \ |
| 414 | | --sha | --sh) |
| 415 | ac_prev=sharedstatedir ;; |
| 416 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
| 417 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
| 418 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
| 419 | | --sha=* | --sh=*) |
| 420 | sharedstatedir="$ac_optarg" ;; |
| 421 | |
| 422 | -site | --site | --sit) |
| 423 | ac_prev=site ;; |
| 424 | -site=* | --site=* | --sit=*) |
| 425 | site="$ac_optarg" ;; |
| 426 | |
| 427 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
| 428 | ac_prev=srcdir ;; |
| 429 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
| 430 | srcdir="$ac_optarg" ;; |
| 431 | |
| 432 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
| 433 | | --syscon | --sysco | --sysc | --sys | --sy) |
| 434 | ac_prev=sysconfdir ;; |
| 435 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
| 436 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
| 437 | sysconfdir="$ac_optarg" ;; |
| 438 | |
| 439 | -target | --target | --targe | --targ | --tar | --ta | --t) |
| 440 | ac_prev=target ;; |
| 441 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
| 442 | target="$ac_optarg" ;; |
| 443 | |
| 444 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
| 445 | verbose=yes ;; |
| 446 | |
| 447 | -version | --version | --versio | --versi | --vers) |
| 448 | echo "configure generated by autoconf version 2.13" |
| 449 | exit 0 ;; |
| 450 | |
| 451 | -with-* | --with-*) |
| 452 | ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` |
| 453 | # Reject names that are not valid shell variable names. |
| 454 | if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then |
| 455 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } |
| 456 | fi |
| 457 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
| 458 | case "$ac_option" in |
| 459 | *=*) ;; |
| 460 | *) ac_optarg=yes ;; |
| 461 | esac |
| 462 | eval "with_${ac_package}='$ac_optarg'" ;; |
| 463 | |
| 464 | -without-* | --without-*) |
| 465 | ac_package=`echo $ac_option|sed -e 's/-*without-//'` |
| 466 | # Reject names that are not valid shell variable names. |
| 467 | if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then |
| 468 | { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } |
| 469 | fi |
| 470 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
| 471 | eval "with_${ac_package}=no" ;; |
| 472 | |
| 473 | --x) |
| 474 | # Obsolete; use --with-x. |
| 475 | with_x=yes ;; |
| 476 | |
| 477 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
| 478 | | --x-incl | --x-inc | --x-in | --x-i) |
| 479 | ac_prev=x_includes ;; |
| 480 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
| 481 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
| 482 | x_includes="$ac_optarg" ;; |
| 483 | |
| 484 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
| 485 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
| 486 | ac_prev=x_libraries ;; |
| 487 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
| 488 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 489 | x_libraries="$ac_optarg" ;; |
| 490 | |
| 491 | -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } |
| 492 | ;; |
| 493 | |
| 494 | *) |
| 495 | if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then |
| 496 | echo "configure: warning: $ac_option: invalid host type" 1>&2 |
| 497 | fi |
| 498 | if test "x$nonopt" != xNONE; then |
| 499 | { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } |
| 500 | fi |
| 501 | nonopt="$ac_option" |
| 502 | ;; |
| 503 | |
| 504 | esac |
| 505 | done |
| 506 | |
| 507 | if test -n "$ac_prev"; then |
| 508 | { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } |
| 509 | fi |
| 510 | |
| 511 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
| 512 | |
| 513 | # File descriptor usage: |
| 514 | # 0 standard input |
| 515 | # 1 file creation |
| 516 | # 2 errors and warnings |
| 517 | # 3 some systems may open it to /dev/tty |
| 518 | # 4 used on the Kubota Titan |
| 519 | # 6 checking for... messages and results |
| 520 | # 5 compiler messages saved in config.log |
| 521 | if test "$silent" = yes; then |
| 522 | exec 6>/dev/null |
| 523 | else |
| 524 | exec 6>&1 |
| 525 | fi |
| 526 | exec 5>auto/config.log |
| 527 | |
| 528 | echo "\ |
| 529 | This file contains any messages produced by compilers while |
| 530 | running configure, to aid debugging if configure makes a mistake. |
| 531 | " 1>&5 |
| 532 | |
| 533 | # Strip out --no-create and --no-recursion so they do not pile up. |
| 534 | # Also quote any args containing shell metacharacters. |
| 535 | ac_configure_args= |
| 536 | for ac_arg |
| 537 | do |
| 538 | case "$ac_arg" in |
| 539 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
| 540 | | --no-cr | --no-c) ;; |
| 541 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
| 542 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; |
| 543 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) |
| 544 | ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
| 545 | *) ac_configure_args="$ac_configure_args $ac_arg" ;; |
| 546 | esac |
| 547 | done |
| 548 | |
| 549 | # NLS nuisances. |
| 550 | # Only set these to C if already set. These must not be set unconditionally |
| 551 | # because not all systems understand e.g. LANG=C (notably SCO). |
| 552 | # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! |
| 553 | # Non-C LC_CTYPE values break the ctype check. |
| 554 | if test "${LANG+set}" = set; then LANG=C; export LANG; fi |
| 555 | if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi |
| 556 | if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi |
| 557 | if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi |
| 558 | |
| 559 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
| 560 | rm -rf conftest* confdefs.h |
| 561 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. |
| 562 | echo > confdefs.h |
| 563 | |
| 564 | # A filename unique to this package, relative to the directory that |
| 565 | # configure is in, which we can look for to find out if srcdir is correct. |
| 566 | ac_unique_file=vim.h |
| 567 | |
| 568 | # Find the source files, if location was not specified. |
| 569 | if test -z "$srcdir"; then |
| 570 | ac_srcdir_defaulted=yes |
| 571 | # Try the directory containing this script, then its parent. |
| 572 | ac_prog=$0 |
| 573 | ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` |
| 574 | test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. |
| 575 | srcdir=$ac_confdir |
| 576 | if test ! -r $srcdir/$ac_unique_file; then |
| 577 | srcdir=.. |
| 578 | fi |
| 579 | else |
| 580 | ac_srcdir_defaulted=no |
| 581 | fi |
| 582 | if test ! -r $srcdir/$ac_unique_file; then |
| 583 | if test "$ac_srcdir_defaulted" = yes; then |
| 584 | { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } |
| 585 | else |
| 586 | { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } |
| 587 | fi |
| 588 | fi |
| 589 | srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` |
| 590 | |
| 591 | # Prefer explicitly selected file to automatically selected ones. |
| 592 | if test -z "$CONFIG_SITE"; then |
| 593 | if test "x$prefix" != xNONE; then |
| 594 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
| 595 | else |
| 596 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
| 597 | fi |
| 598 | fi |
| 599 | for ac_site_file in $CONFIG_SITE; do |
| 600 | if test -r "$ac_site_file"; then |
| 601 | echo "loading site script $ac_site_file" |
| 602 | . "$ac_site_file" |
| 603 | fi |
| 604 | done |
| 605 | |
| 606 | if test -r "$cache_file"; then |
| 607 | echo "loading cache $cache_file" |
| 608 | . $cache_file |
| 609 | else |
| 610 | echo "creating cache $cache_file" |
| 611 | > $cache_file |
| 612 | fi |
| 613 | |
| 614 | ac_ext=c |
| 615 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 616 | ac_cpp='$CPP $CPPFLAGS' |
| 617 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
| 618 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 619 | cross_compiling=$ac_cv_prog_cc_cross |
| 620 | |
| 621 | ac_exeext= |
| 622 | ac_objext=o |
| 623 | if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then |
| 624 | # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. |
| 625 | if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then |
| 626 | ac_n= ac_c=' |
| 627 | ' ac_t=' ' |
| 628 | else |
| 629 | ac_n=-n ac_c= ac_t= |
| 630 | fi |
| 631 | else |
| 632 | ac_n= ac_c='\c' ac_t= |
| 633 | fi |
| 634 | |
| 635 | |
| 636 | |
| 637 | |
| 638 | cat >> confdefs.h <<\EOF |
| 639 | #define UNIX 1 |
| 640 | EOF |
| 641 | |
| 642 | echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 643 | echo "configure:644: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 644 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` |
| 645 | if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then |
| 646 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 647 | else |
| 648 | cat > conftestmake <<\EOF |
| 649 | all: |
| 650 | @echo 'ac_maketemp="${MAKE}"' |
| 651 | EOF |
| 652 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 653 | eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` |
| 654 | if test -n "$ac_maketemp"; then |
| 655 | eval ac_cv_prog_make_${ac_make}_set=yes |
| 656 | else |
| 657 | eval ac_cv_prog_make_${ac_make}_set=no |
| 658 | fi |
| 659 | rm -f conftestmake |
| 660 | fi |
| 661 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then |
| 662 | echo "$ac_t""yes" 1>&6 |
| 663 | SET_MAKE= |
| 664 | else |
| 665 | echo "$ac_t""no" 1>&6 |
| 666 | SET_MAKE="MAKE=${MAKE-make}" |
| 667 | fi |
| 668 | |
| 669 | |
| 670 | # Extract the first word of "gcc", so it can be a program name with args. |
| 671 | set dummy gcc; ac_word=$2 |
| 672 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 673 | echo "configure:674: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 674 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 675 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 676 | else |
| 677 | if test -n "$CC"; then |
| 678 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 679 | else |
| 680 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 681 | ac_dummy="$PATH" |
| 682 | for ac_dir in $ac_dummy; do |
| 683 | test -z "$ac_dir" && ac_dir=. |
| 684 | if test -f $ac_dir/$ac_word; then |
| 685 | ac_cv_prog_CC="gcc" |
| 686 | break |
| 687 | fi |
| 688 | done |
| 689 | IFS="$ac_save_ifs" |
| 690 | fi |
| 691 | fi |
| 692 | CC="$ac_cv_prog_CC" |
| 693 | if test -n "$CC"; then |
| 694 | echo "$ac_t""$CC" 1>&6 |
| 695 | else |
| 696 | echo "$ac_t""no" 1>&6 |
| 697 | fi |
| 698 | |
| 699 | if test -z "$CC"; then |
| 700 | # Extract the first word of "cc", so it can be a program name with args. |
| 701 | set dummy cc; ac_word=$2 |
| 702 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 703 | echo "configure:704: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 704 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 705 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 706 | else |
| 707 | if test -n "$CC"; then |
| 708 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 709 | else |
| 710 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 711 | ac_prog_rejected=no |
| 712 | ac_dummy="$PATH" |
| 713 | for ac_dir in $ac_dummy; do |
| 714 | test -z "$ac_dir" && ac_dir=. |
| 715 | if test -f $ac_dir/$ac_word; then |
| 716 | if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then |
| 717 | ac_prog_rejected=yes |
| 718 | continue |
| 719 | fi |
| 720 | ac_cv_prog_CC="cc" |
| 721 | break |
| 722 | fi |
| 723 | done |
| 724 | IFS="$ac_save_ifs" |
| 725 | if test $ac_prog_rejected = yes; then |
| 726 | # We found a bogon in the path, so make sure we never use it. |
| 727 | set dummy $ac_cv_prog_CC |
| 728 | shift |
| 729 | if test $# -gt 0; then |
| 730 | # We chose a different compiler from the bogus one. |
| 731 | # However, it has the same basename, so the bogon will be chosen |
| 732 | # first if we set CC to just the basename; use the full file name. |
| 733 | shift |
| 734 | set dummy "$ac_dir/$ac_word" "$@" |
| 735 | shift |
| 736 | ac_cv_prog_CC="$@" |
| 737 | fi |
| 738 | fi |
| 739 | fi |
| 740 | fi |
| 741 | CC="$ac_cv_prog_CC" |
| 742 | if test -n "$CC"; then |
| 743 | echo "$ac_t""$CC" 1>&6 |
| 744 | else |
| 745 | echo "$ac_t""no" 1>&6 |
| 746 | fi |
| 747 | |
| 748 | if test -z "$CC"; then |
| 749 | case "`uname -s`" in |
| 750 | *win32* | *WIN32*) |
| 751 | # Extract the first word of "cl", so it can be a program name with args. |
| 752 | set dummy cl; ac_word=$2 |
| 753 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 754 | echo "configure:755: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 755 | if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then |
| 756 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 757 | else |
| 758 | if test -n "$CC"; then |
| 759 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 760 | else |
| 761 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 762 | ac_dummy="$PATH" |
| 763 | for ac_dir in $ac_dummy; do |
| 764 | test -z "$ac_dir" && ac_dir=. |
| 765 | if test -f $ac_dir/$ac_word; then |
| 766 | ac_cv_prog_CC="cl" |
| 767 | break |
| 768 | fi |
| 769 | done |
| 770 | IFS="$ac_save_ifs" |
| 771 | fi |
| 772 | fi |
| 773 | CC="$ac_cv_prog_CC" |
| 774 | if test -n "$CC"; then |
| 775 | echo "$ac_t""$CC" 1>&6 |
| 776 | else |
| 777 | echo "$ac_t""no" 1>&6 |
| 778 | fi |
| 779 | ;; |
| 780 | esac |
| 781 | fi |
| 782 | test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } |
| 783 | fi |
| 784 | |
| 785 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 786 | echo "configure:787: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 787 | |
| 788 | ac_ext=c |
| 789 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 790 | ac_cpp='$CPP $CPPFLAGS' |
| 791 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
| 792 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 793 | cross_compiling=$ac_cv_prog_cc_cross |
| 794 | |
| 795 | cat > conftest.$ac_ext << EOF |
| 796 | |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 797 | #line 798 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 798 | #include "confdefs.h" |
| 799 | |
| 800 | main(){return(0);} |
| 801 | EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 802 | if { (eval echo configure:803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 803 | ac_cv_prog_cc_works=yes |
| 804 | # If we can't run a trivial program, we are probably using a cross compiler. |
| 805 | if (./conftest; exit) 2>/dev/null; then |
| 806 | ac_cv_prog_cc_cross=no |
| 807 | else |
| 808 | ac_cv_prog_cc_cross=yes |
| 809 | fi |
| 810 | else |
| 811 | echo "configure: failed program was:" >&5 |
| 812 | cat conftest.$ac_ext >&5 |
| 813 | ac_cv_prog_cc_works=no |
| 814 | fi |
| 815 | rm -fr conftest* |
| 816 | ac_ext=c |
| 817 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 818 | ac_cpp='$CPP $CPPFLAGS' |
| 819 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
| 820 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 821 | cross_compiling=$ac_cv_prog_cc_cross |
| 822 | |
| 823 | echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 |
| 824 | if test $ac_cv_prog_cc_works = no; then |
| 825 | { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } |
| 826 | fi |
| 827 | echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 828 | echo "configure:829: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 829 | echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 |
| 830 | cross_compiling=$ac_cv_prog_cc_cross |
| 831 | |
| 832 | echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 833 | echo "configure:834: checking whether we are using GNU C" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 834 | if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then |
| 835 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 836 | else |
| 837 | cat > conftest.c <<EOF |
| 838 | #ifdef __GNUC__ |
| 839 | yes; |
| 840 | #endif |
| 841 | EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 842 | if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 843 | ac_cv_prog_gcc=yes |
| 844 | else |
| 845 | ac_cv_prog_gcc=no |
| 846 | fi |
| 847 | fi |
| 848 | |
| 849 | echo "$ac_t""$ac_cv_prog_gcc" 1>&6 |
| 850 | |
| 851 | if test $ac_cv_prog_gcc = yes; then |
| 852 | GCC=yes |
| 853 | else |
| 854 | GCC= |
| 855 | fi |
| 856 | |
| 857 | ac_test_CFLAGS="${CFLAGS+set}" |
| 858 | ac_save_CFLAGS="$CFLAGS" |
| 859 | CFLAGS= |
| 860 | echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 861 | echo "configure:862: checking whether ${CC-cc} accepts -g" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 862 | if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then |
| 863 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 864 | else |
| 865 | echo 'void f(){}' > conftest.c |
| 866 | if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then |
| 867 | ac_cv_prog_cc_g=yes |
| 868 | else |
| 869 | ac_cv_prog_cc_g=no |
| 870 | fi |
| 871 | rm -f conftest* |
| 872 | |
| 873 | fi |
| 874 | |
| 875 | echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 |
| 876 | if test "$ac_test_CFLAGS" = set; then |
| 877 | CFLAGS="$ac_save_CFLAGS" |
| 878 | elif test $ac_cv_prog_cc_g = yes; then |
| 879 | if test "$GCC" = yes; then |
| 880 | CFLAGS="-g -O2" |
| 881 | else |
| 882 | CFLAGS="-g" |
| 883 | fi |
| 884 | else |
| 885 | if test "$GCC" = yes; then |
| 886 | CFLAGS="-O2" |
| 887 | else |
| 888 | CFLAGS= |
| 889 | fi |
| 890 | fi |
| 891 | echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 892 | echo "configure:893: checking how to run the C preprocessor" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 893 | # On Suns, sometimes $CPP names a directory. |
| 894 | if test -n "$CPP" && test -d "$CPP"; then |
| 895 | CPP= |
| 896 | fi |
| 897 | if test -z "$CPP"; then |
| 898 | if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then |
| 899 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 900 | else |
| 901 | # This must be in double quotes, not single quotes, because CPP may get |
| 902 | # substituted into the Makefile and "${CC-cc}" will confuse make. |
| 903 | CPP="${CC-cc} -E" |
| 904 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 905 | # not just through cpp. |
| 906 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 907 | #line 908 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 908 | #include "confdefs.h" |
| 909 | #include <assert.h> |
| 910 | Syntax Error |
| 911 | EOF |
| 912 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 913 | { (eval echo configure:914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 914 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 915 | if test -z "$ac_err"; then |
| 916 | : |
| 917 | else |
| 918 | echo "$ac_err" >&5 |
| 919 | echo "configure: failed program was:" >&5 |
| 920 | cat conftest.$ac_ext >&5 |
| 921 | rm -rf conftest* |
| 922 | CPP="${CC-cc} -E -traditional-cpp" |
| 923 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 924 | #line 925 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 925 | #include "confdefs.h" |
| 926 | #include <assert.h> |
| 927 | Syntax Error |
| 928 | EOF |
| 929 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 930 | { (eval echo configure:931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 931 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 932 | if test -z "$ac_err"; then |
| 933 | : |
| 934 | else |
| 935 | echo "$ac_err" >&5 |
| 936 | echo "configure: failed program was:" >&5 |
| 937 | cat conftest.$ac_ext >&5 |
| 938 | rm -rf conftest* |
| 939 | CPP="${CC-cc} -nologo -E" |
| 940 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 941 | #line 942 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 942 | #include "confdefs.h" |
| 943 | #include <assert.h> |
| 944 | Syntax Error |
| 945 | EOF |
| 946 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 947 | { (eval echo configure:948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 948 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 949 | if test -z "$ac_err"; then |
| 950 | : |
| 951 | else |
| 952 | echo "$ac_err" >&5 |
| 953 | echo "configure: failed program was:" >&5 |
| 954 | cat conftest.$ac_ext >&5 |
| 955 | rm -rf conftest* |
| 956 | CPP=/lib/cpp |
| 957 | fi |
| 958 | rm -f conftest* |
| 959 | fi |
| 960 | rm -f conftest* |
| 961 | fi |
| 962 | rm -f conftest* |
| 963 | ac_cv_prog_CPP="$CPP" |
| 964 | fi |
| 965 | CPP="$ac_cv_prog_CPP" |
| 966 | else |
| 967 | ac_cv_prog_CPP="$CPP" |
| 968 | fi |
| 969 | echo "$ac_t""$CPP" 1>&6 |
| 970 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 971 | #line 972 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 972 | #include "confdefs.h" |
| 973 | |
| 974 | EOF |
| 975 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 976 | egrep "" >/dev/null 2>&1; then |
| 977 | : |
| 978 | fi |
| 979 | rm -f conftest* |
| 980 | echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 981 | echo "configure:982: checking for POSIXized ISC" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 982 | if test -d /etc/conf/kconfig.d && |
| 983 | grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 |
| 984 | then |
| 985 | echo "$ac_t""yes" 1>&6 |
| 986 | ISC=yes # If later tests want to check for ISC. |
| 987 | cat >> confdefs.h <<\EOF |
| 988 | #define _POSIX_SOURCE 1 |
| 989 | EOF |
| 990 | |
| 991 | if test "$GCC" = yes; then |
| 992 | CC="$CC -posix" |
| 993 | else |
| 994 | CC="$CC -Xp" |
| 995 | fi |
| 996 | else |
| 997 | echo "$ac_t""no" 1>&6 |
| 998 | ISC= |
| 999 | fi |
| 1000 | for ac_prog in mawk gawk nawk awk |
| 1001 | do |
| 1002 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 1003 | set dummy $ac_prog; ac_word=$2 |
| 1004 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1005 | echo "configure:1006: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1006 | if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then |
| 1007 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1008 | else |
| 1009 | if test -n "$AWK"; then |
| 1010 | ac_cv_prog_AWK="$AWK" # Let the user override the test. |
| 1011 | else |
| 1012 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1013 | ac_dummy="$PATH" |
| 1014 | for ac_dir in $ac_dummy; do |
| 1015 | test -z "$ac_dir" && ac_dir=. |
| 1016 | if test -f $ac_dir/$ac_word; then |
| 1017 | ac_cv_prog_AWK="$ac_prog" |
| 1018 | break |
| 1019 | fi |
| 1020 | done |
| 1021 | IFS="$ac_save_ifs" |
| 1022 | fi |
| 1023 | fi |
| 1024 | AWK="$ac_cv_prog_AWK" |
| 1025 | if test -n "$AWK"; then |
| 1026 | echo "$ac_t""$AWK" 1>&6 |
| 1027 | else |
| 1028 | echo "$ac_t""no" 1>&6 |
| 1029 | fi |
| 1030 | |
| 1031 | test -n "$AWK" && break |
| 1032 | done |
| 1033 | |
| 1034 | # Extract the first word of "strip", so it can be a program name with args. |
| 1035 | set dummy strip; ac_word=$2 |
| 1036 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1037 | echo "configure:1038: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1038 | if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then |
| 1039 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1040 | else |
| 1041 | if test -n "$STRIP"; then |
| 1042 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
| 1043 | else |
| 1044 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1045 | ac_dummy="$PATH" |
| 1046 | for ac_dir in $ac_dummy; do |
| 1047 | test -z "$ac_dir" && ac_dir=. |
| 1048 | if test -f $ac_dir/$ac_word; then |
| 1049 | ac_cv_prog_STRIP="strip" |
| 1050 | break |
| 1051 | fi |
| 1052 | done |
| 1053 | IFS="$ac_save_ifs" |
| 1054 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":" |
| 1055 | fi |
| 1056 | fi |
| 1057 | STRIP="$ac_cv_prog_STRIP" |
| 1058 | if test -n "$STRIP"; then |
| 1059 | echo "$ac_t""$STRIP" 1>&6 |
| 1060 | else |
| 1061 | echo "$ac_t""no" 1>&6 |
| 1062 | fi |
| 1063 | |
| 1064 | |
| 1065 | echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1066 | echo "configure:1067: checking for Cygwin environment" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1067 | if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then |
| 1068 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1069 | else |
| 1070 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1071 | #line 1072 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1072 | #include "confdefs.h" |
| 1073 | |
| 1074 | int main() { |
| 1075 | |
| 1076 | #ifndef __CYGWIN__ |
| 1077 | #define __CYGWIN__ __CYGWIN32__ |
| 1078 | #endif |
| 1079 | return __CYGWIN__; |
| 1080 | ; return 0; } |
| 1081 | EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1082 | if { (eval echo configure:1083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1083 | rm -rf conftest* |
| 1084 | ac_cv_cygwin=yes |
| 1085 | else |
| 1086 | echo "configure: failed program was:" >&5 |
| 1087 | cat conftest.$ac_ext >&5 |
| 1088 | rm -rf conftest* |
| 1089 | ac_cv_cygwin=no |
| 1090 | fi |
| 1091 | rm -f conftest* |
| 1092 | rm -f conftest* |
| 1093 | fi |
| 1094 | |
| 1095 | echo "$ac_t""$ac_cv_cygwin" 1>&6 |
| 1096 | CYGWIN= |
| 1097 | test "$ac_cv_cygwin" = yes && CYGWIN=yes |
| 1098 | echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1099 | echo "configure:1100: checking for mingw32 environment" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1100 | if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then |
| 1101 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1102 | else |
| 1103 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1104 | #line 1105 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1105 | #include "confdefs.h" |
| 1106 | |
| 1107 | int main() { |
| 1108 | return __MINGW32__; |
| 1109 | ; return 0; } |
| 1110 | EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1111 | if { (eval echo configure:1112: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1112 | rm -rf conftest* |
| 1113 | ac_cv_mingw32=yes |
| 1114 | else |
| 1115 | echo "configure: failed program was:" >&5 |
| 1116 | cat conftest.$ac_ext >&5 |
| 1117 | rm -rf conftest* |
| 1118 | ac_cv_mingw32=no |
| 1119 | fi |
| 1120 | rm -f conftest* |
| 1121 | rm -f conftest* |
| 1122 | fi |
| 1123 | |
| 1124 | echo "$ac_t""$ac_cv_mingw32" 1>&6 |
| 1125 | MINGW32= |
| 1126 | test "$ac_cv_mingw32" = yes && MINGW32=yes |
| 1127 | |
| 1128 | |
| 1129 | echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1130 | echo "configure:1131: checking for executable suffix" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1131 | if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then |
| 1132 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1133 | else |
| 1134 | if test "$CYGWIN" = yes || test "$MINGW32" = yes; then |
| 1135 | ac_cv_exeext=.exe |
| 1136 | else |
| 1137 | rm -f conftest* |
| 1138 | echo 'int main () { return 0; }' > conftest.$ac_ext |
| 1139 | ac_cv_exeext= |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1140 | if { (eval echo configure:1141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1141 | for file in conftest.*; do |
| 1142 | case $file in |
| 1143 | *.c | *.o | *.obj) ;; |
| 1144 | *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; |
| 1145 | esac |
| 1146 | done |
| 1147 | else |
| 1148 | { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } |
| 1149 | fi |
| 1150 | rm -f conftest* |
| 1151 | test x"${ac_cv_exeext}" = x && ac_cv_exeext=no |
| 1152 | fi |
| 1153 | fi |
| 1154 | |
| 1155 | EXEEXT="" |
| 1156 | test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} |
| 1157 | echo "$ac_t""${ac_cv_exeext}" 1>&6 |
| 1158 | ac_exeext=$EXEEXT |
| 1159 | |
| 1160 | |
| 1161 | if test -z "$CFLAGS"; then |
| 1162 | CFLAGS="-O" |
| 1163 | test "$GCC" = yes && CFLAGS="-O2 -fno-strength-reduce -Wall" |
| 1164 | fi |
| 1165 | if test "$GCC" = yes; then |
| 1166 | gccversion=`"$CC" --version | sed -e '2,$d;s/^[^0-9]*\([0-9]\.[0-9.]*\).*$/\1/g'` |
| 1167 | if test "$gccversion" = "3.0.1" -o "$gccversion" = "3.0.2"; then |
| 1168 | echo 'GCC 3.0.x has a bug in the optimizer, disabling "-O#"' |
| 1169 | CFLAGS=`echo "$CFLAGS" | sed 's/-O[23456789]/-O/'` |
| 1170 | else |
| 1171 | if test "$gccversion" = "3.1" -o "$gccversion" = "3.2" -o "$gccversion" = "3.2.1" && `echo "$CFLAGS" | grep -v fno-strength-reduce >/dev/null`; then |
| 1172 | echo 'GCC 3.1 and 3.2 have a bug in the optimizer, adding "-fno-strength-reduce"' |
| 1173 | CFLAGS="$CFLAGS -fno-strength-reduce" |
| 1174 | fi |
| 1175 | fi |
| 1176 | fi |
| 1177 | |
| 1178 | if test "$cross_compiling" = yes; then |
| 1179 | { echo "configure: error: cannot compile a simple program, check CC and CFLAGS |
| 1180 | (cross compiling doesn't work)" 1>&2; exit 1; } |
| 1181 | fi |
| 1182 | |
| 1183 | test "$GCC" = yes && CPP_MM=M; |
| 1184 | |
| 1185 | if test -f ./toolcheck; then |
| 1186 | echo "checking for buggy tools" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1187 | echo "configure:1188: checking for buggy tools" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1188 | sh ./toolcheck 1>&6 |
| 1189 | fi |
| 1190 | |
| 1191 | OS_EXTRA_SRC=""; OS_EXTRA_OBJ="" |
| 1192 | |
| 1193 | echo $ac_n "checking for BeOS""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1194 | echo "configure:1195: checking for BeOS" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1195 | case `uname` in |
| 1196 | BeOS) OS_EXTRA_SRC=os_beos.c; OS_EXTRA_OBJ=objects/os_beos.o |
| 1197 | BEOS=yes; echo "$ac_t""yes" 1>&6;; |
| 1198 | *) BEOS=no; echo "$ac_t""no" 1>&6;; |
| 1199 | esac |
| 1200 | |
| 1201 | echo $ac_n "checking for QNX""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1202 | echo "configure:1203: checking for QNX" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1203 | case `uname` in |
| 1204 | QNX) OS_EXTRA_SRC=os_qnx.c; OS_EXTRA_OBJ=objects/os_qnx.o |
| 1205 | test -z "$with_x" && with_x=no |
| 1206 | QNX=yes; echo "$ac_t""yes" 1>&6;; |
| 1207 | *) QNX=no; echo "$ac_t""no" 1>&6;; |
| 1208 | esac |
| 1209 | |
| 1210 | DEFAULT_VIMNAME=vim |
| 1211 | echo $ac_n "checking for Darwin (Mac OS X)""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1212 | echo "configure:1213: checking for Darwin (Mac OS X)" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1213 | if test "`(uname) 2>/dev/null`" = Darwin; then |
| 1214 | echo "$ac_t""yes" 1>&6 |
| 1215 | |
| 1216 | echo $ac_n "checking --disable-darwin argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1217 | echo "configure:1218: checking --disable-darwin argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1218 | # Check whether --enable-darwin or --disable-darwin was given. |
| 1219 | if test "${enable_darwin+set}" = set; then |
| 1220 | enableval="$enable_darwin" |
| 1221 | : |
| 1222 | else |
| 1223 | enable_darwin="yes" |
| 1224 | fi |
| 1225 | |
| 1226 | if test "$enable_darwin" = "yes"; then |
| 1227 | echo "$ac_t""no" 1>&6 |
| 1228 | echo $ac_n "checking if Darwin files are there""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1229 | echo "configure:1230: checking if Darwin files are there" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1230 | if test -f os_macosx.c; then |
| 1231 | echo "$ac_t""yes" 1>&6 |
| 1232 | else |
| 1233 | echo "$ac_t""no, Darwin support disabled" 1>&6 |
| 1234 | enable_darwin=no |
| 1235 | fi |
| 1236 | else |
| 1237 | echo "$ac_t""yes, Darwin support excluded" 1>&6 |
| 1238 | fi |
| 1239 | |
| 1240 | if test "$enable_darwin" = "yes"; then |
| 1241 | MACOSX=yes |
Bram Moolenaar | ab79bcb | 2004-07-18 21:34:53 +0000 | [diff] [blame] | 1242 | OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; |
| 1243 | OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1244 | CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -I/Developer/Headers/FlatCarbon -no-cpp-precomp" |
| 1245 | |
Bram Moolenaar | ab79bcb | 2004-07-18 21:34:53 +0000 | [diff] [blame] | 1246 | ac_safe=`echo "Carbon/Carbon.h" | sed 'y%./+-%__p_%'` |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1247 | echo $ac_n "checking for Carbon/Carbon.h""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1248 | echo "configure:1249: checking for Carbon/Carbon.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1249 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 1250 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1251 | else |
| 1252 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1253 | #line 1254 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1254 | #include "confdefs.h" |
| 1255 | #include <Carbon/Carbon.h> |
| 1256 | EOF |
| 1257 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1258 | { (eval echo configure:1259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1259 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 1260 | if test -z "$ac_err"; then |
| 1261 | rm -rf conftest* |
| 1262 | eval "ac_cv_header_$ac_safe=yes" |
| 1263 | else |
| 1264 | echo "$ac_err" >&5 |
| 1265 | echo "configure: failed program was:" >&5 |
| 1266 | cat conftest.$ac_ext >&5 |
| 1267 | rm -rf conftest* |
| 1268 | eval "ac_cv_header_$ac_safe=no" |
| 1269 | fi |
| 1270 | rm -f conftest* |
| 1271 | fi |
| 1272 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 1273 | echo "$ac_t""yes" 1>&6 |
| 1274 | CARBON=yes |
| 1275 | else |
| 1276 | echo "$ac_t""no" 1>&6 |
| 1277 | fi |
| 1278 | |
| 1279 | if test "x$CARBON" = "xyes"; then |
Bram Moolenaar | ab79bcb | 2004-07-18 21:34:53 +0000 | [diff] [blame] | 1280 | if test -z "$with_x" -a "X$enable_gui" != Xmotif -a "X$enable_gui" != Xathena -a "X$enable_gui" != Xgtk -a "X$enable_gui" != Xgtk2; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1281 | with_x=no |
| 1282 | DEFAULT_VIMNAME=Vim |
| 1283 | fi |
| 1284 | fi |
| 1285 | fi |
| 1286 | else |
| 1287 | echo "$ac_t""no" 1>&6 |
| 1288 | fi |
| 1289 | |
| 1290 | |
| 1291 | |
| 1292 | |
| 1293 | have_local_include='' |
| 1294 | have_local_lib='' |
| 1295 | if test "$GCC" = yes; then |
| 1296 | echo 'void f(){}' > conftest.c |
| 1297 | have_local_include=`${CC-cc} -no-cpp-precomp -c -v conftest.c 2>&1 | grep '/usr/local/include'` |
| 1298 | have_local_lib=`${CC-cc} -c -v conftest.c 2>&1 | grep '/usr/local/lib'` |
| 1299 | rm -f conftest.c conftest.o |
| 1300 | fi |
| 1301 | if test -z "$have_local_lib" -a -d /usr/local/lib; then |
| 1302 | tt=`echo "$LDFLAGS" | sed -e 's+-L/usr/local/lib ++g' -e 's+-L/usr/local/lib$++g'` |
| 1303 | if test "$tt" = "$LDFLAGS"; then |
| 1304 | LDFLAGS="$LDFLAGS -L/usr/local/lib" |
| 1305 | fi |
| 1306 | fi |
| 1307 | if test -z "$have_local_include" -a -d /usr/local/include; then |
| 1308 | tt=`echo "$CPPFLAGS" | sed -e 's+-I/usr/local/include ++g' -e 's+-I/usr/local/include$++g'` |
| 1309 | if test "$tt" = "$CPPFLAGS"; then |
| 1310 | CPPFLAGS="$CPPFLAGS -I/usr/local/include" |
| 1311 | fi |
| 1312 | fi |
| 1313 | |
| 1314 | echo $ac_n "checking --with-vim-name argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1315 | echo "configure:1316: checking --with-vim-name argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1316 | # Check whether --with-vim-name or --without-vim-name was given. |
| 1317 | if test "${with_vim_name+set}" = set; then |
| 1318 | withval="$with_vim_name" |
| 1319 | VIMNAME="$withval"; echo "$ac_t""$VIMNAME" 1>&6 |
| 1320 | else |
| 1321 | VIMNAME="$DEFAULT_VIMNAME"; echo "$ac_t""Defaulting to $VIMNAME" 1>&6 |
| 1322 | fi |
| 1323 | |
| 1324 | |
| 1325 | echo $ac_n "checking --with-ex-name argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1326 | echo "configure:1327: checking --with-ex-name argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1327 | # Check whether --with-ex-name or --without-ex-name was given. |
| 1328 | if test "${with_ex_name+set}" = set; then |
| 1329 | withval="$with_ex_name" |
| 1330 | EXNAME="$withval"; echo "$ac_t""$EXNAME" 1>&6 |
| 1331 | else |
| 1332 | EXNAME="ex"; echo "$ac_t""Defaulting to ex" 1>&6 |
| 1333 | fi |
| 1334 | |
| 1335 | |
| 1336 | echo $ac_n "checking --with-view-name argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1337 | echo "configure:1338: checking --with-view-name argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1338 | # Check whether --with-view-name or --without-view-name was given. |
| 1339 | if test "${with_view_name+set}" = set; then |
| 1340 | withval="$with_view_name" |
| 1341 | VIEWNAME="$withval"; echo "$ac_t""$VIEWNAME" 1>&6 |
| 1342 | else |
| 1343 | VIEWNAME="view"; echo "$ac_t""Defaulting to view" 1>&6 |
| 1344 | fi |
| 1345 | |
| 1346 | |
| 1347 | |
| 1348 | echo $ac_n "checking --with-global-runtime argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1349 | echo "configure:1350: checking --with-global-runtime argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1350 | # Check whether --with-global-runtime or --without-global-runtime was given. |
| 1351 | if test "${with_global_runtime+set}" = set; then |
| 1352 | withval="$with_global_runtime" |
| 1353 | echo "$ac_t""$withval" 1>&6; cat >> confdefs.h <<EOF |
| 1354 | #define RUNTIME_GLOBAL "$withval" |
| 1355 | EOF |
| 1356 | |
| 1357 | else |
| 1358 | echo "$ac_t""no" 1>&6 |
| 1359 | fi |
| 1360 | |
| 1361 | |
| 1362 | echo $ac_n "checking --with-modified-by argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1363 | echo "configure:1364: checking --with-modified-by argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1364 | # Check whether --with-modified-by or --without-modified-by was given. |
| 1365 | if test "${with_modified_by+set}" = set; then |
| 1366 | withval="$with_modified_by" |
| 1367 | echo "$ac_t""$withval" 1>&6; cat >> confdefs.h <<EOF |
| 1368 | #define MODIFIED_BY "$withval" |
| 1369 | EOF |
| 1370 | |
| 1371 | else |
| 1372 | echo "$ac_t""no" 1>&6 |
| 1373 | fi |
| 1374 | |
| 1375 | |
| 1376 | echo $ac_n "checking if character set is EBCDIC""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1377 | echo "configure:1378: checking if character set is EBCDIC" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1378 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1379 | #line 1380 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1380 | #include "confdefs.h" |
| 1381 | |
| 1382 | int main() { |
| 1383 | /* TryCompile function for CharSet. |
| 1384 | Treat any failure as ASCII for compatibility with existing art. |
| 1385 | Use compile-time rather than run-time tests for cross-compiler |
| 1386 | tolerance. */ |
| 1387 | #if '0'!=240 |
| 1388 | make an error "Character set is not EBCDIC" |
| 1389 | #endif |
| 1390 | ; return 0; } |
| 1391 | EOF |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1392 | if { (eval echo configure:1393: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1393 | rm -rf conftest* |
| 1394 | # TryCompile action if true |
| 1395 | cf_cv_ebcdic=yes |
| 1396 | else |
| 1397 | echo "configure: failed program was:" >&5 |
| 1398 | cat conftest.$ac_ext >&5 |
| 1399 | rm -rf conftest* |
| 1400 | # TryCompile action if false |
| 1401 | cf_cv_ebcdic=no |
| 1402 | fi |
| 1403 | rm -f conftest* |
| 1404 | # end of TryCompile ]) |
| 1405 | # end of CacheVal CvEbcdic |
| 1406 | echo "$ac_t""$cf_cv_ebcdic" 1>&6 |
| 1407 | case "$cf_cv_ebcdic" in #(vi |
| 1408 | yes) cat >> confdefs.h <<\EOF |
| 1409 | #define EBCDIC 1 |
| 1410 | EOF |
| 1411 | |
| 1412 | line_break='"\\n"' |
| 1413 | ;; |
| 1414 | *) line_break='"\\012"';; |
| 1415 | esac |
| 1416 | |
| 1417 | |
| 1418 | if test "$cf_cv_ebcdic" = "yes"; then |
| 1419 | echo $ac_n "checking for OS/390 Unix""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1420 | echo "configure:1421: checking for OS/390 Unix" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1421 | case `uname` in |
| 1422 | OS/390) OS390Unix="yes"; |
| 1423 | if test "$CC" = "cc"; then |
| 1424 | ccm="$_CC_CCMODE" |
| 1425 | ccn="CC" |
| 1426 | else |
| 1427 | if test "$CC" = "c89"; then |
| 1428 | ccm="$_CC_C89MODE" |
| 1429 | ccn="C89" |
| 1430 | else |
| 1431 | ccm=1 |
| 1432 | fi |
| 1433 | fi |
| 1434 | if test "$ccm" != "1"; then |
| 1435 | echo "" |
| 1436 | echo "------------------------------------------" |
| 1437 | echo " On OS/390 Unix, the environment variable" |
| 1438 | echo " __CC_${ccn}MODE must be set to \"1\"!" |
| 1439 | echo " Do:" |
| 1440 | echo " export _CC_${ccn}MODE=1" |
| 1441 | echo " and then call configure again." |
| 1442 | echo "------------------------------------------" |
| 1443 | exit 1 |
| 1444 | fi |
| 1445 | CFLAGS="$CFLAGS -D_ALL_SOURCE"; LDFLAGS="$LDFLAGS -Wl,EDIT=NO" |
| 1446 | echo "$ac_t""yes" 1>&6 |
| 1447 | ;; |
| 1448 | *) OS390Unix="no"; |
| 1449 | echo "$ac_t""no" 1>&6 |
| 1450 | ;; |
| 1451 | esac |
| 1452 | fi |
| 1453 | |
| 1454 | |
| 1455 | |
| 1456 | echo $ac_n "checking --with-features argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1457 | echo "configure:1458: checking --with-features argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1458 | # Check whether --with-features or --without-features was given. |
| 1459 | if test "${with_features+set}" = set; then |
| 1460 | withval="$with_features" |
| 1461 | features="$withval"; echo "$ac_t""$features" 1>&6 |
| 1462 | else |
| 1463 | features="normal"; echo "$ac_t""Defaulting to normal" 1>&6 |
| 1464 | fi |
| 1465 | |
| 1466 | |
| 1467 | dovimdiff="" |
| 1468 | dogvimdiff="" |
| 1469 | case "$features" in |
| 1470 | tiny) cat >> confdefs.h <<\EOF |
| 1471 | #define FEAT_TINY 1 |
| 1472 | EOF |
| 1473 | ;; |
| 1474 | small) cat >> confdefs.h <<\EOF |
| 1475 | #define FEAT_SMALL 1 |
| 1476 | EOF |
| 1477 | ;; |
| 1478 | normal) cat >> confdefs.h <<\EOF |
| 1479 | #define FEAT_NORMAL 1 |
| 1480 | EOF |
| 1481 | dovimdiff="installvimdiff"; |
| 1482 | dogvimdiff="installgvimdiff" ;; |
| 1483 | big) cat >> confdefs.h <<\EOF |
| 1484 | #define FEAT_BIG 1 |
| 1485 | EOF |
| 1486 | dovimdiff="installvimdiff"; |
| 1487 | dogvimdiff="installgvimdiff" ;; |
| 1488 | huge) cat >> confdefs.h <<\EOF |
| 1489 | #define FEAT_HUGE 1 |
| 1490 | EOF |
| 1491 | dovimdiff="installvimdiff"; |
| 1492 | dogvimdiff="installgvimdiff" ;; |
| 1493 | *) echo "$ac_t""Sorry, $features is not supported" 1>&6 ;; |
| 1494 | esac |
| 1495 | |
| 1496 | |
| 1497 | |
| 1498 | |
| 1499 | echo $ac_n "checking --with-compiledby argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1500 | echo "configure:1501: checking --with-compiledby argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1501 | # Check whether --with-compiledby or --without-compiledby was given. |
| 1502 | if test "${with_compiledby+set}" = set; then |
| 1503 | withval="$with_compiledby" |
| 1504 | compiledby="$withval"; echo "$ac_t""$withval" 1>&6 |
| 1505 | else |
| 1506 | compiledby=""; echo "$ac_t""no" 1>&6 |
| 1507 | fi |
| 1508 | |
| 1509 | |
| 1510 | |
| 1511 | echo $ac_n "checking --disable-xsmp argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1512 | echo "configure:1513: checking --disable-xsmp argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1513 | # Check whether --enable-xsmp or --disable-xsmp was given. |
| 1514 | if test "${enable_xsmp+set}" = set; then |
| 1515 | enableval="$enable_xsmp" |
| 1516 | : |
| 1517 | else |
| 1518 | enable_xsmp="yes" |
| 1519 | fi |
| 1520 | |
| 1521 | |
| 1522 | if test "$enable_xsmp" = "yes"; then |
| 1523 | echo "$ac_t""no" 1>&6 |
| 1524 | echo $ac_n "checking --disable-xsmp-interact argument""... $ac_c" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1525 | echo "configure:1526: checking --disable-xsmp-interact argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1526 | # Check whether --enable-xsmp-interact or --disable-xsmp-interact was given. |
| 1527 | if test "${enable_xsmp_interact+set}" = set; then |
| 1528 | enableval="$enable_xsmp_interact" |
| 1529 | : |
| 1530 | else |
| 1531 | enable_xsmp_interact="yes" |
| 1532 | fi |
| 1533 | |
| 1534 | if test "$enable_xsmp_interact" = "yes"; then |
| 1535 | echo "$ac_t""no" 1>&6 |
| 1536 | cat >> confdefs.h <<\EOF |
| 1537 | #define USE_XSMP_INTERACT 1 |
| 1538 | EOF |
| 1539 | |
| 1540 | else |
| 1541 | echo "$ac_t""yes" 1>&6 |
| 1542 | fi |
| 1543 | else |
| 1544 | echo "$ac_t""yes" 1>&6 |
| 1545 | fi |
| 1546 | |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1547 | echo $ac_n "checking --enable-mzschemeinterp argument""... $ac_c" 1>&6 |
| 1548 | echo "configure:1549: checking --enable-mzschemeinterp argument" >&5 |
| 1549 | # Check whether --enable-mzschemeinterp or --disable-mzschemeinterp was given. |
| 1550 | if test "${enable_mzschemeinterp+set}" = set; then |
| 1551 | enableval="$enable_mzschemeinterp" |
| 1552 | : |
| 1553 | else |
| 1554 | enable_mzschemeinterp="no" |
| 1555 | fi |
| 1556 | |
| 1557 | echo "$ac_t""$enable_mzschemeinterp" 1>&6 |
| 1558 | |
| 1559 | if test "$enable_mzschemeinterp" = "yes"; then |
| 1560 | |
| 1561 | |
| 1562 | echo $ac_n "checking --with-plthome argument""... $ac_c" 1>&6 |
| 1563 | echo "configure:1564: checking --with-plthome argument" >&5 |
| 1564 | # Check whether --with-plthome or --without-plthome was given. |
| 1565 | if test "${with_plthome+set}" = set; then |
| 1566 | withval="$with_plthome" |
| 1567 | with_plthome="$withval"; echo "$ac_t""$with_plthome" 1>&6 |
| 1568 | else |
| 1569 | with_plthome="";echo "$ac_t"""no"" 1>&6 |
| 1570 | fi |
| 1571 | |
| 1572 | |
| 1573 | if test "X$with_plthome" != "X"; then |
| 1574 | vi_cv_path_mzscheme_pfx="$with_plthome" |
| 1575 | else |
| 1576 | echo $ac_n "checking PLTHOME environment var""... $ac_c" 1>&6 |
| 1577 | echo "configure:1578: checking PLTHOME environment var" >&5 |
| 1578 | if test "X$PLTHOME" != "X"; then |
| 1579 | echo "$ac_t"""$PLTHOME"" 1>&6 |
| 1580 | vi_cv_path_mzscheme_pfx="$PLTHOME" |
| 1581 | else |
| 1582 | echo "$ac_t"""not set"" 1>&6 |
| 1583 | # Extract the first word of "mzscheme", so it can be a program name with args. |
| 1584 | set dummy mzscheme; ac_word=$2 |
| 1585 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
| 1586 | echo "configure:1587: checking for $ac_word" >&5 |
| 1587 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_mzscheme'+set}'`\" = set"; then |
| 1588 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1589 | else |
| 1590 | case "$vi_cv_path_mzscheme" in |
| 1591 | /*) |
| 1592 | ac_cv_path_vi_cv_path_mzscheme="$vi_cv_path_mzscheme" # Let the user override the test with a path. |
| 1593 | ;; |
| 1594 | ?:/*) |
| 1595 | ac_cv_path_vi_cv_path_mzscheme="$vi_cv_path_mzscheme" # Let the user override the test with a dos path. |
| 1596 | ;; |
| 1597 | *) |
| 1598 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1599 | ac_dummy="$PATH" |
| 1600 | for ac_dir in $ac_dummy; do |
| 1601 | test -z "$ac_dir" && ac_dir=. |
| 1602 | if test -f $ac_dir/$ac_word; then |
| 1603 | ac_cv_path_vi_cv_path_mzscheme="$ac_dir/$ac_word" |
| 1604 | break |
| 1605 | fi |
| 1606 | done |
| 1607 | IFS="$ac_save_ifs" |
| 1608 | ;; |
| 1609 | esac |
| 1610 | fi |
| 1611 | vi_cv_path_mzscheme="$ac_cv_path_vi_cv_path_mzscheme" |
| 1612 | if test -n "$vi_cv_path_mzscheme"; then |
| 1613 | echo "$ac_t""$vi_cv_path_mzscheme" 1>&6 |
| 1614 | else |
| 1615 | echo "$ac_t""no" 1>&6 |
| 1616 | fi |
| 1617 | |
| 1618 | |
| 1619 | if test "X$vi_cv_path_mzscheme" != "X"; then |
| 1620 | lsout=`ls -l $vi_cv_path_mzscheme` |
| 1621 | if echo "$lsout" | grep -e '->' >/dev/null 2>/dev/null; then |
| 1622 | vi_cv_path_mzscheme=`echo "$lsout" | sed 's/.*-> \(.*\)/\1/'` |
| 1623 | fi |
| 1624 | fi |
| 1625 | |
| 1626 | if test "X$vi_cv_path_mzscheme" != "X"; then |
| 1627 | echo $ac_n "checking MzScheme install prefix""... $ac_c" 1>&6 |
| 1628 | echo "configure:1629: checking MzScheme install prefix" >&5 |
| 1629 | if eval "test \"`echo '$''{'vi_cv_path_mzscheme_pfx'+set}'`\" = set"; then |
| 1630 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1631 | else |
| 1632 | vi_cv_path_mzscheme_pfx=` |
| 1633 | ${vi_cv_path_mzscheme} -evm \ |
| 1634 | "(display (simplify-path \ |
| 1635 | (build-path (call-with-values \ |
| 1636 | (lambda () (split-path (find-system-path (quote exec-file)))) \ |
| 1637 | (lambda (base name must-be-dir?) base)) (quote up))))"` |
| 1638 | fi |
| 1639 | |
| 1640 | echo "$ac_t""$vi_cv_path_mzscheme_pfx" 1>&6 |
| 1641 | vi_cv_path_mzscheme_pfx=`echo "$vi_cv_path_mzscheme_pfx" | sed 's+/$++'` |
| 1642 | fi |
| 1643 | fi |
| 1644 | fi |
| 1645 | |
| 1646 | if test "X$vi_cv_path_mzscheme_pfx" != "X"; then |
| 1647 | echo $ac_n "checking if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include""... $ac_c" 1>&6 |
| 1648 | echo "configure:1649: checking if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include" >&5 |
| 1649 | if test -f $vi_cv_path_mzscheme_pfx/include/scheme.h; then |
| 1650 | echo "$ac_t"""yes"" 1>&6 |
| 1651 | else |
| 1652 | echo "$ac_t"""no"" 1>&6 |
| 1653 | vi_cv_path_mzscheme_pfx= |
| 1654 | fi |
| 1655 | fi |
| 1656 | |
| 1657 | if test "X$vi_cv_path_mzscheme_pfx" != "X"; then |
| 1658 | if test -f "${vi_cv_path_mzscheme_pfx}/lib/libmzgc.a"; then |
| 1659 | MZSCHEME_LIBS="${vi_cv_path_mzscheme_pfx}/lib/libmzgc.a ${vi_cv_path_mzscheme_pfx}/lib/libmzscheme.a" |
| 1660 | else |
| 1661 | MZSCHEME_LIBS="-L${vi_cv_path_mzscheme_pfx}/lib -lmzgc -lmzscheme" |
Bram Moolenaar | 2df6dcc | 2004-07-12 15:53:54 +0000 | [diff] [blame] | 1662 | if test "$GCC" = yes; then |
| 1663 | MZSCHEME_LIBS="$MZSCHEME_LIBS -Wl,-rpath -Wl,${vi_cv_path_mzscheme_pfx}/lib" |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1664 | elif test "`(uname) 2>/dev/null`" = SunOS && |
| 1665 | uname -r | grep '^5' >/dev/null; then |
| 1666 | MZSCHEME_LIBS="$MZSCHEME_LIBS -R ${vi_cv_path_mzscheme_pfx}/lib" |
Bram Moolenaar | 2df6dcc | 2004-07-12 15:53:54 +0000 | [diff] [blame] | 1667 | fi |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 1668 | fi |
| 1669 | MZSCHEME_CFLAGS="-I${vi_cv_path_mzscheme_pfx}/include \ |
| 1670 | -DMZSCHEME_COLLECTS='\"${vi_cv_path_mzscheme_pfx}/collects\"'" |
| 1671 | MZSCHEME_SRC="if_mzsch.c" |
| 1672 | MZSCHEME_OBJ="objects/if_mzsch.o" |
| 1673 | MZSCHEME_PRO="if_mzsch.pro" |
| 1674 | cat >> confdefs.h <<\EOF |
| 1675 | #define FEAT_MZSCHEME 1 |
| 1676 | EOF |
| 1677 | |
| 1678 | fi |
| 1679 | |
| 1680 | |
| 1681 | |
| 1682 | |
| 1683 | |
| 1684 | fi |
| 1685 | |
| 1686 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1687 | echo $ac_n "checking --enable-perlinterp argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1688 | echo "configure:1689: checking --enable-perlinterp argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1689 | # Check whether --enable-perlinterp or --disable-perlinterp was given. |
| 1690 | if test "${enable_perlinterp+set}" = set; then |
| 1691 | enableval="$enable_perlinterp" |
| 1692 | : |
| 1693 | else |
| 1694 | enable_perlinterp="no" |
| 1695 | fi |
| 1696 | |
| 1697 | echo "$ac_t""$enable_perlinterp" 1>&6 |
| 1698 | if test "$enable_perlinterp" = "yes"; then |
| 1699 | |
| 1700 | # Extract the first word of "perl", so it can be a program name with args. |
| 1701 | set dummy perl; ac_word=$2 |
| 1702 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1703 | echo "configure:1704: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1704 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_perl'+set}'`\" = set"; then |
| 1705 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1706 | else |
| 1707 | case "$vi_cv_path_perl" in |
| 1708 | /*) |
| 1709 | ac_cv_path_vi_cv_path_perl="$vi_cv_path_perl" # Let the user override the test with a path. |
| 1710 | ;; |
| 1711 | ?:/*) |
| 1712 | ac_cv_path_vi_cv_path_perl="$vi_cv_path_perl" # Let the user override the test with a dos path. |
| 1713 | ;; |
| 1714 | *) |
| 1715 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1716 | ac_dummy="$PATH" |
| 1717 | for ac_dir in $ac_dummy; do |
| 1718 | test -z "$ac_dir" && ac_dir=. |
| 1719 | if test -f $ac_dir/$ac_word; then |
| 1720 | ac_cv_path_vi_cv_path_perl="$ac_dir/$ac_word" |
| 1721 | break |
| 1722 | fi |
| 1723 | done |
| 1724 | IFS="$ac_save_ifs" |
| 1725 | ;; |
| 1726 | esac |
| 1727 | fi |
| 1728 | vi_cv_path_perl="$ac_cv_path_vi_cv_path_perl" |
| 1729 | if test -n "$vi_cv_path_perl"; then |
| 1730 | echo "$ac_t""$vi_cv_path_perl" 1>&6 |
| 1731 | else |
| 1732 | echo "$ac_t""no" 1>&6 |
| 1733 | fi |
| 1734 | |
| 1735 | if test "X$vi_cv_path_perl" != "X"; then |
| 1736 | echo $ac_n "checking Perl version""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1737 | echo "configure:1738: checking Perl version" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1738 | if $vi_cv_path_perl -e 'require 5.003_01' >/dev/null 2>/dev/null; then |
| 1739 | eval `$vi_cv_path_perl -V:usethreads` |
| 1740 | if test "X$usethreads" = "XUNKNOWN" -o "X$usethreads" = "Xundef"; then |
| 1741 | badthreads=no |
| 1742 | else |
| 1743 | if $vi_cv_path_perl -e 'require 5.6.0' >/dev/null 2>/dev/null; then |
| 1744 | eval `$vi_cv_path_perl -V:use5005threads` |
| 1745 | if test "X$use5005threads" = "XUNKNOWN" -o "X$use5005threads" = "Xundef"; then |
| 1746 | badthreads=no |
| 1747 | else |
| 1748 | badthreads=yes |
| 1749 | echo "$ac_t"">>> Perl > 5.6 with 5.5 threads cannot be used <<<" 1>&6 |
| 1750 | fi |
| 1751 | else |
| 1752 | badthreads=yes |
| 1753 | echo "$ac_t"">>> Perl 5.5 with threads cannot be used <<<" 1>&6 |
| 1754 | fi |
| 1755 | fi |
| 1756 | if test $badthreads = no; then |
| 1757 | echo "$ac_t""OK" 1>&6 |
| 1758 | eval `$vi_cv_path_perl -V:shrpenv` |
| 1759 | if test "X$shrpenv" = "XUNKNOWN"; then # pre 5.003_04 |
| 1760 | shrpenv="" |
| 1761 | fi |
| 1762 | vi_cv_perllib=`$vi_cv_path_perl -MConfig -e 'print $Config{privlibexp}'` |
| 1763 | |
| 1764 | perlcppflags=`$vi_cv_path_perl -Mlib=$srcdir -MExtUtils::Embed \ |
| 1765 | -e 'ccflags;perl_inc;print"\n"' | sed -e 's/-fno[^ ]*//'` |
| 1766 | perllibs=`cd $srcdir; $vi_cv_path_perl -MExtUtils::Embed -e 'ldopts' | \ |
| 1767 | sed -e '/Warning/d' -e '/Note (probably harmless)/d' \ |
| 1768 | -e 's/-bE:perl.exp//' -e 's/-lc //'` |
| 1769 | perlldflags=`cd $srcdir; $vi_cv_path_perl -MExtUtils::Embed \ |
| 1770 | -e 'ccdlflags' | sed -e 's/-bE:perl.exp//'` |
| 1771 | |
| 1772 | echo $ac_n "checking if compile and link flags for Perl are sane""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1773 | echo "configure:1774: checking if compile and link flags for Perl are sane" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1774 | cflags_save=$CFLAGS |
| 1775 | libs_save=$LIBS |
| 1776 | ldflags_save=$LDFLAGS |
| 1777 | CFLAGS="$CFLAGS $perlcppflags" |
| 1778 | LIBS="$LIBS $perllibs" |
| 1779 | LDFLAGS="$perlldflags $LDFLAGS" |
| 1780 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1781 | #line 1782 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1782 | #include "confdefs.h" |
| 1783 | |
| 1784 | int main() { |
| 1785 | |
| 1786 | ; return 0; } |
| 1787 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1788 | if { (eval echo configure:1789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1789 | rm -rf conftest* |
| 1790 | echo "$ac_t""yes" 1>&6; perl_ok=yes |
| 1791 | else |
| 1792 | echo "configure: failed program was:" >&5 |
| 1793 | cat conftest.$ac_ext >&5 |
| 1794 | rm -rf conftest* |
| 1795 | echo "$ac_t""no: PERL DISABLED" 1>&6; perl_ok=no |
| 1796 | fi |
| 1797 | rm -f conftest* |
| 1798 | CFLAGS=$cflags_save |
| 1799 | LIBS=$libs_save |
| 1800 | LDFLAGS=$ldflags_save |
| 1801 | if test $perl_ok = yes; then |
| 1802 | if test "X$perlcppflags" != "X"; then |
| 1803 | PERL_CFLAGS="$perlcppflags" |
| 1804 | fi |
| 1805 | if test "X$perlldflags" != "X"; then |
| 1806 | LDFLAGS="$perlldflags $LDFLAGS" |
| 1807 | fi |
| 1808 | PERL_LIBS=$perllibs |
| 1809 | PERL_SRC="auto/if_perl.c if_perlsfio.c" |
| 1810 | PERL_OBJ="objects/if_perl.o objects/if_perlsfio.o" |
| 1811 | PERL_PRO="if_perl.pro if_perlsfio.pro" |
| 1812 | cat >> confdefs.h <<\EOF |
| 1813 | #define FEAT_PERL 1 |
| 1814 | EOF |
| 1815 | |
| 1816 | fi |
| 1817 | fi |
| 1818 | else |
| 1819 | echo "$ac_t"">>> too old; need Perl version 5.003_01 or later <<<" 1>&6 |
| 1820 | fi |
| 1821 | fi |
| 1822 | |
| 1823 | if test "x$MACOSX" = "xyes"; then |
| 1824 | dir=/System/Library/Perl |
| 1825 | darwindir=$dir/darwin |
| 1826 | if test -d $darwindir; then |
| 1827 | PERL=/usr/bin/perl |
| 1828 | else |
| 1829 | dir=/System/Library/Perl/5.8.1 |
| 1830 | darwindir=$dir/darwin-thread-multi-2level |
| 1831 | if test -d $darwindir; then |
| 1832 | PERL=/usr/bin/perl |
| 1833 | fi |
| 1834 | fi |
| 1835 | if test -n "$PERL"; then |
| 1836 | PERL_DIR="$dir" |
| 1837 | PERL_CFLAGS="-DFEAT_PERL -I$darwindir/CORE" |
| 1838 | PERL_OBJ="objects/if_perl.o objects/if_perlsfio.o $darwindir/auto/DynaLoader/DynaLoader.a" |
| 1839 | PERL_LIBS="-L$darwindir/CORE -lperl" |
| 1840 | fi |
| 1841 | fi |
| 1842 | fi |
| 1843 | |
| 1844 | |
| 1845 | |
| 1846 | |
| 1847 | |
| 1848 | |
| 1849 | |
| 1850 | echo $ac_n "checking --enable-pythoninterp argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1851 | echo "configure:1852: checking --enable-pythoninterp argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1852 | # Check whether --enable-pythoninterp or --disable-pythoninterp was given. |
| 1853 | if test "${enable_pythoninterp+set}" = set; then |
| 1854 | enableval="$enable_pythoninterp" |
| 1855 | : |
| 1856 | else |
| 1857 | enable_pythoninterp="no" |
| 1858 | fi |
| 1859 | |
| 1860 | echo "$ac_t""$enable_pythoninterp" 1>&6 |
| 1861 | if test "$enable_pythoninterp" = "yes"; then |
| 1862 | # Extract the first word of "python", so it can be a program name with args. |
| 1863 | set dummy python; ac_word=$2 |
| 1864 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1865 | echo "configure:1866: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1866 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_python'+set}'`\" = set"; then |
| 1867 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1868 | else |
| 1869 | case "$vi_cv_path_python" in |
| 1870 | /*) |
| 1871 | ac_cv_path_vi_cv_path_python="$vi_cv_path_python" # Let the user override the test with a path. |
| 1872 | ;; |
| 1873 | ?:/*) |
| 1874 | ac_cv_path_vi_cv_path_python="$vi_cv_path_python" # Let the user override the test with a dos path. |
| 1875 | ;; |
| 1876 | *) |
| 1877 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 1878 | ac_dummy="$PATH" |
| 1879 | for ac_dir in $ac_dummy; do |
| 1880 | test -z "$ac_dir" && ac_dir=. |
| 1881 | if test -f $ac_dir/$ac_word; then |
| 1882 | ac_cv_path_vi_cv_path_python="$ac_dir/$ac_word" |
| 1883 | break |
| 1884 | fi |
| 1885 | done |
| 1886 | IFS="$ac_save_ifs" |
| 1887 | ;; |
| 1888 | esac |
| 1889 | fi |
| 1890 | vi_cv_path_python="$ac_cv_path_vi_cv_path_python" |
| 1891 | if test -n "$vi_cv_path_python"; then |
| 1892 | echo "$ac_t""$vi_cv_path_python" 1>&6 |
| 1893 | else |
| 1894 | echo "$ac_t""no" 1>&6 |
| 1895 | fi |
| 1896 | |
| 1897 | if test "X$vi_cv_path_python" != "X"; then |
| 1898 | |
| 1899 | echo $ac_n "checking Python version""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1900 | echo "configure:1901: checking Python version" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1901 | if eval "test \"`echo '$''{'vi_cv_var_python_version'+set}'`\" = set"; then |
| 1902 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1903 | else |
| 1904 | vi_cv_var_python_version=` |
| 1905 | ${vi_cv_path_python} -c 'import sys; print sys.version[:3]'` |
| 1906 | |
| 1907 | fi |
| 1908 | |
| 1909 | echo "$ac_t""$vi_cv_var_python_version" 1>&6 |
| 1910 | |
| 1911 | echo $ac_n "checking Python is 1.4 or better""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1912 | echo "configure:1913: checking Python is 1.4 or better" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1913 | if ${vi_cv_path_python} -c \ |
| 1914 | "import sys; sys.exit(${vi_cv_var_python_version} < 1.4)" |
| 1915 | then |
| 1916 | echo "$ac_t""yep" 1>&6 |
| 1917 | |
| 1918 | echo $ac_n "checking Python's install prefix""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1919 | echo "configure:1920: checking Python's install prefix" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1920 | if eval "test \"`echo '$''{'vi_cv_path_python_pfx'+set}'`\" = set"; then |
| 1921 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1922 | else |
| 1923 | vi_cv_path_python_pfx=` |
| 1924 | ${vi_cv_path_python} -c \ |
| 1925 | "import sys; print sys.prefix"` |
| 1926 | fi |
| 1927 | |
| 1928 | echo "$ac_t""$vi_cv_path_python_pfx" 1>&6 |
| 1929 | |
| 1930 | echo $ac_n "checking Python's execution prefix""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1931 | echo "configure:1932: checking Python's execution prefix" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1932 | if eval "test \"`echo '$''{'vi_cv_path_python_epfx'+set}'`\" = set"; then |
| 1933 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1934 | else |
| 1935 | vi_cv_path_python_epfx=` |
| 1936 | ${vi_cv_path_python} -c \ |
| 1937 | "import sys; print sys.exec_prefix"` |
| 1938 | fi |
| 1939 | |
| 1940 | echo "$ac_t""$vi_cv_path_python_epfx" 1>&6 |
| 1941 | |
| 1942 | |
| 1943 | if eval "test \"`echo '$''{'vi_cv_path_pythonpath'+set}'`\" = set"; then |
| 1944 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1945 | else |
| 1946 | vi_cv_path_pythonpath=` |
| 1947 | unset PYTHONPATH; |
| 1948 | ${vi_cv_path_python} -c \ |
| 1949 | "import sys, string; print string.join(sys.path,':')"` |
| 1950 | fi |
| 1951 | |
| 1952 | |
| 1953 | |
| 1954 | # Check whether --with-python-config-dir or --without-python-config-dir was given. |
| 1955 | if test "${with_python_config_dir+set}" = set; then |
| 1956 | withval="$with_python_config_dir" |
| 1957 | vi_cv_path_python_conf="${withval}" |
| 1958 | fi |
| 1959 | |
| 1960 | |
| 1961 | echo $ac_n "checking Python's configuration directory""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 1962 | echo "configure:1963: checking Python's configuration directory" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1963 | if eval "test \"`echo '$''{'vi_cv_path_python_conf'+set}'`\" = set"; then |
| 1964 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1965 | else |
| 1966 | |
| 1967 | vi_cv_path_python_conf= |
| 1968 | for path in "${vi_cv_path_python_pfx}" "${vi_cv_path_python_epfx}"; do |
| 1969 | for subdir in lib share; do |
| 1970 | d="${path}/${subdir}/python${vi_cv_var_python_version}/config" |
| 1971 | if test -d "$d" && test -f "$d/config.c"; then |
| 1972 | vi_cv_path_python_conf="$d" |
| 1973 | fi |
| 1974 | done |
| 1975 | done |
| 1976 | |
| 1977 | fi |
| 1978 | |
| 1979 | echo "$ac_t""$vi_cv_path_python_conf" 1>&6 |
| 1980 | |
| 1981 | PYTHON_CONFDIR="${vi_cv_path_python_conf}" |
| 1982 | |
| 1983 | if test "X$PYTHON_CONFDIR" = "X"; then |
| 1984 | echo "$ac_t""can't find it!" 1>&6 |
| 1985 | else |
| 1986 | |
| 1987 | if eval "test \"`echo '$''{'vi_cv_path_python_plibs'+set}'`\" = set"; then |
| 1988 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 1989 | else |
| 1990 | |
| 1991 | tmp_mkf="/tmp/Makefile-conf$$" |
| 1992 | cat ${PYTHON_CONFDIR}/Makefile - <<'eof' >${tmp_mkf} |
| 1993 | __: |
| 1994 | @echo "python_MODLIBS='$(MODLIBS)'" |
| 1995 | @echo "python_LIBS='$(LIBS)'" |
| 1996 | @echo "python_SYSLIBS='$(SYSLIBS)'" |
| 1997 | @echo "python_LINKFORSHARED='$(LINKFORSHARED)'" |
| 1998 | eof |
| 1999 | eval "`cd ${PYTHON_CONFDIR} && make -f ${tmp_mkf} __ | sed '/ directory /d'`" |
| 2000 | rm -f ${tmp_mkf} |
| 2001 | if test "x$MACOSX" = "xyes" && ${vi_cv_path_python} -c \ |
| 2002 | "import sys; sys.exit(${vi_cv_var_python_version} < 2.3)"; then |
| 2003 | vi_cv_path_python_plibs="-framework Python" |
| 2004 | else |
| 2005 | if test "${vi_cv_var_python_version}" = "1.4"; then |
| 2006 | vi_cv_path_python_plibs="${PYTHON_CONFDIR}/libModules.a ${PYTHON_CONFDIR}/libPython.a ${PYTHON_CONFDIR}/libObjects.a ${PYTHON_CONFDIR}/libParser.a" |
| 2007 | else |
| 2008 | vi_cv_path_python_plibs="-L${PYTHON_CONFDIR} -lpython${vi_cv_var_python_version}" |
| 2009 | fi |
| 2010 | vi_cv_path_python_plibs="${vi_cv_path_python_plibs} ${python_MODLIBS} ${python_LIBS} ${python_SYSLIBS} ${python_LINKFORSHARED}" |
| 2011 | vi_cv_path_python_plibs=`echo $vi_cv_path_python_plibs | sed s/-ltermcap//` |
| 2012 | fi |
| 2013 | |
| 2014 | fi |
| 2015 | |
| 2016 | |
| 2017 | PYTHON_LIBS="${vi_cv_path_python_plibs}" |
| 2018 | if test "${vi_cv_path_python_pfx}" = "${vi_cv_path_python_epfx}"; then |
| 2019 | PYTHON_CFLAGS="-I${vi_cv_path_python_pfx}/include/python${vi_cv_var_python_version}" |
| 2020 | else |
| 2021 | PYTHON_CFLAGS="-I${vi_cv_path_python_pfx}/include/python${vi_cv_var_python_version} -I${vi_cv_path_python_epfx}/include/python${vi_cv_var_python_version}" |
| 2022 | fi |
| 2023 | PYTHON_SRC="if_python.c" |
| 2024 | if test "x$MACOSX" = "xyes"; then |
| 2025 | PYTHON_OBJ="objects/if_python.o" |
| 2026 | else |
| 2027 | PYTHON_OBJ="objects/if_python.o objects/py_config.o" |
| 2028 | fi |
| 2029 | if test "${vi_cv_var_python_version}" = "1.4"; then |
| 2030 | PYTHON_OBJ="$PYTHON_OBJ objects/py_getpath.o" |
| 2031 | fi |
| 2032 | PYTHON_GETPATH_CFLAGS="-DPYTHONPATH='\"${vi_cv_path_pythonpath}\"' -DPREFIX='\"${vi_cv_path_python_pfx}\"' -DEXEC_PREFIX='\"${vi_cv_path_python_epfx}\"'" |
| 2033 | |
| 2034 | echo $ac_n "checking if -pthread should be used""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2035 | echo "configure:2036: checking if -pthread should be used" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2036 | threadsafe_flag= |
| 2037 | thread_lib= |
| 2038 | if test "x$MACOSX" != "xyes"; then |
| 2039 | test "$GCC" = yes && threadsafe_flag="-pthread" |
| 2040 | if test "`(uname) 2>/dev/null`" = FreeBSD; then |
| 2041 | threadsafe_flag="-D_THREAD_SAFE" |
| 2042 | thread_lib="-pthread" |
| 2043 | fi |
| 2044 | fi |
| 2045 | libs_save_old=$LIBS |
| 2046 | if test -n "$threadsafe_flag"; then |
| 2047 | cflags_save=$CFLAGS |
| 2048 | CFLAGS="$CFLAGS $threadsafe_flag" |
| 2049 | LIBS="$LIBS $thread_lib" |
| 2050 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2051 | #line 2052 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2052 | #include "confdefs.h" |
| 2053 | |
| 2054 | int main() { |
| 2055 | |
| 2056 | ; return 0; } |
| 2057 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2058 | if { (eval echo configure:2059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2059 | rm -rf conftest* |
| 2060 | echo "$ac_t""yes" 1>&6; PYTHON_CFLAGS="$PYTHON_CFLAGS $threadsafe_flag" |
| 2061 | else |
| 2062 | echo "configure: failed program was:" >&5 |
| 2063 | cat conftest.$ac_ext >&5 |
| 2064 | rm -rf conftest* |
| 2065 | echo "$ac_t""no" 1>&6; LIBS=$libs_save_old |
| 2066 | |
| 2067 | fi |
| 2068 | rm -f conftest* |
| 2069 | CFLAGS=$cflags_save |
| 2070 | else |
| 2071 | echo "$ac_t""no" 1>&6 |
| 2072 | fi |
| 2073 | |
| 2074 | echo $ac_n "checking if compile and link flags for Python are sane""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2075 | echo "configure:2076: checking if compile and link flags for Python are sane" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2076 | cflags_save=$CFLAGS |
| 2077 | libs_save=$LIBS |
| 2078 | CFLAGS="$CFLAGS $PYTHON_CFLAGS" |
| 2079 | LIBS="$LIBS $PYTHON_LIBS" |
| 2080 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2081 | #line 2082 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2082 | #include "confdefs.h" |
| 2083 | |
| 2084 | int main() { |
| 2085 | |
| 2086 | ; return 0; } |
| 2087 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2088 | if { (eval echo configure:2089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2089 | rm -rf conftest* |
| 2090 | echo "$ac_t""yes" 1>&6; python_ok=yes |
| 2091 | else |
| 2092 | echo "configure: failed program was:" >&5 |
| 2093 | cat conftest.$ac_ext >&5 |
| 2094 | rm -rf conftest* |
| 2095 | echo "$ac_t""no: PYTHON DISABLED" 1>&6; python_ok=no |
| 2096 | fi |
| 2097 | rm -f conftest* |
| 2098 | CFLAGS=$cflags_save |
| 2099 | LIBS=$libs_save |
| 2100 | if test $python_ok = yes; then |
| 2101 | cat >> confdefs.h <<\EOF |
| 2102 | #define FEAT_PYTHON 1 |
| 2103 | EOF |
| 2104 | |
| 2105 | else |
| 2106 | LIBS=$libs_save_old |
| 2107 | PYTHON_SRC= |
| 2108 | PYTHON_OBJ= |
| 2109 | PYTHON_LIBS= |
| 2110 | PYTHON_CFLAGS= |
| 2111 | fi |
| 2112 | |
| 2113 | fi |
| 2114 | else |
| 2115 | echo "$ac_t""too old" 1>&6 |
| 2116 | fi |
| 2117 | fi |
| 2118 | fi |
| 2119 | |
| 2120 | |
| 2121 | |
| 2122 | |
| 2123 | |
| 2124 | |
| 2125 | |
| 2126 | echo $ac_n "checking --enable-tclinterp argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2127 | echo "configure:2128: checking --enable-tclinterp argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2128 | # Check whether --enable-tclinterp or --disable-tclinterp was given. |
| 2129 | if test "${enable_tclinterp+set}" = set; then |
| 2130 | enableval="$enable_tclinterp" |
| 2131 | : |
| 2132 | else |
| 2133 | enable_tclinterp="no" |
| 2134 | fi |
| 2135 | |
| 2136 | echo "$ac_t""$enable_tclinterp" 1>&6 |
| 2137 | |
| 2138 | if test "$enable_tclinterp" = "yes"; then |
| 2139 | |
| 2140 | echo $ac_n "checking --with-tclsh argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2141 | echo "configure:2142: checking --with-tclsh argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2142 | # Check whether --with-tclsh or --without-tclsh was given. |
| 2143 | if test "${with_tclsh+set}" = set; then |
| 2144 | withval="$with_tclsh" |
| 2145 | tclsh_name="$withval"; echo "$ac_t""$tclsh_name" 1>&6 |
| 2146 | else |
| 2147 | tclsh_name="tclsh8.0"; echo "$ac_t""no" 1>&6 |
| 2148 | fi |
| 2149 | |
| 2150 | # Extract the first word of "$tclsh_name", so it can be a program name with args. |
| 2151 | set dummy $tclsh_name; ac_word=$2 |
| 2152 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2153 | echo "configure:2154: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2154 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_tcl'+set}'`\" = set"; then |
| 2155 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2156 | else |
| 2157 | case "$vi_cv_path_tcl" in |
| 2158 | /*) |
| 2159 | ac_cv_path_vi_cv_path_tcl="$vi_cv_path_tcl" # Let the user override the test with a path. |
| 2160 | ;; |
| 2161 | ?:/*) |
| 2162 | ac_cv_path_vi_cv_path_tcl="$vi_cv_path_tcl" # Let the user override the test with a dos path. |
| 2163 | ;; |
| 2164 | *) |
| 2165 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2166 | ac_dummy="$PATH" |
| 2167 | for ac_dir in $ac_dummy; do |
| 2168 | test -z "$ac_dir" && ac_dir=. |
| 2169 | if test -f $ac_dir/$ac_word; then |
| 2170 | ac_cv_path_vi_cv_path_tcl="$ac_dir/$ac_word" |
| 2171 | break |
| 2172 | fi |
| 2173 | done |
| 2174 | IFS="$ac_save_ifs" |
| 2175 | ;; |
| 2176 | esac |
| 2177 | fi |
| 2178 | vi_cv_path_tcl="$ac_cv_path_vi_cv_path_tcl" |
| 2179 | if test -n "$vi_cv_path_tcl"; then |
| 2180 | echo "$ac_t""$vi_cv_path_tcl" 1>&6 |
| 2181 | else |
| 2182 | echo "$ac_t""no" 1>&6 |
| 2183 | fi |
| 2184 | |
| 2185 | |
| 2186 | |
| 2187 | if test "X$vi_cv_path_tcl" = "X" -a $tclsh_name = "tclsh8.0"; then |
| 2188 | tclsh_name="tclsh8.2" |
| 2189 | # Extract the first word of "$tclsh_name", so it can be a program name with args. |
| 2190 | set dummy $tclsh_name; ac_word=$2 |
| 2191 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2192 | echo "configure:2193: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2193 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_tcl'+set}'`\" = set"; then |
| 2194 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2195 | else |
| 2196 | case "$vi_cv_path_tcl" in |
| 2197 | /*) |
| 2198 | ac_cv_path_vi_cv_path_tcl="$vi_cv_path_tcl" # Let the user override the test with a path. |
| 2199 | ;; |
| 2200 | ?:/*) |
| 2201 | ac_cv_path_vi_cv_path_tcl="$vi_cv_path_tcl" # Let the user override the test with a dos path. |
| 2202 | ;; |
| 2203 | *) |
| 2204 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2205 | ac_dummy="$PATH" |
| 2206 | for ac_dir in $ac_dummy; do |
| 2207 | test -z "$ac_dir" && ac_dir=. |
| 2208 | if test -f $ac_dir/$ac_word; then |
| 2209 | ac_cv_path_vi_cv_path_tcl="$ac_dir/$ac_word" |
| 2210 | break |
| 2211 | fi |
| 2212 | done |
| 2213 | IFS="$ac_save_ifs" |
| 2214 | ;; |
| 2215 | esac |
| 2216 | fi |
| 2217 | vi_cv_path_tcl="$ac_cv_path_vi_cv_path_tcl" |
| 2218 | if test -n "$vi_cv_path_tcl"; then |
| 2219 | echo "$ac_t""$vi_cv_path_tcl" 1>&6 |
| 2220 | else |
| 2221 | echo "$ac_t""no" 1>&6 |
| 2222 | fi |
| 2223 | |
| 2224 | fi |
| 2225 | if test "X$vi_cv_path_tcl" = "X"; then |
| 2226 | tclsh_name="tclsh" |
| 2227 | # Extract the first word of "$tclsh_name", so it can be a program name with args. |
| 2228 | set dummy $tclsh_name; ac_word=$2 |
| 2229 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2230 | echo "configure:2231: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2231 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_tcl'+set}'`\" = set"; then |
| 2232 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2233 | else |
| 2234 | case "$vi_cv_path_tcl" in |
| 2235 | /*) |
| 2236 | ac_cv_path_vi_cv_path_tcl="$vi_cv_path_tcl" # Let the user override the test with a path. |
| 2237 | ;; |
| 2238 | ?:/*) |
| 2239 | ac_cv_path_vi_cv_path_tcl="$vi_cv_path_tcl" # Let the user override the test with a dos path. |
| 2240 | ;; |
| 2241 | *) |
| 2242 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2243 | ac_dummy="$PATH" |
| 2244 | for ac_dir in $ac_dummy; do |
| 2245 | test -z "$ac_dir" && ac_dir=. |
| 2246 | if test -f $ac_dir/$ac_word; then |
| 2247 | ac_cv_path_vi_cv_path_tcl="$ac_dir/$ac_word" |
| 2248 | break |
| 2249 | fi |
| 2250 | done |
| 2251 | IFS="$ac_save_ifs" |
| 2252 | ;; |
| 2253 | esac |
| 2254 | fi |
| 2255 | vi_cv_path_tcl="$ac_cv_path_vi_cv_path_tcl" |
| 2256 | if test -n "$vi_cv_path_tcl"; then |
| 2257 | echo "$ac_t""$vi_cv_path_tcl" 1>&6 |
| 2258 | else |
| 2259 | echo "$ac_t""no" 1>&6 |
| 2260 | fi |
| 2261 | |
| 2262 | fi |
| 2263 | if test "X$vi_cv_path_tcl" != "X"; then |
| 2264 | echo $ac_n "checking Tcl version""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2265 | echo "configure:2266: checking Tcl version" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2266 | if echo 'exit [expr [info tclversion] < 8.0]' | $vi_cv_path_tcl - ; then |
| 2267 | tclver=`echo 'puts [info tclversion]' | $vi_cv_path_tcl -` |
| 2268 | echo "$ac_t""$tclver - OK" 1>&6; |
| 2269 | tclloc=`echo 'set l [info library];set i [string last lib $l];incr i -2;puts [string range $l 0 $i]' | $vi_cv_path_tcl -` |
| 2270 | |
| 2271 | echo $ac_n "checking for location of Tcl include""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2272 | echo "configure:2273: checking for location of Tcl include" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2273 | if test "x$MACOSX" != "xyes"; then |
Bram Moolenaar | 47136d7 | 2004-10-12 20:02:24 +0000 | [diff] [blame] | 2274 | tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2275 | else |
| 2276 | tclinc="/System/Library/Frameworks/Tcl.framework/Headers" |
| 2277 | fi |
| 2278 | for try in $tclinc; do |
| 2279 | if test -f "$try/tcl.h"; then |
| 2280 | echo "$ac_t""$try/tcl.h" 1>&6 |
| 2281 | TCL_INC=$try |
| 2282 | break |
| 2283 | fi |
| 2284 | done |
| 2285 | if test -z "$TCL_INC"; then |
| 2286 | echo "$ac_t""<not found>" 1>&6 |
| 2287 | SKIP_TCL=YES |
| 2288 | fi |
| 2289 | if test -z "$SKIP_TCL"; then |
| 2290 | echo $ac_n "checking for location of tclConfig.sh script""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2291 | echo "configure:2292: checking for location of tclConfig.sh script" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2292 | if test "x$MACOSX" != "xyes"; then |
| 2293 | tclcnf=`echo $tclinc | sed s/include/lib/g` |
| 2294 | else |
| 2295 | tclcnf="/System/Library/Frameworks/Tcl.framework" |
| 2296 | fi |
| 2297 | for try in $tclcnf; do |
| 2298 | if test -f $try/tclConfig.sh; then |
| 2299 | echo "$ac_t""$try/tclConfig.sh" 1>&6 |
| 2300 | . $try/tclConfig.sh |
| 2301 | TCL_LIBS=`eval echo "$TCL_LIB_SPEC $TCL_LIBS"` |
| 2302 | TCL_DEFS=`echo $TCL_DEFS | tr ' ' '\012' | sed -e '/^-[^D]/d' -e '/-D[^_]/d' -e 's/-D_/ -D_/' | tr -d '\012'` |
| 2303 | break |
| 2304 | fi |
| 2305 | done |
| 2306 | if test -z "$TCL_LIBS"; then |
| 2307 | echo "$ac_t""<not found>" 1>&6 |
| 2308 | echo $ac_n "checking for Tcl library by myself""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2309 | echo "configure:2310: checking for Tcl library by myself" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2310 | tcllib=`echo $tclinc | sed s/include/lib/g` |
| 2311 | for ext in .so .a ; do |
| 2312 | for ver in "" $tclver ; do |
| 2313 | for try in $tcllib ; do |
| 2314 | trylib=tcl$ver$ext |
| 2315 | if test -f $try/lib$trylib ; then |
| 2316 | echo "$ac_t""$try/lib$trylib" 1>&6 |
| 2317 | TCL_LIBS="-L$try -ltcl$ver -ldl -lm" |
| 2318 | if test "`(uname) 2>/dev/null`" = SunOS && |
| 2319 | uname -r | grep '^5' >/dev/null; then |
| 2320 | TCL_LIBS="$TCL_LIBS -R $try" |
| 2321 | fi |
| 2322 | break 3 |
| 2323 | fi |
| 2324 | done |
| 2325 | done |
| 2326 | done |
| 2327 | if test -z "$TCL_LIBS"; then |
| 2328 | echo "$ac_t""<not found>" 1>&6 |
| 2329 | SKIP_TCL=YES |
| 2330 | fi |
| 2331 | fi |
| 2332 | if test -z "$SKIP_TCL"; then |
| 2333 | cat >> confdefs.h <<\EOF |
| 2334 | #define FEAT_TCL 1 |
| 2335 | EOF |
| 2336 | |
| 2337 | TCL_SRC=if_tcl.c |
| 2338 | TCL_OBJ=objects/if_tcl.o |
| 2339 | TCL_PRO=if_tcl.pro |
| 2340 | TCL_CFLAGS="-I$TCL_INC $TCL_DEFS" |
| 2341 | fi |
| 2342 | fi |
| 2343 | else |
| 2344 | echo "$ac_t""too old; need Tcl version 8.0 or later" 1>&6 |
| 2345 | fi |
| 2346 | fi |
| 2347 | fi |
| 2348 | |
| 2349 | |
| 2350 | |
| 2351 | |
| 2352 | |
| 2353 | |
| 2354 | echo $ac_n "checking --enable-rubyinterp argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2355 | echo "configure:2356: checking --enable-rubyinterp argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2356 | # Check whether --enable-rubyinterp or --disable-rubyinterp was given. |
| 2357 | if test "${enable_rubyinterp+set}" = set; then |
| 2358 | enableval="$enable_rubyinterp" |
| 2359 | : |
| 2360 | else |
| 2361 | enable_rubyinterp="no" |
| 2362 | fi |
| 2363 | |
| 2364 | echo "$ac_t""$enable_rubyinterp" 1>&6 |
| 2365 | if test "$enable_rubyinterp" = "yes"; then |
| 2366 | |
| 2367 | # Extract the first word of "ruby", so it can be a program name with args. |
| 2368 | set dummy ruby; ac_word=$2 |
| 2369 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2370 | echo "configure:2371: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2371 | if eval "test \"`echo '$''{'ac_cv_path_vi_cv_path_ruby'+set}'`\" = set"; then |
| 2372 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2373 | else |
| 2374 | case "$vi_cv_path_ruby" in |
| 2375 | /*) |
| 2376 | ac_cv_path_vi_cv_path_ruby="$vi_cv_path_ruby" # Let the user override the test with a path. |
| 2377 | ;; |
| 2378 | ?:/*) |
| 2379 | ac_cv_path_vi_cv_path_ruby="$vi_cv_path_ruby" # Let the user override the test with a dos path. |
| 2380 | ;; |
| 2381 | *) |
| 2382 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2383 | ac_dummy="$PATH" |
| 2384 | for ac_dir in $ac_dummy; do |
| 2385 | test -z "$ac_dir" && ac_dir=. |
| 2386 | if test -f $ac_dir/$ac_word; then |
| 2387 | ac_cv_path_vi_cv_path_ruby="$ac_dir/$ac_word" |
| 2388 | break |
| 2389 | fi |
| 2390 | done |
| 2391 | IFS="$ac_save_ifs" |
| 2392 | ;; |
| 2393 | esac |
| 2394 | fi |
| 2395 | vi_cv_path_ruby="$ac_cv_path_vi_cv_path_ruby" |
| 2396 | if test -n "$vi_cv_path_ruby"; then |
| 2397 | echo "$ac_t""$vi_cv_path_ruby" 1>&6 |
| 2398 | else |
| 2399 | echo "$ac_t""no" 1>&6 |
| 2400 | fi |
| 2401 | |
| 2402 | if test "X$vi_cv_path_ruby" != "X"; then |
| 2403 | echo $ac_n "checking Ruby version""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2404 | echo "configure:2405: checking Ruby version" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2405 | if $vi_cv_path_ruby -e 'VERSION >= "1.6.0" or exit 1' >/dev/null 2>/dev/null; then |
| 2406 | echo "$ac_t""OK" 1>&6 |
| 2407 | echo $ac_n "checking Ruby header files""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2408 | echo "configure:2409: checking Ruby header files" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2409 | rubyhdrdir=`$vi_cv_path_ruby -r mkmf -e 'print Config::CONFIG["archdir"] || $hdrdir' 2>/dev/null` |
| 2410 | if test "X$rubyhdrdir" != "X"; then |
| 2411 | echo "$ac_t""$rubyhdrdir" 1>&6 |
| 2412 | RUBY_CFLAGS="-I$rubyhdrdir" |
| 2413 | rubylibs=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LIBS"]'` |
| 2414 | if test "X$rubylibs" != "X"; then |
| 2415 | RUBY_LIBS="$rubylibs" |
| 2416 | fi |
| 2417 | librubyarg=`$vi_cv_path_ruby -r rbconfig -e 'print Config.expand(Config::CONFIG["LIBRUBYARG"])'` |
| 2418 | if test -f "$rubyhdrdir/$librubyarg"; then |
| 2419 | librubyarg="$rubyhdrdir/$librubyarg" |
| 2420 | else |
| 2421 | rubylibdir=`$vi_cv_path_ruby -r rbconfig -e 'print Config.expand(Config::CONFIG["libdir"])'` |
| 2422 | if test -f "$rubylibdir/$librubyarg"; then |
| 2423 | librubyarg="$rubylibdir/$librubyarg" |
| 2424 | elif test "$librubyarg" = "libruby.a"; then |
| 2425 | librubyarg="-lruby" |
| 2426 | else |
| 2427 | librubyarg=`$vi_cv_path_ruby -r rbconfig -e "print '$librubyarg'.gsub(/-L\./, %'-L#{Config.expand(Config::CONFIG[\"libdir\"])}')"` |
| 2428 | fi |
| 2429 | fi |
| 2430 | |
| 2431 | if test "X$librubyarg" != "X"; then |
| 2432 | RUBY_LIBS="$librubyarg $RUBY_LIBS" |
| 2433 | fi |
| 2434 | rubyldflags=`$vi_cv_path_ruby -r rbconfig -e 'print Config::CONFIG["LDFLAGS"]'` |
| 2435 | if test "X$rubyldflags" != "X"; then |
| 2436 | LDFLAGS="$rubyldflags $LDFLAGS" |
| 2437 | fi |
| 2438 | RUBY_SRC="if_ruby.c" |
| 2439 | RUBY_OBJ="objects/if_ruby.o" |
| 2440 | RUBY_PRO="if_ruby.pro" |
| 2441 | cat >> confdefs.h <<\EOF |
| 2442 | #define FEAT_RUBY 1 |
| 2443 | EOF |
| 2444 | |
| 2445 | else |
| 2446 | echo "$ac_t""not found" 1>&6 |
| 2447 | fi |
| 2448 | else |
| 2449 | echo "$ac_t""too old; need Ruby version 1.6.0 or later" 1>&6 |
| 2450 | fi |
| 2451 | fi |
| 2452 | fi |
| 2453 | |
| 2454 | |
| 2455 | |
| 2456 | |
| 2457 | |
| 2458 | |
| 2459 | echo $ac_n "checking --enable-cscope argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2460 | echo "configure:2461: checking --enable-cscope argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2461 | # Check whether --enable-cscope or --disable-cscope was given. |
| 2462 | if test "${enable_cscope+set}" = set; then |
| 2463 | enableval="$enable_cscope" |
| 2464 | : |
| 2465 | else |
| 2466 | enable_cscope="no" |
| 2467 | fi |
| 2468 | |
| 2469 | echo "$ac_t""$enable_cscope" 1>&6 |
| 2470 | if test "$enable_cscope" = "yes"; then |
| 2471 | cat >> confdefs.h <<\EOF |
| 2472 | #define FEAT_CSCOPE 1 |
| 2473 | EOF |
| 2474 | |
| 2475 | fi |
| 2476 | |
| 2477 | echo $ac_n "checking --enable-workshop argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2478 | echo "configure:2479: checking --enable-workshop argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2479 | # Check whether --enable-workshop or --disable-workshop was given. |
| 2480 | if test "${enable_workshop+set}" = set; then |
| 2481 | enableval="$enable_workshop" |
| 2482 | : |
| 2483 | else |
| 2484 | enable_workshop="no" |
| 2485 | fi |
| 2486 | |
| 2487 | echo "$ac_t""$enable_workshop" 1>&6 |
| 2488 | if test "$enable_workshop" = "yes"; then |
| 2489 | cat >> confdefs.h <<\EOF |
| 2490 | #define FEAT_SUN_WORKSHOP 1 |
| 2491 | EOF |
| 2492 | |
| 2493 | WORKSHOP_SRC="workshop.c integration.c" |
| 2494 | |
| 2495 | WORKSHOP_OBJ="objects/workshop.o objects/integration.o" |
| 2496 | |
| 2497 | if test "${enable_gui-xxx}" = xxx; then |
| 2498 | enable_gui=motif |
| 2499 | fi |
| 2500 | fi |
| 2501 | |
| 2502 | echo $ac_n "checking --disable-netbeans argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2503 | echo "configure:2504: checking --disable-netbeans argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2504 | # Check whether --enable-netbeans or --disable-netbeans was given. |
| 2505 | if test "${enable_netbeans+set}" = set; then |
| 2506 | enableval="$enable_netbeans" |
| 2507 | : |
| 2508 | else |
| 2509 | enable_netbeans="yes" |
| 2510 | fi |
| 2511 | |
| 2512 | if test "$enable_netbeans" = "yes"; then |
| 2513 | echo "$ac_t""no" 1>&6 |
| 2514 | echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2515 | echo "configure:2516: checking for socket in -lsocket" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2516 | ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` |
| 2517 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2518 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2519 | else |
| 2520 | ac_save_LIBS="$LIBS" |
| 2521 | LIBS="-lsocket $LIBS" |
| 2522 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2523 | #line 2524 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2524 | #include "confdefs.h" |
| 2525 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2526 | /* We use char because int might match the return type of a gcc2 |
| 2527 | builtin and then its argument prototype would still apply. */ |
| 2528 | char socket(); |
| 2529 | |
| 2530 | int main() { |
| 2531 | socket() |
| 2532 | ; return 0; } |
| 2533 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2534 | if { (eval echo configure:2535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2535 | rm -rf conftest* |
| 2536 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2537 | else |
| 2538 | echo "configure: failed program was:" >&5 |
| 2539 | cat conftest.$ac_ext >&5 |
| 2540 | rm -rf conftest* |
| 2541 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2542 | fi |
| 2543 | rm -f conftest* |
| 2544 | LIBS="$ac_save_LIBS" |
| 2545 | |
| 2546 | fi |
| 2547 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2548 | echo "$ac_t""yes" 1>&6 |
| 2549 | ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2550 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2551 | cat >> confdefs.h <<EOF |
| 2552 | #define $ac_tr_lib 1 |
| 2553 | EOF |
| 2554 | |
| 2555 | LIBS="-lsocket $LIBS" |
| 2556 | |
| 2557 | else |
| 2558 | echo "$ac_t""no" 1>&6 |
| 2559 | fi |
| 2560 | |
| 2561 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2562 | echo "configure:2563: checking for gethostbyname in -lnsl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2563 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
| 2564 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 2565 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2566 | else |
| 2567 | ac_save_LIBS="$LIBS" |
| 2568 | LIBS="-lnsl $LIBS" |
| 2569 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2570 | #line 2571 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2571 | #include "confdefs.h" |
| 2572 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 2573 | /* We use char because int might match the return type of a gcc2 |
| 2574 | builtin and then its argument prototype would still apply. */ |
| 2575 | char gethostbyname(); |
| 2576 | |
| 2577 | int main() { |
| 2578 | gethostbyname() |
| 2579 | ; return 0; } |
| 2580 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2581 | if { (eval echo configure:2582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2582 | rm -rf conftest* |
| 2583 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 2584 | else |
| 2585 | echo "configure: failed program was:" >&5 |
| 2586 | cat conftest.$ac_ext >&5 |
| 2587 | rm -rf conftest* |
| 2588 | eval "ac_cv_lib_$ac_lib_var=no" |
| 2589 | fi |
| 2590 | rm -f conftest* |
| 2591 | LIBS="$ac_save_LIBS" |
| 2592 | |
| 2593 | fi |
| 2594 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 2595 | echo "$ac_t""yes" 1>&6 |
| 2596 | ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 2597 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 2598 | cat >> confdefs.h <<EOF |
| 2599 | #define $ac_tr_lib 1 |
| 2600 | EOF |
| 2601 | |
| 2602 | LIBS="-lnsl $LIBS" |
| 2603 | |
| 2604 | else |
| 2605 | echo "$ac_t""no" 1>&6 |
| 2606 | fi |
| 2607 | |
| 2608 | echo $ac_n "checking whether compiling netbeans integration is possible""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2609 | echo "configure:2610: checking whether compiling netbeans integration is possible" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2610 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2611 | #line 2612 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2612 | #include "confdefs.h" |
| 2613 | |
| 2614 | #include <stdio.h> |
| 2615 | #include <stdlib.h> |
| 2616 | #include <stdarg.h> |
| 2617 | #include <fcntl.h> |
| 2618 | #include <netdb.h> |
| 2619 | #include <netinet/in.h> |
| 2620 | #include <errno.h> |
| 2621 | #include <sys/types.h> |
| 2622 | #include <sys/socket.h> |
| 2623 | /* Check bitfields */ |
| 2624 | struct nbbuf { |
| 2625 | unsigned int initDone:1; |
| 2626 | ushort signmaplen; |
| 2627 | }; |
| 2628 | |
| 2629 | int main() { |
| 2630 | |
| 2631 | /* Check creating a socket. */ |
| 2632 | struct sockaddr_in server; |
| 2633 | (void)socket(AF_INET, SOCK_STREAM, 0); |
| 2634 | (void)htons(100); |
| 2635 | (void)gethostbyname("microsoft.com"); |
| 2636 | if (errno == ECONNREFUSED) |
| 2637 | (void)connect(1, (struct sockaddr *)&server, sizeof(server)); |
| 2638 | |
| 2639 | ; return 0; } |
| 2640 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2641 | if { (eval echo configure:2642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2642 | rm -rf conftest* |
| 2643 | echo "$ac_t""yes" 1>&6 |
| 2644 | else |
| 2645 | echo "configure: failed program was:" >&5 |
| 2646 | cat conftest.$ac_ext >&5 |
| 2647 | rm -rf conftest* |
| 2648 | echo "$ac_t""no" 1>&6; enable_netbeans="no" |
| 2649 | fi |
| 2650 | rm -f conftest* |
| 2651 | else |
| 2652 | echo "$ac_t""yes" 1>&6 |
| 2653 | fi |
| 2654 | if test "$enable_netbeans" = "yes"; then |
| 2655 | cat >> confdefs.h <<\EOF |
| 2656 | #define FEAT_NETBEANS_INTG 1 |
| 2657 | EOF |
| 2658 | |
| 2659 | NETBEANS_SRC="netbeans.c" |
| 2660 | |
| 2661 | NETBEANS_OBJ="objects/netbeans.o" |
| 2662 | |
| 2663 | fi |
| 2664 | |
| 2665 | echo $ac_n "checking --enable-sniff argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2666 | echo "configure:2667: checking --enable-sniff argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2667 | # Check whether --enable-sniff or --disable-sniff was given. |
| 2668 | if test "${enable_sniff+set}" = set; then |
| 2669 | enableval="$enable_sniff" |
| 2670 | : |
| 2671 | else |
| 2672 | enable_sniff="no" |
| 2673 | fi |
| 2674 | |
| 2675 | echo "$ac_t""$enable_sniff" 1>&6 |
| 2676 | if test "$enable_sniff" = "yes"; then |
| 2677 | cat >> confdefs.h <<\EOF |
| 2678 | #define FEAT_SNIFF 1 |
| 2679 | EOF |
| 2680 | |
| 2681 | SNIFF_SRC="if_sniff.c" |
| 2682 | |
| 2683 | SNIFF_OBJ="objects/if_sniff.o" |
| 2684 | |
| 2685 | fi |
| 2686 | |
| 2687 | echo $ac_n "checking --enable-multibyte argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2688 | echo "configure:2689: checking --enable-multibyte argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2689 | # Check whether --enable-multibyte or --disable-multibyte was given. |
| 2690 | if test "${enable_multibyte+set}" = set; then |
| 2691 | enableval="$enable_multibyte" |
| 2692 | : |
| 2693 | else |
| 2694 | enable_multibyte="no" |
| 2695 | fi |
| 2696 | |
| 2697 | echo "$ac_t""$enable_multibyte" 1>&6 |
| 2698 | if test "$enable_multibyte" = "yes"; then |
| 2699 | cat >> confdefs.h <<\EOF |
| 2700 | #define FEAT_MBYTE 1 |
| 2701 | EOF |
| 2702 | |
| 2703 | fi |
| 2704 | |
| 2705 | echo $ac_n "checking --enable-hangulinput argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2706 | echo "configure:2707: checking --enable-hangulinput argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2707 | # Check whether --enable-hangulinput or --disable-hangulinput was given. |
| 2708 | if test "${enable_hangulinput+set}" = set; then |
| 2709 | enableval="$enable_hangulinput" |
| 2710 | : |
| 2711 | else |
| 2712 | enable_hangulinput="no" |
| 2713 | fi |
| 2714 | |
| 2715 | echo "$ac_t""$enable_hangulinput" 1>&6 |
| 2716 | |
| 2717 | echo $ac_n "checking --enable-xim argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2718 | echo "configure:2719: checking --enable-xim argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2719 | # Check whether --enable-xim or --disable-xim was given. |
| 2720 | if test "${enable_xim+set}" = set; then |
| 2721 | enableval="$enable_xim" |
| 2722 | echo "$ac_t""$enable_xim" 1>&6 |
| 2723 | else |
| 2724 | enable_xim="auto"; echo "$ac_t""defaulting to auto" 1>&6 |
| 2725 | fi |
| 2726 | |
| 2727 | |
| 2728 | echo $ac_n "checking --enable-fontset argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2729 | echo "configure:2730: checking --enable-fontset argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2730 | # Check whether --enable-fontset or --disable-fontset was given. |
| 2731 | if test "${enable_fontset+set}" = set; then |
| 2732 | enableval="$enable_fontset" |
| 2733 | : |
| 2734 | else |
| 2735 | enable_fontset="no" |
| 2736 | fi |
| 2737 | |
| 2738 | echo "$ac_t""$enable_fontset" 1>&6 |
| 2739 | |
| 2740 | test -z "$with_x" && with_x=yes |
| 2741 | test "${enable_gui-yes}" != no -a "x$MACOSX" != "xyes" -a "x$QNX" != "xyes" && with_x=yes |
| 2742 | if test "$with_x" = no; then |
| 2743 | echo "$ac_t""defaulting to: don't HAVE_X11" 1>&6 |
| 2744 | else |
| 2745 | |
| 2746 | # Extract the first word of "xmkmf", so it can be a program name with args. |
| 2747 | set dummy xmkmf; ac_word=$2 |
| 2748 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2749 | echo "configure:2750: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2750 | if eval "test \"`echo '$''{'ac_cv_path_xmkmfpath'+set}'`\" = set"; then |
| 2751 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2752 | else |
| 2753 | case "$xmkmfpath" in |
| 2754 | /*) |
| 2755 | ac_cv_path_xmkmfpath="$xmkmfpath" # Let the user override the test with a path. |
| 2756 | ;; |
| 2757 | ?:/*) |
| 2758 | ac_cv_path_xmkmfpath="$xmkmfpath" # Let the user override the test with a dos path. |
| 2759 | ;; |
| 2760 | *) |
| 2761 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 2762 | ac_dummy="$PATH" |
| 2763 | for ac_dir in $ac_dummy; do |
| 2764 | test -z "$ac_dir" && ac_dir=. |
| 2765 | if test -f $ac_dir/$ac_word; then |
| 2766 | ac_cv_path_xmkmfpath="$ac_dir/$ac_word" |
| 2767 | break |
| 2768 | fi |
| 2769 | done |
| 2770 | IFS="$ac_save_ifs" |
| 2771 | ;; |
| 2772 | esac |
| 2773 | fi |
| 2774 | xmkmfpath="$ac_cv_path_xmkmfpath" |
| 2775 | if test -n "$xmkmfpath"; then |
| 2776 | echo "$ac_t""$xmkmfpath" 1>&6 |
| 2777 | else |
| 2778 | echo "$ac_t""no" 1>&6 |
| 2779 | fi |
| 2780 | |
| 2781 | |
| 2782 | # If we find X, set shell vars x_includes and x_libraries to the |
| 2783 | # paths, otherwise set no_x=yes. |
| 2784 | # Uses ac_ vars as temps to allow command line to override cache and checks. |
| 2785 | # --without-x overrides everything else, but does not touch the cache. |
| 2786 | echo $ac_n "checking for X""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2787 | echo "configure:2788: checking for X" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2788 | |
| 2789 | # Check whether --with-x or --without-x was given. |
| 2790 | if test "${with_x+set}" = set; then |
| 2791 | withval="$with_x" |
| 2792 | : |
| 2793 | fi |
| 2794 | |
| 2795 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
| 2796 | if test "x$with_x" = xno; then |
| 2797 | # The user explicitly disabled X. |
| 2798 | have_x=disabled |
| 2799 | else |
| 2800 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then |
| 2801 | # Both variables are already set. |
| 2802 | have_x=yes |
| 2803 | else |
| 2804 | if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then |
| 2805 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 2806 | else |
| 2807 | # One or both of the vars are not set, and there is no cached value. |
| 2808 | ac_x_includes=NO ac_x_libraries=NO |
| 2809 | rm -fr conftestdir |
| 2810 | if mkdir conftestdir; then |
| 2811 | cd conftestdir |
| 2812 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. |
| 2813 | cat > Imakefile <<'EOF' |
| 2814 | acfindx: |
| 2815 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' |
| 2816 | EOF |
| 2817 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then |
| 2818 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 2819 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` |
| 2820 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. |
| 2821 | for ac_extension in a so sl; do |
| 2822 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
| 2823 | test -f $ac_im_libdir/libX11.$ac_extension; then |
| 2824 | ac_im_usrlibdir=$ac_im_libdir; break |
| 2825 | fi |
| 2826 | done |
| 2827 | # Screen out bogus values from the imake configuration. They are |
| 2828 | # bogus both because they are the default anyway, and because |
| 2829 | # using them would break gcc on systems where it needs fixed includes. |
| 2830 | case "$ac_im_incroot" in |
| 2831 | /usr/include) ;; |
| 2832 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;; |
| 2833 | esac |
| 2834 | case "$ac_im_usrlibdir" in |
| 2835 | /usr/lib | /lib) ;; |
| 2836 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;; |
| 2837 | esac |
| 2838 | fi |
| 2839 | cd .. |
| 2840 | rm -fr conftestdir |
| 2841 | fi |
| 2842 | |
| 2843 | if test "$ac_x_includes" = NO; then |
| 2844 | # Guess where to find include files, by looking for this one X11 .h file. |
| 2845 | test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h |
| 2846 | |
| 2847 | # First, try using that file with no special directory specified. |
| 2848 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2849 | #line 2850 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2850 | #include "confdefs.h" |
| 2851 | #include <$x_direct_test_include> |
| 2852 | EOF |
| 2853 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2854 | { (eval echo configure:2855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2855 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 2856 | if test -z "$ac_err"; then |
| 2857 | rm -rf conftest* |
| 2858 | # We can compile using X headers with no special include directory. |
| 2859 | ac_x_includes= |
| 2860 | else |
| 2861 | echo "$ac_err" >&5 |
| 2862 | echo "configure: failed program was:" >&5 |
| 2863 | cat conftest.$ac_ext >&5 |
| 2864 | rm -rf conftest* |
| 2865 | # Look for the header file in a standard set of common directories. |
| 2866 | # Check X11 before X11Rn because it is often a symlink to the current release. |
| 2867 | for ac_dir in \ |
| 2868 | /usr/X11/include \ |
| 2869 | /usr/X11R6/include \ |
| 2870 | /usr/X11R5/include \ |
| 2871 | /usr/X11R4/include \ |
| 2872 | \ |
| 2873 | /usr/include/X11 \ |
| 2874 | /usr/include/X11R6 \ |
| 2875 | /usr/include/X11R5 \ |
| 2876 | /usr/include/X11R4 \ |
| 2877 | \ |
| 2878 | /usr/local/X11/include \ |
| 2879 | /usr/local/X11R6/include \ |
| 2880 | /usr/local/X11R5/include \ |
| 2881 | /usr/local/X11R4/include \ |
| 2882 | \ |
| 2883 | /usr/local/include/X11 \ |
| 2884 | /usr/local/include/X11R6 \ |
| 2885 | /usr/local/include/X11R5 \ |
| 2886 | /usr/local/include/X11R4 \ |
| 2887 | \ |
| 2888 | /usr/X386/include \ |
| 2889 | /usr/x386/include \ |
| 2890 | /usr/XFree86/include/X11 \ |
| 2891 | \ |
| 2892 | /usr/include \ |
| 2893 | /usr/local/include \ |
| 2894 | /usr/unsupported/include \ |
| 2895 | /usr/athena/include \ |
| 2896 | /usr/local/x11r5/include \ |
| 2897 | /usr/lpp/Xamples/include \ |
| 2898 | \ |
| 2899 | /usr/openwin/include \ |
| 2900 | /usr/openwin/share/include \ |
| 2901 | ; \ |
| 2902 | do |
| 2903 | if test -r "$ac_dir/$x_direct_test_include"; then |
| 2904 | ac_x_includes=$ac_dir |
| 2905 | break |
| 2906 | fi |
| 2907 | done |
| 2908 | fi |
| 2909 | rm -f conftest* |
| 2910 | fi # $ac_x_includes = NO |
| 2911 | |
| 2912 | if test "$ac_x_libraries" = NO; then |
| 2913 | # Check for the libraries. |
| 2914 | |
| 2915 | test -z "$x_direct_test_library" && x_direct_test_library=Xt |
| 2916 | test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc |
| 2917 | |
| 2918 | # See if we find them without any special options. |
| 2919 | # Don't add to $LIBS permanently. |
| 2920 | ac_save_LIBS="$LIBS" |
| 2921 | LIBS="-l$x_direct_test_library $LIBS" |
| 2922 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2923 | #line 2924 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2924 | #include "confdefs.h" |
| 2925 | |
| 2926 | int main() { |
| 2927 | ${x_direct_test_function}() |
| 2928 | ; return 0; } |
| 2929 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 2930 | if { (eval echo configure:2931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2931 | rm -rf conftest* |
| 2932 | LIBS="$ac_save_LIBS" |
| 2933 | # We can link X programs with no special library path. |
| 2934 | ac_x_libraries= |
| 2935 | else |
| 2936 | echo "configure: failed program was:" >&5 |
| 2937 | cat conftest.$ac_ext >&5 |
| 2938 | rm -rf conftest* |
| 2939 | LIBS="$ac_save_LIBS" |
| 2940 | # First see if replacing the include by lib works. |
| 2941 | # Check X11 before X11Rn because it is often a symlink to the current release. |
| 2942 | for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ |
| 2943 | /usr/X11/lib \ |
| 2944 | /usr/X11R6/lib \ |
| 2945 | /usr/X11R5/lib \ |
| 2946 | /usr/X11R4/lib \ |
| 2947 | \ |
| 2948 | /usr/lib/X11 \ |
| 2949 | /usr/lib/X11R6 \ |
| 2950 | /usr/lib/X11R5 \ |
| 2951 | /usr/lib/X11R4 \ |
| 2952 | \ |
| 2953 | /usr/local/X11/lib \ |
| 2954 | /usr/local/X11R6/lib \ |
| 2955 | /usr/local/X11R5/lib \ |
| 2956 | /usr/local/X11R4/lib \ |
| 2957 | \ |
| 2958 | /usr/local/lib/X11 \ |
| 2959 | /usr/local/lib/X11R6 \ |
| 2960 | /usr/local/lib/X11R5 \ |
| 2961 | /usr/local/lib/X11R4 \ |
| 2962 | \ |
| 2963 | /usr/X386/lib \ |
| 2964 | /usr/x386/lib \ |
| 2965 | /usr/XFree86/lib/X11 \ |
| 2966 | \ |
| 2967 | /usr/lib \ |
| 2968 | /usr/local/lib \ |
| 2969 | /usr/unsupported/lib \ |
| 2970 | /usr/athena/lib \ |
| 2971 | /usr/local/x11r5/lib \ |
| 2972 | /usr/lpp/Xamples/lib \ |
| 2973 | /lib/usr/lib/X11 \ |
| 2974 | \ |
| 2975 | /usr/openwin/lib \ |
| 2976 | /usr/openwin/share/lib \ |
| 2977 | ; \ |
| 2978 | do |
| 2979 | for ac_extension in a so sl; do |
| 2980 | if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then |
| 2981 | ac_x_libraries=$ac_dir |
| 2982 | break 2 |
| 2983 | fi |
| 2984 | done |
| 2985 | done |
| 2986 | fi |
| 2987 | rm -f conftest* |
| 2988 | fi # $ac_x_libraries = NO |
| 2989 | |
| 2990 | if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then |
| 2991 | # Didn't find X anywhere. Cache the known absence of X. |
| 2992 | ac_cv_have_x="have_x=no" |
| 2993 | else |
| 2994 | # Record where we found X for the cache. |
| 2995 | ac_cv_have_x="have_x=yes \ |
| 2996 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" |
| 2997 | fi |
| 2998 | fi |
| 2999 | fi |
| 3000 | eval "$ac_cv_have_x" |
| 3001 | fi # $with_x != no |
| 3002 | |
| 3003 | if test "$have_x" != yes; then |
| 3004 | echo "$ac_t""$have_x" 1>&6 |
| 3005 | no_x=yes |
| 3006 | else |
| 3007 | # If each of the values was on the command line, it overrides each guess. |
| 3008 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes |
| 3009 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries |
| 3010 | # Update the cache value to reflect the command line values. |
| 3011 | ac_cv_have_x="have_x=yes \ |
| 3012 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
| 3013 | echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 |
| 3014 | fi |
| 3015 | |
| 3016 | if test "$no_x" = yes; then |
| 3017 | # Not all programs may use this symbol, but it does not hurt to define it. |
| 3018 | cat >> confdefs.h <<\EOF |
| 3019 | #define X_DISPLAY_MISSING 1 |
| 3020 | EOF |
| 3021 | |
| 3022 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= |
| 3023 | else |
| 3024 | if test -n "$x_includes"; then |
| 3025 | X_CFLAGS="$X_CFLAGS -I$x_includes" |
| 3026 | fi |
| 3027 | |
| 3028 | # It would also be nice to do this for all -L options, not just this one. |
| 3029 | if test -n "$x_libraries"; then |
| 3030 | X_LIBS="$X_LIBS -L$x_libraries" |
| 3031 | # For Solaris; some versions of Sun CC require a space after -R and |
| 3032 | # others require no space. Words are not sufficient . . . . |
| 3033 | case "`(uname -sr) 2>/dev/null`" in |
| 3034 | "SunOS 5"*) |
| 3035 | echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3036 | echo "configure:3037: checking whether -R must be followed by a space" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3037 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" |
| 3038 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3039 | #line 3040 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3040 | #include "confdefs.h" |
| 3041 | |
| 3042 | int main() { |
| 3043 | |
| 3044 | ; return 0; } |
| 3045 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3046 | if { (eval echo configure:3047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3047 | rm -rf conftest* |
| 3048 | ac_R_nospace=yes |
| 3049 | else |
| 3050 | echo "configure: failed program was:" >&5 |
| 3051 | cat conftest.$ac_ext >&5 |
| 3052 | rm -rf conftest* |
| 3053 | ac_R_nospace=no |
| 3054 | fi |
| 3055 | rm -f conftest* |
| 3056 | if test $ac_R_nospace = yes; then |
| 3057 | echo "$ac_t""no" 1>&6 |
| 3058 | X_LIBS="$X_LIBS -R$x_libraries" |
| 3059 | else |
| 3060 | LIBS="$ac_xsave_LIBS -R $x_libraries" |
| 3061 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3062 | #line 3063 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3063 | #include "confdefs.h" |
| 3064 | |
| 3065 | int main() { |
| 3066 | |
| 3067 | ; return 0; } |
| 3068 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3069 | if { (eval echo configure:3070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3070 | rm -rf conftest* |
| 3071 | ac_R_space=yes |
| 3072 | else |
| 3073 | echo "configure: failed program was:" >&5 |
| 3074 | cat conftest.$ac_ext >&5 |
| 3075 | rm -rf conftest* |
| 3076 | ac_R_space=no |
| 3077 | fi |
| 3078 | rm -f conftest* |
| 3079 | if test $ac_R_space = yes; then |
| 3080 | echo "$ac_t""yes" 1>&6 |
| 3081 | X_LIBS="$X_LIBS -R $x_libraries" |
| 3082 | else |
| 3083 | echo "$ac_t""neither works" 1>&6 |
| 3084 | fi |
| 3085 | fi |
| 3086 | LIBS="$ac_xsave_LIBS" |
| 3087 | esac |
| 3088 | fi |
| 3089 | |
| 3090 | # Check for system-dependent libraries X programs must link with. |
| 3091 | # Do this before checking for the system-independent R6 libraries |
| 3092 | # (-lICE), since we may need -lsocket or whatever for X linking. |
| 3093 | |
| 3094 | if test "$ISC" = yes; then |
| 3095 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" |
| 3096 | else |
| 3097 | # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X |
| 3098 | # libraries were built with DECnet support. And karl@cs.umb.edu says |
| 3099 | # the Alpha needs dnet_stub (dnet does not exist). |
| 3100 | echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3101 | echo "configure:3102: checking for dnet_ntoa in -ldnet" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3102 | ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
| 3103 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3104 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3105 | else |
| 3106 | ac_save_LIBS="$LIBS" |
| 3107 | LIBS="-ldnet $LIBS" |
| 3108 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3109 | #line 3110 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3110 | #include "confdefs.h" |
| 3111 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3112 | /* We use char because int might match the return type of a gcc2 |
| 3113 | builtin and then its argument prototype would still apply. */ |
| 3114 | char dnet_ntoa(); |
| 3115 | |
| 3116 | int main() { |
| 3117 | dnet_ntoa() |
| 3118 | ; return 0; } |
| 3119 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3120 | if { (eval echo configure:3121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3121 | rm -rf conftest* |
| 3122 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3123 | else |
| 3124 | echo "configure: failed program was:" >&5 |
| 3125 | cat conftest.$ac_ext >&5 |
| 3126 | rm -rf conftest* |
| 3127 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3128 | fi |
| 3129 | rm -f conftest* |
| 3130 | LIBS="$ac_save_LIBS" |
| 3131 | |
| 3132 | fi |
| 3133 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3134 | echo "$ac_t""yes" 1>&6 |
| 3135 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
| 3136 | else |
| 3137 | echo "$ac_t""no" 1>&6 |
| 3138 | fi |
| 3139 | |
| 3140 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
| 3141 | echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3142 | echo "configure:3143: checking for dnet_ntoa in -ldnet_stub" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3143 | ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` |
| 3144 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3145 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3146 | else |
| 3147 | ac_save_LIBS="$LIBS" |
| 3148 | LIBS="-ldnet_stub $LIBS" |
| 3149 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3150 | #line 3151 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3151 | #include "confdefs.h" |
| 3152 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3153 | /* We use char because int might match the return type of a gcc2 |
| 3154 | builtin and then its argument prototype would still apply. */ |
| 3155 | char dnet_ntoa(); |
| 3156 | |
| 3157 | int main() { |
| 3158 | dnet_ntoa() |
| 3159 | ; return 0; } |
| 3160 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3161 | if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3162 | rm -rf conftest* |
| 3163 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3164 | else |
| 3165 | echo "configure: failed program was:" >&5 |
| 3166 | cat conftest.$ac_ext >&5 |
| 3167 | rm -rf conftest* |
| 3168 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3169 | fi |
| 3170 | rm -f conftest* |
| 3171 | LIBS="$ac_save_LIBS" |
| 3172 | |
| 3173 | fi |
| 3174 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3175 | echo "$ac_t""yes" 1>&6 |
| 3176 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
| 3177 | else |
| 3178 | echo "$ac_t""no" 1>&6 |
| 3179 | fi |
| 3180 | |
| 3181 | fi |
| 3182 | |
| 3183 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
| 3184 | # to get the SysV transport functions. |
| 3185 | # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) |
| 3186 | # needs -lnsl. |
| 3187 | # The nsl library prevents programs from opening the X display |
| 3188 | # on Irix 5.2, according to dickey@clark.net. |
| 3189 | echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3190 | echo "configure:3191: checking for gethostbyname" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3191 | if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then |
| 3192 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3193 | else |
| 3194 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3195 | #line 3196 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3196 | #include "confdefs.h" |
| 3197 | /* System header to define __stub macros and hopefully few prototypes, |
| 3198 | which can conflict with char gethostbyname(); below. */ |
| 3199 | #include <assert.h> |
| 3200 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3201 | /* We use char because int might match the return type of a gcc2 |
| 3202 | builtin and then its argument prototype would still apply. */ |
| 3203 | char gethostbyname(); |
| 3204 | |
| 3205 | int main() { |
| 3206 | |
| 3207 | /* The GNU C library defines this for functions which it implements |
| 3208 | to always fail with ENOSYS. Some functions are actually named |
| 3209 | something starting with __ and the normal name is an alias. */ |
| 3210 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) |
| 3211 | choke me |
| 3212 | #else |
| 3213 | gethostbyname(); |
| 3214 | #endif |
| 3215 | |
| 3216 | ; return 0; } |
| 3217 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3218 | if { (eval echo configure:3219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3219 | rm -rf conftest* |
| 3220 | eval "ac_cv_func_gethostbyname=yes" |
| 3221 | else |
| 3222 | echo "configure: failed program was:" >&5 |
| 3223 | cat conftest.$ac_ext >&5 |
| 3224 | rm -rf conftest* |
| 3225 | eval "ac_cv_func_gethostbyname=no" |
| 3226 | fi |
| 3227 | rm -f conftest* |
| 3228 | fi |
| 3229 | |
| 3230 | if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then |
| 3231 | echo "$ac_t""yes" 1>&6 |
| 3232 | : |
| 3233 | else |
| 3234 | echo "$ac_t""no" 1>&6 |
| 3235 | fi |
| 3236 | |
| 3237 | if test $ac_cv_func_gethostbyname = no; then |
| 3238 | echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3239 | echo "configure:3240: checking for gethostbyname in -lnsl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3240 | ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` |
| 3241 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3242 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3243 | else |
| 3244 | ac_save_LIBS="$LIBS" |
| 3245 | LIBS="-lnsl $LIBS" |
| 3246 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3247 | #line 3248 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3248 | #include "confdefs.h" |
| 3249 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3250 | /* We use char because int might match the return type of a gcc2 |
| 3251 | builtin and then its argument prototype would still apply. */ |
| 3252 | char gethostbyname(); |
| 3253 | |
| 3254 | int main() { |
| 3255 | gethostbyname() |
| 3256 | ; return 0; } |
| 3257 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3258 | if { (eval echo configure:3259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3259 | rm -rf conftest* |
| 3260 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3261 | else |
| 3262 | echo "configure: failed program was:" >&5 |
| 3263 | cat conftest.$ac_ext >&5 |
| 3264 | rm -rf conftest* |
| 3265 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3266 | fi |
| 3267 | rm -f conftest* |
| 3268 | LIBS="$ac_save_LIBS" |
| 3269 | |
| 3270 | fi |
| 3271 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3272 | echo "$ac_t""yes" 1>&6 |
| 3273 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" |
| 3274 | else |
| 3275 | echo "$ac_t""no" 1>&6 |
| 3276 | fi |
| 3277 | |
| 3278 | fi |
| 3279 | |
| 3280 | # lieder@skyler.mavd.honeywell.com says without -lsocket, |
| 3281 | # socket/setsockopt and other routines are undefined under SCO ODT |
| 3282 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary |
| 3283 | # on later versions), says simon@lia.di.epfl.ch: it contains |
| 3284 | # gethostby* variants that don't use the nameserver (or something). |
| 3285 | # -lsocket must be given before -lnsl if both are needed. |
| 3286 | # We assume that if connect needs -lnsl, so does gethostbyname. |
| 3287 | echo $ac_n "checking for connect""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3288 | echo "configure:3289: checking for connect" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3289 | if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then |
| 3290 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3291 | else |
| 3292 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3293 | #line 3294 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3294 | #include "confdefs.h" |
| 3295 | /* System header to define __stub macros and hopefully few prototypes, |
| 3296 | which can conflict with char connect(); below. */ |
| 3297 | #include <assert.h> |
| 3298 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3299 | /* We use char because int might match the return type of a gcc2 |
| 3300 | builtin and then its argument prototype would still apply. */ |
| 3301 | char connect(); |
| 3302 | |
| 3303 | int main() { |
| 3304 | |
| 3305 | /* The GNU C library defines this for functions which it implements |
| 3306 | to always fail with ENOSYS. Some functions are actually named |
| 3307 | something starting with __ and the normal name is an alias. */ |
| 3308 | #if defined (__stub_connect) || defined (__stub___connect) |
| 3309 | choke me |
| 3310 | #else |
| 3311 | connect(); |
| 3312 | #endif |
| 3313 | |
| 3314 | ; return 0; } |
| 3315 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3316 | if { (eval echo configure:3317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3317 | rm -rf conftest* |
| 3318 | eval "ac_cv_func_connect=yes" |
| 3319 | else |
| 3320 | echo "configure: failed program was:" >&5 |
| 3321 | cat conftest.$ac_ext >&5 |
| 3322 | rm -rf conftest* |
| 3323 | eval "ac_cv_func_connect=no" |
| 3324 | fi |
| 3325 | rm -f conftest* |
| 3326 | fi |
| 3327 | |
| 3328 | if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then |
| 3329 | echo "$ac_t""yes" 1>&6 |
| 3330 | : |
| 3331 | else |
| 3332 | echo "$ac_t""no" 1>&6 |
| 3333 | fi |
| 3334 | |
| 3335 | if test $ac_cv_func_connect = no; then |
| 3336 | echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3337 | echo "configure:3338: checking for connect in -lsocket" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3338 | ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` |
| 3339 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3340 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3341 | else |
| 3342 | ac_save_LIBS="$LIBS" |
| 3343 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
| 3344 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3345 | #line 3346 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3346 | #include "confdefs.h" |
| 3347 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3348 | /* We use char because int might match the return type of a gcc2 |
| 3349 | builtin and then its argument prototype would still apply. */ |
| 3350 | char connect(); |
| 3351 | |
| 3352 | int main() { |
| 3353 | connect() |
| 3354 | ; return 0; } |
| 3355 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3356 | if { (eval echo configure:3357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3357 | rm -rf conftest* |
| 3358 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3359 | else |
| 3360 | echo "configure: failed program was:" >&5 |
| 3361 | cat conftest.$ac_ext >&5 |
| 3362 | rm -rf conftest* |
| 3363 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3364 | fi |
| 3365 | rm -f conftest* |
| 3366 | LIBS="$ac_save_LIBS" |
| 3367 | |
| 3368 | fi |
| 3369 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3370 | echo "$ac_t""yes" 1>&6 |
| 3371 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
| 3372 | else |
| 3373 | echo "$ac_t""no" 1>&6 |
| 3374 | fi |
| 3375 | |
| 3376 | fi |
| 3377 | |
| 3378 | # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. |
| 3379 | echo $ac_n "checking for remove""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3380 | echo "configure:3381: checking for remove" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3381 | if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then |
| 3382 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3383 | else |
| 3384 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3385 | #line 3386 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3386 | #include "confdefs.h" |
| 3387 | /* System header to define __stub macros and hopefully few prototypes, |
| 3388 | which can conflict with char remove(); below. */ |
| 3389 | #include <assert.h> |
| 3390 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3391 | /* We use char because int might match the return type of a gcc2 |
| 3392 | builtin and then its argument prototype would still apply. */ |
| 3393 | char remove(); |
| 3394 | |
| 3395 | int main() { |
| 3396 | |
| 3397 | /* The GNU C library defines this for functions which it implements |
| 3398 | to always fail with ENOSYS. Some functions are actually named |
| 3399 | something starting with __ and the normal name is an alias. */ |
| 3400 | #if defined (__stub_remove) || defined (__stub___remove) |
| 3401 | choke me |
| 3402 | #else |
| 3403 | remove(); |
| 3404 | #endif |
| 3405 | |
| 3406 | ; return 0; } |
| 3407 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3408 | if { (eval echo configure:3409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3409 | rm -rf conftest* |
| 3410 | eval "ac_cv_func_remove=yes" |
| 3411 | else |
| 3412 | echo "configure: failed program was:" >&5 |
| 3413 | cat conftest.$ac_ext >&5 |
| 3414 | rm -rf conftest* |
| 3415 | eval "ac_cv_func_remove=no" |
| 3416 | fi |
| 3417 | rm -f conftest* |
| 3418 | fi |
| 3419 | |
| 3420 | if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then |
| 3421 | echo "$ac_t""yes" 1>&6 |
| 3422 | : |
| 3423 | else |
| 3424 | echo "$ac_t""no" 1>&6 |
| 3425 | fi |
| 3426 | |
| 3427 | if test $ac_cv_func_remove = no; then |
| 3428 | echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3429 | echo "configure:3430: checking for remove in -lposix" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3430 | ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` |
| 3431 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3432 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3433 | else |
| 3434 | ac_save_LIBS="$LIBS" |
| 3435 | LIBS="-lposix $LIBS" |
| 3436 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3437 | #line 3438 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3438 | #include "confdefs.h" |
| 3439 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3440 | /* We use char because int might match the return type of a gcc2 |
| 3441 | builtin and then its argument prototype would still apply. */ |
| 3442 | char remove(); |
| 3443 | |
| 3444 | int main() { |
| 3445 | remove() |
| 3446 | ; return 0; } |
| 3447 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3448 | if { (eval echo configure:3449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3449 | rm -rf conftest* |
| 3450 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3451 | else |
| 3452 | echo "configure: failed program was:" >&5 |
| 3453 | cat conftest.$ac_ext >&5 |
| 3454 | rm -rf conftest* |
| 3455 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3456 | fi |
| 3457 | rm -f conftest* |
| 3458 | LIBS="$ac_save_LIBS" |
| 3459 | |
| 3460 | fi |
| 3461 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3462 | echo "$ac_t""yes" 1>&6 |
| 3463 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
| 3464 | else |
| 3465 | echo "$ac_t""no" 1>&6 |
| 3466 | fi |
| 3467 | |
| 3468 | fi |
| 3469 | |
| 3470 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
| 3471 | echo $ac_n "checking for shmat""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3472 | echo "configure:3473: checking for shmat" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3473 | if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then |
| 3474 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3475 | else |
| 3476 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3477 | #line 3478 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3478 | #include "confdefs.h" |
| 3479 | /* System header to define __stub macros and hopefully few prototypes, |
| 3480 | which can conflict with char shmat(); below. */ |
| 3481 | #include <assert.h> |
| 3482 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3483 | /* We use char because int might match the return type of a gcc2 |
| 3484 | builtin and then its argument prototype would still apply. */ |
| 3485 | char shmat(); |
| 3486 | |
| 3487 | int main() { |
| 3488 | |
| 3489 | /* The GNU C library defines this for functions which it implements |
| 3490 | to always fail with ENOSYS. Some functions are actually named |
| 3491 | something starting with __ and the normal name is an alias. */ |
| 3492 | #if defined (__stub_shmat) || defined (__stub___shmat) |
| 3493 | choke me |
| 3494 | #else |
| 3495 | shmat(); |
| 3496 | #endif |
| 3497 | |
| 3498 | ; return 0; } |
| 3499 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3500 | if { (eval echo configure:3501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3501 | rm -rf conftest* |
| 3502 | eval "ac_cv_func_shmat=yes" |
| 3503 | else |
| 3504 | echo "configure: failed program was:" >&5 |
| 3505 | cat conftest.$ac_ext >&5 |
| 3506 | rm -rf conftest* |
| 3507 | eval "ac_cv_func_shmat=no" |
| 3508 | fi |
| 3509 | rm -f conftest* |
| 3510 | fi |
| 3511 | |
| 3512 | if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then |
| 3513 | echo "$ac_t""yes" 1>&6 |
| 3514 | : |
| 3515 | else |
| 3516 | echo "$ac_t""no" 1>&6 |
| 3517 | fi |
| 3518 | |
| 3519 | if test $ac_cv_func_shmat = no; then |
| 3520 | echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3521 | echo "configure:3522: checking for shmat in -lipc" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3522 | ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` |
| 3523 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3524 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3525 | else |
| 3526 | ac_save_LIBS="$LIBS" |
| 3527 | LIBS="-lipc $LIBS" |
| 3528 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3529 | #line 3530 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3530 | #include "confdefs.h" |
| 3531 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3532 | /* We use char because int might match the return type of a gcc2 |
| 3533 | builtin and then its argument prototype would still apply. */ |
| 3534 | char shmat(); |
| 3535 | |
| 3536 | int main() { |
| 3537 | shmat() |
| 3538 | ; return 0; } |
| 3539 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3540 | if { (eval echo configure:3541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3541 | rm -rf conftest* |
| 3542 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3543 | else |
| 3544 | echo "configure: failed program was:" >&5 |
| 3545 | cat conftest.$ac_ext >&5 |
| 3546 | rm -rf conftest* |
| 3547 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3548 | fi |
| 3549 | rm -f conftest* |
| 3550 | LIBS="$ac_save_LIBS" |
| 3551 | |
| 3552 | fi |
| 3553 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3554 | echo "$ac_t""yes" 1>&6 |
| 3555 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
| 3556 | else |
| 3557 | echo "$ac_t""no" 1>&6 |
| 3558 | fi |
| 3559 | |
| 3560 | fi |
| 3561 | fi |
| 3562 | |
| 3563 | # Check for libraries that X11R6 Xt/Xaw programs need. |
| 3564 | ac_save_LDFLAGS="$LDFLAGS" |
| 3565 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
| 3566 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to |
| 3567 | # check for ICE first), but we must link in the order -lSM -lICE or |
| 3568 | # we get undefined symbols. So assume we have SM if we have ICE. |
| 3569 | # These have to be linked with before -lX11, unlike the other |
| 3570 | # libraries we check for below, so use a different variable. |
| 3571 | # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. |
| 3572 | echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3573 | echo "configure:3574: checking for IceConnectionNumber in -lICE" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3574 | ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` |
| 3575 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3576 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3577 | else |
| 3578 | ac_save_LIBS="$LIBS" |
| 3579 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
| 3580 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3581 | #line 3582 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3582 | #include "confdefs.h" |
| 3583 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3584 | /* We use char because int might match the return type of a gcc2 |
| 3585 | builtin and then its argument prototype would still apply. */ |
| 3586 | char IceConnectionNumber(); |
| 3587 | |
| 3588 | int main() { |
| 3589 | IceConnectionNumber() |
| 3590 | ; return 0; } |
| 3591 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3592 | if { (eval echo configure:3593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3593 | rm -rf conftest* |
| 3594 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3595 | else |
| 3596 | echo "configure: failed program was:" >&5 |
| 3597 | cat conftest.$ac_ext >&5 |
| 3598 | rm -rf conftest* |
| 3599 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3600 | fi |
| 3601 | rm -f conftest* |
| 3602 | LIBS="$ac_save_LIBS" |
| 3603 | |
| 3604 | fi |
| 3605 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3606 | echo "$ac_t""yes" 1>&6 |
| 3607 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
| 3608 | else |
| 3609 | echo "$ac_t""no" 1>&6 |
| 3610 | fi |
| 3611 | |
| 3612 | LDFLAGS="$ac_save_LDFLAGS" |
| 3613 | |
| 3614 | fi |
| 3615 | |
| 3616 | |
| 3617 | if test "$OS390Unix" = "yes"; then |
| 3618 | CFLAGS="$CFLAGS -W c,dll" |
| 3619 | LDFLAGS="$LDFLAGS -W l,dll" |
| 3620 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lSM -lICE -lXmu" |
| 3621 | fi |
| 3622 | |
| 3623 | |
| 3624 | if test -d "$x_includes" && test ! -d "$x_libraries"; then |
| 3625 | x_libraries=`echo "$x_includes" | sed s/include/lib/` |
| 3626 | echo "$ac_t""Corrected X libraries to $x_libraries" 1>&6 |
| 3627 | X_LIBS="$X_LIBS -L$x_libraries" |
| 3628 | if test "`(uname) 2>/dev/null`" = SunOS && |
| 3629 | uname -r | grep '^5' >/dev/null; then |
| 3630 | X_LIBS="$X_LIBS -R $x_libraries" |
| 3631 | fi |
| 3632 | fi |
| 3633 | |
| 3634 | if test -d "$x_libraries" && test ! -d "$x_includes"; then |
| 3635 | x_includes=`echo "$x_libraries" | sed s/lib/include/` |
| 3636 | echo "$ac_t""Corrected X includes to $x_includes" 1>&6 |
| 3637 | X_CFLAGS="$X_CFLAGS -I$x_includes" |
| 3638 | fi |
| 3639 | |
| 3640 | X_CFLAGS="`echo $X_CFLAGS\ | sed 's%-I/usr/include %%'`" |
| 3641 | X_LIBS="`echo $X_LIBS\ | sed 's%-L/usr/lib %%'`" |
| 3642 | X_LIBS="`echo $X_LIBS\ | sed -e 's%-R/usr/lib %%' -e 's%-R /usr/lib %%'`" |
| 3643 | |
| 3644 | |
| 3645 | echo $ac_n "checking if X11 header files can be found""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3646 | echo "configure:3647: checking if X11 header files can be found" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3647 | cflags_save=$CFLAGS |
| 3648 | CFLAGS="$CFLAGS $X_CFLAGS" |
| 3649 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3650 | #line 3651 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3651 | #include "confdefs.h" |
| 3652 | #include <X11/Xlib.h> |
| 3653 | int main() { |
| 3654 | |
| 3655 | ; return 0; } |
| 3656 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3657 | if { (eval echo configure:3658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3658 | rm -rf conftest* |
| 3659 | echo "$ac_t""yes" 1>&6 |
| 3660 | else |
| 3661 | echo "configure: failed program was:" >&5 |
| 3662 | cat conftest.$ac_ext >&5 |
| 3663 | rm -rf conftest* |
| 3664 | echo "$ac_t""no" 1>&6; no_x=yes |
| 3665 | fi |
| 3666 | rm -f conftest* |
| 3667 | CFLAGS=$cflags_save |
| 3668 | |
| 3669 | if test "${no_x-no}" = yes; then |
| 3670 | with_x=no |
| 3671 | else |
| 3672 | cat >> confdefs.h <<\EOF |
| 3673 | #define HAVE_X11 1 |
| 3674 | EOF |
| 3675 | |
| 3676 | X_LIB="-lXt -lX11"; |
| 3677 | |
| 3678 | |
| 3679 | ac_save_LDFLAGS="$LDFLAGS" |
| 3680 | LDFLAGS="-L$x_libraries $LDFLAGS" |
| 3681 | |
| 3682 | echo $ac_n "checking for _XdmcpAuthDoIt in -lXdmcp""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3683 | echo "configure:3684: checking for _XdmcpAuthDoIt in -lXdmcp" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3684 | ac_lib_var=`echo Xdmcp'_'_XdmcpAuthDoIt | sed 'y%./+-%__p_%'` |
| 3685 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3686 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3687 | else |
| 3688 | ac_save_LIBS="$LIBS" |
| 3689 | LIBS="-lXdmcp -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lXdmcp $LIBS" |
| 3690 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3691 | #line 3692 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3692 | #include "confdefs.h" |
| 3693 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3694 | /* We use char because int might match the return type of a gcc2 |
| 3695 | builtin and then its argument prototype would still apply. */ |
| 3696 | char _XdmcpAuthDoIt(); |
| 3697 | |
| 3698 | int main() { |
| 3699 | _XdmcpAuthDoIt() |
| 3700 | ; return 0; } |
| 3701 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3702 | if { (eval echo configure:3703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3703 | rm -rf conftest* |
| 3704 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3705 | else |
| 3706 | echo "configure: failed program was:" >&5 |
| 3707 | cat conftest.$ac_ext >&5 |
| 3708 | rm -rf conftest* |
| 3709 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3710 | fi |
| 3711 | rm -f conftest* |
| 3712 | LIBS="$ac_save_LIBS" |
| 3713 | |
| 3714 | fi |
| 3715 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3716 | echo "$ac_t""yes" 1>&6 |
| 3717 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lXdmcp" |
| 3718 | else |
| 3719 | echo "$ac_t""no" 1>&6 |
| 3720 | fi |
| 3721 | |
| 3722 | |
| 3723 | echo $ac_n "checking for IceOpenConnection in -lICE""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3724 | echo "configure:3725: checking for IceOpenConnection in -lICE" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3725 | ac_lib_var=`echo ICE'_'IceOpenConnection | sed 'y%./+-%__p_%'` |
| 3726 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3727 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3728 | else |
| 3729 | ac_save_LIBS="$LIBS" |
| 3730 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
| 3731 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3732 | #line 3733 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3733 | #include "confdefs.h" |
| 3734 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3735 | /* We use char because int might match the return type of a gcc2 |
| 3736 | builtin and then its argument prototype would still apply. */ |
| 3737 | char IceOpenConnection(); |
| 3738 | |
| 3739 | int main() { |
| 3740 | IceOpenConnection() |
| 3741 | ; return 0; } |
| 3742 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3743 | if { (eval echo configure:3744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3744 | rm -rf conftest* |
| 3745 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3746 | else |
| 3747 | echo "configure: failed program was:" >&5 |
| 3748 | cat conftest.$ac_ext >&5 |
| 3749 | rm -rf conftest* |
| 3750 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3751 | fi |
| 3752 | rm -f conftest* |
| 3753 | LIBS="$ac_save_LIBS" |
| 3754 | |
| 3755 | fi |
| 3756 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3757 | echo "$ac_t""yes" 1>&6 |
| 3758 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lSM -lICE" |
| 3759 | else |
| 3760 | echo "$ac_t""no" 1>&6 |
| 3761 | fi |
| 3762 | |
| 3763 | |
| 3764 | LDFLAGS="$X_LIBS $ac_save_LDFLAGS" |
| 3765 | echo $ac_n "checking for XpmCreatePixmapFromData in -lXpm""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3766 | echo "configure:3767: checking for XpmCreatePixmapFromData in -lXpm" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3767 | ac_lib_var=`echo Xpm'_'XpmCreatePixmapFromData | sed 'y%./+-%__p_%'` |
| 3768 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 3769 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 3770 | else |
| 3771 | ac_save_LIBS="$LIBS" |
| 3772 | LIBS="-lXpm -lXt $X_PRE_LIBS -lXpm -lX11 $X_EXTRA_LIBS $LIBS" |
| 3773 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3774 | #line 3775 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3775 | #include "confdefs.h" |
| 3776 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 3777 | /* We use char because int might match the return type of a gcc2 |
| 3778 | builtin and then its argument prototype would still apply. */ |
| 3779 | char XpmCreatePixmapFromData(); |
| 3780 | |
| 3781 | int main() { |
| 3782 | XpmCreatePixmapFromData() |
| 3783 | ; return 0; } |
| 3784 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3785 | if { (eval echo configure:3786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3786 | rm -rf conftest* |
| 3787 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 3788 | else |
| 3789 | echo "configure: failed program was:" >&5 |
| 3790 | cat conftest.$ac_ext >&5 |
| 3791 | rm -rf conftest* |
| 3792 | eval "ac_cv_lib_$ac_lib_var=no" |
| 3793 | fi |
| 3794 | rm -f conftest* |
| 3795 | LIBS="$ac_save_LIBS" |
| 3796 | |
| 3797 | fi |
| 3798 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 3799 | echo "$ac_t""yes" 1>&6 |
| 3800 | X_PRE_LIBS="$X_PRE_LIBS -lXpm" |
| 3801 | else |
| 3802 | echo "$ac_t""no" 1>&6 |
| 3803 | fi |
| 3804 | |
| 3805 | |
| 3806 | echo $ac_n "checking if X11 header files implicitly declare return values""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3807 | echo "configure:3808: checking if X11 header files implicitly declare return values" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3808 | cflags_save=$CFLAGS |
| 3809 | CFLAGS="$CFLAGS $X_CFLAGS -Werror" |
| 3810 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3811 | #line 3812 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3812 | #include "confdefs.h" |
| 3813 | #include <X11/Xlib.h> |
| 3814 | int main() { |
| 3815 | |
| 3816 | ; return 0; } |
| 3817 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3818 | if { (eval echo configure:3819: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3819 | rm -rf conftest* |
| 3820 | echo "$ac_t""no" 1>&6 |
| 3821 | else |
| 3822 | echo "configure: failed program was:" >&5 |
| 3823 | cat conftest.$ac_ext >&5 |
| 3824 | rm -rf conftest* |
| 3825 | CFLAGS="$CFLAGS -Wno-implicit-int" |
| 3826 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3827 | #line 3828 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3828 | #include "confdefs.h" |
| 3829 | #include <X11/Xlib.h> |
| 3830 | int main() { |
| 3831 | |
| 3832 | ; return 0; } |
| 3833 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3834 | if { (eval echo configure:3835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3835 | rm -rf conftest* |
| 3836 | echo "$ac_t""yes" 1>&6; cflags_save="$cflags_save -Wno-implicit-int" |
| 3837 | else |
| 3838 | echo "configure: failed program was:" >&5 |
| 3839 | cat conftest.$ac_ext >&5 |
| 3840 | rm -rf conftest* |
| 3841 | echo "$ac_t""test failed" 1>&6 |
| 3842 | |
| 3843 | fi |
| 3844 | rm -f conftest* |
| 3845 | |
| 3846 | fi |
| 3847 | rm -f conftest* |
| 3848 | CFLAGS=$cflags_save |
| 3849 | |
| 3850 | LDFLAGS="$ac_save_LDFLAGS" |
| 3851 | |
| 3852 | fi |
| 3853 | fi |
| 3854 | |
| 3855 | test "x$with_x" = xno -a "x$BEOS" != "xyes" -a "x$MACOSX" != "xyes" -a "x$QNX" != "xyes" && enable_gui=no |
| 3856 | |
| 3857 | echo $ac_n "checking --enable-gui argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3858 | echo "configure:3859: checking --enable-gui argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3859 | # Check whether --enable-gui or --disable-gui was given. |
| 3860 | if test "${enable_gui+set}" = set; then |
| 3861 | enableval="$enable_gui" |
| 3862 | : |
| 3863 | else |
| 3864 | enable_gui="auto" |
| 3865 | fi |
| 3866 | |
| 3867 | |
| 3868 | enable_gui_canon=`echo "_$enable_gui" | \ |
| 3869 | sed 's/[ _+-]//g;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` |
| 3870 | |
| 3871 | SKIP_GTK=YES |
| 3872 | SKIP_GTK2=YES |
| 3873 | SKIP_GNOME=YES |
Bram Moolenaar | 592e0a2 | 2004-07-03 16:05:59 +0000 | [diff] [blame] | 3874 | SKIP_KDE=YES |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3875 | SKIP_MOTIF=YES |
| 3876 | SKIP_ATHENA=YES |
| 3877 | SKIP_NEXTAW=YES |
| 3878 | SKIP_PHOTON=YES |
| 3879 | SKIP_BEOS=YES |
| 3880 | SKIP_CARBON=YES |
| 3881 | GUITYPE=NONE |
| 3882 | |
| 3883 | if test "x$BEOS" = "xyes"; then |
| 3884 | SKIP_BEOS= |
| 3885 | case "$enable_gui_canon" in |
| 3886 | no) echo "$ac_t""no GUI support" 1>&6 |
| 3887 | SKIP_BEOS=YES ;; |
| 3888 | yes|"") echo "$ac_t""yes - automatic GUI support" 1>&6 ;; |
| 3889 | auto) echo "$ac_t""auto - automatic GUI support" 1>&6 ;; |
| 3890 | beos) echo "$ac_t""BeOS GUI support" 1>&6 ;; |
| 3891 | *) echo "$ac_t""Sorry, $enable_gui GUI is not supported" 1>&6 |
| 3892 | SKIP_BEOS=YES ;; |
| 3893 | esac |
| 3894 | |
| 3895 | elif test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then |
| 3896 | SKIP_PHOTON= |
| 3897 | case "$enable_gui_canon" in |
| 3898 | no) echo "$ac_t""no GUI support" 1>&6 |
| 3899 | SKIP_PHOTON=YES ;; |
| 3900 | yes|"") echo "$ac_t""yes - automatic GUI support" 1>&6 ;; |
| 3901 | auto) echo "$ac_t""auto - automatic GUI support" 1>&6 ;; |
| 3902 | photon) echo "$ac_t""Photon GUI support" 1>&6 ;; |
| 3903 | *) echo "$ac_t""Sorry, $enable_gui GUI is not supported" 1>&6 |
| 3904 | SKIP_PHOTON=YES ;; |
| 3905 | esac |
| 3906 | |
| 3907 | elif test "x$MACOSX" = "xyes" -a "x$with_x" = "xno" ; then |
| 3908 | SKIP_CARBON= |
| 3909 | case "$enable_gui_canon" in |
| 3910 | no) echo "$ac_t""no GUI support" 1>&6 |
| 3911 | SKIP_CARBON=YES ;; |
| 3912 | yes|"") echo "$ac_t""yes - automatic GUI support" 1>&6 ;; |
| 3913 | auto) echo "$ac_t""auto - automatic GUI support" 1>&6 ;; |
| 3914 | carbon) echo "$ac_t""Carbon GUI support" 1>&6 ;; |
| 3915 | *) echo "$ac_t""Sorry, $enable_gui GUI is not supported" 1>&6 |
| 3916 | SKIP_CARBON=YES ;; |
| 3917 | esac |
| 3918 | |
| 3919 | else |
| 3920 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3921 | case "$enable_gui_canon" in |
| 3922 | no|none) echo "$ac_t""no GUI support" 1>&6 ;; |
| 3923 | yes|""|auto) echo "$ac_t""yes/auto - automatic GUI support" 1>&6 |
| 3924 | SKIP_GTK= |
| 3925 | SKIP_GTK2= |
| 3926 | SKIP_GNOME= |
| 3927 | SKIP_MOTIF= |
| 3928 | SKIP_ATHENA= |
| 3929 | SKIP_NEXTAW= |
| 3930 | SKIP_CARBON=;; |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 3931 | kde|Kde|KDE) echo "$ac_t""KDE 2.x or 3.x GUI support" 1>&6 |
| 3932 | SKIP_KDE=;; |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3933 | gtk) echo "$ac_t""GTK+ 1.x GUI support" 1>&6 |
| 3934 | SKIP_GTK=;; |
| 3935 | gtk2) echo "$ac_t""GTK+ 2.x GUI support" 1>&6 |
| 3936 | SKIP_GTK= |
| 3937 | SKIP_GTK2=;; |
| 3938 | gnome) echo "$ac_t""GNOME 1.x GUI support" 1>&6 |
| 3939 | SKIP_GNOME= |
| 3940 | SKIP_GTK=;; |
| 3941 | gnome2) echo "$ac_t""GNOME 2.x GUI support" 1>&6 |
| 3942 | SKIP_GNOME= |
| 3943 | SKIP_GTK= |
| 3944 | SKIP_GTK2=;; |
| 3945 | motif) echo "$ac_t""Motif GUI support" 1>&6 |
| 3946 | SKIP_MOTIF=;; |
| 3947 | athena) echo "$ac_t""Athena GUI support" 1>&6 |
| 3948 | SKIP_ATHENA=;; |
| 3949 | nextaw) echo "$ac_t""neXtaw GUI support" 1>&6 |
| 3950 | SKIP_NEXTAW=;; |
| 3951 | *) echo "$ac_t""Sorry, $enable_gui GUI is not supported" 1>&6 ;; |
| 3952 | esac |
| 3953 | |
| 3954 | fi |
| 3955 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 3956 | if test "x$SKIP_KDE" != "xYES" -a "$enable_gui_canon" != "kde"; then |
| 3957 | echo $ac_n "checking whether or not to look for KDE""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3958 | echo "configure:3959: checking whether or not to look for KDE" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 3959 | # Check whether --enable-kde-check or --disable-kde-check was given. |
| 3960 | if test "${enable_kde_check+set}" = set; then |
| 3961 | enableval="$enable_kde_check" |
| 3962 | : |
| 3963 | else |
| 3964 | enable_kde_check="no" |
| 3965 | fi |
| 3966 | |
| 3967 | echo "$ac_t""$enable_kde_check" 1>&6; |
| 3968 | if test "x$enable_kde_check" = "xno"; then |
| 3969 | SKIP_KDE=YES |
| 3970 | fi |
| 3971 | fi |
| 3972 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3973 | if test "x$SKIP_GTK" != "xYES" -a "$enable_gui_canon" != "gtk" -a "$enable_gui_canon" != "gtk2"; then |
| 3974 | echo $ac_n "checking whether or not to look for GTK""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3975 | echo "configure:3976: checking whether or not to look for GTK" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3976 | # Check whether --enable-gtk-check or --disable-gtk-check was given. |
| 3977 | if test "${enable_gtk_check+set}" = set; then |
| 3978 | enableval="$enable_gtk_check" |
| 3979 | : |
| 3980 | else |
| 3981 | enable_gtk_check="yes" |
| 3982 | fi |
| 3983 | |
| 3984 | echo "$ac_t""$enable_gtk_check" 1>&6 |
| 3985 | if test "x$enable_gtk_check" = "xno"; then |
| 3986 | SKIP_GTK=YES |
| 3987 | SKIP_GNOME=YES |
| 3988 | fi |
| 3989 | fi |
| 3990 | |
| 3991 | if test "x$SKIP_GTK2" != "xYES" -a "$enable_gui_canon" != "gtk2" \ |
| 3992 | -a "$enable_gui_canon" != "gnome2"; then |
| 3993 | echo $ac_n "checking whether or not to look for GTK+ 2""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 3994 | echo "configure:3995: checking whether or not to look for GTK+ 2" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 3995 | # Check whether --enable-gtk2-check or --disable-gtk2-check was given. |
| 3996 | if test "${enable_gtk2_check+set}" = set; then |
| 3997 | enableval="$enable_gtk2_check" |
| 3998 | : |
| 3999 | else |
| 4000 | enable_gtk2_check="yes" |
| 4001 | fi |
| 4002 | |
| 4003 | echo "$ac_t""$enable_gtk2_check" 1>&6 |
| 4004 | if test "x$enable_gtk2_check" = "xno"; then |
| 4005 | SKIP_GTK2=YES |
| 4006 | fi |
| 4007 | fi |
| 4008 | |
| 4009 | if test "x$SKIP_GNOME" != "xYES" -a "$enable_gui_canon" != "gnome" \ |
| 4010 | -a "$enable_gui_canon" != "gnome2"; then |
| 4011 | echo $ac_n "checking whether or not to look for GNOME""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4012 | echo "configure:4013: checking whether or not to look for GNOME" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4013 | # Check whether --enable-gnome-check or --disable-gnome-check was given. |
| 4014 | if test "${enable_gnome_check+set}" = set; then |
| 4015 | enableval="$enable_gnome_check" |
| 4016 | : |
| 4017 | else |
| 4018 | enable_gnome_check="no" |
| 4019 | fi |
| 4020 | |
| 4021 | echo "$ac_t""$enable_gnome_check" 1>&6 |
| 4022 | if test "x$enable_gnome_check" = "xno"; then |
| 4023 | SKIP_GNOME=YES |
| 4024 | fi |
| 4025 | fi |
| 4026 | |
| 4027 | if test "x$SKIP_MOTIF" != "xYES" -a "$enable_gui_canon" != "motif"; then |
| 4028 | echo $ac_n "checking whether or not to look for Motif""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4029 | echo "configure:4030: checking whether or not to look for Motif" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4030 | # Check whether --enable-motif-check or --disable-motif-check was given. |
| 4031 | if test "${enable_motif_check+set}" = set; then |
| 4032 | enableval="$enable_motif_check" |
| 4033 | : |
| 4034 | else |
| 4035 | enable_motif_check="yes" |
| 4036 | fi |
| 4037 | |
| 4038 | echo "$ac_t""$enable_motif_check" 1>&6 |
| 4039 | if test "x$enable_motif_check" = "xno"; then |
| 4040 | SKIP_MOTIF=YES |
| 4041 | fi |
| 4042 | fi |
| 4043 | |
| 4044 | if test "x$SKIP_ATHENA" != "xYES" -a "$enable_gui_canon" != "athena"; then |
| 4045 | echo $ac_n "checking whether or not to look for Athena""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4046 | echo "configure:4047: checking whether or not to look for Athena" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4047 | # Check whether --enable-athena-check or --disable-athena-check was given. |
| 4048 | if test "${enable_athena_check+set}" = set; then |
| 4049 | enableval="$enable_athena_check" |
| 4050 | : |
| 4051 | else |
| 4052 | enable_athena_check="yes" |
| 4053 | fi |
| 4054 | |
| 4055 | echo "$ac_t""$enable_athena_check" 1>&6 |
| 4056 | if test "x$enable_athena_check" = "xno"; then |
| 4057 | SKIP_ATHENA=YES |
| 4058 | fi |
| 4059 | fi |
| 4060 | |
| 4061 | if test "x$SKIP_NEXTAW" != "xYES" -a "$enable_gui_canon" != "nextaw"; then |
| 4062 | echo $ac_n "checking whether or not to look for neXtaw""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4063 | echo "configure:4064: checking whether or not to look for neXtaw" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4064 | # Check whether --enable-nextaw-check or --disable-nextaw-check was given. |
| 4065 | if test "${enable_nextaw_check+set}" = set; then |
| 4066 | enableval="$enable_nextaw_check" |
| 4067 | : |
| 4068 | else |
| 4069 | enable_nextaw_check="yes" |
| 4070 | fi |
| 4071 | |
| 4072 | echo "$ac_t""$enable_nextaw_check" 1>&6; |
| 4073 | if test "x$enable_nextaw_check" = "xno"; then |
| 4074 | SKIP_NEXTAW=YES |
| 4075 | fi |
| 4076 | fi |
| 4077 | |
| 4078 | if test "x$SKIP_CARBON" != "xYES" -a "$enable_gui_canon" != "carbon"; then |
| 4079 | echo $ac_n "checking whether or not to look for Carbon""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4080 | echo "configure:4081: checking whether or not to look for Carbon" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4081 | # Check whether --enable-carbon-check or --disable-carbon-check was given. |
| 4082 | if test "${enable_carbon_check+set}" = set; then |
| 4083 | enableval="$enable_carbon_check" |
| 4084 | : |
| 4085 | else |
| 4086 | enable_carbon_check="yes" |
| 4087 | fi |
| 4088 | |
| 4089 | echo "$ac_t""$enable_carbon_check" 1>&6; |
| 4090 | if test "x$enable_carbon_check" = "xno"; then |
| 4091 | SKIP_CARBON=YES |
| 4092 | fi |
| 4093 | fi |
| 4094 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4095 | |
| 4096 | if test -z "$SKIP_KDE"; then |
| 4097 | # Check whether --with-qt-dir or --without-qt-dir was given. |
| 4098 | if test "${with_qt_dir+set}" = set; then |
| 4099 | withval="$with_qt_dir" |
| 4100 | |
| 4101 | ROOTQT="$withval" |
| 4102 | MOC="$withval"/bin/moc |
| 4103 | QT_INCLUDES="$withval"/include |
| 4104 | QT_LIBS="$withval"/lib |
| 4105 | |
| 4106 | fi |
| 4107 | |
| 4108 | |
| 4109 | if test "x$ROOTQT" = "x"; then |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4110 | if test -z "$QTDIR"; then |
| 4111 | # Extract the first word of "moc", so it can be a program name with args. |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4112 | set dummy moc; ac_word=$2 |
| 4113 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4114 | echo "configure:4115: checking for $ac_word" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4115 | if eval "test \"`echo '$''{'ac_cv_path_MOC'+set}'`\" = set"; then |
| 4116 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4117 | else |
| 4118 | case "$MOC" in |
| 4119 | /*) |
| 4120 | ac_cv_path_MOC="$MOC" # Let the user override the test with a path. |
| 4121 | ;; |
| 4122 | ?:/*) |
| 4123 | ac_cv_path_MOC="$MOC" # Let the user override the test with a dos path. |
| 4124 | ;; |
| 4125 | *) |
| 4126 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4127 | ac_dummy="$PATH" |
| 4128 | for ac_dir in $ac_dummy; do |
| 4129 | test -z "$ac_dir" && ac_dir=. |
| 4130 | if test -f $ac_dir/$ac_word; then |
| 4131 | ac_cv_path_MOC="$ac_dir/$ac_word" |
| 4132 | break |
| 4133 | fi |
| 4134 | done |
| 4135 | IFS="$ac_save_ifs" |
| 4136 | test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="no" |
| 4137 | ;; |
| 4138 | esac |
| 4139 | fi |
| 4140 | MOC="$ac_cv_path_MOC" |
| 4141 | if test -n "$MOC"; then |
| 4142 | echo "$ac_t""$MOC" 1>&6 |
| 4143 | else |
| 4144 | echo "$ac_t""no" 1>&6 |
| 4145 | fi |
| 4146 | |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4147 | if test "x$MOC" = "xno"; then |
| 4148 | { echo "configure: error: could not find Qt directory" 1>&2; exit 1; } |
| 4149 | else |
| 4150 | ROOTQT=`echo $MOC | sed 's+/bin/moc++'` |
| 4151 | fi |
| 4152 | else |
| 4153 | ROOTQT="$QTDIR" |
| 4154 | fi |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4155 | fi |
| 4156 | MOC="$ROOTQT"/bin/moc |
| 4157 | QT_INCLUDES="$ROOTQT"/include |
| 4158 | QT_LIBS="$ROOTQT"/lib |
| 4159 | |
| 4160 | # Check whether --with-qt-includes or --without-qt-includes was given. |
| 4161 | if test "${with_qt_includes+set}" = set; then |
| 4162 | withval="$with_qt_includes" |
| 4163 | QT_INCLUDES="$withval" |
| 4164 | |
| 4165 | fi |
| 4166 | |
| 4167 | |
| 4168 | # Check whether --with-qt-libraries or --without-qt-libraries was given. |
| 4169 | if test "${with_qt_libraries+set}" = set; then |
| 4170 | withval="$with_qt_libraries" |
| 4171 | QT_LIBS="$withval" |
| 4172 | |
| 4173 | fi |
| 4174 | |
| 4175 | |
| 4176 | if test "x$QT_LIBS" = "x" ; then |
| 4177 | QT_LIBS="$ROOTQT"/lib |
| 4178 | fi |
| 4179 | if test "x$QT_INCLUDES" = "x" ; then |
| 4180 | QT_INCLUDES="$ROOTQT"/include |
| 4181 | fi |
| 4182 | |
| 4183 | echo $ac_n "checking whether or not to use a KDE Toolbar in KVim""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4184 | echo "configure:4185: checking whether or not to use a KDE Toolbar in KVim" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4185 | # Check whether --enable-kde-toolbar or --disable-kde-toolbar was given. |
| 4186 | if test "${enable_kde_toolbar+set}" = set; then |
| 4187 | enableval="$enable_kde_toolbar" |
| 4188 | : |
| 4189 | else |
| 4190 | enable_kde_toolbar="no" |
| 4191 | fi |
| 4192 | |
| 4193 | if test "x$enable_kde_toolbar" != "xno"; then |
| 4194 | cat >> confdefs.h <<\EOF |
| 4195 | #define FEAT_KDETOOLBAR 1 |
| 4196 | EOF |
| 4197 | |
| 4198 | fi |
| 4199 | echo "$ac_t""$enable_kde_toolbar" 1>&6; |
| 4200 | fi |
| 4201 | |
| 4202 | |
| 4203 | if test -z "$SKIP_KDE"; then |
| 4204 | |
| 4205 | |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4206 | |
| 4207 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4208 | echo $ac_n "checking --disable-rpath argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4209 | echo "configure:4210: checking --disable-rpath argument" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4210 | # Check whether --enable-rpath or --disable-rpath was given. |
| 4211 | if test "${enable_rpath+set}" = set; then |
| 4212 | enableval="$enable_rpath" |
| 4213 | : |
| 4214 | else |
| 4215 | enable_rpath="yes" |
| 4216 | fi |
| 4217 | |
| 4218 | if test "$enable_rpath" = "yes"; then |
| 4219 | echo "$ac_t""no" 1>&6 |
| 4220 | else |
| 4221 | echo "$ac_t""yes" 1>&6 |
| 4222 | fi |
| 4223 | |
| 4224 | echo $ac_n "checking --with-kde-prefix argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4225 | echo "configure:4226: checking --with-kde-prefix argument" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4226 | # Check whether --with-kde-prefix or --without-kde-prefix was given. |
| 4227 | if test "${with_kde_prefix+set}" = set; then |
| 4228 | withval="$with_kde_prefix" |
| 4229 | kde_config_prefix="$withval"; |
| 4230 | echo "$ac_t""$kde_config_prefix" 1>&6 |
| 4231 | else |
| 4232 | kde_config_prefix="";echo "$ac_t""no" 1>&6 |
| 4233 | fi |
| 4234 | |
| 4235 | |
| 4236 | # Check whether --with-kde-includes or --without-kde-includes was given. |
| 4237 | if test "${with_kde_includes+set}" = set; then |
| 4238 | withval="$with_kde_includes" |
| 4239 | KDE_INCLUDES="$withval" |
| 4240 | |
| 4241 | fi |
| 4242 | |
| 4243 | |
| 4244 | # Check whether --with-kde-libraries or --without-kde-libraries was given. |
| 4245 | if test "${with_kde_libraries+set}" = set; then |
| 4246 | withval="$with_kde_libraries" |
| 4247 | KDE_LIBS="$withval" |
| 4248 | |
| 4249 | fi |
| 4250 | |
| 4251 | |
| 4252 | echo $ac_n "checking --disable-kdetest argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4253 | echo "configure:4254: checking --disable-kdetest argument" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4254 | # Check whether --enable-kdetest or --disable-kdetest was given. |
| 4255 | if test "${enable_kdetest+set}" = set; then |
| 4256 | enableval="$enable_kdetest" |
| 4257 | enable_kdetest=yes |
| 4258 | fi |
| 4259 | |
| 4260 | |
| 4261 | if test "x$enable_kdetest" = "xyes" ; then |
| 4262 | echo "$ac_t""kde test enabled" 1>&6 |
| 4263 | else |
| 4264 | echo "$ac_t""kde test disabled" 1>&6 |
| 4265 | fi |
| 4266 | |
| 4267 | if test "x$kde_config_prefix" != "x" ; then |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4268 | KDE_CONFIG=$kde_config_prefix/bin/kde-config |
| 4269 | fi |
| 4270 | |
| 4271 | if test "X$KDE_CONFIG" = "X"; then |
| 4272 | # Extract the first word of "kde-config", so it can be a program name with args. |
| 4273 | set dummy kde-config; ac_word=$2 |
| 4274 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4275 | echo "configure:4276: checking for $ac_word" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4276 | if eval "test \"`echo '$''{'ac_cv_path_KDE_CONFIG'+set}'`\" = set"; then |
| 4277 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4278 | else |
| 4279 | case "$KDE_CONFIG" in |
| 4280 | /*) |
| 4281 | ac_cv_path_KDE_CONFIG="$KDE_CONFIG" # Let the user override the test with a path. |
| 4282 | ;; |
| 4283 | ?:/*) |
| 4284 | ac_cv_path_KDE_CONFIG="$KDE_CONFIG" # Let the user override the test with a dos path. |
| 4285 | ;; |
| 4286 | *) |
| 4287 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4288 | ac_dummy="$PATH" |
| 4289 | for ac_dir in $ac_dummy; do |
| 4290 | test -z "$ac_dir" && ac_dir=. |
| 4291 | if test -f $ac_dir/$ac_word; then |
| 4292 | ac_cv_path_KDE_CONFIG="$ac_dir/$ac_word" |
| 4293 | break |
| 4294 | fi |
| 4295 | done |
| 4296 | IFS="$ac_save_ifs" |
| 4297 | test -z "$ac_cv_path_KDE_CONFIG" && ac_cv_path_KDE_CONFIG="no" |
| 4298 | ;; |
| 4299 | esac |
| 4300 | fi |
| 4301 | KDE_CONFIG="$ac_cv_path_KDE_CONFIG" |
| 4302 | if test -n "$KDE_CONFIG"; then |
| 4303 | echo "$ac_t""$KDE_CONFIG" 1>&6 |
| 4304 | else |
| 4305 | echo "$ac_t""no" 1>&6 |
| 4306 | fi |
| 4307 | |
| 4308 | else |
| 4309 | echo "$ac_t""Using KDE configuration program $KDE_CONFIG" 1>&6 |
| 4310 | fi |
| 4311 | |
| 4312 | if test "X$KDE_CONFIG" != "X" ; then |
| 4313 | |
| 4314 | if test "X$KDE_CONFIG" != "X"; then |
| 4315 | min_kde_version=2.0.0 |
| 4316 | echo $ac_n "checking for KDE version >= $min_kde_version""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4317 | echo "configure:4318: checking for KDE version >= $min_kde_version" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4318 | no_kde="" |
| 4319 | if test "$KDE_CONFIG" = "no" ; then |
| 4320 | no_kde=yes |
| 4321 | else |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4322 | KDE_PREFIX=`$KDE_CONFIG --prefix` |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4323 | if test "x$KDE_LIBS" = "x"; then |
| 4324 | KDE_LIBS="$KDE_PREFIX/lib" |
| 4325 | fi |
| 4326 | if test "x$KDE_INCLUDES" = "x"; then |
Bram Moolenaar | 592e0a2 | 2004-07-03 16:05:59 +0000 | [diff] [blame] | 4327 | KDE_INCLUDES="$KDE_PREFIX/include" |
| 4328 | if test -d "$KDE_INCLUDES/kde"; then |
| 4329 | KDE_INCLUDES="$KDE_INCLUDES/kde" |
| 4330 | fi |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4331 | fi |
| 4332 | kde_major_version=`$KDE_CONFIG --version | grep KDE | \ |
| 4333 | sed 's/KDE:\ //' | sed 's/\([0-9]*\).\([0-9]*.*\)/\1/'` |
| 4334 | kde_minor_version=`$KDE_CONFIG --version | grep KDE | \ |
| 4335 | sed 's/KDE:\ //' | sed 's/\([0-9]*\).\([0-9]*.*\)/\2/'` |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4336 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4337 | qt_major_version=`$KDE_CONFIG --version | grep Qt | sed -e \ |
| 4338 | 's/Qt:\ //' | sed 's/\([0-9]*\).\([0-9]*.*\)/\1/'` |
| 4339 | qt_minor_version=`$KDE_CONFIG --version | grep Qt | sed -e \ |
| 4340 | 's/Qt:\ //' | sed 's/\([0-9]*\).\([0-9]*.*\)/\2/'` |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4341 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4342 | if test "x$enable-kdetest" = "xyes" ; then |
| 4343 | ac_save_LIBS="$LIBS" |
| 4344 | LIBS="$LIBS $KDE_LIBS" |
| 4345 | |
| 4346 | if test "$cross_compiling" = yes; then |
| 4347 | echo $ac_n "cross compiling KDE ? ? how can i remove that ? :)" |
| 4348 | else |
| 4349 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4350 | #line 4351 "configure" |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4351 | #include "confdefs.h" |
| 4352 | |
| 4353 | #include <stdio.h> |
| 4354 | int |
| 4355 | main() |
| 4356 | { return 0; } |
| 4357 | |
| 4358 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4359 | if { (eval echo configure:4360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4360 | then |
| 4361 | : |
| 4362 | else |
| 4363 | echo "configure: failed program was:" >&5 |
| 4364 | cat conftest.$ac_ext >&5 |
| 4365 | rm -fr conftest* |
| 4366 | no_kde=yes |
| 4367 | fi |
| 4368 | rm -fr conftest* |
| 4369 | fi |
| 4370 | |
| 4371 | LIBS="$ac_save_LIBS" |
| 4372 | fi |
| 4373 | fi |
| 4374 | if test "x$no_kde" = x ; then |
| 4375 | echo "$ac_t""found KDE $kde_major_version.$kde_minor_version" 1>&6 |
| 4376 | GUI_LIB_LOC="-L$KDE_LIBS -lkdeui -lkdecore -lDCOP" |
| 4377 | GUI_INC_LOC="-I$KDE_INCLUDES" |
| 4378 | KDEDIR="$KDE_PREFIX" |
| 4379 | else |
| 4380 | echo "$ac_t""no" 1>&6 |
| 4381 | KDE_LIBS="" |
| 4382 | : |
| 4383 | fi |
| 4384 | else |
| 4385 | echo "$ac_t""no" 1>&6 |
| 4386 | KDE_LIBS="" |
| 4387 | : |
| 4388 | fi |
| 4389 | |
| 4390 | |
| 4391 | |
| 4392 | |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4393 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4394 | if test "x$KDE_PREFIX" != "x"; then |
| 4395 | echo $ac_n "checking for QT version $qt_major_version.x""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4396 | echo "configure:4397: checking for QT version $qt_major_version.x" >&5 |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4397 | if test "x$ROOTQT" != "x" ; then |
| 4398 | GUI_INC_LOC="-I$QT_INCLUDES $GUI_INC_LOC" |
| 4399 | if test $qt_major_version -lt 2; then |
| 4400 | { echo "configure: error: Your QT version is prior to 2.0; KDE 2.x and 3.x require at least QT 2" 1>&2; exit 1; } |
| 4401 | fi |
| 4402 | if test "`(uname) 2>/dev/null`" = "FreeBSD"; then |
| 4403 | CFLAGS="$CFLAGS -D_THREAD_SAFE" |
| 4404 | CXXFLAGS="$CXXFLAGS -D_THREAD_SAFE" |
| 4405 | GUI_LIB_LOC="$GUI_LIB_LOC -pthread" |
| 4406 | LIBS="$LIBS -pthread" |
| 4407 | fi |
| 4408 | |
| 4409 | if test "x$enable_rpath" = "xyes"; then |
| 4410 | if test $qt_major_version = 2; then |
| 4411 | GUI_LIB_LOC="-L$KDE_LIBS -lkfile -L$QT_LIBS -lqt $GUI_LIB_LOC \ |
| 4412 | -Wl,--rpath -Wl,$KDE_LIBS -Wl,--rpath -Wl,$QT_LIBS" |
| 4413 | else |
| 4414 | GUI_LIB_LOC="-L$KDE_LIBS -lkio -L$QT_LIBS -lqt-mt $GUI_LIB_LOC \ |
| 4415 | -Wl,--rpath -Wl,$KDE_LIBS -Wl,--rpath -Wl,$QT_LIBS" |
| 4416 | fi |
| 4417 | else |
| 4418 | if test $qt_major_version = 2; then |
| 4419 | GUI_LIB_LOC="-L$KDE_LIBS -lkfile -L$QT_LIBS -lqt $GUI_LIB_LOC" |
| 4420 | else |
| 4421 | GUI_LIB_LOC="-L$KDE_LIBS -lkio -L$QT_LIBS -lqt-mt $GUI_LIB_LOC" |
| 4422 | fi |
| 4423 | fi |
| 4424 | |
| 4425 | GUI_INC_LOC="`echo $GUI_INC_LOC\ | sed 's%-I/usr/include %%'`" |
| 4426 | |
| 4427 | echo "$ac_t""found $qt_major_version.$qt_minor_version in $ROOTQT" 1>&6 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4428 | |
| 4429 | |
| 4430 | qt_incdir=NO |
| 4431 | for i in $QT_INCLUDES; |
| 4432 | do |
| 4433 | for j in qstyle.h; |
| 4434 | do |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4435 | echo "configure: 4436: $i/$j" >&5 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4436 | if test -r "$i/$j"; then |
| 4437 | echo "taking that" >&5 |
| 4438 | qt_incdir=$i |
| 4439 | break 2 |
| 4440 | fi |
| 4441 | done |
| 4442 | done |
| 4443 | |
| 4444 | if test "x$qt_incdir" = "xNO"; then |
| 4445 | { echo "configure: error: Could not find Qt headers in $QT_INCLUDES" 1>&2; exit 1; } |
| 4446 | fi |
| 4447 | |
| 4448 | kde_incdir=NO |
| 4449 | for i in $KDE_INCLUDES; |
| 4450 | do |
| 4451 | for j in kapplication.h; |
| 4452 | do |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4453 | echo "configure: 4454: $i/$j" >&5 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4454 | if test -r "$i/$j"; then |
| 4455 | echo "taking that" >&5 |
| 4456 | kde_incdir=$i |
| 4457 | break 2 |
| 4458 | fi |
| 4459 | done |
| 4460 | done |
| 4461 | |
| 4462 | if test "x$kde_incdir" = "xNO"; then |
| 4463 | { echo "configure: error: Could not find KDE headers in $KDE_INCLUDES" 1>&2; exit 1; } |
| 4464 | fi |
| 4465 | |
| 4466 | |
| 4467 | ac_ext=C |
| 4468 | # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 4469 | ac_cpp='$CXXCPP $CPPFLAGS' |
| 4470 | ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
| 4471 | ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 4472 | cross_compiling=$ac_cv_prog_cxx_cross |
| 4473 | |
| 4474 | ac_save_LIBS="$LIBS" |
| 4475 | LIBS="$GUI_LIB_LOC" |
| 4476 | ac_save_CXXFLAGS="$CXXFLAGS" |
| 4477 | CXXFLAGS="$CXXFLAGS $GUI_INC_LOC" |
| 4478 | echo $ac_n "checking whether Qt libraries are usable""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4479 | echo "configure:4480: checking whether Qt libraries are usable" >&5 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4480 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4481 | #line 4482 "configure" |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4482 | #include "confdefs.h" |
| 4483 | #include <qapplication.h> |
| 4484 | int main() { |
| 4485 | |
| 4486 | int argc; |
| 4487 | char** argv; |
| 4488 | QApplication app(argc, argv); |
| 4489 | |
| 4490 | ; return 0; } |
| 4491 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4492 | if { (eval echo configure:4493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4493 | rm -rf conftest* |
| 4494 | echo "$ac_t""yes" 1>&6 |
| 4495 | else |
| 4496 | echo "configure: failed program was:" >&5 |
| 4497 | cat conftest.$ac_ext >&5 |
| 4498 | rm -rf conftest* |
| 4499 | echo "$ac_t""no" 1>&6;{ echo "configure: error: Qt fails to link a simple application" 1>&2; exit 1; } |
| 4500 | fi |
| 4501 | rm -f conftest* |
| 4502 | |
| 4503 | echo $ac_n "checking whether KDE libraries are usable""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4504 | echo "configure:4505: checking whether KDE libraries are usable" >&5 |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4505 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4506 | #line 4507 "configure" |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4507 | #include "confdefs.h" |
| 4508 | #include <kapplication.h> |
| 4509 | int main() { |
| 4510 | |
| 4511 | int argc; |
| 4512 | char** argv; |
| 4513 | KApplication app(argc, argv); |
| 4514 | |
| 4515 | ; return 0; } |
| 4516 | EOF |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4517 | if { (eval echo configure:4518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 4518 | rm -rf conftest* |
| 4519 | echo "$ac_t""yes" 1>&6 |
| 4520 | else |
| 4521 | echo "configure: failed program was:" >&5 |
| 4522 | cat conftest.$ac_ext >&5 |
| 4523 | rm -rf conftest* |
| 4524 | echo "$ac_t""no" 1>&6;{ echo "configure: error: KDE fails to link a simple application" 1>&2; exit 1; } |
| 4525 | fi |
| 4526 | rm -f conftest* |
| 4527 | |
| 4528 | LIBS="$ac_save_LIBS" |
| 4529 | CXXFLAGS="$ac_save_CXXFLAGS" |
| 4530 | ac_ext=c |
| 4531 | # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. |
| 4532 | ac_cpp='$CPP $CPPFLAGS' |
| 4533 | ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' |
| 4534 | ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' |
| 4535 | cross_compiling=$ac_cv_prog_cc_cross |
| 4536 | |
| 4537 | |
| 4538 | |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 4539 | SKIP_GTK=YES |
| 4540 | SKIP_ATHENA=YES |
| 4541 | SKIP_MOTIF=YES |
| 4542 | GUITYPE=KDE |
| 4543 | |
| 4544 | |
| 4545 | |
| 4546 | |
| 4547 | |
| 4548 | cat >> confdefs.h <<\EOF |
| 4549 | #define FEAT_GUI_KDE 1 |
| 4550 | EOF |
| 4551 | |
| 4552 | else |
| 4553 | { echo "configure: error: Detected QT version mismatched" 1>&2; exit 1; } |
| 4554 | fi |
| 4555 | else |
| 4556 | { echo "configure: error: Could not find KDE installation prefix" 1>&2; exit 1; } |
| 4557 | fi |
| 4558 | fi |
| 4559 | fi |
| 4560 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4561 | if test "x$MACOSX" = "xyes" -a -z "$SKIP_CARBON" -a "x$CARBON" = "xyes"; then |
| 4562 | echo $ac_n "checking for Carbon GUI""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4563 | echo "configure:4564: checking for Carbon GUI" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4564 | echo "$ac_t""yes" 1>&6; |
| 4565 | GUITYPE=CARBONGUI |
| 4566 | SKIP_GTK=YES; |
| 4567 | SKIP_GTK2=YES; |
| 4568 | SKIP_GNOME=YES; |
| 4569 | SKIP_MOTIF=YES; |
| 4570 | SKIP_ATHENA=YES; |
| 4571 | SKIP_NEXTAW=YES; |
| 4572 | SKIP_PHOTON=YES; |
| 4573 | SKIP_BEOS=YES; |
| 4574 | SKIP_CARBON=YES |
| 4575 | fi |
| 4576 | |
| 4577 | |
| 4578 | |
| 4579 | |
| 4580 | |
| 4581 | |
| 4582 | |
| 4583 | |
| 4584 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4585 | if test -z "$SKIP_GTK"; then |
| 4586 | |
| 4587 | echo $ac_n "checking --with-gtk-prefix argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4588 | echo "configure:4589: checking --with-gtk-prefix argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4589 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. |
| 4590 | if test "${with_gtk_prefix+set}" = set; then |
| 4591 | withval="$with_gtk_prefix" |
| 4592 | gtk_config_prefix="$withval"; echo "$ac_t""$gtk_config_prefix" 1>&6 |
| 4593 | else |
| 4594 | gtk_config_prefix=""; echo "$ac_t""no" 1>&6 |
| 4595 | fi |
| 4596 | |
| 4597 | |
| 4598 | echo $ac_n "checking --with-gtk-exec-prefix argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4599 | echo "configure:4600: checking --with-gtk-exec-prefix argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4600 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. |
| 4601 | if test "${with_gtk_exec_prefix+set}" = set; then |
| 4602 | withval="$with_gtk_exec_prefix" |
| 4603 | gtk_config_exec_prefix="$withval"; echo "$ac_t""$gtk_config_prefix" 1>&6 |
| 4604 | else |
| 4605 | gtk_config_exec_prefix=""; echo "$ac_t""no" 1>&6 |
| 4606 | fi |
| 4607 | |
| 4608 | |
| 4609 | echo $ac_n "checking --disable-gtktest argument""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4610 | echo "configure:4611: checking --disable-gtktest argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4611 | # Check whether --enable-gtktest or --disable-gtktest was given. |
| 4612 | if test "${enable_gtktest+set}" = set; then |
| 4613 | enableval="$enable_gtktest" |
| 4614 | : |
| 4615 | else |
| 4616 | enable_gtktest=yes |
| 4617 | fi |
| 4618 | |
| 4619 | if test "x$enable_gtktest" = "xyes" ; then |
| 4620 | echo "$ac_t""gtk test enabled" 1>&6 |
| 4621 | else |
| 4622 | echo "$ac_t""gtk test disabled" 1>&6 |
| 4623 | fi |
| 4624 | |
| 4625 | if test "x$gtk_config_prefix" != "x" ; then |
| 4626 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" |
| 4627 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config |
| 4628 | fi |
| 4629 | if test "x$gtk_config_exec_prefix" != "x" ; then |
| 4630 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" |
| 4631 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config |
| 4632 | fi |
| 4633 | if test "X$GTK_CONFIG" = "X"; then |
| 4634 | # Extract the first word of "gtk-config", so it can be a program name with args. |
| 4635 | set dummy gtk-config; ac_word=$2 |
| 4636 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4637 | echo "configure:4638: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4638 | if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
| 4639 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4640 | else |
| 4641 | case "$GTK_CONFIG" in |
| 4642 | /*) |
| 4643 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. |
| 4644 | ;; |
| 4645 | ?:/*) |
| 4646 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path. |
| 4647 | ;; |
| 4648 | *) |
| 4649 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4650 | ac_dummy="$PATH" |
| 4651 | for ac_dir in $ac_dummy; do |
| 4652 | test -z "$ac_dir" && ac_dir=. |
| 4653 | if test -f $ac_dir/$ac_word; then |
| 4654 | ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word" |
| 4655 | break |
| 4656 | fi |
| 4657 | done |
| 4658 | IFS="$ac_save_ifs" |
| 4659 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" |
| 4660 | ;; |
| 4661 | esac |
| 4662 | fi |
| 4663 | GTK_CONFIG="$ac_cv_path_GTK_CONFIG" |
| 4664 | if test -n "$GTK_CONFIG"; then |
| 4665 | echo "$ac_t""$GTK_CONFIG" 1>&6 |
| 4666 | else |
| 4667 | echo "$ac_t""no" 1>&6 |
| 4668 | fi |
| 4669 | |
| 4670 | if test "X$GTK_CONFIG" = "Xno"; then |
| 4671 | # Extract the first word of "gtk12-config", so it can be a program name with args. |
| 4672 | set dummy gtk12-config; ac_word=$2 |
| 4673 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4674 | echo "configure:4675: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4675 | if eval "test \"`echo '$''{'ac_cv_path_GTK12_CONFIG'+set}'`\" = set"; then |
| 4676 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4677 | else |
| 4678 | case "$GTK12_CONFIG" in |
| 4679 | /*) |
| 4680 | ac_cv_path_GTK12_CONFIG="$GTK12_CONFIG" # Let the user override the test with a path. |
| 4681 | ;; |
| 4682 | ?:/*) |
| 4683 | ac_cv_path_GTK12_CONFIG="$GTK12_CONFIG" # Let the user override the test with a dos path. |
| 4684 | ;; |
| 4685 | *) |
| 4686 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4687 | ac_dummy="$PATH" |
| 4688 | for ac_dir in $ac_dummy; do |
| 4689 | test -z "$ac_dir" && ac_dir=. |
| 4690 | if test -f $ac_dir/$ac_word; then |
| 4691 | ac_cv_path_GTK12_CONFIG="$ac_dir/$ac_word" |
| 4692 | break |
| 4693 | fi |
| 4694 | done |
| 4695 | IFS="$ac_save_ifs" |
| 4696 | test -z "$ac_cv_path_GTK12_CONFIG" && ac_cv_path_GTK12_CONFIG="no" |
| 4697 | ;; |
| 4698 | esac |
| 4699 | fi |
| 4700 | GTK12_CONFIG="$ac_cv_path_GTK12_CONFIG" |
| 4701 | if test -n "$GTK12_CONFIG"; then |
| 4702 | echo "$ac_t""$GTK12_CONFIG" 1>&6 |
| 4703 | else |
| 4704 | echo "$ac_t""no" 1>&6 |
| 4705 | fi |
| 4706 | |
| 4707 | GTK_CONFIG="$GTK12_CONFIG" |
| 4708 | fi |
| 4709 | else |
| 4710 | echo "$ac_t""Using GTK configuration program $GTK_CONFIG" 1>&6 |
| 4711 | fi |
| 4712 | if test "X$PKG_CONFIG" = "X"; then |
| 4713 | # Extract the first word of "pkg-config", so it can be a program name with args. |
| 4714 | set dummy pkg-config; ac_word=$2 |
| 4715 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4716 | echo "configure:4717: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4717 | if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then |
| 4718 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 4719 | else |
| 4720 | case "$PKG_CONFIG" in |
| 4721 | /*) |
| 4722 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. |
| 4723 | ;; |
| 4724 | ?:/*) |
| 4725 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path. |
| 4726 | ;; |
| 4727 | *) |
| 4728 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 4729 | ac_dummy="$PATH" |
| 4730 | for ac_dir in $ac_dummy; do |
| 4731 | test -z "$ac_dir" && ac_dir=. |
| 4732 | if test -f $ac_dir/$ac_word; then |
| 4733 | ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" |
| 4734 | break |
| 4735 | fi |
| 4736 | done |
| 4737 | IFS="$ac_save_ifs" |
| 4738 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" |
| 4739 | ;; |
| 4740 | esac |
| 4741 | fi |
| 4742 | PKG_CONFIG="$ac_cv_path_PKG_CONFIG" |
| 4743 | if test -n "$PKG_CONFIG"; then |
| 4744 | echo "$ac_t""$PKG_CONFIG" 1>&6 |
| 4745 | else |
| 4746 | echo "$ac_t""no" 1>&6 |
| 4747 | fi |
| 4748 | |
| 4749 | fi |
| 4750 | |
| 4751 | if test "x$GTK_CONFIG:$PKG_CONFIG" != "xno:no"; then |
| 4752 | if test "X$SKIP_GTK2" != "XYES"; then |
| 4753 | |
| 4754 | if test "X$GTK_CONFIG" != "Xno" -o "X$PKG_CONFIG" != "Xno"; then |
| 4755 | { |
| 4756 | min_gtk_version=2.2.0 |
| 4757 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
Bram Moolenaar | 21cf823 | 2004-07-16 20:18:37 +0000 | [diff] [blame] | 4758 | echo "configure:4759: checking for GTK - version >= $min_gtk_version" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4759 | no_gtk="" |
| 4760 | if (test "X$SKIP_GTK2" != "XYES" -a "X$PKG_CONFIG" != "Xno") \ |
| 4761 | && $PKG_CONFIG --exists gtk+-2.0; then |
| 4762 | { |
| 4763 | GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0` |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4764 | GTK_LIBDIR=`$PKG_CONFIG --libs-only-L gtk+-2.0` |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4765 | GTK_LIBS=`$PKG_CONFIG --libs gtk+-2.0` |
| 4766 | gtk_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ |
| 4767 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'` |
| 4768 | gtk_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ |
| 4769 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/'` |
| 4770 | gtk_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ |
| 4771 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'` |
| 4772 | } |
| 4773 | elif test "X$GTK_CONFIG" != "Xno"; then |
| 4774 | { |
| 4775 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4776 | GTK_LIBDIR= |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4777 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` |
| 4778 | gtk_major_version=`$GTK_CONFIG $gtk_config_args --version | \ |
| 4779 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'` |
| 4780 | gtk_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ |
| 4781 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/'` |
| 4782 | gtk_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ |
| 4783 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'` |
| 4784 | } |
| 4785 | else |
| 4786 | no_gtk=yes |
| 4787 | fi |
| 4788 | |
| 4789 | if test "x$enable_gtktest" = "xyes" -a "x$no_gtk" = "x"; then |
| 4790 | { |
| 4791 | ac_save_CFLAGS="$CFLAGS" |
| 4792 | ac_save_LIBS="$LIBS" |
| 4793 | CFLAGS="$CFLAGS $GTK_CFLAGS" |
| 4794 | LIBS="$LIBS $GTK_LIBS" |
| 4795 | |
| 4796 | rm -f conf.gtktest |
| 4797 | if test "$cross_compiling" = yes; then |
| 4798 | echo $ac_n "cross compiling; assumed OK... $ac_c" |
| 4799 | else |
| 4800 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4801 | #line 4802 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4802 | #include "confdefs.h" |
| 4803 | |
| 4804 | #include <gtk/gtk.h> |
| 4805 | #include <stdio.h> |
| 4806 | |
| 4807 | int |
| 4808 | main () |
| 4809 | { |
| 4810 | int major, minor, micro; |
| 4811 | char *tmp_version; |
| 4812 | |
| 4813 | system ("touch conf.gtktest"); |
| 4814 | |
| 4815 | /* HP/UX 9 (%@#!) writes to sscanf strings */ |
| 4816 | tmp_version = g_strdup("$min_gtk_version"); |
| 4817 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { |
| 4818 | printf("%s, bad version string\n", "$min_gtk_version"); |
| 4819 | exit(1); |
| 4820 | } |
| 4821 | |
| 4822 | if ((gtk_major_version > major) || |
| 4823 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || |
| 4824 | ((gtk_major_version == major) && (gtk_minor_version == minor) && |
| 4825 | (gtk_micro_version >= micro))) |
| 4826 | { |
| 4827 | return 0; |
| 4828 | } |
| 4829 | return 1; |
| 4830 | } |
| 4831 | |
| 4832 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4833 | if { (eval echo configure:4834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4834 | then |
| 4835 | : |
| 4836 | else |
| 4837 | echo "configure: failed program was:" >&5 |
| 4838 | cat conftest.$ac_ext >&5 |
| 4839 | rm -fr conftest* |
| 4840 | no_gtk=yes |
| 4841 | fi |
| 4842 | rm -fr conftest* |
| 4843 | fi |
| 4844 | |
| 4845 | CFLAGS="$ac_save_CFLAGS" |
| 4846 | LIBS="$ac_save_LIBS" |
| 4847 | } |
| 4848 | fi |
| 4849 | if test "x$no_gtk" = x ; then |
| 4850 | if test "x$enable_gtktest" = "xyes"; then |
| 4851 | echo "$ac_t""yes; found version $gtk_major_version.$gtk_minor_version.$gtk_micro_version" 1>&6 |
| 4852 | else |
| 4853 | echo "$ac_t""found version $gtk_major_version.$gtk_minor_version.$gtk_micro_version" 1>&6 |
| 4854 | fi |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4855 | GUI_LIB_LOC="$GTK_LIBDIR" |
| 4856 | GTK_LIBNAME="$GTK_LIBS" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4857 | GUI_INC_LOC="$GTK_CFLAGS" |
| 4858 | else |
| 4859 | { |
| 4860 | echo "$ac_t""no" 1>&6 |
| 4861 | GTK_CFLAGS="" |
| 4862 | GTK_LIBS="" |
| 4863 | : |
| 4864 | } |
| 4865 | fi |
| 4866 | } |
| 4867 | else |
| 4868 | GTK_CFLAGS="" |
| 4869 | GTK_LIBS="" |
| 4870 | : |
| 4871 | fi |
| 4872 | |
| 4873 | |
| 4874 | rm -f conf.gtktest |
| 4875 | |
| 4876 | if test "x$GTK_CFLAGS" != "x"; then |
| 4877 | SKIP_ATHENA=YES |
| 4878 | SKIP_NEXTAW=YES |
| 4879 | SKIP_MOTIF=YES |
| 4880 | GUITYPE=GTK |
| 4881 | |
| 4882 | fi |
| 4883 | fi |
| 4884 | |
| 4885 | if test "x$GUITYPE" != "xGTK"; then |
| 4886 | SKIP_GTK2=YES |
| 4887 | |
| 4888 | if test "X$GTK_CONFIG" != "Xno" -o "X$PKG_CONFIG" != "Xno"; then |
| 4889 | { |
| 4890 | min_gtk_version=1.1.16 |
| 4891 | echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4892 | echo "configure:4893: checking for GTK - version >= $min_gtk_version" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4893 | no_gtk="" |
| 4894 | if (test "X$SKIP_GTK2" != "XYES" -a "X$PKG_CONFIG" != "Xno") \ |
| 4895 | && $PKG_CONFIG --exists gtk+-2.0; then |
| 4896 | { |
| 4897 | GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0` |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4898 | GTK_LIBDIR=`$PKG_CONFIG --libs-only-L gtk+-2.0` |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4899 | GTK_LIBS=`$PKG_CONFIG --libs gtk+-2.0` |
| 4900 | gtk_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ |
| 4901 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'` |
| 4902 | gtk_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ |
| 4903 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/'` |
| 4904 | gtk_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ |
| 4905 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'` |
| 4906 | } |
| 4907 | elif test "X$GTK_CONFIG" != "Xno"; then |
| 4908 | { |
| 4909 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4910 | GTK_LIBDIR= |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4911 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` |
| 4912 | gtk_major_version=`$GTK_CONFIG $gtk_config_args --version | \ |
| 4913 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\1/'` |
| 4914 | gtk_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ |
| 4915 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\2/'` |
| 4916 | gtk_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ |
| 4917 | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)/\3/'` |
| 4918 | } |
| 4919 | else |
| 4920 | no_gtk=yes |
| 4921 | fi |
| 4922 | |
| 4923 | if test "x$enable_gtktest" = "xyes" -a "x$no_gtk" = "x"; then |
| 4924 | { |
| 4925 | ac_save_CFLAGS="$CFLAGS" |
| 4926 | ac_save_LIBS="$LIBS" |
| 4927 | CFLAGS="$CFLAGS $GTK_CFLAGS" |
| 4928 | LIBS="$LIBS $GTK_LIBS" |
| 4929 | |
| 4930 | rm -f conf.gtktest |
| 4931 | if test "$cross_compiling" = yes; then |
| 4932 | echo $ac_n "cross compiling; assumed OK... $ac_c" |
| 4933 | else |
| 4934 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4935 | #line 4936 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4936 | #include "confdefs.h" |
| 4937 | |
| 4938 | #include <gtk/gtk.h> |
| 4939 | #include <stdio.h> |
| 4940 | |
| 4941 | int |
| 4942 | main () |
| 4943 | { |
| 4944 | int major, minor, micro; |
| 4945 | char *tmp_version; |
| 4946 | |
| 4947 | system ("touch conf.gtktest"); |
| 4948 | |
| 4949 | /* HP/UX 9 (%@#!) writes to sscanf strings */ |
| 4950 | tmp_version = g_strdup("$min_gtk_version"); |
| 4951 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { |
| 4952 | printf("%s, bad version string\n", "$min_gtk_version"); |
| 4953 | exit(1); |
| 4954 | } |
| 4955 | |
| 4956 | if ((gtk_major_version > major) || |
| 4957 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || |
| 4958 | ((gtk_major_version == major) && (gtk_minor_version == minor) && |
| 4959 | (gtk_micro_version >= micro))) |
| 4960 | { |
| 4961 | return 0; |
| 4962 | } |
| 4963 | return 1; |
| 4964 | } |
| 4965 | |
| 4966 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 4967 | if { (eval echo configure:4968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 4968 | then |
| 4969 | : |
| 4970 | else |
| 4971 | echo "configure: failed program was:" >&5 |
| 4972 | cat conftest.$ac_ext >&5 |
| 4973 | rm -fr conftest* |
| 4974 | no_gtk=yes |
| 4975 | fi |
| 4976 | rm -fr conftest* |
| 4977 | fi |
| 4978 | |
| 4979 | CFLAGS="$ac_save_CFLAGS" |
| 4980 | LIBS="$ac_save_LIBS" |
| 4981 | } |
| 4982 | fi |
| 4983 | if test "x$no_gtk" = x ; then |
| 4984 | if test "x$enable_gtktest" = "xyes"; then |
| 4985 | echo "$ac_t""yes; found version $gtk_major_version.$gtk_minor_version.$gtk_micro_version" 1>&6 |
| 4986 | else |
| 4987 | echo "$ac_t""found version $gtk_major_version.$gtk_minor_version.$gtk_micro_version" 1>&6 |
| 4988 | fi |
| 4989 | GTK_LIBNAME="$GTK_LIBS" |
| 4990 | GUI_INC_LOC="$GTK_CFLAGS" |
| 4991 | else |
| 4992 | { |
| 4993 | echo "$ac_t""no" 1>&6 |
| 4994 | GTK_CFLAGS="" |
| 4995 | GTK_LIBS="" |
| 4996 | : |
| 4997 | } |
| 4998 | fi |
| 4999 | } |
| 5000 | else |
| 5001 | GTK_CFLAGS="" |
| 5002 | GTK_LIBS="" |
| 5003 | : |
| 5004 | fi |
| 5005 | |
| 5006 | |
| 5007 | rm -f conf.gtktest |
| 5008 | |
| 5009 | if test "x$GTK_CFLAGS" != "x"; then |
| 5010 | SKIP_ATHENA=YES |
| 5011 | SKIP_NEXTAW=YES |
| 5012 | SKIP_MOTIF=YES |
| 5013 | GUITYPE=GTK |
| 5014 | |
| 5015 | fi |
| 5016 | fi |
| 5017 | fi |
| 5018 | if test "x$GUITYPE" = "xGTK"; then |
| 5019 | if test "$gtk_major_version" = 1 -a "0$gtk_minor_version" -lt 2 \ |
| 5020 | -o "$gtk_major_version" = 1 -a "$gtk_minor_version" = 2 -a "0$gtk_micro_version" -lt 3; then |
| 5021 | echo "$ac_t""this GTK version is old; version 1.2.3 or later is recommended" 1>&6 |
| 5022 | else |
| 5023 | { |
| 5024 | if test "0$gtk_major_version" -ge 2; then |
| 5025 | cat >> confdefs.h <<\EOF |
| 5026 | #define HAVE_GTK2 1 |
| 5027 | EOF |
| 5028 | |
| 5029 | if test "$gtk_minor_version" = 1 -a "0$gtk_micro_version" -ge 1 \ |
| 5030 | || test "0$gtk_minor_version" -ge 2 \ |
| 5031 | || test "0$gtk_major_version" -gt 2; then |
| 5032 | cat >> confdefs.h <<\EOF |
| 5033 | #define HAVE_GTK_MULTIHEAD 1 |
| 5034 | EOF |
| 5035 | |
| 5036 | fi |
| 5037 | fi |
| 5038 | if test -z "$SKIP_GNOME"; then |
| 5039 | { |
| 5040 | |
| 5041 | |
| 5042 | |
| 5043 | |
| 5044 | |
| 5045 | # Check whether --with-gnome-includes or --without-gnome-includes was given. |
| 5046 | if test "${with_gnome_includes+set}" = set; then |
| 5047 | withval="$with_gnome_includes" |
| 5048 | CFLAGS="$CFLAGS -I$withval" |
| 5049 | |
| 5050 | fi |
| 5051 | |
| 5052 | |
| 5053 | # Check whether --with-gnome-libs or --without-gnome-libs was given. |
| 5054 | if test "${with_gnome_libs+set}" = set; then |
| 5055 | withval="$with_gnome_libs" |
| 5056 | LDFLAGS="$LDFLAGS -L$withval" gnome_prefix=$withval |
| 5057 | |
| 5058 | fi |
| 5059 | |
| 5060 | |
| 5061 | # Check whether --with-gnome or --without-gnome was given. |
| 5062 | if test "${with_gnome+set}" = set; then |
| 5063 | withval="$with_gnome" |
| 5064 | if test x$withval = xyes; then |
| 5065 | want_gnome=yes |
| 5066 | have_gnome=yes |
| 5067 | else |
| 5068 | if test "x$withval" = xno; then |
| 5069 | want_gnome=no |
| 5070 | else |
| 5071 | want_gnome=yes |
| 5072 | LDFLAGS="$LDFLAGS -L$withval/lib" |
| 5073 | CFLAGS="$CFLAGS -I$withval/include" |
| 5074 | gnome_prefix=$withval/lib |
| 5075 | fi |
| 5076 | fi |
| 5077 | else |
| 5078 | want_gnome=yes |
| 5079 | fi |
| 5080 | |
| 5081 | |
| 5082 | if test "x$want_gnome" = xyes -a "0$gtk_major_version" -ge 2; then |
| 5083 | { |
| 5084 | echo $ac_n "checking for libgnomeui-2.0""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5085 | echo "configure:5086: checking for libgnomeui-2.0" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5086 | if $PKG_CONFIG --exists libgnomeui-2.0; then |
| 5087 | echo "$ac_t""yes" 1>&6 |
| 5088 | GNOME_LIBS=`$PKG_CONFIG --libs-only-l libgnomeui-2.0` |
| 5089 | GNOME_LIBDIR=`$PKG_CONFIG --libs-only-L libgnomeui-2.0` |
| 5090 | GNOME_INCLUDEDIR=`$PKG_CONFIG --cflags libgnomeui-2.0` |
| 5091 | have_gnome=yes |
| 5092 | else |
| 5093 | echo "$ac_t""not found" 1>&6 |
| 5094 | if test "x" = xfail; then |
| 5095 | { echo "configure: error: Could not find libgnomeui-2.0 via pkg-config" 1>&2; exit 1; } |
| 5096 | fi |
| 5097 | fi |
| 5098 | } |
| 5099 | elif test "x$want_gnome" = xyes; then |
| 5100 | { |
| 5101 | # Extract the first word of "gnome-config", so it can be a program name with args. |
| 5102 | set dummy gnome-config; ac_word=$2 |
| 5103 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5104 | echo "configure:5105: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5105 | if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then |
| 5106 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5107 | else |
| 5108 | case "$GNOME_CONFIG" in |
| 5109 | /*) |
| 5110 | ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a path. |
| 5111 | ;; |
| 5112 | ?:/*) |
| 5113 | ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a dos path. |
| 5114 | ;; |
| 5115 | *) |
| 5116 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 5117 | ac_dummy="$PATH" |
| 5118 | for ac_dir in $ac_dummy; do |
| 5119 | test -z "$ac_dir" && ac_dir=. |
| 5120 | if test -f $ac_dir/$ac_word; then |
| 5121 | ac_cv_path_GNOME_CONFIG="$ac_dir/$ac_word" |
| 5122 | break |
| 5123 | fi |
| 5124 | done |
| 5125 | IFS="$ac_save_ifs" |
| 5126 | test -z "$ac_cv_path_GNOME_CONFIG" && ac_cv_path_GNOME_CONFIG="no" |
| 5127 | ;; |
| 5128 | esac |
| 5129 | fi |
| 5130 | GNOME_CONFIG="$ac_cv_path_GNOME_CONFIG" |
| 5131 | if test -n "$GNOME_CONFIG"; then |
| 5132 | echo "$ac_t""$GNOME_CONFIG" 1>&6 |
| 5133 | else |
| 5134 | echo "$ac_t""no" 1>&6 |
| 5135 | fi |
| 5136 | |
| 5137 | if test "$GNOME_CONFIG" = "no"; then |
| 5138 | no_gnome_config="yes" |
| 5139 | else |
| 5140 | echo $ac_n "checking if $GNOME_CONFIG works""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5141 | echo "configure:5142: checking if $GNOME_CONFIG works" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5142 | if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then |
| 5143 | echo "$ac_t""yes" 1>&6 |
| 5144 | GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome gnomeui`" |
| 5145 | GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`" |
| 5146 | GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`" |
| 5147 | have_gnome=yes |
| 5148 | else |
| 5149 | echo "$ac_t""no" 1>&6 |
| 5150 | no_gnome_config="yes" |
| 5151 | fi |
| 5152 | fi |
| 5153 | |
| 5154 | if test x$exec_prefix = xNONE; then |
| 5155 | if test x$prefix = xNONE; then |
| 5156 | gnome_prefix=$ac_default_prefix/lib |
| 5157 | else |
| 5158 | gnome_prefix=$prefix/lib |
| 5159 | fi |
| 5160 | else |
| 5161 | gnome_prefix=`eval echo \`echo $libdir\`` |
| 5162 | fi |
| 5163 | |
| 5164 | if test "$no_gnome_config" = "yes"; then |
| 5165 | echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5166 | echo "configure:5167: checking for gnomeConf.sh file in $gnome_prefix" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5167 | if test -f $gnome_prefix/gnomeConf.sh; then |
| 5168 | echo "$ac_t""found" 1>&6 |
| 5169 | echo "loading gnome configuration from" \ |
| 5170 | "$gnome_prefix/gnomeConf.sh" |
| 5171 | . $gnome_prefix/gnomeConf.sh |
| 5172 | have_gnome=yes |
| 5173 | else |
| 5174 | echo "$ac_t""not found" 1>&6 |
| 5175 | if test x = xfail; then |
| 5176 | { echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; exit 1; } |
| 5177 | fi |
| 5178 | fi |
| 5179 | fi |
| 5180 | } |
| 5181 | fi |
| 5182 | |
| 5183 | if test x$have_gnome = xyes ; then |
| 5184 | cat >> confdefs.h <<\EOF |
| 5185 | #define FEAT_GUI_GNOME 1 |
| 5186 | EOF |
| 5187 | |
| 5188 | GUI_INC_LOC="$GUI_INC_LOC $GNOME_INCLUDEDIR" |
| 5189 | GTK_LIBNAME="$GTK_LIBNAME $GNOME_LIBDIR $GNOME_LIBS" |
| 5190 | fi |
| 5191 | } |
| 5192 | fi |
| 5193 | } |
| 5194 | fi |
| 5195 | fi |
| 5196 | fi |
| 5197 | |
| 5198 | |
| 5199 | if test -z "$SKIP_MOTIF"; then |
| 5200 | gui_XXX="/usr/XXX/Motif* /usr/Motif*/XXX /usr/XXX /usr/shlib /usr/X11*/XXX /usr/XXX/X11* /usr/dt/XXX /local/Motif*/XXX /local/XXX/Motif* /usr/local/Motif*/XXX /usr/local/XXX/Motif* /usr/local/XXX /usr/local/X11*/XXX /usr/local/LessTif/Motif*/XXX $MOTIFHOME/XXX" |
| 5201 | GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`" |
| 5202 | |
| 5203 | echo $ac_n "checking for location of Motif GUI includes""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5204 | echo "configure:5205: checking for location of Motif GUI includes" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5205 | gui_includes="`echo $x_includes|sed 's%/^/^/*$%%'` `echo "$gui_XXX" | sed s/XXX/include/g` $GUI_INC_LOC" |
| 5206 | GUI_INC_LOC= |
| 5207 | for try in $gui_includes; do |
| 5208 | if test -f "$try/Xm/Xm.h"; then |
| 5209 | GUI_INC_LOC=$try |
| 5210 | fi |
| 5211 | done |
| 5212 | if test -n "$GUI_INC_LOC"; then |
| 5213 | if test "$GUI_INC_LOC" = /usr/include; then |
| 5214 | GUI_INC_LOC= |
| 5215 | echo "$ac_t""in default path" 1>&6 |
| 5216 | else |
| 5217 | echo "$ac_t""$GUI_INC_LOC" 1>&6 |
| 5218 | fi |
| 5219 | else |
| 5220 | echo "$ac_t""<not found>" 1>&6 |
| 5221 | SKIP_MOTIF=YES |
| 5222 | fi |
| 5223 | fi |
| 5224 | |
| 5225 | |
| 5226 | if test -z "$SKIP_MOTIF"; then |
| 5227 | echo $ac_n "checking --with-motif-lib argument""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5228 | echo "configure:5229: checking --with-motif-lib argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5229 | # Check whether --with-motif-lib or --without-motif-lib was given. |
| 5230 | if test "${with_motif_lib+set}" = set; then |
| 5231 | withval="$with_motif_lib" |
| 5232 | MOTIF_LIBNAME="${withval}" |
| 5233 | fi |
| 5234 | |
| 5235 | |
| 5236 | if test -n "$MOTIF_LIBNAME"; then |
| 5237 | echo "$ac_t""$MOTIF_LIBNAME" 1>&6 |
| 5238 | GUI_LIB_LOC= |
| 5239 | else |
| 5240 | echo "$ac_t""no" 1>&6 |
| 5241 | |
| 5242 | GUI_LIB_LOC="`echo $GUI_LIB_LOC|sed 's%-L%%g'`" |
| 5243 | |
| 5244 | echo $ac_n "checking for location of Motif GUI libs""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5245 | echo "configure:5246: checking for location of Motif GUI libs" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5246 | gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` `echo "$gui_XXX" | sed s/XXX/lib/g` `echo "$GUI_INC_LOC" | sed s/include/lib/` $GUI_LIB_LOC" |
| 5247 | GUI_LIB_LOC= |
| 5248 | for try in $gui_libs; do |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 5249 | for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.sl "$try"/libXm.dylib; do |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5250 | if test -f "$libtry"; then |
| 5251 | GUI_LIB_LOC=$try |
| 5252 | fi |
| 5253 | done |
| 5254 | done |
| 5255 | if test -n "$GUI_LIB_LOC"; then |
| 5256 | if test "$GUI_LIB_LOC" = /usr/lib; then |
| 5257 | GUI_LIB_LOC= |
| 5258 | echo "$ac_t""in default path" 1>&6 |
| 5259 | else |
| 5260 | if test -n "$GUI_LIB_LOC"; then |
| 5261 | echo "$ac_t""$GUI_LIB_LOC" 1>&6 |
| 5262 | if test "`(uname) 2>/dev/null`" = SunOS && |
| 5263 | uname -r | grep '^5' >/dev/null; then |
| 5264 | GUI_LIB_LOC="$GUI_LIB_LOC -R $GUI_LIB_LOC" |
| 5265 | fi |
| 5266 | fi |
| 5267 | fi |
| 5268 | MOTIF_LIBNAME=-lXm |
| 5269 | else |
| 5270 | echo "$ac_t""<not found>" 1>&6 |
| 5271 | SKIP_MOTIF=YES |
| 5272 | fi |
| 5273 | fi |
| 5274 | fi |
| 5275 | |
| 5276 | if test -z "$SKIP_MOTIF"; then |
| 5277 | SKIP_ATHENA=YES |
| 5278 | SKIP_NEXTAW=YES |
| 5279 | GUITYPE=MOTIF |
| 5280 | |
| 5281 | fi |
| 5282 | |
| 5283 | |
| 5284 | GUI_X_LIBS= |
| 5285 | |
| 5286 | if test -z "$SKIP_ATHENA"; then |
| 5287 | echo $ac_n "checking if Athena header files can be found""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5288 | echo "configure:5289: checking if Athena header files can be found" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5289 | cflags_save=$CFLAGS |
| 5290 | CFLAGS="$CFLAGS $X_CFLAGS" |
| 5291 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5292 | #line 5293 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5293 | #include "confdefs.h" |
| 5294 | |
| 5295 | #include <X11/Intrinsic.h> |
| 5296 | #include <X11/Xaw/Paned.h> |
| 5297 | int main() { |
| 5298 | |
| 5299 | ; return 0; } |
| 5300 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5301 | if { (eval echo configure:5302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5302 | rm -rf conftest* |
| 5303 | echo "$ac_t""yes" 1>&6 |
| 5304 | else |
| 5305 | echo "configure: failed program was:" >&5 |
| 5306 | cat conftest.$ac_ext >&5 |
| 5307 | rm -rf conftest* |
| 5308 | echo "$ac_t""no" 1>&6; SKIP_ATHENA=YES |
| 5309 | fi |
| 5310 | rm -f conftest* |
| 5311 | CFLAGS=$cflags_save |
| 5312 | fi |
| 5313 | |
| 5314 | if test -z "$SKIP_ATHENA"; then |
| 5315 | GUITYPE=ATHENA |
| 5316 | fi |
| 5317 | |
| 5318 | if test -z "$SKIP_NEXTAW"; then |
| 5319 | echo $ac_n "checking if neXtaw header files can be found""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5320 | echo "configure:5321: checking if neXtaw header files can be found" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5321 | cflags_save=$CFLAGS |
| 5322 | CFLAGS="$CFLAGS $X_CFLAGS" |
| 5323 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5324 | #line 5325 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5325 | #include "confdefs.h" |
| 5326 | |
| 5327 | #include <X11/Intrinsic.h> |
| 5328 | #include <X11/neXtaw/Paned.h> |
| 5329 | int main() { |
| 5330 | |
| 5331 | ; return 0; } |
| 5332 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5333 | if { (eval echo configure:5334: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5334 | rm -rf conftest* |
| 5335 | echo "$ac_t""yes" 1>&6 |
| 5336 | else |
| 5337 | echo "configure: failed program was:" >&5 |
| 5338 | cat conftest.$ac_ext >&5 |
| 5339 | rm -rf conftest* |
| 5340 | echo "$ac_t""no" 1>&6; SKIP_NEXTAW=YES |
| 5341 | fi |
| 5342 | rm -f conftest* |
| 5343 | CFLAGS=$cflags_save |
| 5344 | fi |
| 5345 | |
| 5346 | if test -z "$SKIP_NEXTAW"; then |
| 5347 | GUITYPE=NEXTAW |
| 5348 | fi |
| 5349 | |
| 5350 | if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF"; then |
| 5351 | if test -n "$GUI_INC_LOC"; then |
| 5352 | GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`" |
| 5353 | fi |
| 5354 | if test -n "$GUI_LIB_LOC"; then |
| 5355 | GUI_LIB_LOC=-L"`echo $GUI_LIB_LOC|sed 's%-L%%'`" |
| 5356 | fi |
| 5357 | |
| 5358 | ldflags_save=$LDFLAGS |
| 5359 | LDFLAGS="$X_LIBS $LDFLAGS" |
| 5360 | echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5361 | echo "configure:5362: checking for XShapeQueryExtension in -lXext" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5362 | ac_lib_var=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'` |
| 5363 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5364 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5365 | else |
| 5366 | ac_save_LIBS="$LIBS" |
| 5367 | LIBS="-lXext -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" |
| 5368 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5369 | #line 5370 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5370 | #include "confdefs.h" |
| 5371 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5372 | /* We use char because int might match the return type of a gcc2 |
| 5373 | builtin and then its argument prototype would still apply. */ |
| 5374 | char XShapeQueryExtension(); |
| 5375 | |
| 5376 | int main() { |
| 5377 | XShapeQueryExtension() |
| 5378 | ; return 0; } |
| 5379 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5380 | if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5381 | rm -rf conftest* |
| 5382 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5383 | else |
| 5384 | echo "configure: failed program was:" >&5 |
| 5385 | cat conftest.$ac_ext >&5 |
| 5386 | rm -rf conftest* |
| 5387 | eval "ac_cv_lib_$ac_lib_var=no" |
| 5388 | fi |
| 5389 | rm -f conftest* |
| 5390 | LIBS="$ac_save_LIBS" |
| 5391 | |
| 5392 | fi |
| 5393 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 5394 | echo "$ac_t""yes" 1>&6 |
| 5395 | GUI_X_LIBS="-lXext" |
| 5396 | else |
| 5397 | echo "$ac_t""no" 1>&6 |
| 5398 | fi |
| 5399 | |
| 5400 | echo $ac_n "checking for wslen in -lw""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5401 | echo "configure:5402: checking for wslen in -lw" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5402 | ac_lib_var=`echo w'_'wslen | sed 'y%./+-%__p_%'` |
| 5403 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5404 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5405 | else |
| 5406 | ac_save_LIBS="$LIBS" |
| 5407 | LIBS="-lw $GUI_X_LIBS -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" |
| 5408 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5409 | #line 5410 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5410 | #include "confdefs.h" |
| 5411 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5412 | /* We use char because int might match the return type of a gcc2 |
| 5413 | builtin and then its argument prototype would still apply. */ |
| 5414 | char wslen(); |
| 5415 | |
| 5416 | int main() { |
| 5417 | wslen() |
| 5418 | ; return 0; } |
| 5419 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5420 | if { (eval echo configure:5421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5421 | rm -rf conftest* |
| 5422 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5423 | else |
| 5424 | echo "configure: failed program was:" >&5 |
| 5425 | cat conftest.$ac_ext >&5 |
| 5426 | rm -rf conftest* |
| 5427 | eval "ac_cv_lib_$ac_lib_var=no" |
| 5428 | fi |
| 5429 | rm -f conftest* |
| 5430 | LIBS="$ac_save_LIBS" |
| 5431 | |
| 5432 | fi |
| 5433 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 5434 | echo "$ac_t""yes" 1>&6 |
| 5435 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lw" |
| 5436 | else |
| 5437 | echo "$ac_t""no" 1>&6 |
| 5438 | fi |
| 5439 | |
| 5440 | echo $ac_n "checking for dlsym in -ldl""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5441 | echo "configure:5442: checking for dlsym in -ldl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5442 | ac_lib_var=`echo dl'_'dlsym | sed 'y%./+-%__p_%'` |
| 5443 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5444 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5445 | else |
| 5446 | ac_save_LIBS="$LIBS" |
| 5447 | LIBS="-ldl $GUI_X_LIBS -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" |
| 5448 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5449 | #line 5450 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5450 | #include "confdefs.h" |
| 5451 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5452 | /* We use char because int might match the return type of a gcc2 |
| 5453 | builtin and then its argument prototype would still apply. */ |
| 5454 | char dlsym(); |
| 5455 | |
| 5456 | int main() { |
| 5457 | dlsym() |
| 5458 | ; return 0; } |
| 5459 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5460 | if { (eval echo configure:5461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5461 | rm -rf conftest* |
| 5462 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5463 | else |
| 5464 | echo "configure: failed program was:" >&5 |
| 5465 | cat conftest.$ac_ext >&5 |
| 5466 | rm -rf conftest* |
| 5467 | eval "ac_cv_lib_$ac_lib_var=no" |
| 5468 | fi |
| 5469 | rm -f conftest* |
| 5470 | LIBS="$ac_save_LIBS" |
| 5471 | |
| 5472 | fi |
| 5473 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 5474 | echo "$ac_t""yes" 1>&6 |
| 5475 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldl" |
| 5476 | else |
| 5477 | echo "$ac_t""no" 1>&6 |
| 5478 | fi |
| 5479 | |
| 5480 | echo $ac_n "checking for XmuCreateStippledPixmap in -lXmu""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5481 | echo "configure:5482: checking for XmuCreateStippledPixmap in -lXmu" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5482 | ac_lib_var=`echo Xmu'_'XmuCreateStippledPixmap | sed 'y%./+-%__p_%'` |
| 5483 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5484 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5485 | else |
| 5486 | ac_save_LIBS="$LIBS" |
| 5487 | LIBS="-lXmu $GUI_X_LIBS -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" |
| 5488 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5489 | #line 5490 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5490 | #include "confdefs.h" |
| 5491 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5492 | /* We use char because int might match the return type of a gcc2 |
| 5493 | builtin and then its argument prototype would still apply. */ |
| 5494 | char XmuCreateStippledPixmap(); |
| 5495 | |
| 5496 | int main() { |
| 5497 | XmuCreateStippledPixmap() |
| 5498 | ; return 0; } |
| 5499 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5500 | if { (eval echo configure:5501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5501 | rm -rf conftest* |
| 5502 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5503 | else |
| 5504 | echo "configure: failed program was:" >&5 |
| 5505 | cat conftest.$ac_ext >&5 |
| 5506 | rm -rf conftest* |
| 5507 | eval "ac_cv_lib_$ac_lib_var=no" |
| 5508 | fi |
| 5509 | rm -f conftest* |
| 5510 | LIBS="$ac_save_LIBS" |
| 5511 | |
| 5512 | fi |
| 5513 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 5514 | echo "$ac_t""yes" 1>&6 |
| 5515 | GUI_X_LIBS="-lXmu $GUI_X_LIBS" |
| 5516 | else |
| 5517 | echo "$ac_t""no" 1>&6 |
| 5518 | fi |
| 5519 | |
| 5520 | if test -z "$SKIP_MOTIF"; then |
| 5521 | echo $ac_n "checking for XpEndJob in -lXp""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5522 | echo "configure:5523: checking for XpEndJob in -lXp" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5523 | ac_lib_var=`echo Xp'_'XpEndJob | sed 'y%./+-%__p_%'` |
| 5524 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5525 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5526 | else |
| 5527 | ac_save_LIBS="$LIBS" |
| 5528 | LIBS="-lXp $GUI_X_LIBS -lXm -lXt $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" |
| 5529 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5530 | #line 5531 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5531 | #include "confdefs.h" |
| 5532 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 5533 | /* We use char because int might match the return type of a gcc2 |
| 5534 | builtin and then its argument prototype would still apply. */ |
| 5535 | char XpEndJob(); |
| 5536 | |
| 5537 | int main() { |
| 5538 | XpEndJob() |
| 5539 | ; return 0; } |
| 5540 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5541 | if { (eval echo configure:5542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5542 | rm -rf conftest* |
| 5543 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5544 | else |
| 5545 | echo "configure: failed program was:" >&5 |
| 5546 | cat conftest.$ac_ext >&5 |
| 5547 | rm -rf conftest* |
| 5548 | eval "ac_cv_lib_$ac_lib_var=no" |
| 5549 | fi |
| 5550 | rm -f conftest* |
| 5551 | LIBS="$ac_save_LIBS" |
| 5552 | |
| 5553 | fi |
| 5554 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 5555 | echo "$ac_t""yes" 1>&6 |
| 5556 | GUI_X_LIBS="-lXp $GUI_X_LIBS" |
| 5557 | else |
| 5558 | echo "$ac_t""no" 1>&6 |
| 5559 | fi |
| 5560 | |
| 5561 | fi |
| 5562 | LDFLAGS=$ldflags_save |
| 5563 | |
| 5564 | echo $ac_n "checking for extra X11 defines""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5565 | echo "configure:5566: checking for extra X11 defines" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5566 | NARROW_PROTO= |
| 5567 | rm -fr conftestdir |
| 5568 | if mkdir conftestdir; then |
| 5569 | cd conftestdir |
| 5570 | cat > Imakefile <<'EOF' |
| 5571 | acfindx: |
| 5572 | @echo 'NARROW_PROTO="${PROTO_DEFINES}"' |
| 5573 | EOF |
| 5574 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then |
| 5575 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` |
| 5576 | fi |
| 5577 | cd .. |
| 5578 | rm -fr conftestdir |
| 5579 | fi |
| 5580 | if test -z "$NARROW_PROTO"; then |
| 5581 | echo "$ac_t""no" 1>&6 |
| 5582 | else |
| 5583 | echo "$ac_t""$NARROW_PROTO" 1>&6 |
| 5584 | fi |
| 5585 | |
| 5586 | fi |
| 5587 | |
| 5588 | if test "$enable_xsmp" = "yes"; then |
| 5589 | cppflags_save=$CPPFLAGS |
| 5590 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
| 5591 | for ac_hdr in X11/SM/SMlib.h |
| 5592 | do |
| 5593 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5594 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5595 | echo "configure:5596: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5596 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5597 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5598 | else |
| 5599 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5600 | #line 5601 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5601 | #include "confdefs.h" |
| 5602 | #include <$ac_hdr> |
| 5603 | EOF |
| 5604 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5605 | { (eval echo configure:5606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5606 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5607 | if test -z "$ac_err"; then |
| 5608 | rm -rf conftest* |
| 5609 | eval "ac_cv_header_$ac_safe=yes" |
| 5610 | else |
| 5611 | echo "$ac_err" >&5 |
| 5612 | echo "configure: failed program was:" >&5 |
| 5613 | cat conftest.$ac_ext >&5 |
| 5614 | rm -rf conftest* |
| 5615 | eval "ac_cv_header_$ac_safe=no" |
| 5616 | fi |
| 5617 | rm -f conftest* |
| 5618 | fi |
| 5619 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5620 | echo "$ac_t""yes" 1>&6 |
| 5621 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 5622 | cat >> confdefs.h <<EOF |
| 5623 | #define $ac_tr_hdr 1 |
| 5624 | EOF |
| 5625 | |
| 5626 | else |
| 5627 | echo "$ac_t""no" 1>&6 |
| 5628 | fi |
| 5629 | done |
| 5630 | |
| 5631 | CPPFLAGS=$cppflags_save |
| 5632 | fi |
| 5633 | |
| 5634 | |
| 5635 | if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF" -o -z "$SKIP_GTK"; then |
| 5636 | cppflags_save=$CPPFLAGS |
| 5637 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
| 5638 | for ac_hdr in X11/xpm.h X11/Sunkeysym.h |
| 5639 | do |
| 5640 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5641 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5642 | echo "configure:5643: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5643 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5644 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5645 | else |
| 5646 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5647 | #line 5648 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5648 | #include "confdefs.h" |
| 5649 | #include <$ac_hdr> |
| 5650 | EOF |
| 5651 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5652 | { (eval echo configure:5653: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5653 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5654 | if test -z "$ac_err"; then |
| 5655 | rm -rf conftest* |
| 5656 | eval "ac_cv_header_$ac_safe=yes" |
| 5657 | else |
| 5658 | echo "$ac_err" >&5 |
| 5659 | echo "configure: failed program was:" >&5 |
| 5660 | cat conftest.$ac_ext >&5 |
| 5661 | rm -rf conftest* |
| 5662 | eval "ac_cv_header_$ac_safe=no" |
| 5663 | fi |
| 5664 | rm -f conftest* |
| 5665 | fi |
| 5666 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5667 | echo "$ac_t""yes" 1>&6 |
| 5668 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 5669 | cat >> confdefs.h <<EOF |
| 5670 | #define $ac_tr_hdr 1 |
| 5671 | EOF |
| 5672 | |
| 5673 | else |
| 5674 | echo "$ac_t""no" 1>&6 |
| 5675 | fi |
| 5676 | done |
| 5677 | |
| 5678 | |
| 5679 | if test ! "$enable_xim" = "no"; then |
| 5680 | echo $ac_n "checking for XIMText in X11/Xlib.h""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5681 | echo "configure:5682: checking for XIMText in X11/Xlib.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5682 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5683 | #line 5684 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5684 | #include "confdefs.h" |
| 5685 | #include <X11/Xlib.h> |
| 5686 | EOF |
| 5687 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 5688 | egrep "XIMText" >/dev/null 2>&1; then |
| 5689 | rm -rf conftest* |
| 5690 | echo "$ac_t""yes" 1>&6 |
| 5691 | else |
| 5692 | rm -rf conftest* |
| 5693 | echo "$ac_t""no; xim has been disabled" 1>&6; enable_xim = "no" |
| 5694 | fi |
| 5695 | rm -f conftest* |
| 5696 | |
| 5697 | fi |
| 5698 | CPPFLAGS=$cppflags_save |
| 5699 | |
| 5700 | if test "$enable_xim" = "auto" -a "$enable_hangulinput" != "yes" \ |
| 5701 | -a "x$GUITYPE" != "xNONE" ; then |
| 5702 | echo "$ac_t""X GUI selected; xim has been enabled" 1>&6 |
| 5703 | enable_xim="yes" |
| 5704 | fi |
| 5705 | fi |
| 5706 | |
| 5707 | if test -z "$SKIP_ATHENA" -o -z "$SKIP_NEXTAW" -o -z "$SKIP_MOTIF"; then |
| 5708 | cppflags_save=$CPPFLAGS |
| 5709 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
| 5710 | for ac_hdr in X11/Xmu/Editres.h |
| 5711 | do |
| 5712 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5713 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5714 | echo "configure:5715: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5715 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5716 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5717 | else |
| 5718 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5719 | #line 5720 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5720 | #include "confdefs.h" |
| 5721 | #include <$ac_hdr> |
| 5722 | EOF |
| 5723 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5724 | { (eval echo configure:5725: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5725 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5726 | if test -z "$ac_err"; then |
| 5727 | rm -rf conftest* |
| 5728 | eval "ac_cv_header_$ac_safe=yes" |
| 5729 | else |
| 5730 | echo "$ac_err" >&5 |
| 5731 | echo "configure: failed program was:" >&5 |
| 5732 | cat conftest.$ac_ext >&5 |
| 5733 | rm -rf conftest* |
| 5734 | eval "ac_cv_header_$ac_safe=no" |
| 5735 | fi |
| 5736 | rm -f conftest* |
| 5737 | fi |
| 5738 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5739 | echo "$ac_t""yes" 1>&6 |
| 5740 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 5741 | cat >> confdefs.h <<EOF |
| 5742 | #define $ac_tr_hdr 1 |
| 5743 | EOF |
| 5744 | |
| 5745 | else |
| 5746 | echo "$ac_t""no" 1>&6 |
| 5747 | fi |
| 5748 | done |
| 5749 | |
| 5750 | CPPFLAGS=$cppflags_save |
| 5751 | fi |
| 5752 | |
| 5753 | if test -z "$SKIP_MOTIF"; then |
| 5754 | cppflags_save=$CPPFLAGS |
| 5755 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
| 5756 | for ac_hdr in Xm/Xm.h Xm/XpmP.h |
| 5757 | do |
| 5758 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5759 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5760 | echo "configure:5761: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5761 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5762 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5763 | else |
| 5764 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5765 | #line 5766 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5766 | #include "confdefs.h" |
| 5767 | #include <$ac_hdr> |
| 5768 | EOF |
| 5769 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5770 | { (eval echo configure:5771: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5771 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5772 | if test -z "$ac_err"; then |
| 5773 | rm -rf conftest* |
| 5774 | eval "ac_cv_header_$ac_safe=yes" |
| 5775 | else |
| 5776 | echo "$ac_err" >&5 |
| 5777 | echo "configure: failed program was:" >&5 |
| 5778 | cat conftest.$ac_ext >&5 |
| 5779 | rm -rf conftest* |
| 5780 | eval "ac_cv_header_$ac_safe=no" |
| 5781 | fi |
| 5782 | rm -f conftest* |
| 5783 | fi |
| 5784 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5785 | echo "$ac_t""yes" 1>&6 |
| 5786 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 5787 | cat >> confdefs.h <<EOF |
| 5788 | #define $ac_tr_hdr 1 |
| 5789 | EOF |
| 5790 | |
| 5791 | else |
| 5792 | echo "$ac_t""no" 1>&6 |
| 5793 | fi |
| 5794 | done |
| 5795 | |
| 5796 | CPPFLAGS=$cppflags_save |
| 5797 | fi |
| 5798 | |
| 5799 | if test "x$GUITYPE" = "xNONE" -a "$enable_xim" = "yes"; then |
| 5800 | echo "$ac_t""no GUI selected; xim has been disabled" 1>&6 |
| 5801 | enable_xim="no" |
| 5802 | fi |
| 5803 | if test "x$GUITYPE" = "xNONE" -a "$enable_fontset" = "yes"; then |
| 5804 | echo "$ac_t""no GUI selected; fontset has been disabled" 1>&6 |
| 5805 | enable_fontset="no" |
| 5806 | fi |
| 5807 | if test "x$GUITYPE:$enable_fontset" = "xGTK:yes" -a "0$gtk_major_version" -ge 2; then |
| 5808 | echo "$ac_t""GTK+ 2 GUI selected; fontset has been disabled" 1>&6 |
| 5809 | enable_fontset="no" |
| 5810 | fi |
| 5811 | |
| 5812 | if test -z "$SKIP_BEOS"; then |
| 5813 | GUITYPE=BEOSGUI |
| 5814 | fi |
| 5815 | |
| 5816 | if test -z "$SKIP_PHOTON"; then |
| 5817 | GUITYPE=PHOTONGUI |
| 5818 | fi |
| 5819 | |
| 5820 | |
| 5821 | |
| 5822 | |
| 5823 | |
| 5824 | |
| 5825 | if test "$enable_workshop" = "yes" -a -n "$SKIP_MOTIF"; then |
| 5826 | { echo "configure: error: cannot use workshop without Motif" 1>&2; exit 1; } |
| 5827 | fi |
| 5828 | |
| 5829 | if test "$enable_xim" = "yes"; then |
| 5830 | cat >> confdefs.h <<\EOF |
| 5831 | #define FEAT_XIM 1 |
| 5832 | EOF |
| 5833 | |
| 5834 | fi |
| 5835 | if test "$enable_fontset" = "yes"; then |
| 5836 | cat >> confdefs.h <<\EOF |
| 5837 | #define FEAT_XFONTSET 1 |
| 5838 | EOF |
| 5839 | |
| 5840 | fi |
| 5841 | |
| 5842 | |
| 5843 | |
| 5844 | |
| 5845 | if test "$enable_hangulinput" = "yes"; then |
| 5846 | if test "x$GUITYPE" = "xNONE"; then |
| 5847 | echo "$ac_t""no GUI selected; hangul input has been disabled" 1>&6 |
| 5848 | enable_hangulinput=no |
| 5849 | else |
| 5850 | cat >> confdefs.h <<\EOF |
| 5851 | #define FEAT_HANGULIN 1 |
| 5852 | EOF |
| 5853 | |
| 5854 | HANGULIN_SRC=hangulin.c |
| 5855 | |
| 5856 | HANGULIN_OBJ=objects/hangulin.o |
| 5857 | |
| 5858 | fi |
| 5859 | fi |
| 5860 | |
| 5861 | |
| 5862 | echo $ac_n "checking quality of toupper""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5863 | echo "configure:5864: checking quality of toupper" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5864 | if test "$cross_compiling" = yes; then |
| 5865 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 5866 | else |
| 5867 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5868 | #line 5869 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5869 | #include "confdefs.h" |
| 5870 | #include <ctype.h> |
| 5871 | main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); } |
| 5872 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5873 | if { (eval echo configure:5874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5874 | then |
| 5875 | cat >> confdefs.h <<\EOF |
| 5876 | #define BROKEN_TOUPPER 1 |
| 5877 | EOF |
| 5878 | echo "$ac_t""bad" 1>&6 |
| 5879 | else |
| 5880 | echo "configure: failed program was:" >&5 |
| 5881 | cat conftest.$ac_ext >&5 |
| 5882 | rm -fr conftest* |
| 5883 | echo "$ac_t""good" 1>&6 |
| 5884 | fi |
| 5885 | rm -fr conftest* |
| 5886 | fi |
| 5887 | |
| 5888 | |
| 5889 | echo $ac_n "checking whether __DATE__ and __TIME__ work""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5890 | echo "configure:5891: checking whether __DATE__ and __TIME__ work" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5891 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5892 | #line 5893 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5893 | #include "confdefs.h" |
| 5894 | |
| 5895 | int main() { |
| 5896 | printf("(" __DATE__ " " __TIME__ ")"); |
| 5897 | ; return 0; } |
| 5898 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5899 | if { (eval echo configure:5900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5900 | rm -rf conftest* |
| 5901 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 5902 | #define HAVE_DATE_TIME 1 |
| 5903 | EOF |
| 5904 | |
| 5905 | else |
| 5906 | echo "configure: failed program was:" >&5 |
| 5907 | cat conftest.$ac_ext >&5 |
| 5908 | rm -rf conftest* |
| 5909 | echo "$ac_t""no" 1>&6 |
| 5910 | fi |
| 5911 | rm -f conftest* |
| 5912 | |
| 5913 | ac_safe=`echo "elf.h" | sed 'y%./+-%__p_%'` |
| 5914 | echo $ac_n "checking for elf.h""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5915 | echo "configure:5916: checking for elf.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5916 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 5917 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5918 | else |
| 5919 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5920 | #line 5921 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5921 | #include "confdefs.h" |
| 5922 | #include <elf.h> |
| 5923 | EOF |
| 5924 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5925 | { (eval echo configure:5926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5926 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 5927 | if test -z "$ac_err"; then |
| 5928 | rm -rf conftest* |
| 5929 | eval "ac_cv_header_$ac_safe=yes" |
| 5930 | else |
| 5931 | echo "$ac_err" >&5 |
| 5932 | echo "configure: failed program was:" >&5 |
| 5933 | cat conftest.$ac_ext >&5 |
| 5934 | rm -rf conftest* |
| 5935 | eval "ac_cv_header_$ac_safe=no" |
| 5936 | fi |
| 5937 | rm -f conftest* |
| 5938 | fi |
| 5939 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 5940 | echo "$ac_t""yes" 1>&6 |
| 5941 | HAS_ELF=1 |
| 5942 | else |
| 5943 | echo "$ac_t""no" 1>&6 |
| 5944 | fi |
| 5945 | |
| 5946 | if test "$HAS_ELF" = 1; then |
| 5947 | echo $ac_n "checking for main in -lelf""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5948 | echo "configure:5949: checking for main in -lelf" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5949 | ac_lib_var=`echo elf'_'main | sed 'y%./+-%__p_%'` |
| 5950 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 5951 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 5952 | else |
| 5953 | ac_save_LIBS="$LIBS" |
| 5954 | LIBS="-lelf $LIBS" |
| 5955 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5956 | #line 5957 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5957 | #include "confdefs.h" |
| 5958 | |
| 5959 | int main() { |
| 5960 | main() |
| 5961 | ; return 0; } |
| 5962 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5963 | if { (eval echo configure:5964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5964 | rm -rf conftest* |
| 5965 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 5966 | else |
| 5967 | echo "configure: failed program was:" >&5 |
| 5968 | cat conftest.$ac_ext >&5 |
| 5969 | rm -rf conftest* |
| 5970 | eval "ac_cv_lib_$ac_lib_var=no" |
| 5971 | fi |
| 5972 | rm -f conftest* |
| 5973 | LIBS="$ac_save_LIBS" |
| 5974 | |
| 5975 | fi |
| 5976 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 5977 | echo "$ac_t""yes" 1>&6 |
| 5978 | ac_tr_lib=HAVE_LIB`echo elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 5979 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 5980 | cat >> confdefs.h <<EOF |
| 5981 | #define $ac_tr_lib 1 |
| 5982 | EOF |
| 5983 | |
| 5984 | LIBS="-lelf $LIBS" |
| 5985 | |
| 5986 | else |
| 5987 | echo "$ac_t""no" 1>&6 |
| 5988 | fi |
| 5989 | |
| 5990 | fi |
| 5991 | |
| 5992 | ac_header_dirent=no |
| 5993 | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h |
| 5994 | do |
| 5995 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 5996 | echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 5997 | echo "configure:5998: checking for $ac_hdr that defines DIR" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5998 | if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then |
| 5999 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6000 | else |
| 6001 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6002 | #line 6003 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6003 | #include "confdefs.h" |
| 6004 | #include <sys/types.h> |
| 6005 | #include <$ac_hdr> |
| 6006 | int main() { |
| 6007 | DIR *dirp = 0; |
| 6008 | ; return 0; } |
| 6009 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6010 | if { (eval echo configure:6011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6011 | rm -rf conftest* |
| 6012 | eval "ac_cv_header_dirent_$ac_safe=yes" |
| 6013 | else |
| 6014 | echo "configure: failed program was:" >&5 |
| 6015 | cat conftest.$ac_ext >&5 |
| 6016 | rm -rf conftest* |
| 6017 | eval "ac_cv_header_dirent_$ac_safe=no" |
| 6018 | fi |
| 6019 | rm -f conftest* |
| 6020 | fi |
| 6021 | if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then |
| 6022 | echo "$ac_t""yes" 1>&6 |
| 6023 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 6024 | cat >> confdefs.h <<EOF |
| 6025 | #define $ac_tr_hdr 1 |
| 6026 | EOF |
| 6027 | ac_header_dirent=$ac_hdr; break |
| 6028 | else |
| 6029 | echo "$ac_t""no" 1>&6 |
| 6030 | fi |
| 6031 | done |
| 6032 | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. |
| 6033 | if test $ac_header_dirent = dirent.h; then |
| 6034 | echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6035 | echo "configure:6036: checking for opendir in -ldir" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6036 | ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` |
| 6037 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6038 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6039 | else |
| 6040 | ac_save_LIBS="$LIBS" |
| 6041 | LIBS="-ldir $LIBS" |
| 6042 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6043 | #line 6044 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6044 | #include "confdefs.h" |
| 6045 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6046 | /* We use char because int might match the return type of a gcc2 |
| 6047 | builtin and then its argument prototype would still apply. */ |
| 6048 | char opendir(); |
| 6049 | |
| 6050 | int main() { |
| 6051 | opendir() |
| 6052 | ; return 0; } |
| 6053 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6054 | if { (eval echo configure:6055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6055 | rm -rf conftest* |
| 6056 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6057 | else |
| 6058 | echo "configure: failed program was:" >&5 |
| 6059 | cat conftest.$ac_ext >&5 |
| 6060 | rm -rf conftest* |
| 6061 | eval "ac_cv_lib_$ac_lib_var=no" |
| 6062 | fi |
| 6063 | rm -f conftest* |
| 6064 | LIBS="$ac_save_LIBS" |
| 6065 | |
| 6066 | fi |
| 6067 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 6068 | echo "$ac_t""yes" 1>&6 |
| 6069 | LIBS="$LIBS -ldir" |
| 6070 | else |
| 6071 | echo "$ac_t""no" 1>&6 |
| 6072 | fi |
| 6073 | |
| 6074 | else |
| 6075 | echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6076 | echo "configure:6077: checking for opendir in -lx" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6077 | ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` |
| 6078 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6079 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6080 | else |
| 6081 | ac_save_LIBS="$LIBS" |
| 6082 | LIBS="-lx $LIBS" |
| 6083 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6084 | #line 6085 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6085 | #include "confdefs.h" |
| 6086 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6087 | /* We use char because int might match the return type of a gcc2 |
| 6088 | builtin and then its argument prototype would still apply. */ |
| 6089 | char opendir(); |
| 6090 | |
| 6091 | int main() { |
| 6092 | opendir() |
| 6093 | ; return 0; } |
| 6094 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6095 | if { (eval echo configure:6096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6096 | rm -rf conftest* |
| 6097 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6098 | else |
| 6099 | echo "configure: failed program was:" >&5 |
| 6100 | cat conftest.$ac_ext >&5 |
| 6101 | rm -rf conftest* |
| 6102 | eval "ac_cv_lib_$ac_lib_var=no" |
| 6103 | fi |
| 6104 | rm -f conftest* |
| 6105 | LIBS="$ac_save_LIBS" |
| 6106 | |
| 6107 | fi |
| 6108 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 6109 | echo "$ac_t""yes" 1>&6 |
| 6110 | LIBS="$LIBS -lx" |
| 6111 | else |
| 6112 | echo "$ac_t""no" 1>&6 |
| 6113 | fi |
| 6114 | |
| 6115 | fi |
| 6116 | |
| 6117 | |
| 6118 | echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6119 | echo "configure:6120: checking for ANSI C header files" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6120 | if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then |
| 6121 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6122 | else |
| 6123 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6124 | #line 6125 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6125 | #include "confdefs.h" |
| 6126 | #include <stdlib.h> |
| 6127 | #include <stdarg.h> |
| 6128 | #include <string.h> |
| 6129 | #include <float.h> |
| 6130 | EOF |
| 6131 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6132 | { (eval echo configure:6133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6133 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6134 | if test -z "$ac_err"; then |
| 6135 | rm -rf conftest* |
| 6136 | ac_cv_header_stdc=yes |
| 6137 | else |
| 6138 | echo "$ac_err" >&5 |
| 6139 | echo "configure: failed program was:" >&5 |
| 6140 | cat conftest.$ac_ext >&5 |
| 6141 | rm -rf conftest* |
| 6142 | ac_cv_header_stdc=no |
| 6143 | fi |
| 6144 | rm -f conftest* |
| 6145 | |
| 6146 | if test $ac_cv_header_stdc = yes; then |
| 6147 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 6148 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6149 | #line 6150 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6150 | #include "confdefs.h" |
| 6151 | #include <string.h> |
| 6152 | EOF |
| 6153 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6154 | egrep "memchr" >/dev/null 2>&1; then |
| 6155 | : |
| 6156 | else |
| 6157 | rm -rf conftest* |
| 6158 | ac_cv_header_stdc=no |
| 6159 | fi |
| 6160 | rm -f conftest* |
| 6161 | |
| 6162 | fi |
| 6163 | |
| 6164 | if test $ac_cv_header_stdc = yes; then |
| 6165 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 6166 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6167 | #line 6168 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6168 | #include "confdefs.h" |
| 6169 | #include <stdlib.h> |
| 6170 | EOF |
| 6171 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6172 | egrep "free" >/dev/null 2>&1; then |
| 6173 | : |
| 6174 | else |
| 6175 | rm -rf conftest* |
| 6176 | ac_cv_header_stdc=no |
| 6177 | fi |
| 6178 | rm -f conftest* |
| 6179 | |
| 6180 | fi |
| 6181 | |
| 6182 | if test $ac_cv_header_stdc = yes; then |
| 6183 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. |
| 6184 | if test "$cross_compiling" = yes; then |
| 6185 | : |
| 6186 | else |
| 6187 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6188 | #line 6189 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6189 | #include "confdefs.h" |
| 6190 | #include <ctype.h> |
| 6191 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 6192 | #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 6193 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
| 6194 | int main () { int i; for (i = 0; i < 256; i++) |
| 6195 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); |
| 6196 | exit (0); } |
| 6197 | |
| 6198 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6199 | if { (eval echo configure:6200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6200 | then |
| 6201 | : |
| 6202 | else |
| 6203 | echo "configure: failed program was:" >&5 |
| 6204 | cat conftest.$ac_ext >&5 |
| 6205 | rm -fr conftest* |
| 6206 | ac_cv_header_stdc=no |
| 6207 | fi |
| 6208 | rm -fr conftest* |
| 6209 | fi |
| 6210 | |
| 6211 | fi |
| 6212 | fi |
| 6213 | |
| 6214 | echo "$ac_t""$ac_cv_header_stdc" 1>&6 |
| 6215 | if test $ac_cv_header_stdc = yes; then |
| 6216 | cat >> confdefs.h <<\EOF |
| 6217 | #define STDC_HEADERS 1 |
| 6218 | EOF |
| 6219 | |
| 6220 | fi |
| 6221 | |
| 6222 | echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6223 | echo "configure:6224: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6224 | if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then |
| 6225 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6226 | else |
| 6227 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6228 | #line 6229 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6229 | #include "confdefs.h" |
| 6230 | #include <sys/types.h> |
| 6231 | #include <sys/wait.h> |
| 6232 | #ifndef WEXITSTATUS |
| 6233 | #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) |
| 6234 | #endif |
| 6235 | #ifndef WIFEXITED |
| 6236 | #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) |
| 6237 | #endif |
| 6238 | int main() { |
| 6239 | int s; |
| 6240 | wait (&s); |
| 6241 | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; |
| 6242 | ; return 0; } |
| 6243 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6244 | if { (eval echo configure:6245: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6245 | rm -rf conftest* |
| 6246 | ac_cv_header_sys_wait_h=yes |
| 6247 | else |
| 6248 | echo "configure: failed program was:" >&5 |
| 6249 | cat conftest.$ac_ext >&5 |
| 6250 | rm -rf conftest* |
| 6251 | ac_cv_header_sys_wait_h=no |
| 6252 | fi |
| 6253 | rm -f conftest* |
| 6254 | fi |
| 6255 | |
| 6256 | echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6 |
| 6257 | if test $ac_cv_header_sys_wait_h = yes; then |
| 6258 | cat >> confdefs.h <<\EOF |
| 6259 | #define HAVE_SYS_WAIT_H 1 |
| 6260 | EOF |
| 6261 | |
| 6262 | fi |
| 6263 | |
| 6264 | |
| 6265 | if test $ac_cv_header_sys_wait_h = no; then |
| 6266 | echo $ac_n "checking for sys/wait.h that defines union wait""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6267 | echo "configure:6268: checking for sys/wait.h that defines union wait" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6268 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6269 | #line 6270 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6270 | #include "confdefs.h" |
| 6271 | #include <sys/wait.h> |
| 6272 | int main() { |
| 6273 | union wait xx, yy; xx = yy |
| 6274 | ; return 0; } |
| 6275 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6276 | if { (eval echo configure:6277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6277 | rm -rf conftest* |
| 6278 | echo "$ac_t""yes" 1>&6 |
| 6279 | cat >> confdefs.h <<\EOF |
| 6280 | #define HAVE_SYS_WAIT_H 1 |
| 6281 | EOF |
| 6282 | |
| 6283 | cat >> confdefs.h <<\EOF |
| 6284 | #define HAVE_UNION_WAIT 1 |
| 6285 | EOF |
| 6286 | |
| 6287 | else |
| 6288 | echo "configure: failed program was:" >&5 |
| 6289 | cat conftest.$ac_ext >&5 |
| 6290 | rm -rf conftest* |
| 6291 | echo "$ac_t""no" 1>&6 |
| 6292 | fi |
| 6293 | rm -f conftest* |
| 6294 | fi |
| 6295 | |
| 6296 | for ac_hdr in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \ |
| 6297 | termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \ |
| 6298 | iconv.h langinfo.h unistd.h stropts.h errno.h \ |
| 6299 | sys/resource.h sys/systeminfo.h locale.h \ |
| 6300 | sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \ |
| 6301 | poll.h sys/poll.h pwd.h utime.h sys/param.h libintl.h \ |
| 6302 | libgen.h util/debug.h util/msg18n.h frame.h pthread_np.h \ |
| 6303 | sys/acl.h sys/access.h sys/sysctl.h sys/sysinfo.h wchar.h |
| 6304 | do |
| 6305 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6306 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6307 | echo "configure:6308: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6308 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6309 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6310 | else |
| 6311 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6312 | #line 6313 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6313 | #include "confdefs.h" |
| 6314 | #include <$ac_hdr> |
| 6315 | EOF |
| 6316 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6317 | { (eval echo configure:6318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6318 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6319 | if test -z "$ac_err"; then |
| 6320 | rm -rf conftest* |
| 6321 | eval "ac_cv_header_$ac_safe=yes" |
| 6322 | else |
| 6323 | echo "$ac_err" >&5 |
| 6324 | echo "configure: failed program was:" >&5 |
| 6325 | cat conftest.$ac_ext >&5 |
| 6326 | rm -rf conftest* |
| 6327 | eval "ac_cv_header_$ac_safe=no" |
| 6328 | fi |
| 6329 | rm -f conftest* |
| 6330 | fi |
| 6331 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 6332 | echo "$ac_t""yes" 1>&6 |
| 6333 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 6334 | cat >> confdefs.h <<EOF |
| 6335 | #define $ac_tr_hdr 1 |
| 6336 | EOF |
| 6337 | |
| 6338 | else |
| 6339 | echo "$ac_t""no" 1>&6 |
| 6340 | fi |
| 6341 | done |
| 6342 | |
| 6343 | |
| 6344 | if test "x$MACOSX" != "xyes"; then |
| 6345 | for ac_hdr in strings.h |
| 6346 | do |
| 6347 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6348 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6349 | echo "configure:6350: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6350 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6351 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6352 | else |
| 6353 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6354 | #line 6355 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6355 | #include "confdefs.h" |
| 6356 | #include <$ac_hdr> |
| 6357 | EOF |
| 6358 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6359 | { (eval echo configure:6360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6360 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6361 | if test -z "$ac_err"; then |
| 6362 | rm -rf conftest* |
| 6363 | eval "ac_cv_header_$ac_safe=yes" |
| 6364 | else |
| 6365 | echo "$ac_err" >&5 |
| 6366 | echo "configure: failed program was:" >&5 |
| 6367 | cat conftest.$ac_ext >&5 |
| 6368 | rm -rf conftest* |
| 6369 | eval "ac_cv_header_$ac_safe=no" |
| 6370 | fi |
| 6371 | rm -f conftest* |
| 6372 | fi |
| 6373 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 6374 | echo "$ac_t""yes" 1>&6 |
| 6375 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 6376 | cat >> confdefs.h <<EOF |
| 6377 | #define $ac_tr_hdr 1 |
| 6378 | EOF |
| 6379 | |
| 6380 | else |
| 6381 | echo "$ac_t""no" 1>&6 |
| 6382 | fi |
| 6383 | done |
| 6384 | |
| 6385 | fi |
| 6386 | |
| 6387 | echo $ac_n "checking if strings.h can be included after string.h""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6388 | echo "configure:6389: checking if strings.h can be included after string.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6389 | cppflags_save=$CPPFLAGS |
| 6390 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
| 6391 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6392 | #line 6393 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6393 | #include "confdefs.h" |
| 6394 | |
| 6395 | #if defined(_AIX) && !defined(_AIX51) && !defined(_NO_PROTO) |
| 6396 | # define _NO_PROTO /* like in os_unix.h, causes conflict for AIX (Winn) */ |
| 6397 | /* but don't do it on AIX 5.1 (Uribarri) */ |
| 6398 | #endif |
| 6399 | #ifdef HAVE_XM_XM_H |
| 6400 | # include <Xm/Xm.h> /* This breaks it for HP-UX 11 (Squassabia) */ |
| 6401 | #endif |
| 6402 | #ifdef HAVE_STRING_H |
| 6403 | # include <string.h> |
| 6404 | #endif |
| 6405 | #if defined(HAVE_STRINGS_H) |
| 6406 | # include <strings.h> |
| 6407 | #endif |
| 6408 | |
| 6409 | int main() { |
| 6410 | int i; i = 0; |
| 6411 | ; return 0; } |
| 6412 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6413 | if { (eval echo configure:6414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6414 | rm -rf conftest* |
| 6415 | echo "$ac_t""yes" 1>&6 |
| 6416 | else |
| 6417 | echo "configure: failed program was:" >&5 |
| 6418 | cat conftest.$ac_ext >&5 |
| 6419 | rm -rf conftest* |
| 6420 | cat >> confdefs.h <<\EOF |
| 6421 | #define NO_STRINGS_WITH_STRING_H 1 |
| 6422 | EOF |
| 6423 | |
| 6424 | echo "$ac_t""no" 1>&6 |
| 6425 | fi |
| 6426 | rm -f conftest* |
| 6427 | CPPFLAGS=$cppflags_save |
| 6428 | |
| 6429 | if test $ac_cv_prog_gcc = yes; then |
| 6430 | echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6431 | echo "configure:6432: checking whether ${CC-cc} needs -traditional" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6432 | if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then |
| 6433 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6434 | else |
| 6435 | ac_pattern="Autoconf.*'x'" |
| 6436 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6437 | #line 6438 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6438 | #include "confdefs.h" |
| 6439 | #include <sgtty.h> |
| 6440 | Autoconf TIOCGETP |
| 6441 | EOF |
| 6442 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6443 | egrep "$ac_pattern" >/dev/null 2>&1; then |
| 6444 | rm -rf conftest* |
| 6445 | ac_cv_prog_gcc_traditional=yes |
| 6446 | else |
| 6447 | rm -rf conftest* |
| 6448 | ac_cv_prog_gcc_traditional=no |
| 6449 | fi |
| 6450 | rm -f conftest* |
| 6451 | |
| 6452 | |
| 6453 | if test $ac_cv_prog_gcc_traditional = no; then |
| 6454 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6455 | #line 6456 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6456 | #include "confdefs.h" |
| 6457 | #include <termio.h> |
| 6458 | Autoconf TCGETA |
| 6459 | EOF |
| 6460 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6461 | egrep "$ac_pattern" >/dev/null 2>&1; then |
| 6462 | rm -rf conftest* |
| 6463 | ac_cv_prog_gcc_traditional=yes |
| 6464 | fi |
| 6465 | rm -f conftest* |
| 6466 | |
| 6467 | fi |
| 6468 | fi |
| 6469 | |
| 6470 | echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 |
| 6471 | if test $ac_cv_prog_gcc_traditional = yes; then |
| 6472 | CC="$CC -traditional" |
| 6473 | fi |
| 6474 | fi |
| 6475 | |
| 6476 | echo $ac_n "checking for working const""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6477 | echo "configure:6478: checking for working const" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6478 | if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then |
| 6479 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6480 | else |
| 6481 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6482 | #line 6483 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6483 | #include "confdefs.h" |
| 6484 | |
| 6485 | int main() { |
| 6486 | |
| 6487 | /* Ultrix mips cc rejects this. */ |
| 6488 | typedef int charset[2]; const charset x; |
| 6489 | /* SunOS 4.1.1 cc rejects this. */ |
| 6490 | char const *const *ccp; |
| 6491 | char **p; |
| 6492 | /* NEC SVR4.0.2 mips cc rejects this. */ |
| 6493 | struct point {int x, y;}; |
| 6494 | static struct point const zero = {0,0}; |
| 6495 | /* AIX XL C 1.02.0.0 rejects this. |
| 6496 | It does not let you subtract one const X* pointer from another in an arm |
| 6497 | of an if-expression whose if-part is not a constant expression */ |
| 6498 | const char *g = "string"; |
| 6499 | ccp = &g + (g ? g-g : 0); |
| 6500 | /* HPUX 7.0 cc rejects these. */ |
| 6501 | ++ccp; |
| 6502 | p = (char**) ccp; |
| 6503 | ccp = (char const *const *) p; |
| 6504 | { /* SCO 3.2v4 cc rejects this. */ |
| 6505 | char *t; |
| 6506 | char const *s = 0 ? (char *) 0 : (char const *) 0; |
| 6507 | |
| 6508 | *t++ = 0; |
| 6509 | } |
| 6510 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
| 6511 | int x[] = {25, 17}; |
| 6512 | const int *foo = &x[0]; |
| 6513 | ++foo; |
| 6514 | } |
| 6515 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ |
| 6516 | typedef const int *iptr; |
| 6517 | iptr p = 0; |
| 6518 | ++p; |
| 6519 | } |
| 6520 | { /* AIX XL C 1.02.0.0 rejects this saying |
| 6521 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
| 6522 | struct s { int j; const int *ap[3]; }; |
| 6523 | struct s *b; b->j = 5; |
| 6524 | } |
| 6525 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
| 6526 | const int foo = 10; |
| 6527 | } |
| 6528 | |
| 6529 | ; return 0; } |
| 6530 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6531 | if { (eval echo configure:6532: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6532 | rm -rf conftest* |
| 6533 | ac_cv_c_const=yes |
| 6534 | else |
| 6535 | echo "configure: failed program was:" >&5 |
| 6536 | cat conftest.$ac_ext >&5 |
| 6537 | rm -rf conftest* |
| 6538 | ac_cv_c_const=no |
| 6539 | fi |
| 6540 | rm -f conftest* |
| 6541 | fi |
| 6542 | |
| 6543 | echo "$ac_t""$ac_cv_c_const" 1>&6 |
| 6544 | if test $ac_cv_c_const = no; then |
| 6545 | cat >> confdefs.h <<\EOF |
| 6546 | #define const |
| 6547 | EOF |
| 6548 | |
| 6549 | fi |
| 6550 | |
| 6551 | echo $ac_n "checking for mode_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6552 | echo "configure:6553: checking for mode_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6553 | if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then |
| 6554 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6555 | else |
| 6556 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6557 | #line 6558 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6558 | #include "confdefs.h" |
| 6559 | #include <sys/types.h> |
| 6560 | #if STDC_HEADERS |
| 6561 | #include <stdlib.h> |
| 6562 | #include <stddef.h> |
| 6563 | #endif |
| 6564 | EOF |
| 6565 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6566 | egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6567 | rm -rf conftest* |
| 6568 | ac_cv_type_mode_t=yes |
| 6569 | else |
| 6570 | rm -rf conftest* |
| 6571 | ac_cv_type_mode_t=no |
| 6572 | fi |
| 6573 | rm -f conftest* |
| 6574 | |
| 6575 | fi |
| 6576 | echo "$ac_t""$ac_cv_type_mode_t" 1>&6 |
| 6577 | if test $ac_cv_type_mode_t = no; then |
| 6578 | cat >> confdefs.h <<\EOF |
| 6579 | #define mode_t int |
| 6580 | EOF |
| 6581 | |
| 6582 | fi |
| 6583 | |
| 6584 | echo $ac_n "checking for off_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6585 | echo "configure:6586: checking for off_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6586 | if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then |
| 6587 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6588 | else |
| 6589 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6590 | #line 6591 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6591 | #include "confdefs.h" |
| 6592 | #include <sys/types.h> |
| 6593 | #if STDC_HEADERS |
| 6594 | #include <stdlib.h> |
| 6595 | #include <stddef.h> |
| 6596 | #endif |
| 6597 | EOF |
| 6598 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6599 | egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6600 | rm -rf conftest* |
| 6601 | ac_cv_type_off_t=yes |
| 6602 | else |
| 6603 | rm -rf conftest* |
| 6604 | ac_cv_type_off_t=no |
| 6605 | fi |
| 6606 | rm -f conftest* |
| 6607 | |
| 6608 | fi |
| 6609 | echo "$ac_t""$ac_cv_type_off_t" 1>&6 |
| 6610 | if test $ac_cv_type_off_t = no; then |
| 6611 | cat >> confdefs.h <<\EOF |
| 6612 | #define off_t long |
| 6613 | EOF |
| 6614 | |
| 6615 | fi |
| 6616 | |
| 6617 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6618 | echo "configure:6619: checking for pid_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6619 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
| 6620 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6621 | else |
| 6622 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6623 | #line 6624 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6624 | #include "confdefs.h" |
| 6625 | #include <sys/types.h> |
| 6626 | #if STDC_HEADERS |
| 6627 | #include <stdlib.h> |
| 6628 | #include <stddef.h> |
| 6629 | #endif |
| 6630 | EOF |
| 6631 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6632 | egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6633 | rm -rf conftest* |
| 6634 | ac_cv_type_pid_t=yes |
| 6635 | else |
| 6636 | rm -rf conftest* |
| 6637 | ac_cv_type_pid_t=no |
| 6638 | fi |
| 6639 | rm -f conftest* |
| 6640 | |
| 6641 | fi |
| 6642 | echo "$ac_t""$ac_cv_type_pid_t" 1>&6 |
| 6643 | if test $ac_cv_type_pid_t = no; then |
| 6644 | cat >> confdefs.h <<\EOF |
| 6645 | #define pid_t int |
| 6646 | EOF |
| 6647 | |
| 6648 | fi |
| 6649 | |
| 6650 | echo $ac_n "checking for size_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6651 | echo "configure:6652: checking for size_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6652 | if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then |
| 6653 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6654 | else |
| 6655 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6656 | #line 6657 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6657 | #include "confdefs.h" |
| 6658 | #include <sys/types.h> |
| 6659 | #if STDC_HEADERS |
| 6660 | #include <stdlib.h> |
| 6661 | #include <stddef.h> |
| 6662 | #endif |
| 6663 | EOF |
| 6664 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6665 | egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6666 | rm -rf conftest* |
| 6667 | ac_cv_type_size_t=yes |
| 6668 | else |
| 6669 | rm -rf conftest* |
| 6670 | ac_cv_type_size_t=no |
| 6671 | fi |
| 6672 | rm -f conftest* |
| 6673 | |
| 6674 | fi |
| 6675 | echo "$ac_t""$ac_cv_type_size_t" 1>&6 |
| 6676 | if test $ac_cv_type_size_t = no; then |
| 6677 | cat >> confdefs.h <<\EOF |
| 6678 | #define size_t unsigned |
| 6679 | EOF |
| 6680 | |
| 6681 | fi |
| 6682 | |
| 6683 | echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6684 | echo "configure:6685: checking for uid_t in sys/types.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6685 | if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then |
| 6686 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6687 | else |
| 6688 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6689 | #line 6690 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6690 | #include "confdefs.h" |
| 6691 | #include <sys/types.h> |
| 6692 | EOF |
| 6693 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6694 | egrep "uid_t" >/dev/null 2>&1; then |
| 6695 | rm -rf conftest* |
| 6696 | ac_cv_type_uid_t=yes |
| 6697 | else |
| 6698 | rm -rf conftest* |
| 6699 | ac_cv_type_uid_t=no |
| 6700 | fi |
| 6701 | rm -f conftest* |
| 6702 | |
| 6703 | fi |
| 6704 | |
| 6705 | echo "$ac_t""$ac_cv_type_uid_t" 1>&6 |
| 6706 | if test $ac_cv_type_uid_t = no; then |
| 6707 | cat >> confdefs.h <<\EOF |
| 6708 | #define uid_t int |
| 6709 | EOF |
| 6710 | |
| 6711 | cat >> confdefs.h <<\EOF |
| 6712 | #define gid_t int |
| 6713 | EOF |
| 6714 | |
| 6715 | fi |
| 6716 | |
| 6717 | echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6718 | echo "configure:6719: checking whether time.h and sys/time.h may both be included" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6719 | if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then |
| 6720 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6721 | else |
| 6722 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6723 | #line 6724 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6724 | #include "confdefs.h" |
| 6725 | #include <sys/types.h> |
| 6726 | #include <sys/time.h> |
| 6727 | #include <time.h> |
| 6728 | int main() { |
| 6729 | struct tm *tp; |
| 6730 | ; return 0; } |
| 6731 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6732 | if { (eval echo configure:6733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6733 | rm -rf conftest* |
| 6734 | ac_cv_header_time=yes |
| 6735 | else |
| 6736 | echo "configure: failed program was:" >&5 |
| 6737 | cat conftest.$ac_ext >&5 |
| 6738 | rm -rf conftest* |
| 6739 | ac_cv_header_time=no |
| 6740 | fi |
| 6741 | rm -f conftest* |
| 6742 | fi |
| 6743 | |
| 6744 | echo "$ac_t""$ac_cv_header_time" 1>&6 |
| 6745 | if test $ac_cv_header_time = yes; then |
| 6746 | cat >> confdefs.h <<\EOF |
| 6747 | #define TIME_WITH_SYS_TIME 1 |
| 6748 | EOF |
| 6749 | |
| 6750 | fi |
| 6751 | |
| 6752 | echo $ac_n "checking for ino_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6753 | echo "configure:6754: checking for ino_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6754 | if eval "test \"`echo '$''{'ac_cv_type_ino_t'+set}'`\" = set"; then |
| 6755 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6756 | else |
| 6757 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6758 | #line 6759 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6759 | #include "confdefs.h" |
| 6760 | #include <sys/types.h> |
| 6761 | #if STDC_HEADERS |
| 6762 | #include <stdlib.h> |
| 6763 | #include <stddef.h> |
| 6764 | #endif |
| 6765 | EOF |
| 6766 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6767 | egrep "(^|[^a-zA-Z_0-9])ino_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6768 | rm -rf conftest* |
| 6769 | ac_cv_type_ino_t=yes |
| 6770 | else |
| 6771 | rm -rf conftest* |
| 6772 | ac_cv_type_ino_t=no |
| 6773 | fi |
| 6774 | rm -f conftest* |
| 6775 | |
| 6776 | fi |
| 6777 | echo "$ac_t""$ac_cv_type_ino_t" 1>&6 |
| 6778 | if test $ac_cv_type_ino_t = no; then |
| 6779 | cat >> confdefs.h <<\EOF |
| 6780 | #define ino_t long |
| 6781 | EOF |
| 6782 | |
| 6783 | fi |
| 6784 | |
| 6785 | echo $ac_n "checking for dev_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6786 | echo "configure:6787: checking for dev_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6787 | if eval "test \"`echo '$''{'ac_cv_type_dev_t'+set}'`\" = set"; then |
| 6788 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6789 | else |
| 6790 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6791 | #line 6792 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6792 | #include "confdefs.h" |
| 6793 | #include <sys/types.h> |
| 6794 | #if STDC_HEADERS |
| 6795 | #include <stdlib.h> |
| 6796 | #include <stddef.h> |
| 6797 | #endif |
| 6798 | EOF |
| 6799 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6800 | egrep "(^|[^a-zA-Z_0-9])dev_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6801 | rm -rf conftest* |
| 6802 | ac_cv_type_dev_t=yes |
| 6803 | else |
| 6804 | rm -rf conftest* |
| 6805 | ac_cv_type_dev_t=no |
| 6806 | fi |
| 6807 | rm -f conftest* |
| 6808 | |
| 6809 | fi |
| 6810 | echo "$ac_t""$ac_cv_type_dev_t" 1>&6 |
| 6811 | if test $ac_cv_type_dev_t = no; then |
| 6812 | cat >> confdefs.h <<\EOF |
| 6813 | #define dev_t unsigned |
| 6814 | EOF |
| 6815 | |
| 6816 | fi |
| 6817 | |
| 6818 | |
| 6819 | echo $ac_n "checking for rlim_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6820 | echo "configure:6821: checking for rlim_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6821 | if eval "test \"`echo '$''{'ac_cv_type_rlim_t'+set}'`\" = set"; then |
| 6822 | echo "$ac_t""(cached) $ac_cv_type_rlim_t" 1>&6 |
| 6823 | else |
| 6824 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6825 | #line 6826 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6826 | #include "confdefs.h" |
| 6827 | |
| 6828 | #include <sys/types.h> |
| 6829 | #if STDC_HEADERS |
| 6830 | #include <stdlib.h> |
| 6831 | #include <stddef.h> |
| 6832 | #endif |
| 6833 | #ifdef HAVE_SYS_RESOURCE_H |
| 6834 | #include <sys/resource.h> |
| 6835 | #endif |
| 6836 | |
| 6837 | EOF |
| 6838 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6839 | egrep "(^|[^a-zA-Z_0-9])rlim_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then |
| 6840 | rm -rf conftest* |
| 6841 | ac_cv_type_rlim_t=yes |
| 6842 | else |
| 6843 | rm -rf conftest* |
| 6844 | ac_cv_type_rlim_t=no |
| 6845 | fi |
| 6846 | rm -f conftest* |
| 6847 | |
| 6848 | echo "$ac_t""$ac_cv_type_rlim_t" 1>&6 |
| 6849 | fi |
| 6850 | if test $ac_cv_type_rlim_t = no; then |
| 6851 | cat >> confdefs.h <<\EOF |
| 6852 | #define rlim_t unsigned long |
| 6853 | EOF |
| 6854 | fi |
| 6855 | |
| 6856 | echo $ac_n "checking for stack_t""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6857 | echo "configure:6858: checking for stack_t" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6858 | if eval "test \"`echo '$''{'ac_cv_type_stack_t'+set}'`\" = set"; then |
| 6859 | echo "$ac_t""(cached) $ac_cv_type_stack_t" 1>&6 |
| 6860 | else |
| 6861 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6862 | #line 6863 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6863 | #include "confdefs.h" |
| 6864 | |
| 6865 | #include <sys/types.h> |
| 6866 | #if STDC_HEADERS |
| 6867 | #include <stdlib.h> |
| 6868 | #include <stddef.h> |
| 6869 | #endif |
| 6870 | #include <signal.h> |
| 6871 | |
| 6872 | EOF |
| 6873 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 6874 | egrep "stack_t" >/dev/null 2>&1; then |
| 6875 | rm -rf conftest* |
| 6876 | ac_cv_type_stack_t=yes |
| 6877 | else |
| 6878 | rm -rf conftest* |
| 6879 | ac_cv_type_stack_t=no |
| 6880 | fi |
| 6881 | rm -f conftest* |
| 6882 | |
| 6883 | echo "$ac_t""$ac_cv_type_stack_t" 1>&6 |
| 6884 | fi |
| 6885 | if test $ac_cv_type_stack_t = no; then |
| 6886 | cat >> confdefs.h <<\EOF |
| 6887 | #define stack_t struct sigaltstack |
| 6888 | EOF |
| 6889 | fi |
| 6890 | |
| 6891 | echo $ac_n "checking whether stack_t has an ss_base field""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6892 | echo "configure:6893: checking whether stack_t has an ss_base field" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6893 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6894 | #line 6895 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6895 | #include "confdefs.h" |
| 6896 | |
| 6897 | #include <sys/types.h> |
| 6898 | #if STDC_HEADERS |
| 6899 | #include <stdlib.h> |
| 6900 | #include <stddef.h> |
| 6901 | #endif |
| 6902 | #include <signal.h> |
| 6903 | #include "confdefs.h" |
| 6904 | |
| 6905 | int main() { |
| 6906 | stack_t sigstk; sigstk.ss_base = 0; |
| 6907 | ; return 0; } |
| 6908 | EOF |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6909 | if { (eval echo configure:6910: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6910 | rm -rf conftest* |
| 6911 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 6912 | #define HAVE_SS_BASE 1 |
| 6913 | EOF |
| 6914 | |
| 6915 | else |
| 6916 | echo "configure: failed program was:" >&5 |
| 6917 | cat conftest.$ac_ext >&5 |
| 6918 | rm -rf conftest* |
| 6919 | echo "$ac_t""no" 1>&6 |
| 6920 | fi |
| 6921 | rm -f conftest* |
| 6922 | |
| 6923 | olibs="$LIBS" |
| 6924 | echo $ac_n "checking --with-tlib argument""... $ac_c" 1>&6 |
Bram Moolenaar | 7b0294c | 2004-10-11 10:16:09 +0000 | [diff] [blame] | 6925 | echo "configure:6926: checking --with-tlib argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6926 | # Check whether --with-tlib or --without-tlib was given. |
| 6927 | if test "${with_tlib+set}" = set; then |
| 6928 | withval="$with_tlib" |
| 6929 | : |
| 6930 | fi |
| 6931 | |
| 6932 | if test -n "$with_tlib"; then |
| 6933 | echo "$ac_t""$with_tlib" 1>&6 |
| 6934 | LIBS="$LIBS -l$with_tlib" |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 6935 | echo $ac_n "checking for linking with $with_tlib library""... $ac_c" 1>&6 |
| 6936 | echo "configure:6937: checking for linking with $with_tlib library" >&5 |
| 6937 | cat > conftest.$ac_ext <<EOF |
| 6938 | #line 6939 "configure" |
| 6939 | #include "confdefs.h" |
| 6940 | |
| 6941 | int main() { |
| 6942 | |
| 6943 | ; return 0; } |
| 6944 | EOF |
| 6945 | if { (eval echo configure:6946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6946 | rm -rf conftest* |
| 6947 | echo "$ac_t""OK" 1>&6 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6948 | else |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 6949 | echo "configure: failed program was:" >&5 |
| 6950 | cat conftest.$ac_ext >&5 |
| 6951 | rm -rf conftest* |
| 6952 | { echo "configure: error: FAILED" 1>&2; exit 1; } |
| 6953 | fi |
| 6954 | rm -f conftest* |
| 6955 | olibs="$LIBS" |
| 6956 | else |
| 6957 | echo "$ac_t""empty: automatic terminal library selection" 1>&6 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6958 | case "`uname -s 2>/dev/null`" in |
| 6959 | OSF1) tlibs="ncurses curses termlib termcap";; |
| 6960 | *) tlibs="ncurses termlib termcap curses";; |
| 6961 | esac |
| 6962 | for libname in $tlibs; do |
| 6963 | echo $ac_n "checking for tgetent in -l${libname}""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 6964 | echo "configure:6965: checking for tgetent in -l${libname}" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6965 | ac_lib_var=`echo ${libname}'_'tgetent | sed 'y%./+-%__p_%'` |
| 6966 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6967 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6968 | else |
| 6969 | ac_save_LIBS="$LIBS" |
| 6970 | LIBS="-l${libname} $LIBS" |
| 6971 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 6972 | #line 6973 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6973 | #include "confdefs.h" |
| 6974 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6975 | /* We use char because int might match the return type of a gcc2 |
| 6976 | builtin and then its argument prototype would still apply. */ |
| 6977 | char tgetent(); |
| 6978 | |
| 6979 | int main() { |
| 6980 | tgetent() |
| 6981 | ; return 0; } |
| 6982 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 6983 | if { (eval echo configure:6984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6984 | rm -rf conftest* |
| 6985 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6986 | else |
| 6987 | echo "configure: failed program was:" >&5 |
| 6988 | cat conftest.$ac_ext >&5 |
| 6989 | rm -rf conftest* |
| 6990 | eval "ac_cv_lib_$ac_lib_var=no" |
| 6991 | fi |
| 6992 | rm -f conftest* |
| 6993 | LIBS="$ac_save_LIBS" |
| 6994 | |
| 6995 | fi |
| 6996 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 6997 | echo "$ac_t""yes" 1>&6 |
| 6998 | ac_tr_lib=HAVE_LIB`echo ${libname} | sed -e 's/[^a-zA-Z0-9_]/_/g' \ |
| 6999 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` |
| 7000 | cat >> confdefs.h <<EOF |
| 7001 | #define $ac_tr_lib 1 |
| 7002 | EOF |
| 7003 | |
| 7004 | LIBS="-l${libname} $LIBS" |
| 7005 | |
| 7006 | else |
| 7007 | echo "$ac_t""no" 1>&6 |
| 7008 | fi |
| 7009 | |
| 7010 | if test "x$olibs" != "x$LIBS"; then |
| 7011 | if test "$cross_compiling" = yes; then |
| 7012 | res="FAIL" |
| 7013 | else |
| 7014 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7015 | #line 7016 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7016 | #include "confdefs.h" |
| 7017 | |
| 7018 | #ifdef HAVE_TERMCAP_H |
| 7019 | # include <termcap.h> |
| 7020 | #endif |
| 7021 | main() {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(0); } |
| 7022 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7023 | if { (eval echo configure:7024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7024 | then |
| 7025 | res="OK" |
| 7026 | else |
| 7027 | echo "configure: failed program was:" >&5 |
| 7028 | cat conftest.$ac_ext >&5 |
| 7029 | rm -fr conftest* |
| 7030 | res="FAIL" |
| 7031 | fi |
| 7032 | rm -fr conftest* |
| 7033 | fi |
| 7034 | |
| 7035 | if test "$res" = "OK"; then |
| 7036 | break |
| 7037 | fi |
| 7038 | echo "$ac_t""$libname library is not usable" 1>&6 |
| 7039 | LIBS="$olibs" |
| 7040 | fi |
| 7041 | done |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7042 | if test "x$olibs" = "x$LIBS"; then |
| 7043 | echo "$ac_t""no terminal library found" 1>&6 |
| 7044 | fi |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7045 | fi |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7046 | |
| 7047 | if test "x$olibs" = "x$LIBS"; then |
| 7048 | echo $ac_n "checking for tgetent()""... $ac_c" 1>&6 |
| 7049 | echo "configure:7050: checking for tgetent()" >&5 |
| 7050 | cat > conftest.$ac_ext <<EOF |
| 7051 | #line 7052 "configure" |
| 7052 | #include "confdefs.h" |
| 7053 | |
| 7054 | int main() { |
| 7055 | char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist"); |
| 7056 | ; return 0; } |
| 7057 | EOF |
| 7058 | if { (eval echo configure:7059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7059 | rm -rf conftest* |
| 7060 | echo "$ac_t""yes" 1>&6 |
| 7061 | else |
| 7062 | echo "configure: failed program was:" >&5 |
| 7063 | cat conftest.$ac_ext >&5 |
| 7064 | rm -rf conftest* |
| 7065 | { echo "configure: error: NOT FOUND! |
| 7066 | You need to install a terminal library; for example ncurses. |
| 7067 | Or specify the name of the library with --with-tlib." 1>&2; exit 1; } |
| 7068 | fi |
| 7069 | rm -f conftest* |
| 7070 | fi |
| 7071 | |
| 7072 | echo $ac_n "checking whether we talk terminfo""... $ac_c" 1>&6 |
| 7073 | echo "configure:7074: checking whether we talk terminfo" >&5 |
| 7074 | if test "$cross_compiling" = yes; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7075 | { echo "configure: error: failed to compile test program." 1>&2; exit 1; } |
| 7076 | else |
| 7077 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7078 | #line 7079 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7079 | #include "confdefs.h" |
| 7080 | |
| 7081 | #ifdef HAVE_TERMCAP_H |
| 7082 | # include <termcap.h> |
| 7083 | #endif |
| 7084 | main() |
| 7085 | {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(!strcmp(s==0 ? "" : s, "1")); } |
| 7086 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7087 | if { (eval echo configure:7088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7088 | then |
| 7089 | echo "$ac_t""no -- we are in termcap land" 1>&6 |
| 7090 | else |
| 7091 | echo "configure: failed program was:" >&5 |
| 7092 | cat conftest.$ac_ext >&5 |
| 7093 | rm -fr conftest* |
| 7094 | echo "$ac_t""yes -- terminfo spoken here" 1>&6; cat >> confdefs.h <<\EOF |
| 7095 | #define TERMINFO 1 |
| 7096 | EOF |
| 7097 | |
| 7098 | fi |
| 7099 | rm -fr conftest* |
| 7100 | fi |
| 7101 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7102 | |
| 7103 | if test "x$olibs" != "x$LIBS"; then |
| 7104 | echo $ac_n "checking what tgetent() returns for an unknown terminal""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7105 | echo "configure:7106: checking what tgetent() returns for an unknown terminal" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7106 | if test "$cross_compiling" = yes; then |
| 7107 | { echo "configure: error: failed to compile test program." 1>&2; exit 1; } |
| 7108 | else |
| 7109 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7110 | #line 7111 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7111 | #include "confdefs.h" |
| 7112 | |
| 7113 | #ifdef HAVE_TERMCAP_H |
| 7114 | # include <termcap.h> |
| 7115 | #endif |
| 7116 | main() |
| 7117 | {char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist"); exit(res != 0); } |
| 7118 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7119 | if { (eval echo configure:7120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7120 | then |
| 7121 | echo "$ac_t""zero" 1>&6; cat >> confdefs.h <<\EOF |
| 7122 | #define TGETENT_ZERO_ERR 0 |
| 7123 | EOF |
| 7124 | |
| 7125 | else |
| 7126 | echo "configure: failed program was:" >&5 |
| 7127 | cat conftest.$ac_ext >&5 |
| 7128 | rm -fr conftest* |
| 7129 | echo "$ac_t""non-zero" 1>&6 |
| 7130 | fi |
| 7131 | rm -fr conftest* |
| 7132 | fi |
| 7133 | |
| 7134 | fi |
| 7135 | |
| 7136 | echo $ac_n "checking whether termcap.h contains ospeed""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7137 | echo "configure:7138: checking whether termcap.h contains ospeed" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7138 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7139 | #line 7140 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7140 | #include "confdefs.h" |
| 7141 | |
| 7142 | #ifdef HAVE_TERMCAP_H |
| 7143 | # include <termcap.h> |
| 7144 | #endif |
| 7145 | |
| 7146 | int main() { |
| 7147 | ospeed = 20000 |
| 7148 | ; return 0; } |
| 7149 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7150 | if { (eval echo configure:7151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7151 | rm -rf conftest* |
| 7152 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7153 | #define HAVE_OSPEED 1 |
| 7154 | EOF |
| 7155 | |
| 7156 | else |
| 7157 | echo "configure: failed program was:" >&5 |
| 7158 | cat conftest.$ac_ext >&5 |
| 7159 | rm -rf conftest* |
| 7160 | echo "$ac_t""no" 1>&6 |
| 7161 | echo $ac_n "checking whether ospeed can be extern""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7162 | echo "configure:7163: checking whether ospeed can be extern" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7163 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7164 | #line 7165 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7165 | #include "confdefs.h" |
| 7166 | |
| 7167 | #ifdef HAVE_TERMCAP_H |
| 7168 | # include <termcap.h> |
| 7169 | #endif |
| 7170 | extern short ospeed; |
| 7171 | |
| 7172 | int main() { |
| 7173 | ospeed = 20000 |
| 7174 | ; return 0; } |
| 7175 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7176 | if { (eval echo configure:7177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7177 | rm -rf conftest* |
| 7178 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7179 | #define OSPEED_EXTERN 1 |
| 7180 | EOF |
| 7181 | |
| 7182 | else |
| 7183 | echo "configure: failed program was:" >&5 |
| 7184 | cat conftest.$ac_ext >&5 |
| 7185 | rm -rf conftest* |
| 7186 | echo "$ac_t""no" 1>&6 |
| 7187 | fi |
| 7188 | rm -f conftest* |
| 7189 | |
| 7190 | fi |
| 7191 | rm -f conftest* |
| 7192 | |
| 7193 | echo $ac_n "checking whether termcap.h contains UP, BC and PC""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7194 | echo "configure:7195: checking whether termcap.h contains UP, BC and PC" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7195 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7196 | #line 7197 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7197 | #include "confdefs.h" |
| 7198 | |
| 7199 | #ifdef HAVE_TERMCAP_H |
| 7200 | # include <termcap.h> |
| 7201 | #endif |
| 7202 | |
| 7203 | int main() { |
| 7204 | if (UP == 0 && BC == 0) PC = 1 |
| 7205 | ; return 0; } |
| 7206 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7207 | if { (eval echo configure:7208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7208 | rm -rf conftest* |
| 7209 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7210 | #define HAVE_UP_BC_PC 1 |
| 7211 | EOF |
| 7212 | |
| 7213 | else |
| 7214 | echo "configure: failed program was:" >&5 |
| 7215 | cat conftest.$ac_ext >&5 |
| 7216 | rm -rf conftest* |
| 7217 | echo "$ac_t""no" 1>&6 |
| 7218 | echo $ac_n "checking whether UP, BC and PC can be extern""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7219 | echo "configure:7220: checking whether UP, BC and PC can be extern" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7220 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7221 | #line 7222 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7222 | #include "confdefs.h" |
| 7223 | |
| 7224 | #ifdef HAVE_TERMCAP_H |
| 7225 | # include <termcap.h> |
| 7226 | #endif |
| 7227 | extern char *UP, *BC, PC; |
| 7228 | |
| 7229 | int main() { |
| 7230 | if (UP == 0 && BC == 0) PC = 1 |
| 7231 | ; return 0; } |
| 7232 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7233 | if { (eval echo configure:7234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7234 | rm -rf conftest* |
| 7235 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7236 | #define UP_BC_PC_EXTERN 1 |
| 7237 | EOF |
| 7238 | |
| 7239 | else |
| 7240 | echo "configure: failed program was:" >&5 |
| 7241 | cat conftest.$ac_ext >&5 |
| 7242 | rm -rf conftest* |
| 7243 | echo "$ac_t""no" 1>&6 |
| 7244 | fi |
| 7245 | rm -f conftest* |
| 7246 | |
| 7247 | fi |
| 7248 | rm -f conftest* |
| 7249 | |
| 7250 | echo $ac_n "checking whether tputs() uses outfuntype""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7251 | echo "configure:7252: checking whether tputs() uses outfuntype" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7252 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7253 | #line 7254 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7254 | #include "confdefs.h" |
| 7255 | |
| 7256 | #ifdef HAVE_TERMCAP_H |
| 7257 | # include <termcap.h> |
| 7258 | #endif |
| 7259 | |
| 7260 | int main() { |
| 7261 | extern int xx(); tputs("test", 1, (outfuntype)xx) |
| 7262 | ; return 0; } |
| 7263 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7264 | if { (eval echo configure:7265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7265 | rm -rf conftest* |
| 7266 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7267 | #define HAVE_OUTFUNTYPE 1 |
| 7268 | EOF |
| 7269 | |
| 7270 | else |
| 7271 | echo "configure: failed program was:" >&5 |
| 7272 | cat conftest.$ac_ext >&5 |
| 7273 | rm -rf conftest* |
| 7274 | echo "$ac_t""no" 1>&6 |
| 7275 | fi |
| 7276 | rm -f conftest* |
| 7277 | |
| 7278 | echo $ac_n "checking whether sys/select.h and sys/time.h may both be included""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7279 | echo "configure:7280: checking whether sys/select.h and sys/time.h may both be included" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7280 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7281 | #line 7282 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7282 | #include "confdefs.h" |
| 7283 | |
| 7284 | #include <sys/types.h> |
| 7285 | #include <sys/time.h> |
| 7286 | #include <sys/select.h> |
| 7287 | int main() { |
| 7288 | |
| 7289 | ; return 0; } |
| 7290 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7291 | if { (eval echo configure:7292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7292 | rm -rf conftest* |
| 7293 | echo "$ac_t""yes" 1>&6 |
| 7294 | cat >> confdefs.h <<\EOF |
| 7295 | #define SYS_SELECT_WITH_SYS_TIME 1 |
| 7296 | EOF |
| 7297 | |
| 7298 | else |
| 7299 | echo "configure: failed program was:" >&5 |
| 7300 | cat conftest.$ac_ext >&5 |
| 7301 | rm -rf conftest* |
| 7302 | echo "$ac_t""no" 1>&6 |
| 7303 | fi |
| 7304 | rm -f conftest* |
| 7305 | |
| 7306 | |
| 7307 | echo $ac_n "checking for /dev/ptc""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7308 | echo "configure:7309: checking for /dev/ptc" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7309 | if test -r /dev/ptc; then |
| 7310 | cat >> confdefs.h <<\EOF |
| 7311 | #define HAVE_DEV_PTC 1 |
| 7312 | EOF |
| 7313 | |
| 7314 | echo "$ac_t""yes" 1>&6 |
| 7315 | else |
| 7316 | echo "$ac_t""no" 1>&6 |
| 7317 | fi |
| 7318 | |
| 7319 | echo $ac_n "checking for SVR4 ptys""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7320 | echo "configure:7321: checking for SVR4 ptys" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7321 | if test -c /dev/ptmx ; then |
| 7322 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7323 | #line 7324 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7324 | #include "confdefs.h" |
| 7325 | |
| 7326 | int main() { |
| 7327 | ptsname(0);grantpt(0);unlockpt(0); |
| 7328 | ; return 0; } |
| 7329 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7330 | if { (eval echo configure:7331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7331 | rm -rf conftest* |
| 7332 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7333 | #define HAVE_SVR4_PTYS 1 |
| 7334 | EOF |
| 7335 | |
| 7336 | else |
| 7337 | echo "configure: failed program was:" >&5 |
| 7338 | cat conftest.$ac_ext >&5 |
| 7339 | rm -rf conftest* |
| 7340 | echo "$ac_t""no" 1>&6 |
| 7341 | fi |
| 7342 | rm -f conftest* |
| 7343 | else |
| 7344 | echo "$ac_t""no" 1>&6 |
| 7345 | fi |
| 7346 | |
| 7347 | echo $ac_n "checking for ptyranges""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7348 | echo "configure:7349: checking for ptyranges" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7349 | if test -d /dev/ptym ; then |
| 7350 | pdir='/dev/ptym' |
| 7351 | else |
| 7352 | pdir='/dev' |
| 7353 | fi |
| 7354 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7355 | #line 7356 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7356 | #include "confdefs.h" |
| 7357 | #ifdef M_UNIX |
| 7358 | yes; |
| 7359 | #endif |
| 7360 | |
| 7361 | EOF |
| 7362 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 7363 | egrep "yes" >/dev/null 2>&1; then |
| 7364 | rm -rf conftest* |
| 7365 | ptys=`echo /dev/ptyp??` |
| 7366 | else |
| 7367 | rm -rf conftest* |
| 7368 | ptys=`echo $pdir/pty??` |
| 7369 | fi |
| 7370 | rm -f conftest* |
| 7371 | |
| 7372 | if test "$ptys" != "$pdir/pty??" ; then |
| 7373 | p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'` |
| 7374 | p1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'` |
| 7375 | cat >> confdefs.h <<EOF |
| 7376 | #define PTYRANGE0 "$p0" |
| 7377 | EOF |
| 7378 | |
| 7379 | cat >> confdefs.h <<EOF |
| 7380 | #define PTYRANGE1 "$p1" |
| 7381 | EOF |
| 7382 | |
| 7383 | echo "$ac_t""$p0 / $p1" 1>&6 |
| 7384 | else |
| 7385 | echo "$ac_t""don't know" 1>&6 |
| 7386 | fi |
| 7387 | |
| 7388 | echo $ac_n "checking default tty permissions/group""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7389 | echo "configure:7390: checking default tty permissions/group" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7390 | rm -f conftest_grp |
| 7391 | if test "$cross_compiling" = yes; then |
| 7392 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 7393 | else |
| 7394 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7395 | #line 7396 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7396 | #include "confdefs.h" |
| 7397 | |
| 7398 | #include <sys/types.h> |
| 7399 | #include <sys/stat.h> |
| 7400 | #include <stdio.h> |
| 7401 | main() |
| 7402 | { |
| 7403 | struct stat sb; |
| 7404 | char *x,*ttyname(); |
| 7405 | int om, m; |
| 7406 | FILE *fp; |
| 7407 | |
| 7408 | if (!(x = ttyname(0))) exit(1); |
| 7409 | if (stat(x, &sb)) exit(1); |
| 7410 | om = sb.st_mode; |
| 7411 | if (om & 002) exit(0); |
| 7412 | m = system("mesg y"); |
| 7413 | if (m == -1 || m == 127) exit(1); |
| 7414 | if (stat(x, &sb)) exit(1); |
| 7415 | m = sb.st_mode; |
| 7416 | if (chmod(x, om)) exit(1); |
| 7417 | if (m & 002) exit(0); |
| 7418 | if (sb.st_gid == getgid()) exit(1); |
| 7419 | if (!(fp=fopen("conftest_grp", "w"))) |
| 7420 | exit(1); |
| 7421 | fprintf(fp, "%d\n", sb.st_gid); |
| 7422 | fclose(fp); |
| 7423 | exit(0); |
| 7424 | } |
| 7425 | |
| 7426 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7427 | if { (eval echo configure:7428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7428 | then |
| 7429 | |
| 7430 | if test -f conftest_grp; then |
| 7431 | ptygrp=`cat conftest_grp` |
| 7432 | echo "$ac_t""pty mode: 0620, group: $ptygrp" 1>&6 |
| 7433 | cat >> confdefs.h <<\EOF |
| 7434 | #define PTYMODE 0620 |
| 7435 | EOF |
| 7436 | |
| 7437 | cat >> confdefs.h <<EOF |
| 7438 | #define PTYGROUP $ptygrp |
| 7439 | EOF |
| 7440 | |
| 7441 | else |
| 7442 | echo "$ac_t""ptys are world accessable" 1>&6 |
| 7443 | fi |
| 7444 | |
| 7445 | else |
| 7446 | echo "configure: failed program was:" >&5 |
| 7447 | cat conftest.$ac_ext >&5 |
| 7448 | rm -fr conftest* |
| 7449 | echo "$ac_t""can't determine - assume ptys are world accessable" 1>&6 |
| 7450 | fi |
| 7451 | rm -fr conftest* |
| 7452 | fi |
| 7453 | |
| 7454 | rm -f conftest_grp |
| 7455 | |
| 7456 | |
| 7457 | echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7458 | echo "configure:7459: checking return type of signal handlers" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7459 | if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then |
| 7460 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7461 | else |
| 7462 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7463 | #line 7464 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7464 | #include "confdefs.h" |
| 7465 | #include <sys/types.h> |
| 7466 | #include <signal.h> |
| 7467 | #ifdef signal |
| 7468 | #undef signal |
| 7469 | #endif |
| 7470 | #ifdef __cplusplus |
| 7471 | extern "C" void (*signal (int, void (*)(int)))(int); |
| 7472 | #else |
| 7473 | void (*signal ()) (); |
| 7474 | #endif |
| 7475 | |
| 7476 | int main() { |
| 7477 | int i; |
| 7478 | ; return 0; } |
| 7479 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7480 | if { (eval echo configure:7481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7481 | rm -rf conftest* |
| 7482 | ac_cv_type_signal=void |
| 7483 | else |
| 7484 | echo "configure: failed program was:" >&5 |
| 7485 | cat conftest.$ac_ext >&5 |
| 7486 | rm -rf conftest* |
| 7487 | ac_cv_type_signal=int |
| 7488 | fi |
| 7489 | rm -f conftest* |
| 7490 | fi |
| 7491 | |
| 7492 | echo "$ac_t""$ac_cv_type_signal" 1>&6 |
| 7493 | cat >> confdefs.h <<EOF |
| 7494 | #define RETSIGTYPE $ac_cv_type_signal |
| 7495 | EOF |
| 7496 | |
| 7497 | |
| 7498 | |
| 7499 | if test $ac_cv_type_signal = void; then |
| 7500 | cat >> confdefs.h <<\EOF |
| 7501 | #define SIGRETURN return |
| 7502 | EOF |
| 7503 | |
| 7504 | else |
| 7505 | cat >> confdefs.h <<\EOF |
| 7506 | #define SIGRETURN return 0 |
| 7507 | EOF |
| 7508 | |
| 7509 | fi |
| 7510 | |
| 7511 | echo $ac_n "checking for struct sigcontext""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7512 | echo "configure:7513: checking for struct sigcontext" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7513 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7514 | #line 7515 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7515 | #include "confdefs.h" |
| 7516 | |
| 7517 | #include <signal.h> |
| 7518 | test_sig() |
| 7519 | { |
| 7520 | struct sigcontext *scont; |
| 7521 | scont = (struct sigcontext *)0; |
| 7522 | return 1; |
| 7523 | } |
| 7524 | int main() { |
| 7525 | |
| 7526 | ; return 0; } |
| 7527 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7528 | if { (eval echo configure:7529: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7529 | rm -rf conftest* |
| 7530 | echo "$ac_t""yes" 1>&6 |
| 7531 | cat >> confdefs.h <<\EOF |
| 7532 | #define HAVE_SIGCONTEXT 1 |
| 7533 | EOF |
| 7534 | |
| 7535 | else |
| 7536 | echo "configure: failed program was:" >&5 |
| 7537 | cat conftest.$ac_ext >&5 |
| 7538 | rm -rf conftest* |
| 7539 | echo "$ac_t""no" 1>&6 |
| 7540 | fi |
| 7541 | rm -f conftest* |
| 7542 | |
| 7543 | echo $ac_n "checking getcwd implementation""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7544 | echo "configure:7545: checking getcwd implementation" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7545 | if test "$cross_compiling" = yes; then |
| 7546 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 7547 | else |
| 7548 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7549 | #line 7550 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7550 | #include "confdefs.h" |
| 7551 | |
| 7552 | char *dagger[] = { "IFS=pwd", 0 }; |
| 7553 | main() |
| 7554 | { |
| 7555 | char buffer[500]; |
| 7556 | extern char **environ; |
| 7557 | environ = dagger; |
| 7558 | return getcwd(buffer, 500) ? 0 : 1; |
| 7559 | } |
| 7560 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7561 | if { (eval echo configure:7562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7562 | then |
| 7563 | echo "$ac_t""it is usable" 1>&6 |
| 7564 | else |
| 7565 | echo "configure: failed program was:" >&5 |
| 7566 | cat conftest.$ac_ext >&5 |
| 7567 | rm -fr conftest* |
| 7568 | echo "$ac_t""it stinks" 1>&6 |
| 7569 | cat >> confdefs.h <<\EOF |
| 7570 | #define BAD_GETCWD 1 |
| 7571 | EOF |
| 7572 | |
| 7573 | fi |
| 7574 | rm -fr conftest* |
| 7575 | fi |
| 7576 | |
| 7577 | |
| 7578 | for ac_func in bcmp fchdir fchown fseeko fsync ftello getcwd getpseudotty \ |
| 7579 | getpwnam getpwuid getrlimit gettimeofday getwd lstat memcmp \ |
| 7580 | memset nanosleep opendir putenv qsort readlink select setenv \ |
| 7581 | setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \ |
| 7582 | sigvec snprintf strcasecmp strerror strftime stricmp strncasecmp \ |
| 7583 | strnicmp strpbrk strtol tgetent towlower towupper usleep utime utimes |
| 7584 | do |
| 7585 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7586 | echo "configure:7587: checking for $ac_func" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7587 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 7588 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7589 | else |
| 7590 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7591 | #line 7592 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7592 | #include "confdefs.h" |
| 7593 | /* System header to define __stub macros and hopefully few prototypes, |
| 7594 | which can conflict with char $ac_func(); below. */ |
| 7595 | #include <assert.h> |
| 7596 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7597 | /* We use char because int might match the return type of a gcc2 |
| 7598 | builtin and then its argument prototype would still apply. */ |
| 7599 | char $ac_func(); |
| 7600 | |
| 7601 | int main() { |
| 7602 | |
| 7603 | /* The GNU C library defines this for functions which it implements |
| 7604 | to always fail with ENOSYS. Some functions are actually named |
| 7605 | something starting with __ and the normal name is an alias. */ |
| 7606 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 7607 | choke me |
| 7608 | #else |
| 7609 | $ac_func(); |
| 7610 | #endif |
| 7611 | |
| 7612 | ; return 0; } |
| 7613 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7614 | if { (eval echo configure:7615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7615 | rm -rf conftest* |
| 7616 | eval "ac_cv_func_$ac_func=yes" |
| 7617 | else |
| 7618 | echo "configure: failed program was:" >&5 |
| 7619 | cat conftest.$ac_ext >&5 |
| 7620 | rm -rf conftest* |
| 7621 | eval "ac_cv_func_$ac_func=no" |
| 7622 | fi |
| 7623 | rm -f conftest* |
| 7624 | fi |
| 7625 | |
| 7626 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 7627 | echo "$ac_t""yes" 1>&6 |
| 7628 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 7629 | cat >> confdefs.h <<EOF |
| 7630 | #define $ac_tr_func 1 |
| 7631 | EOF |
| 7632 | |
| 7633 | else |
| 7634 | echo "$ac_t""no" 1>&6 |
| 7635 | fi |
| 7636 | done |
| 7637 | |
| 7638 | |
| 7639 | echo $ac_n "checking for st_blksize""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7640 | echo "configure:7641: checking for st_blksize" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7641 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7642 | #line 7643 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7643 | #include "confdefs.h" |
| 7644 | #include <sys/types.h> |
| 7645 | #include <sys/stat.h> |
| 7646 | int main() { |
| 7647 | struct stat st; |
| 7648 | int n; |
| 7649 | |
| 7650 | stat("/", &st); |
| 7651 | n = (int)st.st_blksize; |
| 7652 | ; return 0; } |
| 7653 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7654 | if { (eval echo configure:7655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7655 | rm -rf conftest* |
| 7656 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7657 | #define HAVE_ST_BLKSIZE 1 |
| 7658 | EOF |
| 7659 | |
| 7660 | else |
| 7661 | echo "configure: failed program was:" >&5 |
| 7662 | cat conftest.$ac_ext >&5 |
| 7663 | rm -rf conftest* |
| 7664 | echo "$ac_t""no" 1>&6 |
| 7665 | fi |
| 7666 | rm -f conftest* |
| 7667 | |
| 7668 | echo $ac_n "checking whether stat() ignores a trailing slash""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7669 | echo "configure:7670: checking whether stat() ignores a trailing slash" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7670 | if test "$cross_compiling" = yes; then |
| 7671 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 7672 | else |
| 7673 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7674 | #line 7675 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7675 | #include "confdefs.h" |
| 7676 | #include <sys/types.h> |
| 7677 | #include <sys/stat.h> |
| 7678 | main() {struct stat st; exit(stat("configure/", &st) != 0); } |
| 7679 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7680 | if { (eval echo configure:7681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7681 | then |
| 7682 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7683 | #define STAT_IGNORES_SLASH 1 |
| 7684 | EOF |
| 7685 | |
| 7686 | else |
| 7687 | echo "configure: failed program was:" >&5 |
| 7688 | cat conftest.$ac_ext >&5 |
| 7689 | rm -fr conftest* |
| 7690 | echo "$ac_t""no" 1>&6 |
| 7691 | fi |
| 7692 | rm -fr conftest* |
| 7693 | fi |
| 7694 | |
| 7695 | |
| 7696 | echo $ac_n "checking for iconv_open()""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7697 | echo "configure:7698: checking for iconv_open()" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7698 | save_LIBS="$LIBS" |
| 7699 | LIBS="$LIBS -liconv" |
| 7700 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7701 | #line 7702 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7702 | #include "confdefs.h" |
| 7703 | |
| 7704 | #ifdef HAVE_ICONV_H |
| 7705 | # include <iconv.h> |
| 7706 | #endif |
| 7707 | |
| 7708 | int main() { |
| 7709 | iconv_open("fr", "to"); |
| 7710 | ; return 0; } |
| 7711 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7712 | if { (eval echo configure:7713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7713 | rm -rf conftest* |
| 7714 | echo "$ac_t""yes; with -liconv" 1>&6; cat >> confdefs.h <<\EOF |
| 7715 | #define HAVE_ICONV 1 |
| 7716 | EOF |
| 7717 | |
| 7718 | else |
| 7719 | echo "configure: failed program was:" >&5 |
| 7720 | cat conftest.$ac_ext >&5 |
| 7721 | rm -rf conftest* |
| 7722 | LIBS="$save_LIBS" |
| 7723 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7724 | #line 7725 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7725 | #include "confdefs.h" |
| 7726 | |
| 7727 | #ifdef HAVE_ICONV_H |
| 7728 | # include <iconv.h> |
| 7729 | #endif |
| 7730 | |
| 7731 | int main() { |
| 7732 | iconv_open("fr", "to"); |
| 7733 | ; return 0; } |
| 7734 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7735 | if { (eval echo configure:7736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7736 | rm -rf conftest* |
| 7737 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7738 | #define HAVE_ICONV 1 |
| 7739 | EOF |
| 7740 | |
| 7741 | else |
| 7742 | echo "configure: failed program was:" >&5 |
| 7743 | cat conftest.$ac_ext >&5 |
| 7744 | rm -rf conftest* |
| 7745 | echo "$ac_t""no" 1>&6 |
| 7746 | fi |
| 7747 | rm -f conftest* |
| 7748 | fi |
| 7749 | rm -f conftest* |
| 7750 | |
| 7751 | |
| 7752 | echo $ac_n "checking for nl_langinfo(CODESET)""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7753 | echo "configure:7754: checking for nl_langinfo(CODESET)" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7754 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7755 | #line 7756 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7756 | #include "confdefs.h" |
| 7757 | |
| 7758 | #ifdef HAVE_LANGINFO_H |
| 7759 | # include <langinfo.h> |
| 7760 | #endif |
| 7761 | |
| 7762 | int main() { |
| 7763 | char *cs = nl_langinfo(CODESET); |
| 7764 | ; return 0; } |
| 7765 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7766 | if { (eval echo configure:7767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7767 | rm -rf conftest* |
| 7768 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7769 | #define HAVE_NL_LANGINFO_CODESET 1 |
| 7770 | EOF |
| 7771 | |
| 7772 | else |
| 7773 | echo "configure: failed program was:" >&5 |
| 7774 | cat conftest.$ac_ext >&5 |
| 7775 | rm -rf conftest* |
| 7776 | echo "$ac_t""no" 1>&6 |
| 7777 | fi |
| 7778 | rm -f conftest* |
| 7779 | |
| 7780 | echo $ac_n "checking --disable-acl argument""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7781 | echo "configure:7782: checking --disable-acl argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7782 | # Check whether --enable-acl or --disable-acl was given. |
| 7783 | if test "${enable_acl+set}" = set; then |
| 7784 | enableval="$enable_acl" |
| 7785 | : |
| 7786 | else |
| 7787 | enable_acl="yes" |
| 7788 | fi |
| 7789 | |
| 7790 | if test "$enable_acl" = "yes"; then |
| 7791 | echo "$ac_t""no" 1>&6 |
| 7792 | echo $ac_n "checking for acl_get_file in -lposix1e""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7793 | echo "configure:7794: checking for acl_get_file in -lposix1e" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7794 | ac_lib_var=`echo posix1e'_'acl_get_file | sed 'y%./+-%__p_%'` |
| 7795 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7796 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7797 | else |
| 7798 | ac_save_LIBS="$LIBS" |
| 7799 | LIBS="-lposix1e $LIBS" |
| 7800 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7801 | #line 7802 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7802 | #include "confdefs.h" |
| 7803 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7804 | /* We use char because int might match the return type of a gcc2 |
| 7805 | builtin and then its argument prototype would still apply. */ |
| 7806 | char acl_get_file(); |
| 7807 | |
| 7808 | int main() { |
| 7809 | acl_get_file() |
| 7810 | ; return 0; } |
| 7811 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7812 | if { (eval echo configure:7813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7813 | rm -rf conftest* |
| 7814 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7815 | else |
| 7816 | echo "configure: failed program was:" >&5 |
| 7817 | cat conftest.$ac_ext >&5 |
| 7818 | rm -rf conftest* |
| 7819 | eval "ac_cv_lib_$ac_lib_var=no" |
| 7820 | fi |
| 7821 | rm -f conftest* |
| 7822 | LIBS="$ac_save_LIBS" |
| 7823 | |
| 7824 | fi |
| 7825 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 7826 | echo "$ac_t""yes" 1>&6 |
| 7827 | LIBS="$LIBS -lposix1e" |
| 7828 | else |
| 7829 | echo "$ac_t""no" 1>&6 |
| 7830 | echo $ac_n "checking for acl_get_file in -lacl""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7831 | echo "configure:7832: checking for acl_get_file in -lacl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7832 | ac_lib_var=`echo acl'_'acl_get_file | sed 'y%./+-%__p_%'` |
| 7833 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7834 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7835 | else |
| 7836 | ac_save_LIBS="$LIBS" |
| 7837 | LIBS="-lacl $LIBS" |
| 7838 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7839 | #line 7840 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7840 | #include "confdefs.h" |
| 7841 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7842 | /* We use char because int might match the return type of a gcc2 |
| 7843 | builtin and then its argument prototype would still apply. */ |
| 7844 | char acl_get_file(); |
| 7845 | |
| 7846 | int main() { |
| 7847 | acl_get_file() |
| 7848 | ; return 0; } |
| 7849 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7850 | if { (eval echo configure:7851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7851 | rm -rf conftest* |
| 7852 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7853 | else |
| 7854 | echo "configure: failed program was:" >&5 |
| 7855 | cat conftest.$ac_ext >&5 |
| 7856 | rm -rf conftest* |
| 7857 | eval "ac_cv_lib_$ac_lib_var=no" |
| 7858 | fi |
| 7859 | rm -f conftest* |
| 7860 | LIBS="$ac_save_LIBS" |
| 7861 | |
| 7862 | fi |
| 7863 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 7864 | echo "$ac_t""yes" 1>&6 |
| 7865 | LIBS="$LIBS -lacl" |
| 7866 | echo $ac_n "checking for fgetxattr in -lattr""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7867 | echo "configure:7868: checking for fgetxattr in -lattr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7868 | ac_lib_var=`echo attr'_'fgetxattr | sed 'y%./+-%__p_%'` |
| 7869 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7870 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7871 | else |
| 7872 | ac_save_LIBS="$LIBS" |
| 7873 | LIBS="-lattr $LIBS" |
| 7874 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7875 | #line 7876 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7876 | #include "confdefs.h" |
| 7877 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7878 | /* We use char because int might match the return type of a gcc2 |
| 7879 | builtin and then its argument prototype would still apply. */ |
| 7880 | char fgetxattr(); |
| 7881 | |
| 7882 | int main() { |
| 7883 | fgetxattr() |
| 7884 | ; return 0; } |
| 7885 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7886 | if { (eval echo configure:7887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7887 | rm -rf conftest* |
| 7888 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7889 | else |
| 7890 | echo "configure: failed program was:" >&5 |
| 7891 | cat conftest.$ac_ext >&5 |
| 7892 | rm -rf conftest* |
| 7893 | eval "ac_cv_lib_$ac_lib_var=no" |
| 7894 | fi |
| 7895 | rm -f conftest* |
| 7896 | LIBS="$ac_save_LIBS" |
| 7897 | |
| 7898 | fi |
| 7899 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 7900 | echo "$ac_t""yes" 1>&6 |
| 7901 | LIBS="$LIBS -lattr" |
| 7902 | else |
| 7903 | echo "$ac_t""no" 1>&6 |
| 7904 | fi |
| 7905 | |
| 7906 | else |
| 7907 | echo "$ac_t""no" 1>&6 |
| 7908 | fi |
| 7909 | |
| 7910 | fi |
| 7911 | |
| 7912 | |
| 7913 | echo $ac_n "checking for POSIX ACL support""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7914 | echo "configure:7915: checking for POSIX ACL support" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7915 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7916 | #line 7917 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7917 | #include "confdefs.h" |
| 7918 | |
| 7919 | #include <sys/types.h> |
| 7920 | #ifdef HAVE_SYS_ACL_H |
| 7921 | # include <sys/acl.h> |
| 7922 | #endif |
| 7923 | acl_t acl; |
| 7924 | int main() { |
| 7925 | acl = acl_get_file("foo", ACL_TYPE_ACCESS); |
| 7926 | acl_set_file("foo", ACL_TYPE_ACCESS, acl); |
| 7927 | acl_free(acl); |
| 7928 | ; return 0; } |
| 7929 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7930 | if { (eval echo configure:7931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7931 | rm -rf conftest* |
| 7932 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7933 | #define HAVE_POSIX_ACL 1 |
| 7934 | EOF |
| 7935 | |
| 7936 | else |
| 7937 | echo "configure: failed program was:" >&5 |
| 7938 | cat conftest.$ac_ext >&5 |
| 7939 | rm -rf conftest* |
| 7940 | echo "$ac_t""no" 1>&6 |
| 7941 | fi |
| 7942 | rm -f conftest* |
| 7943 | |
| 7944 | echo $ac_n "checking for Solaris ACL support""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7945 | echo "configure:7946: checking for Solaris ACL support" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7946 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7947 | #line 7948 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7948 | #include "confdefs.h" |
| 7949 | |
| 7950 | #ifdef HAVE_SYS_ACL_H |
| 7951 | # include <sys/acl.h> |
| 7952 | #endif |
| 7953 | int main() { |
| 7954 | acl("foo", GETACLCNT, 0, NULL); |
| 7955 | |
| 7956 | ; return 0; } |
| 7957 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7958 | if { (eval echo configure:7959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7959 | rm -rf conftest* |
| 7960 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 7961 | #define HAVE_SOLARIS_ACL 1 |
| 7962 | EOF |
| 7963 | |
| 7964 | else |
| 7965 | echo "configure: failed program was:" >&5 |
| 7966 | cat conftest.$ac_ext >&5 |
| 7967 | rm -rf conftest* |
| 7968 | echo "$ac_t""no" 1>&6 |
| 7969 | fi |
| 7970 | rm -f conftest* |
| 7971 | |
| 7972 | echo $ac_n "checking for AIX ACL support""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7973 | echo "configure:7974: checking for AIX ACL support" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7974 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7975 | #line 7976 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7976 | #include "confdefs.h" |
| 7977 | |
| 7978 | #ifdef HAVE_SYS_ACL_H |
| 7979 | # include <sys/acl.h> |
| 7980 | #endif |
| 7981 | #ifdef HAVE_SYS_ACCESS_H |
| 7982 | # include <sys/access.h> |
| 7983 | #endif |
| 7984 | #define _ALL_SOURCE |
| 7985 | |
| 7986 | #include <sys/stat.h> |
| 7987 | |
| 7988 | int aclsize; |
| 7989 | struct acl *aclent; |
| 7990 | int main() { |
| 7991 | aclsize = sizeof(struct acl); |
| 7992 | aclent = (void *)malloc(aclsize); |
| 7993 | statacl("foo", STX_NORMAL, aclent, aclsize); |
| 7994 | |
| 7995 | ; return 0; } |
| 7996 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 7997 | if { (eval echo configure:7998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 7998 | rm -rf conftest* |
| 7999 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 8000 | #define HAVE_AIX_ACL 1 |
| 8001 | EOF |
| 8002 | |
| 8003 | else |
| 8004 | echo "configure: failed program was:" >&5 |
| 8005 | cat conftest.$ac_ext >&5 |
| 8006 | rm -rf conftest* |
| 8007 | echo "$ac_t""no" 1>&6 |
| 8008 | fi |
| 8009 | rm -f conftest* |
| 8010 | else |
| 8011 | echo "$ac_t""yes" 1>&6 |
| 8012 | fi |
| 8013 | |
| 8014 | echo $ac_n "checking --disable-gpm argument""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8015 | echo "configure:8016: checking --disable-gpm argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8016 | # Check whether --enable-gpm or --disable-gpm was given. |
| 8017 | if test "${enable_gpm+set}" = set; then |
| 8018 | enableval="$enable_gpm" |
| 8019 | : |
| 8020 | else |
| 8021 | enable_gpm="yes" |
| 8022 | fi |
| 8023 | |
| 8024 | |
| 8025 | if test "$enable_gpm" = "yes"; then |
| 8026 | echo "$ac_t""no" 1>&6 |
| 8027 | echo $ac_n "checking for gpm""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8028 | echo "configure:8029: checking for gpm" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8029 | if eval "test \"`echo '$''{'vi_cv_have_gpm'+set}'`\" = set"; then |
| 8030 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8031 | else |
| 8032 | olibs="$LIBS" ; LIBS="-lgpm" |
| 8033 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8034 | #line 8035 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8035 | #include "confdefs.h" |
| 8036 | #include <gpm.h> |
| 8037 | #include <linux/keyboard.h> |
| 8038 | int main() { |
| 8039 | Gpm_GetLibVersion(NULL); |
| 8040 | ; return 0; } |
| 8041 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8042 | if { (eval echo configure:8043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8043 | rm -rf conftest* |
| 8044 | vi_cv_have_gpm=yes |
| 8045 | else |
| 8046 | echo "configure: failed program was:" >&5 |
| 8047 | cat conftest.$ac_ext >&5 |
| 8048 | rm -rf conftest* |
| 8049 | vi_cv_have_gpm=no |
| 8050 | fi |
| 8051 | rm -f conftest* |
| 8052 | LIBS="$olibs" |
| 8053 | |
| 8054 | fi |
| 8055 | |
| 8056 | echo "$ac_t""$vi_cv_have_gpm" 1>&6 |
| 8057 | if test $vi_cv_have_gpm = yes; then |
| 8058 | LIBS="$LIBS -lgpm" |
| 8059 | cat >> confdefs.h <<\EOF |
| 8060 | #define HAVE_GPM 1 |
| 8061 | EOF |
| 8062 | |
| 8063 | fi |
| 8064 | else |
| 8065 | echo "$ac_t""yes" 1>&6 |
| 8066 | fi |
| 8067 | |
| 8068 | echo $ac_n "checking for vsnprintf()""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8069 | echo "configure:8070: checking for vsnprintf()" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8070 | if test "$cross_compiling" = yes; then |
| 8071 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 8072 | else |
| 8073 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8074 | #line 8075 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8075 | #include "confdefs.h" |
| 8076 | |
| 8077 | #include <stdio.h> |
| 8078 | #include <stdarg.h> |
| 8079 | /* Check use of vsnprintf() */ |
| 8080 | void warn(char *fmt, ...); |
| 8081 | void warn(char *fmt, ...) |
| 8082 | { |
| 8083 | va_list ap; char buf[20]; |
| 8084 | va_start(ap, fmt); |
| 8085 | vsnprintf(buf, 20, fmt, ap); |
| 8086 | va_end(ap); |
| 8087 | } |
| 8088 | main() |
| 8089 | { |
| 8090 | warn("testing %s\n", "a very long string that won't fit"); |
| 8091 | exit(0); |
| 8092 | } |
| 8093 | |
| 8094 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8095 | if { (eval echo configure:8096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8096 | then |
| 8097 | cat >> confdefs.h <<\EOF |
| 8098 | #define HAVE_VSNPRINTF 1 |
| 8099 | EOF |
| 8100 | echo "$ac_t""yes" 1>&6 |
| 8101 | else |
| 8102 | echo "configure: failed program was:" >&5 |
| 8103 | cat conftest.$ac_ext >&5 |
| 8104 | rm -fr conftest* |
| 8105 | echo "$ac_t""no" 1>&6 |
| 8106 | fi |
| 8107 | rm -fr conftest* |
| 8108 | fi |
| 8109 | |
| 8110 | |
| 8111 | |
| 8112 | echo $ac_n "checking for rename""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8113 | echo "configure:8114: checking for rename" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8114 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8115 | #line 8116 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8116 | #include "confdefs.h" |
| 8117 | #include <stdio.h> |
| 8118 | int main() { |
| 8119 | rename("this", "that") |
| 8120 | ; return 0; } |
| 8121 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8122 | if { (eval echo configure:8123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8123 | rm -rf conftest* |
| 8124 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 8125 | #define HAVE_RENAME 1 |
| 8126 | EOF |
| 8127 | |
| 8128 | else |
| 8129 | echo "configure: failed program was:" >&5 |
| 8130 | cat conftest.$ac_ext >&5 |
| 8131 | rm -rf conftest* |
| 8132 | echo "$ac_t""no" 1>&6 |
| 8133 | fi |
| 8134 | rm -f conftest* |
| 8135 | |
| 8136 | echo $ac_n "checking for sysctl""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8137 | echo "configure:8138: checking for sysctl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8138 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8139 | #line 8140 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8140 | #include "confdefs.h" |
| 8141 | #include <sys/types.h> |
| 8142 | #include <sys/sysctl.h> |
| 8143 | int main() { |
| 8144 | int mib[2], r; |
| 8145 | size_t len; |
| 8146 | |
| 8147 | mib[0] = CTL_HW; |
| 8148 | mib[1] = HW_USERMEM; |
| 8149 | len = sizeof(r); |
| 8150 | (void)sysctl(mib, 2, &r, &len, (void *)0, (size_t)0); |
| 8151 | |
| 8152 | ; return 0; } |
| 8153 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8154 | if { (eval echo configure:8155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8155 | rm -rf conftest* |
| 8156 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 8157 | #define HAVE_SYSCTL 1 |
| 8158 | EOF |
| 8159 | |
| 8160 | else |
| 8161 | echo "configure: failed program was:" >&5 |
| 8162 | cat conftest.$ac_ext >&5 |
| 8163 | rm -rf conftest* |
| 8164 | echo "$ac_t""not usable" 1>&6 |
| 8165 | fi |
| 8166 | rm -f conftest* |
| 8167 | |
| 8168 | echo $ac_n "checking for sysinfo""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8169 | echo "configure:8170: checking for sysinfo" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8170 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8171 | #line 8172 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8172 | #include "confdefs.h" |
| 8173 | #include <sys/types.h> |
| 8174 | #include <sys/sysinfo.h> |
| 8175 | int main() { |
| 8176 | struct sysinfo sinfo; |
| 8177 | int t; |
| 8178 | |
| 8179 | (void)sysinfo(&sinfo); |
| 8180 | t = sinfo.totalram; |
| 8181 | |
| 8182 | ; return 0; } |
| 8183 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8184 | if { (eval echo configure:8185: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8185 | rm -rf conftest* |
| 8186 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 8187 | #define HAVE_SYSINFO 1 |
| 8188 | EOF |
| 8189 | |
| 8190 | else |
| 8191 | echo "configure: failed program was:" >&5 |
| 8192 | cat conftest.$ac_ext >&5 |
| 8193 | rm -rf conftest* |
| 8194 | echo "$ac_t""not usable" 1>&6 |
| 8195 | fi |
| 8196 | rm -f conftest* |
| 8197 | |
| 8198 | echo $ac_n "checking for sysconf""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8199 | echo "configure:8200: checking for sysconf" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8200 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8201 | #line 8202 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8202 | #include "confdefs.h" |
| 8203 | #include <unistd.h> |
| 8204 | int main() { |
| 8205 | (void)sysconf(_SC_PAGESIZE); |
| 8206 | (void)sysconf(_SC_PHYS_PAGES); |
| 8207 | |
| 8208 | ; return 0; } |
| 8209 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8210 | if { (eval echo configure:8211: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8211 | rm -rf conftest* |
| 8212 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 8213 | #define HAVE_SYSCONF 1 |
| 8214 | EOF |
| 8215 | |
| 8216 | else |
| 8217 | echo "configure: failed program was:" >&5 |
| 8218 | cat conftest.$ac_ext >&5 |
| 8219 | rm -rf conftest* |
| 8220 | echo "$ac_t""not usable" 1>&6 |
| 8221 | fi |
| 8222 | rm -f conftest* |
| 8223 | |
| 8224 | |
| 8225 | echo $ac_n "checking size of int""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8226 | echo "configure:8227: checking size of int" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8227 | if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then |
| 8228 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8229 | else |
| 8230 | if test "$cross_compiling" = yes; then |
| 8231 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 8232 | else |
| 8233 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8234 | #line 8235 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8235 | #include "confdefs.h" |
| 8236 | #include <stdio.h> |
| 8237 | main() |
| 8238 | { |
| 8239 | FILE *f=fopen("conftestval", "w"); |
| 8240 | if (!f) exit(1); |
| 8241 | fprintf(f, "%d\n", (int)sizeof(int)); |
| 8242 | exit(0); |
| 8243 | } |
| 8244 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8245 | if { (eval echo configure:8246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8246 | then |
| 8247 | ac_cv_sizeof_int=`cat conftestval` |
| 8248 | else |
| 8249 | echo "configure: failed program was:" >&5 |
| 8250 | cat conftest.$ac_ext >&5 |
| 8251 | rm -fr conftest* |
| 8252 | ac_cv_sizeof_int=0 |
| 8253 | fi |
| 8254 | rm -fr conftest* |
| 8255 | fi |
| 8256 | |
| 8257 | fi |
| 8258 | |
| 8259 | echo "$ac_t""$ac_cv_sizeof_int" 1>&6 |
| 8260 | cat >> confdefs.h <<EOF |
| 8261 | #define SIZEOF_INT $ac_cv_sizeof_int |
| 8262 | EOF |
| 8263 | |
| 8264 | |
| 8265 | echo $ac_n "checking whether memmove/bcopy/memcpy handle overlaps""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8266 | echo "configure:8267: checking whether memmove/bcopy/memcpy handle overlaps" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8267 | bcopy_test_prog=' |
| 8268 | main() { |
| 8269 | char buf[10]; |
| 8270 | strcpy(buf, "abcdefghi"); |
| 8271 | mch_memmove(buf, buf + 2, 3); |
| 8272 | if (strncmp(buf, "ababcf", 6)) |
| 8273 | exit(1); |
| 8274 | strcpy(buf, "abcdefghi"); |
| 8275 | mch_memmove(buf + 2, buf, 3); |
| 8276 | if (strncmp(buf, "cdedef", 6)) |
| 8277 | exit(1); |
| 8278 | exit(0); /* libc version works properly. */ |
| 8279 | }' |
| 8280 | |
| 8281 | |
| 8282 | if test "$cross_compiling" = yes; then |
| 8283 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 8284 | else |
| 8285 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8286 | #line 8287 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8287 | #include "confdefs.h" |
| 8288 | #define mch_memmove(s,d,l) memmove(d,s,l) $bcopy_test_prog |
| 8289 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8290 | if { (eval echo configure:8291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8291 | then |
| 8292 | cat >> confdefs.h <<\EOF |
| 8293 | #define USEMEMMOVE 1 |
| 8294 | EOF |
| 8295 | echo "$ac_t""memmove does" 1>&6 |
| 8296 | else |
| 8297 | echo "configure: failed program was:" >&5 |
| 8298 | cat conftest.$ac_ext >&5 |
| 8299 | rm -fr conftest* |
| 8300 | if test "$cross_compiling" = yes; then |
| 8301 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 8302 | else |
| 8303 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8304 | #line 8305 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8305 | #include "confdefs.h" |
| 8306 | #define mch_memmove(s,d,l) bcopy(d,s,l) $bcopy_test_prog |
| 8307 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8308 | if { (eval echo configure:8309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8309 | then |
| 8310 | cat >> confdefs.h <<\EOF |
| 8311 | #define USEBCOPY 1 |
| 8312 | EOF |
| 8313 | echo "$ac_t""bcopy does" 1>&6 |
| 8314 | else |
| 8315 | echo "configure: failed program was:" >&5 |
| 8316 | cat conftest.$ac_ext >&5 |
| 8317 | rm -fr conftest* |
| 8318 | if test "$cross_compiling" = yes; then |
| 8319 | { echo "configure: error: failed to compile test program" 1>&2; exit 1; } |
| 8320 | else |
| 8321 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8322 | #line 8323 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8323 | #include "confdefs.h" |
| 8324 | #define mch_memmove(s,d,l) memcpy(d,s,l) $bcopy_test_prog |
| 8325 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8326 | if { (eval echo configure:8327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8327 | then |
| 8328 | cat >> confdefs.h <<\EOF |
| 8329 | #define USEMEMCPY 1 |
| 8330 | EOF |
| 8331 | echo "$ac_t""memcpy does" 1>&6 |
| 8332 | else |
| 8333 | echo "configure: failed program was:" >&5 |
| 8334 | cat conftest.$ac_ext >&5 |
| 8335 | rm -fr conftest* |
| 8336 | echo "$ac_t""no" 1>&6 |
| 8337 | fi |
| 8338 | rm -fr conftest* |
| 8339 | fi |
| 8340 | |
| 8341 | fi |
| 8342 | rm -fr conftest* |
| 8343 | fi |
| 8344 | |
| 8345 | fi |
| 8346 | rm -fr conftest* |
| 8347 | fi |
| 8348 | |
| 8349 | |
| 8350 | |
| 8351 | if test "$enable_multibyte" = "yes"; then |
| 8352 | cflags_save=$CFLAGS |
| 8353 | ldflags_save=$LDFLAGS |
| 8354 | if test -n "$x_includes" ; then |
| 8355 | CFLAGS="$CFLAGS -I$x_includes" |
| 8356 | LDFLAGS="$X_LIBS $LDFLAGS -lX11" |
| 8357 | echo $ac_n "checking whether X_LOCALE needed""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8358 | echo "configure:8359: checking whether X_LOCALE needed" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8359 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8360 | #line 8361 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8361 | #include "confdefs.h" |
| 8362 | #include <X11/Xlocale.h> |
| 8363 | int main() { |
| 8364 | |
| 8365 | ; return 0; } |
| 8366 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8367 | if { (eval echo configure:8368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8368 | rm -rf conftest* |
| 8369 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8370 | #line 8371 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8371 | #include "confdefs.h" |
| 8372 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8373 | /* We use char because int might match the return type of a gcc2 |
| 8374 | builtin and then its argument prototype would still apply. */ |
| 8375 | char _Xsetlocale(); |
| 8376 | |
| 8377 | int main() { |
| 8378 | _Xsetlocale() |
| 8379 | ; return 0; } |
| 8380 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8381 | if { (eval echo configure:8382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8382 | rm -rf conftest* |
| 8383 | echo "$ac_t""yes" 1>&6 |
| 8384 | cat >> confdefs.h <<\EOF |
| 8385 | #define X_LOCALE 1 |
| 8386 | EOF |
| 8387 | |
| 8388 | else |
| 8389 | echo "configure: failed program was:" >&5 |
| 8390 | cat conftest.$ac_ext >&5 |
| 8391 | rm -rf conftest* |
| 8392 | echo "$ac_t""no" 1>&6 |
| 8393 | fi |
| 8394 | rm -f conftest* |
| 8395 | else |
| 8396 | echo "configure: failed program was:" >&5 |
| 8397 | cat conftest.$ac_ext >&5 |
| 8398 | rm -rf conftest* |
| 8399 | echo "$ac_t""no" 1>&6 |
| 8400 | fi |
| 8401 | rm -f conftest* |
| 8402 | fi |
| 8403 | CFLAGS=$cflags_save |
| 8404 | LDFLAGS=$ldflags_save |
| 8405 | fi |
| 8406 | |
| 8407 | echo $ac_n "checking for _xpg4_setrunelocale in -lxpg4""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8408 | echo "configure:8409: checking for _xpg4_setrunelocale in -lxpg4" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8409 | ac_lib_var=`echo xpg4'_'_xpg4_setrunelocale | sed 'y%./+-%__p_%'` |
| 8410 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 8411 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8412 | else |
| 8413 | ac_save_LIBS="$LIBS" |
| 8414 | LIBS="-lxpg4 $LIBS" |
| 8415 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8416 | #line 8417 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8417 | #include "confdefs.h" |
| 8418 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8419 | /* We use char because int might match the return type of a gcc2 |
| 8420 | builtin and then its argument prototype would still apply. */ |
| 8421 | char _xpg4_setrunelocale(); |
| 8422 | |
| 8423 | int main() { |
| 8424 | _xpg4_setrunelocale() |
| 8425 | ; return 0; } |
| 8426 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8427 | if { (eval echo configure:8428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8428 | rm -rf conftest* |
| 8429 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 8430 | else |
| 8431 | echo "configure: failed program was:" >&5 |
| 8432 | cat conftest.$ac_ext >&5 |
| 8433 | rm -rf conftest* |
| 8434 | eval "ac_cv_lib_$ac_lib_var=no" |
| 8435 | fi |
| 8436 | rm -f conftest* |
| 8437 | LIBS="$ac_save_LIBS" |
| 8438 | |
| 8439 | fi |
| 8440 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |
| 8441 | echo "$ac_t""yes" 1>&6 |
| 8442 | LIBS="$LIBS -lxpg4" |
| 8443 | else |
| 8444 | echo "$ac_t""no" 1>&6 |
| 8445 | fi |
| 8446 | |
| 8447 | |
| 8448 | echo $ac_n "checking how to create tags""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8449 | echo "configure:8450: checking how to create tags" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8450 | test -f tags && mv tags tags.save |
| 8451 | if (eval ctags --version /dev/null | grep Exuberant) < /dev/null 1>&5 2>&1; then |
| 8452 | TAGPRG="ctags" |
| 8453 | else |
| 8454 | (eval etags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags" |
| 8455 | (eval etags -c /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags -c" |
| 8456 | (eval ctags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags" |
| 8457 | (eval ctags -t /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -t" |
| 8458 | (eval ctags -ts /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -ts" |
| 8459 | (eval ctags -tvs /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -tvs" |
| 8460 | (eval ctags -i+m /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -i+m" |
| 8461 | fi |
| 8462 | test -f tags.save && mv tags.save tags |
| 8463 | echo "$ac_t""$TAGPRG" 1>&6 |
| 8464 | |
| 8465 | echo $ac_n "checking how to run man with a section nr""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8466 | echo "configure:8467: checking how to run man with a section nr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8467 | MANDEF="man" |
| 8468 | (eval man -s 2 read) < /dev/null > /dev/null 2>&5 && MANDEF="man -s" |
| 8469 | echo "$ac_t""$MANDEF" 1>&6 |
| 8470 | if test "$MANDEF" = "man -s"; then |
| 8471 | cat >> confdefs.h <<\EOF |
| 8472 | #define USEMAN_S 1 |
| 8473 | EOF |
| 8474 | |
| 8475 | fi |
| 8476 | |
| 8477 | echo $ac_n "checking --disable-nls argument""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8478 | echo "configure:8479: checking --disable-nls argument" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8479 | # Check whether --enable-nls or --disable-nls was given. |
| 8480 | if test "${enable_nls+set}" = set; then |
| 8481 | enableval="$enable_nls" |
| 8482 | : |
| 8483 | else |
| 8484 | enable_nls="yes" |
| 8485 | fi |
| 8486 | |
| 8487 | |
| 8488 | if test "$enable_nls" = "yes"; then |
| 8489 | echo "$ac_t""no" 1>&6 |
| 8490 | # Extract the first word of "msgfmt", so it can be a program name with args. |
| 8491 | set dummy msgfmt; ac_word=$2 |
| 8492 | echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8493 | echo "configure:8494: checking for $ac_word" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8494 | if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then |
| 8495 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8496 | else |
| 8497 | if test -n "$MSGFMT"; then |
| 8498 | ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test. |
| 8499 | else |
| 8500 | IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" |
| 8501 | ac_dummy="$PATH" |
| 8502 | for ac_dir in $ac_dummy; do |
| 8503 | test -z "$ac_dir" && ac_dir=. |
| 8504 | if test -f $ac_dir/$ac_word; then |
| 8505 | ac_cv_prog_MSGFMT="msgfmt" |
| 8506 | break |
| 8507 | fi |
| 8508 | done |
| 8509 | IFS="$ac_save_ifs" |
| 8510 | fi |
| 8511 | fi |
| 8512 | MSGFMT="$ac_cv_prog_MSGFMT" |
| 8513 | if test -n "$MSGFMT"; then |
| 8514 | echo "$ac_t""$MSGFMT" 1>&6 |
| 8515 | else |
| 8516 | echo "$ac_t""no" 1>&6 |
| 8517 | fi |
| 8518 | |
| 8519 | echo $ac_n "checking for NLS""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8520 | echo "configure:8521: checking for NLS" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8521 | if test -f po/Makefile; then |
| 8522 | have_gettext="no" |
| 8523 | if test -n "$MSGFMT"; then |
| 8524 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8525 | #line 8526 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8526 | #include "confdefs.h" |
| 8527 | #include <libintl.h> |
| 8528 | int main() { |
| 8529 | gettext("Test"); |
| 8530 | ; return 0; } |
| 8531 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8532 | if { (eval echo configure:8533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8533 | rm -rf conftest* |
| 8534 | echo "$ac_t""gettext() works" 1>&6; have_gettext="yes" |
| 8535 | else |
| 8536 | echo "configure: failed program was:" >&5 |
| 8537 | cat conftest.$ac_ext >&5 |
| 8538 | rm -rf conftest* |
| 8539 | olibs=$LIBS |
| 8540 | LIBS="$LIBS -lintl" |
| 8541 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8542 | #line 8543 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8543 | #include "confdefs.h" |
| 8544 | #include <libintl.h> |
| 8545 | int main() { |
| 8546 | gettext("Test"); |
| 8547 | ; return 0; } |
| 8548 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8549 | if { (eval echo configure:8550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8550 | rm -rf conftest* |
| 8551 | echo "$ac_t""gettext() works with -lintl" 1>&6; have_gettext="yes" |
| 8552 | else |
| 8553 | echo "configure: failed program was:" >&5 |
| 8554 | cat conftest.$ac_ext >&5 |
| 8555 | rm -rf conftest* |
| 8556 | echo "$ac_t""gettext() doesn't work" 1>&6; |
| 8557 | LIBS=$olibs |
| 8558 | fi |
| 8559 | rm -f conftest* |
| 8560 | fi |
| 8561 | rm -f conftest* |
| 8562 | else |
| 8563 | echo "$ac_t""msgfmt not found - disabled" 1>&6; |
| 8564 | fi |
| 8565 | if test $have_gettext = "yes"; then |
| 8566 | cat >> confdefs.h <<\EOF |
| 8567 | #define HAVE_GETTEXT 1 |
| 8568 | EOF |
| 8569 | |
| 8570 | MAKEMO=yes |
| 8571 | |
| 8572 | for ac_func in bind_textdomain_codeset |
| 8573 | do |
| 8574 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8575 | echo "configure:8576: checking for $ac_func" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8576 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then |
| 8577 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8578 | else |
| 8579 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8580 | #line 8581 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8581 | #include "confdefs.h" |
| 8582 | /* System header to define __stub macros and hopefully few prototypes, |
| 8583 | which can conflict with char $ac_func(); below. */ |
| 8584 | #include <assert.h> |
| 8585 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8586 | /* We use char because int might match the return type of a gcc2 |
| 8587 | builtin and then its argument prototype would still apply. */ |
| 8588 | char $ac_func(); |
| 8589 | |
| 8590 | int main() { |
| 8591 | |
| 8592 | /* The GNU C library defines this for functions which it implements |
| 8593 | to always fail with ENOSYS. Some functions are actually named |
| 8594 | something starting with __ and the normal name is an alias. */ |
| 8595 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 8596 | choke me |
| 8597 | #else |
| 8598 | $ac_func(); |
| 8599 | #endif |
| 8600 | |
| 8601 | ; return 0; } |
| 8602 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8603 | if { (eval echo configure:8604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8604 | rm -rf conftest* |
| 8605 | eval "ac_cv_func_$ac_func=yes" |
| 8606 | else |
| 8607 | echo "configure: failed program was:" >&5 |
| 8608 | cat conftest.$ac_ext >&5 |
| 8609 | rm -rf conftest* |
| 8610 | eval "ac_cv_func_$ac_func=no" |
| 8611 | fi |
| 8612 | rm -f conftest* |
| 8613 | fi |
| 8614 | |
| 8615 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then |
| 8616 | echo "$ac_t""yes" 1>&6 |
| 8617 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` |
| 8618 | cat >> confdefs.h <<EOF |
| 8619 | #define $ac_tr_func 1 |
| 8620 | EOF |
| 8621 | |
| 8622 | else |
| 8623 | echo "$ac_t""no" 1>&6 |
| 8624 | fi |
| 8625 | done |
| 8626 | |
| 8627 | echo $ac_n "checking for _nl_msg_cat_cntr""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8628 | echo "configure:8629: checking for _nl_msg_cat_cntr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8629 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8630 | #line 8631 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8631 | #include "confdefs.h" |
| 8632 | #include <libintl.h> |
| 8633 | extern int _nl_msg_cat_cntr; |
| 8634 | int main() { |
| 8635 | ++_nl_msg_cat_cntr; |
| 8636 | ; return 0; } |
| 8637 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8638 | if { (eval echo configure:8639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8639 | rm -rf conftest* |
| 8640 | echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF |
| 8641 | #define HAVE_NL_MSG_CAT_CNTR 1 |
| 8642 | EOF |
| 8643 | |
| 8644 | else |
| 8645 | echo "configure: failed program was:" >&5 |
| 8646 | cat conftest.$ac_ext >&5 |
| 8647 | rm -rf conftest* |
| 8648 | echo "$ac_t""no" 1>&6 |
| 8649 | fi |
| 8650 | rm -f conftest* |
| 8651 | fi |
| 8652 | else |
| 8653 | echo "$ac_t""no "po/Makefile" - disabled" 1>&6; |
| 8654 | fi |
| 8655 | else |
| 8656 | echo "$ac_t""yes" 1>&6 |
| 8657 | fi |
| 8658 | |
| 8659 | ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'` |
| 8660 | echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8661 | echo "configure:8662: checking for dlfcn.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8662 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8663 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8664 | else |
| 8665 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8666 | #line 8667 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8667 | #include "confdefs.h" |
| 8668 | #include <dlfcn.h> |
| 8669 | EOF |
| 8670 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8671 | { (eval echo configure:8672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8672 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8673 | if test -z "$ac_err"; then |
| 8674 | rm -rf conftest* |
| 8675 | eval "ac_cv_header_$ac_safe=yes" |
| 8676 | else |
| 8677 | echo "$ac_err" >&5 |
| 8678 | echo "configure: failed program was:" >&5 |
| 8679 | cat conftest.$ac_ext >&5 |
| 8680 | rm -rf conftest* |
| 8681 | eval "ac_cv_header_$ac_safe=no" |
| 8682 | fi |
| 8683 | rm -f conftest* |
| 8684 | fi |
| 8685 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 8686 | echo "$ac_t""yes" 1>&6 |
| 8687 | DLL=dlfcn.h |
| 8688 | else |
| 8689 | echo "$ac_t""no" 1>&6 |
| 8690 | ac_safe=`echo "dl.h" | sed 'y%./+-%__p_%'` |
| 8691 | echo $ac_n "checking for dl.h""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8692 | echo "configure:8693: checking for dl.h" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8693 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8694 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8695 | else |
| 8696 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8697 | #line 8698 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8698 | #include "confdefs.h" |
| 8699 | #include <dl.h> |
| 8700 | EOF |
| 8701 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8702 | { (eval echo configure:8703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8703 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8704 | if test -z "$ac_err"; then |
| 8705 | rm -rf conftest* |
| 8706 | eval "ac_cv_header_$ac_safe=yes" |
| 8707 | else |
| 8708 | echo "$ac_err" >&5 |
| 8709 | echo "configure: failed program was:" >&5 |
| 8710 | cat conftest.$ac_ext >&5 |
| 8711 | rm -rf conftest* |
| 8712 | eval "ac_cv_header_$ac_safe=no" |
| 8713 | fi |
| 8714 | rm -f conftest* |
| 8715 | fi |
| 8716 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 8717 | echo "$ac_t""yes" 1>&6 |
| 8718 | DLL=dl.h |
| 8719 | else |
| 8720 | echo "$ac_t""no" 1>&6 |
| 8721 | fi |
| 8722 | |
| 8723 | fi |
| 8724 | |
| 8725 | if test x${DLL} = xdlfcn.h; then |
| 8726 | cat >> confdefs.h <<\EOF |
| 8727 | #define HAVE_DLFCN_H 1 |
| 8728 | EOF |
| 8729 | |
| 8730 | echo $ac_n "checking for dlopen()""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8731 | echo "configure:8732: checking for dlopen()" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8732 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8733 | #line 8734 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8734 | #include "confdefs.h" |
| 8735 | |
| 8736 | int main() { |
| 8737 | |
| 8738 | extern void* dlopen(); |
| 8739 | dlopen(); |
| 8740 | |
| 8741 | ; return 0; } |
| 8742 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8743 | if { (eval echo configure:8744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8744 | rm -rf conftest* |
| 8745 | echo "$ac_t""yes" 1>&6; |
| 8746 | cat >> confdefs.h <<\EOF |
| 8747 | #define HAVE_DLOPEN 1 |
| 8748 | EOF |
| 8749 | |
| 8750 | else |
| 8751 | echo "configure: failed program was:" >&5 |
| 8752 | cat conftest.$ac_ext >&5 |
| 8753 | rm -rf conftest* |
| 8754 | echo "$ac_t""no" 1>&6; |
| 8755 | echo $ac_n "checking for dlopen() in -ldl""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8756 | echo "configure:8757: checking for dlopen() in -ldl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8757 | olibs=$LIBS |
| 8758 | LIBS="$LIBS -ldl" |
| 8759 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8760 | #line 8761 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8761 | #include "confdefs.h" |
| 8762 | |
| 8763 | int main() { |
| 8764 | |
| 8765 | extern void* dlopen(); |
| 8766 | dlopen(); |
| 8767 | |
| 8768 | ; return 0; } |
| 8769 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8770 | if { (eval echo configure:8771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8771 | rm -rf conftest* |
| 8772 | echo "$ac_t""yes" 1>&6; |
| 8773 | cat >> confdefs.h <<\EOF |
| 8774 | #define HAVE_DLOPEN 1 |
| 8775 | EOF |
| 8776 | |
| 8777 | else |
| 8778 | echo "configure: failed program was:" >&5 |
| 8779 | cat conftest.$ac_ext >&5 |
| 8780 | rm -rf conftest* |
| 8781 | echo "$ac_t""no" 1>&6; |
| 8782 | LIBS=$olibs |
| 8783 | fi |
| 8784 | rm -f conftest* |
| 8785 | fi |
| 8786 | rm -f conftest* |
| 8787 | echo $ac_n "checking for dlsym()""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8788 | echo "configure:8789: checking for dlsym()" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8789 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8790 | #line 8791 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8791 | #include "confdefs.h" |
| 8792 | |
| 8793 | int main() { |
| 8794 | |
| 8795 | extern void* dlsym(); |
| 8796 | dlsym(); |
| 8797 | |
| 8798 | ; return 0; } |
| 8799 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8800 | if { (eval echo configure:8801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8801 | rm -rf conftest* |
| 8802 | echo "$ac_t""yes" 1>&6; |
| 8803 | cat >> confdefs.h <<\EOF |
| 8804 | #define HAVE_DLSYM 1 |
| 8805 | EOF |
| 8806 | |
| 8807 | else |
| 8808 | echo "configure: failed program was:" >&5 |
| 8809 | cat conftest.$ac_ext >&5 |
| 8810 | rm -rf conftest* |
| 8811 | echo "$ac_t""no" 1>&6; |
| 8812 | echo $ac_n "checking for dlsym() in -ldl""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8813 | echo "configure:8814: checking for dlsym() in -ldl" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8814 | olibs=$LIBS |
| 8815 | LIBS="$LIBS -ldl" |
| 8816 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8817 | #line 8818 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8818 | #include "confdefs.h" |
| 8819 | |
| 8820 | int main() { |
| 8821 | |
| 8822 | extern void* dlsym(); |
| 8823 | dlsym(); |
| 8824 | |
| 8825 | ; return 0; } |
| 8826 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8827 | if { (eval echo configure:8828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8828 | rm -rf conftest* |
| 8829 | echo "$ac_t""yes" 1>&6; |
| 8830 | cat >> confdefs.h <<\EOF |
| 8831 | #define HAVE_DLSYM 1 |
| 8832 | EOF |
| 8833 | |
| 8834 | else |
| 8835 | echo "configure: failed program was:" >&5 |
| 8836 | cat conftest.$ac_ext >&5 |
| 8837 | rm -rf conftest* |
| 8838 | echo "$ac_t""no" 1>&6; |
| 8839 | LIBS=$olibs |
| 8840 | fi |
| 8841 | rm -f conftest* |
| 8842 | fi |
| 8843 | rm -f conftest* |
| 8844 | elif test x${DLL} = xdl.h; then |
| 8845 | cat >> confdefs.h <<\EOF |
| 8846 | #define HAVE_DL_H 1 |
| 8847 | EOF |
| 8848 | |
| 8849 | echo $ac_n "checking for shl_load()""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8850 | echo "configure:8851: checking for shl_load()" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8851 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8852 | #line 8853 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8853 | #include "confdefs.h" |
| 8854 | |
| 8855 | int main() { |
| 8856 | |
| 8857 | extern void* shl_load(); |
| 8858 | shl_load(); |
| 8859 | |
| 8860 | ; return 0; } |
| 8861 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8862 | if { (eval echo configure:8863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8863 | rm -rf conftest* |
| 8864 | echo "$ac_t""yes" 1>&6; |
| 8865 | cat >> confdefs.h <<\EOF |
| 8866 | #define HAVE_SHL_LOAD 1 |
| 8867 | EOF |
| 8868 | |
| 8869 | else |
| 8870 | echo "configure: failed program was:" >&5 |
| 8871 | cat conftest.$ac_ext >&5 |
| 8872 | rm -rf conftest* |
| 8873 | echo "$ac_t""no" 1>&6; |
| 8874 | echo $ac_n "checking for shl_load() in -ldld""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8875 | echo "configure:8876: checking for shl_load() in -ldld" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8876 | olibs=$LIBS |
| 8877 | LIBS="$LIBS -ldld" |
| 8878 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8879 | #line 8880 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8880 | #include "confdefs.h" |
| 8881 | |
| 8882 | int main() { |
| 8883 | |
| 8884 | extern void* shl_load(); |
| 8885 | shl_load(); |
| 8886 | |
| 8887 | ; return 0; } |
| 8888 | EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8889 | if { (eval echo configure:8890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8890 | rm -rf conftest* |
| 8891 | echo "$ac_t""yes" 1>&6; |
| 8892 | cat >> confdefs.h <<\EOF |
| 8893 | #define HAVE_SHL_LOAD 1 |
| 8894 | EOF |
| 8895 | |
| 8896 | else |
| 8897 | echo "configure: failed program was:" >&5 |
| 8898 | cat conftest.$ac_ext >&5 |
| 8899 | rm -rf conftest* |
| 8900 | echo "$ac_t""no" 1>&6; |
| 8901 | LIBS=$olibs |
| 8902 | fi |
| 8903 | rm -f conftest* |
| 8904 | fi |
| 8905 | rm -f conftest* |
| 8906 | fi |
| 8907 | for ac_hdr in setjmp.h |
| 8908 | do |
| 8909 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 8910 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8911 | echo "configure:8912: checking for $ac_hdr" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8912 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 8913 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 8914 | else |
| 8915 | cat > conftest.$ac_ext <<EOF |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8916 | #line 8917 "configure" |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8917 | #include "confdefs.h" |
| 8918 | #include <$ac_hdr> |
| 8919 | EOF |
| 8920 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8921 | { (eval echo configure:8922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8922 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 8923 | if test -z "$ac_err"; then |
| 8924 | rm -rf conftest* |
| 8925 | eval "ac_cv_header_$ac_safe=yes" |
| 8926 | else |
| 8927 | echo "$ac_err" >&5 |
| 8928 | echo "configure: failed program was:" >&5 |
| 8929 | cat conftest.$ac_ext >&5 |
| 8930 | rm -rf conftest* |
| 8931 | eval "ac_cv_header_$ac_safe=no" |
| 8932 | fi |
| 8933 | rm -f conftest* |
| 8934 | fi |
| 8935 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
| 8936 | echo "$ac_t""yes" 1>&6 |
| 8937 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` |
| 8938 | cat >> confdefs.h <<EOF |
| 8939 | #define $ac_tr_hdr 1 |
| 8940 | EOF |
| 8941 | |
| 8942 | else |
| 8943 | echo "$ac_t""no" 1>&6 |
| 8944 | fi |
| 8945 | done |
| 8946 | |
| 8947 | |
| 8948 | if test "x$MACOSX" = "xyes" -a -n "$PERL"; then |
| 8949 | if echo $LIBS | grep -e '-ldl' >/dev/null; then |
| 8950 | LIBS=`echo $LIBS | sed s/-ldl//` |
| 8951 | PERL_LIBS="$PERL_LIBS -ldl" |
| 8952 | fi |
| 8953 | fi |
| 8954 | |
| 8955 | if test "x$MACOSX" = "xyes" && test "x$CARBON" = "xyes" \ |
| 8956 | && test "x$GUITYPE" != "xCARBONGUI"; then |
| 8957 | echo $ac_n "checking whether we need -framework Carbon""... $ac_c" 1>&6 |
Bram Moolenaar | 1cd871b | 2004-12-19 22:46:22 +0000 | [diff] [blame] | 8958 | echo "configure:8959: checking whether we need -framework Carbon" >&5 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8959 | if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \ |
| 8960 | || test "x$features" = "xhuge"; then |
| 8961 | LIBS="$LIBS -framework Carbon" |
| 8962 | echo "$ac_t""yes" 1>&6 |
| 8963 | else |
| 8964 | echo "$ac_t""no" 1>&6 |
| 8965 | fi |
| 8966 | fi |
| 8967 | |
| 8968 | |
| 8969 | trap '' 1 2 15 |
| 8970 | cat > confcache <<\EOF |
| 8971 | # This file is a shell script that caches the results of configure |
| 8972 | # tests run on this system so they can be shared between configure |
| 8973 | # scripts and configure runs. It is not useful on other systems. |
| 8974 | # If it contains results you don't want to keep, you may remove or edit it. |
| 8975 | # |
| 8976 | # By default, configure uses ./config.cache as the cache file, |
| 8977 | # creating it if it does not exist already. You can give configure |
| 8978 | # the --cache-file=FILE option to use a different cache file; that is |
| 8979 | # what configure does when it calls configure scripts in |
| 8980 | # subdirectories, so they share the cache. |
| 8981 | # Giving --cache-file=/dev/null disables caching, for debugging configure. |
| 8982 | # config.status only pays attention to the cache file if you give it the |
| 8983 | # --recheck option to rerun configure. |
| 8984 | # |
| 8985 | EOF |
| 8986 | # The following way of writing the cache mishandles newlines in values, |
| 8987 | # but we know of no workaround that is simple, portable, and efficient. |
| 8988 | # So, don't put newlines in cache variables' values. |
| 8989 | # Ultrix sh set writes to stderr and can't be redirected directly, |
| 8990 | # and sets the high bit in the cache file unless we assign to the vars. |
| 8991 | (set) 2>&1 | |
| 8992 | case `(ac_space=' '; set | grep ac_space) 2>&1` in |
| 8993 | *ac_space=\ *) |
| 8994 | # `set' does not quote correctly, so add quotes (double-quote substitution |
| 8995 | # turns \\\\ into \\, and sed turns \\ into \). |
| 8996 | sed -n \ |
| 8997 | -e "s/'/'\\\\''/g" \ |
| 8998 | -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" |
| 8999 | ;; |
| 9000 | *) |
| 9001 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
| 9002 | sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' |
| 9003 | ;; |
| 9004 | esac >> confcache |
| 9005 | if cmp -s $cache_file confcache; then |
| 9006 | : |
| 9007 | else |
| 9008 | if test -w $cache_file; then |
| 9009 | echo "updating cache $cache_file" |
| 9010 | cat confcache > $cache_file |
| 9011 | else |
| 9012 | echo "not updating unwritable cache $cache_file" |
| 9013 | fi |
| 9014 | fi |
| 9015 | rm -f confcache |
| 9016 | |
| 9017 | trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 |
| 9018 | |
| 9019 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
| 9020 | # Let make expand exec_prefix. |
| 9021 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
| 9022 | |
| 9023 | # Any assignment to VPATH causes Sun make to only execute |
| 9024 | # the first set of double-colon rules, so remove it if not needed. |
| 9025 | # If there is a colon in the path, we need to keep it. |
| 9026 | if test "x$srcdir" = x.; then |
| 9027 | ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' |
| 9028 | fi |
| 9029 | |
| 9030 | trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 |
| 9031 | |
| 9032 | DEFS=-DHAVE_CONFIG_H |
| 9033 | |
| 9034 | # Without the "./", some shells look in PATH for config.status. |
| 9035 | : ${CONFIG_STATUS=./config.status} |
| 9036 | |
| 9037 | echo creating $CONFIG_STATUS |
| 9038 | rm -f $CONFIG_STATUS |
| 9039 | cat > $CONFIG_STATUS <<EOF |
| 9040 | #! /bin/sh |
| 9041 | # Generated automatically by configure. |
| 9042 | # Run this file to recreate the current configuration. |
| 9043 | # This directory was configured as follows, |
| 9044 | # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
| 9045 | # |
| 9046 | # $0 $ac_configure_args |
| 9047 | # |
| 9048 | # Compiler output produced by configure, useful for debugging |
| 9049 | # configure, is in auto/config.log if it exists. |
| 9050 | |
| 9051 | ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" |
| 9052 | for ac_option |
| 9053 | do |
| 9054 | case "\$ac_option" in |
| 9055 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 9056 | echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" |
| 9057 | exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; |
| 9058 | -version | --version | --versio | --versi | --vers | --ver | --ve | --v) |
| 9059 | echo "$CONFIG_STATUS generated by autoconf version 2.13" |
| 9060 | exit 0 ;; |
| 9061 | -help | --help | --hel | --he | --h) |
| 9062 | echo "\$ac_cs_usage"; exit 0 ;; |
| 9063 | *) echo "\$ac_cs_usage"; exit 1 ;; |
| 9064 | esac |
| 9065 | done |
| 9066 | |
| 9067 | ac_given_srcdir=$srcdir |
| 9068 | |
| 9069 | trap 'rm -fr `echo "auto/config.mk:config.mk.in auto/config.h:config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 |
| 9070 | EOF |
| 9071 | cat >> $CONFIG_STATUS <<EOF |
| 9072 | |
| 9073 | # Protect against being on the right side of a sed subst in config.status. |
| 9074 | sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g; |
| 9075 | s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF |
| 9076 | $ac_vpsub |
| 9077 | $extrasub |
| 9078 | s%@SHELL@%$SHELL%g |
| 9079 | s%@CFLAGS@%$CFLAGS%g |
| 9080 | s%@CPPFLAGS@%$CPPFLAGS%g |
| 9081 | s%@CXXFLAGS@%$CXXFLAGS%g |
| 9082 | s%@FFLAGS@%$FFLAGS%g |
| 9083 | s%@DEFS@%$DEFS%g |
| 9084 | s%@LDFLAGS@%$LDFLAGS%g |
| 9085 | s%@LIBS@%$LIBS%g |
| 9086 | s%@exec_prefix@%$exec_prefix%g |
| 9087 | s%@prefix@%$prefix%g |
| 9088 | s%@program_transform_name@%$program_transform_name%g |
| 9089 | s%@bindir@%$bindir%g |
| 9090 | s%@sbindir@%$sbindir%g |
| 9091 | s%@libexecdir@%$libexecdir%g |
| 9092 | s%@datadir@%$datadir%g |
| 9093 | s%@sysconfdir@%$sysconfdir%g |
| 9094 | s%@sharedstatedir@%$sharedstatedir%g |
| 9095 | s%@localstatedir@%$localstatedir%g |
| 9096 | s%@libdir@%$libdir%g |
| 9097 | s%@includedir@%$includedir%g |
| 9098 | s%@oldincludedir@%$oldincludedir%g |
| 9099 | s%@infodir@%$infodir%g |
| 9100 | s%@mandir@%$mandir%g |
| 9101 | s%@SET_MAKE@%$SET_MAKE%g |
| 9102 | s%@CC@%$CC%g |
| 9103 | s%@CPP@%$CPP%g |
| 9104 | s%@AWK@%$AWK%g |
| 9105 | s%@STRIP@%$STRIP%g |
| 9106 | s%@EXEEXT@%$EXEEXT%g |
| 9107 | s%@CPP_MM@%$CPP_MM%g |
| 9108 | s%@OS_EXTRA_SRC@%$OS_EXTRA_SRC%g |
| 9109 | s%@OS_EXTRA_OBJ@%$OS_EXTRA_OBJ%g |
| 9110 | s%@VIMNAME@%$VIMNAME%g |
| 9111 | s%@EXNAME@%$EXNAME%g |
| 9112 | s%@VIEWNAME@%$VIEWNAME%g |
| 9113 | s%@line_break@%$line_break%g |
| 9114 | s%@dovimdiff@%$dovimdiff%g |
| 9115 | s%@dogvimdiff@%$dogvimdiff%g |
| 9116 | s%@compiledby@%$compiledby%g |
Bram Moolenaar | 325b7a2 | 2004-07-05 15:58:32 +0000 | [diff] [blame] | 9117 | s%@vi_cv_path_mzscheme@%$vi_cv_path_mzscheme%g |
| 9118 | s%@MZSCHEME_SRC@%$MZSCHEME_SRC%g |
| 9119 | s%@MZSCHEME_OBJ@%$MZSCHEME_OBJ%g |
| 9120 | s%@MZSCHEME_PRO@%$MZSCHEME_PRO%g |
| 9121 | s%@MZSCHEME_LIBS@%$MZSCHEME_LIBS%g |
| 9122 | s%@MZSCHEME_CFLAGS@%$MZSCHEME_CFLAGS%g |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 9123 | s%@vi_cv_path_perl@%$vi_cv_path_perl%g |
| 9124 | s%@vi_cv_perllib@%$vi_cv_perllib%g |
| 9125 | s%@shrpenv@%$shrpenv%g |
| 9126 | s%@PERL_SRC@%$PERL_SRC%g |
| 9127 | s%@PERL_OBJ@%$PERL_OBJ%g |
| 9128 | s%@PERL_PRO@%$PERL_PRO%g |
| 9129 | s%@PERL_CFLAGS@%$PERL_CFLAGS%g |
| 9130 | s%@PERL_LIBS@%$PERL_LIBS%g |
| 9131 | s%@vi_cv_path_python@%$vi_cv_path_python%g |
| 9132 | s%@PYTHON_CONFDIR@%$PYTHON_CONFDIR%g |
| 9133 | s%@PYTHON_LIBS@%$PYTHON_LIBS%g |
| 9134 | s%@PYTHON_GETPATH_CFLAGS@%$PYTHON_GETPATH_CFLAGS%g |
| 9135 | s%@PYTHON_CFLAGS@%$PYTHON_CFLAGS%g |
| 9136 | s%@PYTHON_SRC@%$PYTHON_SRC%g |
| 9137 | s%@PYTHON_OBJ@%$PYTHON_OBJ%g |
| 9138 | s%@vi_cv_path_tcl@%$vi_cv_path_tcl%g |
| 9139 | s%@TCL_SRC@%$TCL_SRC%g |
| 9140 | s%@TCL_OBJ@%$TCL_OBJ%g |
| 9141 | s%@TCL_PRO@%$TCL_PRO%g |
| 9142 | s%@TCL_CFLAGS@%$TCL_CFLAGS%g |
| 9143 | s%@TCL_LIBS@%$TCL_LIBS%g |
| 9144 | s%@vi_cv_path_ruby@%$vi_cv_path_ruby%g |
| 9145 | s%@RUBY_SRC@%$RUBY_SRC%g |
| 9146 | s%@RUBY_OBJ@%$RUBY_OBJ%g |
| 9147 | s%@RUBY_PRO@%$RUBY_PRO%g |
| 9148 | s%@RUBY_CFLAGS@%$RUBY_CFLAGS%g |
| 9149 | s%@RUBY_LIBS@%$RUBY_LIBS%g |
| 9150 | s%@WORKSHOP_SRC@%$WORKSHOP_SRC%g |
| 9151 | s%@WORKSHOP_OBJ@%$WORKSHOP_OBJ%g |
| 9152 | s%@NETBEANS_SRC@%$NETBEANS_SRC%g |
| 9153 | s%@NETBEANS_OBJ@%$NETBEANS_OBJ%g |
| 9154 | s%@SNIFF_SRC@%$SNIFF_SRC%g |
| 9155 | s%@SNIFF_OBJ@%$SNIFF_OBJ%g |
| 9156 | s%@xmkmfpath@%$xmkmfpath%g |
| 9157 | s%@X_CFLAGS@%$X_CFLAGS%g |
| 9158 | s%@X_PRE_LIBS@%$X_PRE_LIBS%g |
| 9159 | s%@X_LIBS@%$X_LIBS%g |
| 9160 | s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g |
| 9161 | s%@X_LIB@%$X_LIB%g |
Bram Moolenaar | 843ee41 | 2004-06-30 16:16:41 +0000 | [diff] [blame] | 9162 | s%@MOC@%$MOC%g |
| 9163 | s%@KDE_CONFIG@%$KDE_CONFIG%g |
| 9164 | s%@KDE_LIBS@%$KDE_LIBS%g |
| 9165 | s%@KDE_INCLUDES@%$KDE_INCLUDES%g |
| 9166 | s%@KDE_PREFIX@%$KDE_PREFIX%g |
| 9167 | s%@QT_LIBS@%$QT_LIBS%g |
| 9168 | s%@QT_INCLUDES@%$QT_INCLUDES%g |
| 9169 | s%@ROOTQT@%$ROOTQT%g |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 9170 | s%@GTK_CONFIG@%$GTK_CONFIG%g |
| 9171 | s%@GTK12_CONFIG@%$GTK12_CONFIG%g |
| 9172 | s%@PKG_CONFIG@%$PKG_CONFIG%g |
| 9173 | s%@GTK_CFLAGS@%$GTK_CFLAGS%g |
| 9174 | s%@GTK_LIBS@%$GTK_LIBS%g |
| 9175 | s%@GTK_LIBNAME@%$GTK_LIBNAME%g |
| 9176 | s%@GNOME_LIBS@%$GNOME_LIBS%g |
| 9177 | s%@GNOME_LIBDIR@%$GNOME_LIBDIR%g |
| 9178 | s%@GNOME_INCLUDEDIR@%$GNOME_INCLUDEDIR%g |
| 9179 | s%@GNOME_CONFIG@%$GNOME_CONFIG%g |
| 9180 | s%@MOTIF_LIBNAME@%$MOTIF_LIBNAME%g |
| 9181 | s%@NARROW_PROTO@%$NARROW_PROTO%g |
| 9182 | s%@GUI_INC_LOC@%$GUI_INC_LOC%g |
| 9183 | s%@GUI_LIB_LOC@%$GUI_LIB_LOC%g |
| 9184 | s%@GUITYPE@%$GUITYPE%g |
| 9185 | s%@GUI_X_LIBS@%$GUI_X_LIBS%g |
| 9186 | s%@HANGULIN_SRC@%$HANGULIN_SRC%g |
| 9187 | s%@HANGULIN_OBJ@%$HANGULIN_OBJ%g |
| 9188 | s%@TAGPRG@%$TAGPRG%g |
| 9189 | s%@MSGFMT@%$MSGFMT%g |
| 9190 | s%@MAKEMO@%$MAKEMO%g |
| 9191 | |
| 9192 | CEOF |
| 9193 | EOF |
| 9194 | |
| 9195 | cat >> $CONFIG_STATUS <<\EOF |
| 9196 | |
| 9197 | # Split the substitutions into bite-sized pieces for seds with |
| 9198 | # small command number limits, like on Digital OSF/1 and HP-UX. |
| 9199 | ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. |
| 9200 | ac_file=1 # Number of current file. |
| 9201 | ac_beg=1 # First line for current file. |
| 9202 | ac_end=$ac_max_sed_cmds # Line after last line for current file. |
| 9203 | ac_more_lines=: |
| 9204 | ac_sed_cmds="" |
| 9205 | while $ac_more_lines; do |
| 9206 | if test $ac_beg -gt 1; then |
| 9207 | sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file |
| 9208 | else |
| 9209 | sed "${ac_end}q" conftest.subs > conftest.s$ac_file |
| 9210 | fi |
| 9211 | if test ! -s conftest.s$ac_file; then |
| 9212 | ac_more_lines=false |
| 9213 | rm -f conftest.s$ac_file |
| 9214 | else |
| 9215 | if test -z "$ac_sed_cmds"; then |
| 9216 | ac_sed_cmds="sed -f conftest.s$ac_file" |
| 9217 | else |
| 9218 | ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" |
| 9219 | fi |
| 9220 | ac_file=`expr $ac_file + 1` |
| 9221 | ac_beg=$ac_end |
| 9222 | ac_end=`expr $ac_end + $ac_max_sed_cmds` |
| 9223 | fi |
| 9224 | done |
| 9225 | if test -z "$ac_sed_cmds"; then |
| 9226 | ac_sed_cmds=cat |
| 9227 | fi |
| 9228 | EOF |
| 9229 | |
| 9230 | cat >> $CONFIG_STATUS <<EOF |
| 9231 | |
| 9232 | CONFIG_FILES=\${CONFIG_FILES-"auto/config.mk:config.mk.in"} |
| 9233 | EOF |
| 9234 | cat >> $CONFIG_STATUS <<\EOF |
| 9235 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |
| 9236 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
| 9237 | case "$ac_file" in |
| 9238 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
| 9239 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
| 9240 | *) ac_file_in="${ac_file}.in" ;; |
| 9241 | esac |
| 9242 | |
| 9243 | # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. |
| 9244 | |
| 9245 | # Remove last slash and all that follows it. Not all systems have dirname. |
| 9246 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` |
| 9247 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
| 9248 | # The file is in a subdirectory. |
| 9249 | test ! -d "$ac_dir" && mkdir "$ac_dir" |
| 9250 | ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" |
| 9251 | # A "../" for each directory in $ac_dir_suffix. |
| 9252 | ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` |
| 9253 | else |
| 9254 | ac_dir_suffix= ac_dots= |
| 9255 | fi |
| 9256 | |
| 9257 | case "$ac_given_srcdir" in |
| 9258 | .) srcdir=. |
| 9259 | if test -z "$ac_dots"; then top_srcdir=. |
| 9260 | else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; |
| 9261 | /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; |
| 9262 | *) # Relative path. |
| 9263 | srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" |
| 9264 | top_srcdir="$ac_dots$ac_given_srcdir" ;; |
| 9265 | esac |
| 9266 | |
| 9267 | |
| 9268 | echo creating "$ac_file" |
| 9269 | rm -f "$ac_file" |
| 9270 | configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." |
| 9271 | case "$ac_file" in |
| 9272 | *Makefile*) ac_comsub="1i\\ |
| 9273 | # $configure_input" ;; |
| 9274 | *) ac_comsub= ;; |
| 9275 | esac |
| 9276 | |
| 9277 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
| 9278 | sed -e "$ac_comsub |
| 9279 | s%@configure_input@%$configure_input%g |
| 9280 | s%@srcdir@%$srcdir%g |
| 9281 | s%@top_srcdir@%$top_srcdir%g |
| 9282 | " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file |
| 9283 | fi; done |
| 9284 | rm -f conftest.s* |
| 9285 | |
| 9286 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where |
| 9287 | # NAME is the cpp macro being defined and VALUE is the value it is being given. |
| 9288 | # |
| 9289 | # ac_d sets the value in "#define NAME VALUE" lines. |
| 9290 | ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
| 9291 | ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' |
| 9292 | ac_dC='\3' |
| 9293 | ac_dD='%g' |
| 9294 | # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". |
| 9295 | ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
| 9296 | ac_uB='\([ ]\)%\1#\2define\3' |
| 9297 | ac_uC=' ' |
| 9298 | ac_uD='\4%g' |
| 9299 | # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". |
| 9300 | ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
| 9301 | ac_eB='$%\1#\2define\3' |
| 9302 | ac_eC=' ' |
| 9303 | ac_eD='%g' |
| 9304 | |
| 9305 | if test "${CONFIG_HEADERS+set}" != set; then |
| 9306 | EOF |
| 9307 | cat >> $CONFIG_STATUS <<EOF |
| 9308 | CONFIG_HEADERS="auto/config.h:config.h.in" |
| 9309 | EOF |
| 9310 | cat >> $CONFIG_STATUS <<\EOF |
| 9311 | fi |
| 9312 | for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then |
| 9313 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
| 9314 | case "$ac_file" in |
| 9315 | *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` |
| 9316 | ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; |
| 9317 | *) ac_file_in="${ac_file}.in" ;; |
| 9318 | esac |
| 9319 | |
| 9320 | echo creating $ac_file |
| 9321 | |
| 9322 | rm -f conftest.frag conftest.in conftest.out |
| 9323 | ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` |
| 9324 | cat $ac_file_inputs > conftest.in |
| 9325 | |
| 9326 | EOF |
| 9327 | |
| 9328 | # Transform confdefs.h into a sed script conftest.vals that substitutes |
| 9329 | # the proper values into config.h.in to produce config.h. And first: |
| 9330 | # Protect against being on the right side of a sed subst in config.status. |
| 9331 | # Protect against being in an unquoted here document in config.status. |
| 9332 | rm -f conftest.vals |
| 9333 | cat > conftest.hdr <<\EOF |
| 9334 | s/[\\&%]/\\&/g |
| 9335 | s%[\\$`]%\\&%g |
| 9336 | s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp |
| 9337 | s%ac_d%ac_u%gp |
| 9338 | s%ac_u%ac_e%gp |
| 9339 | EOF |
| 9340 | sed -n -f conftest.hdr confdefs.h > conftest.vals |
| 9341 | rm -f conftest.hdr |
| 9342 | |
| 9343 | # This sed command replaces #undef with comments. This is necessary, for |
| 9344 | # example, in the case of _POSIX_SOURCE, which is predefined and required |
| 9345 | # on some systems where configure will not decide to define it. |
| 9346 | cat >> conftest.vals <<\EOF |
| 9347 | s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% |
| 9348 | EOF |
| 9349 | |
| 9350 | # Break up conftest.vals because some shells have a limit on |
| 9351 | # the size of here documents, and old seds have small limits too. |
| 9352 | |
| 9353 | rm -f conftest.tail |
| 9354 | while : |
| 9355 | do |
| 9356 | ac_lines=`grep -c . conftest.vals` |
| 9357 | # grep -c gives empty output for an empty file on some AIX systems. |
| 9358 | if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi |
| 9359 | # Write a limited-size here document to conftest.frag. |
| 9360 | echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS |
| 9361 | sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS |
| 9362 | echo 'CEOF |
| 9363 | sed -f conftest.frag conftest.in > conftest.out |
| 9364 | rm -f conftest.in |
| 9365 | mv conftest.out conftest.in |
| 9366 | ' >> $CONFIG_STATUS |
| 9367 | sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail |
| 9368 | rm -f conftest.vals |
| 9369 | mv conftest.tail conftest.vals |
| 9370 | done |
| 9371 | rm -f conftest.vals |
| 9372 | |
| 9373 | cat >> $CONFIG_STATUS <<\EOF |
| 9374 | rm -f conftest.frag conftest.h |
| 9375 | echo "/* $ac_file. Generated automatically by configure. */" > conftest.h |
| 9376 | cat conftest.in >> conftest.h |
| 9377 | rm -f conftest.in |
| 9378 | if cmp -s $ac_file conftest.h 2>/dev/null; then |
| 9379 | echo "$ac_file is unchanged" |
| 9380 | rm -f conftest.h |
| 9381 | else |
| 9382 | # Remove last slash and all that follows it. Not all systems have dirname. |
| 9383 | ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` |
| 9384 | if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then |
| 9385 | # The file is in a subdirectory. |
| 9386 | test ! -d "$ac_dir" && mkdir "$ac_dir" |
| 9387 | fi |
| 9388 | rm -f $ac_file |
| 9389 | mv conftest.h $ac_file |
| 9390 | fi |
| 9391 | fi; done |
| 9392 | |
| 9393 | EOF |
| 9394 | cat >> $CONFIG_STATUS <<EOF |
| 9395 | |
| 9396 | EOF |
| 9397 | cat >> $CONFIG_STATUS <<\EOF |
| 9398 | |
| 9399 | exit 0 |
| 9400 | EOF |
| 9401 | chmod +x $CONFIG_STATUS |
| 9402 | rm -fr confdefs* $ac_clean_files |
| 9403 | test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 |
| 9404 | |
| 9405 | |