1184e05d2SAndrew Ristdnl * ************************************************************* 2da2e13d4SMatthias Seideldnl * 3184e05d2SAndrew Ristdnl * Licensed to the Apache Software Foundation (ASF) under one 4184e05d2SAndrew Ristdnl * or more contributor license agreements. See the NOTICE file 5184e05d2SAndrew Ristdnl * distributed with this work for additional information 6184e05d2SAndrew Ristdnl * regarding copyright ownership. The ASF licenses this file 7184e05d2SAndrew Ristdnl * to you under the Apache License, Version 2.0 (the 8184e05d2SAndrew Ristdnl * "License"); you may not use this file except in compliance 9184e05d2SAndrew Ristdnl * with the License. You may obtain a copy of the License at 10da2e13d4SMatthias Seideldnl * 11184e05d2SAndrew Ristdnl * http://www.apache.org/licenses/LICENSE-2.0 12da2e13d4SMatthias Seideldnl * 13184e05d2SAndrew Ristdnl * Unless required by applicable law or agreed to in writing, 14184e05d2SAndrew Ristdnl * software distributed under the License is distributed on an 15184e05d2SAndrew Ristdnl * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16184e05d2SAndrew Ristdnl * KIND, either express or implied. See the License for the 17184e05d2SAndrew Ristdnl * specific language governing permissions and limitations 18184e05d2SAndrew Ristdnl * under the License. 19da2e13d4SMatthias Seideldnl * 20184e05d2SAndrew Ristdnl * ************************************************************* 210495d53eSpfgAC_REVISION( $Revision$ ) 22cdf0e10cSrcweirAC_PREREQ(2.50) 23cdf0e10cSrcweirAC_INIT() 24cdf0e10cSrcweirecho "$@" >config.parms 25fb6b49d1SJürgen SchmidtAC_ARG_WITH(dmake-path, 26fb6b49d1SJürgen Schmidt[ --with-dmake-path=<PATH TO EXECUTABLE> Specify the location of dmake ], 27fb6b49d1SJürgen Schmidt[ DMAKE_PATH="$withval" 28fb6b49d1SJürgen Schmidt]) 29fb6b49d1SJürgen SchmidtAC_ARG_WITH(dmake-url, 30fb6b49d1SJürgen Schmidt[ --with-dmake-url=<URL> Specify the location of downloadable dmake source code. For example: 315b4e3b0fSJim Jagielski https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz 32fb6b49d1SJürgen Schmidt Note that dmake is under GPL license.], 33fb6b49d1SJürgen Schmidt[ DMAKE_URL="$withval" 34fb6b49d1SJürgen Schmidt]) 3572bd2d34SAriel Constenla-HaileAC_ARG_WITH(packager-list, 3672bd2d34SAriel Constenla-Haile[ --with-packager-list=<PATH TO PACK LIST> Specify a file to drive the packaging process. 3772bd2d34SAriel Constenla-Haile The file must follow the format explained in 3872bd2d34SAriel Constenla-Haile instsetoo_native/util/pack.lst 3972bd2d34SAriel Constenla-Haile],,) 40cdf0e10cSrcweirAC_ARG_WITH(gnu-patch, 41cdf0e10cSrcweir[ --with-gnu-patch Specify location of GNU patch on Solaris or FreeBSD 42cdf0e10cSrcweir],,) 43cdf0e10cSrcweirAC_ARG_WITH(gnu-cp, 4462840caaSPedro Giffuni[ --with-gnu-cp Specify location of GNU cp on Solaris 45cdf0e10cSrcweir],,) 4610e8ff58SPedro GiffuniAC_ARG_WITH(gperf, 4710e8ff58SPedro Giffuni[ --with-gperf Specify location of gperf on Solaris or FreeBSD 4810e8ff58SPedro Giffuni],,) 49cdf0e10cSrcweirAC_ARG_ENABLE(graphite, 50cdf0e10cSrcweir[ --enable-graphite Enables the compilation of Graphite smart font rendering 51cdf0e10cSrcweir],,) 52cdf0e10cSrcweirAC_ARG_WITH(system-graphite, 53cdf0e10cSrcweir[ --with-system-graphite use graphite library already installed on system 54cdf0e10cSrcweir],,) 55e9b3fa8aSMaho NAKATAAC_ARG_WITH(system-apache-commons, 56e9b3fa8aSMaho NAKATA[ --with-system-apache-commons use apache-commons jar files already installed on system 57e9b3fa8aSMaho NAKATA],,) 5835779863SAriel Constenla-HaileAC_ARG_ENABLE(online-update, 5935779863SAriel Constenla-Haile[ --disable-online-update Disables the Online Update feature. 6035779863SAriel Constenla-Haile],,enable_online_update=yes) 6143feee13SJuergen SchmidtAC_ARG_ENABLE(unit-tests, 62da2e13d4SMatthias Seidel[ --disable-unit-tests Disables default unit tests (eg. unit tests using Google test, ...). 6343feee13SJuergen Schmidt],,enable_unit_tests=yes) 64cdf0e10cSrcweirAC_ARG_ENABLE(ldap, 65ffd43a0aSHerbert Dürr[ --disable-ldap Disables the use of LDAP backend via OpenLDAP 66cdf0e10cSrcweir],,) 67cdf0e10cSrcweirAC_ARG_ENABLE(fetch-external, 68cdf0e10cSrcweir[ --disable-fetch-external Disables fetching external tarballs from web sources. 69cdf0e10cSrcweir],,) 70cdf0e10cSrcweirAC_ARG_WITH(external-tar, 71cdf0e10cSrcweir[ --with-external-tar=<TARFILE PATH> Specify path to tarfiles manually ], 72cdf0e10cSrcweir[ TARFILE_LOCATION="$withval" 73cdf0e10cSrcweir]) 74cdf0e10cSrcweirAC_ARG_WITH(openldap, 75ffd43a0aSHerbert Dürr[ --with-openldap Enables the use of the OpenLDAP 76cdf0e10cSrcweir],,) 77cdf0e10cSrcweirAC_ARG_ENABLE(lockdown, 78e986c8d8SMatthias Seidel[ --enable-lockdown Enables the gconf integration work in AOO 79cdf0e10cSrcweir],,) 80cdf0e10cSrcweirAC_ARG_ENABLE(vba, 81cdf0e10cSrcweir[ --disable-vba disables the vba compatibility feature 82cdf0e10cSrcweir],,) 83cdf0e10cSrcweirAC_ARG_WITH(vba-package-format, 84cdf0e10cSrcweir[ --with-vba-package-format specify package format for vba compatibility api. 85e986c8d8SMatthias Seidel Specifying "builtin" means the api component and 86e986c8d8SMatthias Seidel associated type library are part of the installation set. 87cdf0e10cSrcweir Specifying "extn" creates an uno extension that is 88e986c8d8SMatthias Seidel part of the installation set ( located in the program 89cdf0e10cSrcweir directory ) that MUST be optionly registered using 90cdf0e10cSrcweir either the unopkg executeable or the extension manager 91cdf0e10cSrcweir gui. 92e986c8d8SMatthias Seidel 93cdf0e10cSrcweir Note: "builtin" is the default, "extn" can cause 94cdf0e10cSrcweir problems. 95cdf0e10cSrcweir Usage: --with-vba-package-format="builtin" or 96cdf0e10cSrcweir --with-vba-package-format="extn" 97e986c8d8SMatthias Seidel],,) 98cdf0e10cSrcweirAC_ARG_ENABLE(pch, 99cdf0e10cSrcweir[ --enable-pch EXPERIMENTAL: Enables precompiled header support for C++. 100cdf0e10cSrcweir],,) 101cdf0e10cSrcweirAC_ARG_WITH(fonts, 102e986c8d8SMatthias Seidel[ --without-fonts AOO includes some third-party fonts to provide a reliable 103cdf0e10cSrcweir basis for help content, templates, samples, etc. 104cdf0e10cSrcweir When these fonts are already known to be available on the 105cdf0e10cSrcweir system then you should use this option. 106cdf0e10cSrcweir],,) 107cdf0e10cSrcweirAC_ARG_WITH(ppds, 108cdf0e10cSrcweir[ --without-ppds Removes Postscript Printer definition files from 109c4266413SHerbert Dürr Apache Openoffice installation set, for people building 110cdf0e10cSrcweir for specific distributions where PPDs are known to be 111cdf0e10cSrcweir already available (every recent distro with CUPS 112cdf0e10cSrcweir backend) 113cdf0e10cSrcweir],,) 114cdf0e10cSrcweirAC_ARG_WITH(afms, 115c4266413SHerbert Dürr[ --without-afms Removes bitmap font files from Apache Openoffice 116cdf0e10cSrcweir installation set, for people building for specific 117cdf0e10cSrcweir distributions where AFM files or TrueType Fonts 118cdf0e10cSrcweir are known to be available. 119cdf0e10cSrcweir],,) 120cdf0e10cSrcweirAC_ARG_ENABLE(epm, 12105ab2edcSJim Jagielski[ --disable-epm AOO includes self-packaging code, that requires EPM. 122cdf0e10cSrcweir],,enable_epm="yes") 123cdf0e10cSrcweirAC_ARG_WITH(epm, 12405ab2edcSJim Jagielski[ --with-epm Decides which EPM to use. Default is to use 12505ab2edcSJim Jagielski the one installed on the system if one is there. When 126cdf0e10cSrcweir either this is not there or you say =internal 12705ab2edcSJim Jagielski EPM will be built. 128cdf0e10cSrcweir],,) 12944a214f4SJürgen SchmidtAC_ARG_WITH(epm-url, 130b48104e3Sjim[ --with-epm-url=<URL> Specify the location of downloadable epm source code. For example: 1319499803eSJim Jagielski https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz 13205ab2edcSJim Jagielski Version 5.0.0 or later is required. 1337734da27SHerbert Dürr],[ EPM_URL="$withval" 13444a214f4SJürgen Schmidt]) 135cdf0e10cSrcweirAC_ARG_WITH(package-format, 136e986c8d8SMatthias Seidel[ --with-package-format specify package format(s) for AOO installsets. 137cdf0e10cSrcweir Default is "normal" one of the OS/Distribution. 138cdf0e10cSrcweir 139cdf0e10cSrcweir Usage: --with-package-format="foo bar" 140da2e13d4SMatthias Seidel],,) 141cdf0e10cSrcweirAC_ARG_ENABLE(odk, 142c4211d71SMatthias Seidel[ --disable-odk AOO includes an ODK, office development kit 143c4211d71SMatthias Seidel which some packagers may want to build without 144cdf0e10cSrcweir],,enable_odk="yes") 145cdf0e10cSrcweirAC_ARG_ENABLE(mathmldtd, 146cdf0e10cSrcweir[ --disable-mathmldtd disable mathmldtd 147cdf0e10cSrcweir (useful for distributions that want to avoid packaging 148cdf0e10cSrcweir it) 149cdf0e10cSrcweir],,enable_mathmldtd="yes") 150cdf0e10cSrcweirAC_ARG_ENABLE(evolution2, 151cdf0e10cSrcweir[ --enable-evolution2 Allows the built-in evolution 2 addressbook 152cdf0e10cSrcweir connectivity build to be enabled. 153cdf0e10cSrcweir],,) 154cdf0e10cSrcweirAC_ARG_WITH(system-stdlibs, 155cdf0e10cSrcweir[ --with-system-stdlibs use libstdc++/libgcc_s already on system 156cdf0e10cSrcweir],,) 157cdf0e10cSrcweirAC_ARG_ENABLE(cups, 1587f413237SHerbert Dürr[ --disable-cups disable CUPS support (for printing on UNIX) 159cdf0e10cSrcweir],,enable_cups=yes) 160cdf0e10cSrcweirAC_ARG_ENABLE(fontconfig, 161cdf0e10cSrcweir[ --disable-fontconfig disable support for the fontconfig library 162cdf0e10cSrcweir],,enable_fontconfig=yes) 163cdf0e10cSrcweirAC_ARG_ENABLE(directx, 164cdf0e10cSrcweir[ --disable-directx Remove DirectX implementation for the new XCanvas 165cdf0e10cSrcweir interface. The DirectX support requires more stuff 166cdf0e10cSrcweir installed on Windows to compile. 167cdf0e10cSrcweir (DirectX SDK, GDI+ libs) 168cdf0e10cSrcweir],,enable_directx=yes) 169cdf0e10cSrcweirAC_ARG_ENABLE(activex, 170407bc2eeSMatthias Seidel[ --disable-activex Disable the use of ActiveX for Windows build. 171cdf0e10cSrcweir This switch is mandatory when using VC++ 2005/2008 Express. 1728e8da03fSAriel Constenla-Haile Alternatively you can use the Windows Driver Kit (WDK) and 1738e8da03fSAriel Constenla-Haile configure with the following switches: 1748e8da03fSAriel Constenla-Haile --with-atl-include-dir=$WDK_HOME\inc\atl71 1758e8da03fSAriel Constenla-Haile --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 1768e8da03fSAriel Constenla-Haile --with-mfc-include-dir=$WDK_HOME\inc\mfc42 1778e8da03fSAriel Constenla-Haile --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 178cdf0e10cSrcweir],,) 179cdf0e10cSrcweir 180cdf0e10cSrcweirAC_ARG_ENABLE(atl, 181407bc2eeSMatthias Seidel[ --disable-atl Disable the use of ATL for Windows build. 182cdf0e10cSrcweir This switch is mandatory when using VC++ 2005/2008 Express. 1838e8da03fSAriel Constenla-Haile Alternatively you can use the Windows Driver Kit (WDK) and 1848e8da03fSAriel Constenla-Haile configure with the following switches: 1858e8da03fSAriel Constenla-Haile --with-atl-include-dir=$WDK_HOME\inc\atl71 1868e8da03fSAriel Constenla-Haile --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 1878e8da03fSAriel Constenla-Haile --with-mfc-include-dir=$WDK_HOME\inc\mfc42 1888e8da03fSAriel Constenla-Haile --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 189cdf0e10cSrcweir],,) 190cdf0e10cSrcweir 1918e8da03fSAriel Constenla-HaileAC_ARG_WITH(atl-include-dir, 192407bc2eeSMatthias Seidel[ --with-atl-include-dir Path to ATL include directory for Windows build. 1938e8da03fSAriel Constenla-Haile This switch is mandatory when using VC++ 2008 Express 1948e8da03fSAriel Constenla-Haile and configuring with ATL/ActiveX enabled. 1958e8da03fSAriel Constenla-Haile You can use the Windows Driver Kit (WDK) and 1968e8da03fSAriel Constenla-Haile configure with the following switch: 1978e8da03fSAriel Constenla-Haile --with-atl-include-dir=$WDK_HOME\inc\atl71 1988e8da03fSAriel Constenla-Haile],,) 1998e8da03fSAriel Constenla-Haile 2008e8da03fSAriel Constenla-HaileAC_ARG_WITH(atl-lib-dir, 201407bc2eeSMatthias Seidel[ --with-atl-lib-dir Path to ATL libraries directory for Windows build. 2028e8da03fSAriel Constenla-Haile This switch is mandatory when using VC++ 2008 Express 2038e8da03fSAriel Constenla-Haile and configuring with ATL/ActiveX enabled. 2048e8da03fSAriel Constenla-Haile You can use the Windows Driver Kit (WDK) and 2058e8da03fSAriel Constenla-Haile configure with the following switch: 2068e8da03fSAriel Constenla-Haile --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 2078e8da03fSAriel Constenla-Haile],,) 2088e8da03fSAriel Constenla-Haile 2098e8da03fSAriel Constenla-HaileAC_ARG_WITH(mfc-include-dir, 210407bc2eeSMatthias Seidel[ --with-mfc-include-dir Path to MFC include directory for Windows build. 2118e8da03fSAriel Constenla-Haile This switch is mandatory when using VC++ 2008 Express 2128e8da03fSAriel Constenla-Haile and configuring with ATL/ActiveX enabled. 2138e8da03fSAriel Constenla-Haile You can use the Windows Driver Kit (WDK) and 2148e8da03fSAriel Constenla-Haile configure with the following switch: 2158e8da03fSAriel Constenla-Haile --with-mfc-include-dir=$WDK_HOME\inc\mfc42 2168e8da03fSAriel Constenla-Haile],,) 2178e8da03fSAriel Constenla-Haile 2188e8da03fSAriel Constenla-HaileAC_ARG_WITH(mfc-lib-dir, 219407bc2eeSMatthias Seidel[ --with-mfc-lib-dir Path to MFC libraries directory for Windows build. 2208e8da03fSAriel Constenla-Haile This switch is mandatory when using VC++ 2008 Express 2218e8da03fSAriel Constenla-Haile and configuring with ATL/ActiveX enabled. 2228e8da03fSAriel Constenla-Haile You can use the Windows Driver Kit (WDK) and 2238e8da03fSAriel Constenla-Haile configure with the following switch: 2248e8da03fSAriel Constenla-Haile --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 2258e8da03fSAriel Constenla-Haile],,) 2268e8da03fSAriel Constenla-Haile 2278e8da03fSAriel Constenla-Haile 228cdf0e10cSrcweirAC_ARG_ENABLE(symbols, 229cdf0e10cSrcweir[ --enable-symbols Include debugging symbols in output. 230cdf0e10cSrcweir WARNING - a complete build needs 8 Gb of space and 231cdf0e10cSrcweir takes much longer. (enables -g compiler flag) 232cdf0e10cSrcweir 233cdf0e10cSrcweir --enable-symbols=SMALL sets the gcc -g1 setting 234cdf0e10cSrcweir which is smaller. 235cdf0e10cSrcweir 236cdf0e10cSrcweir Enabling symbols disables the stripping of the solver 237cdf0e10cSrcweir (--disable-strip-solver). 238cdf0e10cSrcweir],,) 239cdf0e10cSrcweirAC_ARG_ENABLE(strip-solver, 240cdf0e10cSrcweir[ --disable-strip-solver Disable the stripping of the solver. 241cdf0e10cSrcweir By default the solver is stripped unless a build with 242cdf0e10cSrcweir debugging symbols (--enable-symbols) is requested. 243cdf0e10cSrcweir 244cdf0e10cSrcweir This switch allows to override this setting. 245cdf0e10cSrcweir],,) 246cdf0e10cSrcweirAC_ARG_ENABLE(werror, 247cdf0e10cSrcweir[ --enable-werror Turn warnings to errors. (Has no effect in modules 248cdf0e10cSrcweir where the treating of warnings as errors is disabled 2498a62b599SPavel Janík explicitly) 250cdf0e10cSrcweir],,) 251cdf0e10cSrcweirAC_ARG_ENABLE(debug, 252cdf0e10cSrcweir[ --enable-debug Include debugging symbols from --enable-symbols 253e986c8d8SMatthias Seidel plus extra debugging code. Extra large build! 254cdf0e10cSrcweir (enables -g compiler flag and dmake debug=true) 255cdf0e10cSrcweir],,) 256cdf0e10cSrcweirAC_ARG_ENABLE(dbgutil, 257cdf0e10cSrcweir[ --enable-dbgutil Include additional debugging utilities, such as 258cdf0e10cSrcweir assertions, object counting, etc. Larger build. 259cdf0e10cSrcweir Independent from --enable-debug 260cdf0e10cSrcweir],,) 261cdf0e10cSrcweirAC_ARG_ENABLE(crashdump, 262cdf0e10cSrcweir[ --enable-crashdump Enable the crashdump feature code. 263cdf0e10cSrcweir],,) 264cdf0e10cSrcweirAC_ARG_ENABLE(cl-standard, 265cdf0e10cSrcweir[ --enable-cl-standard For Microsoft C/C++ compiler users, use non-optimizing 266a46fe8a8SPavel Janík standard compiler. ( This just disables optimization 267cdf0e10cSrcweir options and therefore removes a lot of warnings when 268cdf0e10cSrcweir using the cheaper standard compiler. ) 269cdf0e10cSrcweir],,) 270edd74ba5SDamjan JovanovicAC_ARG_ENABLE(win64, 271edd74ba5SDamjan Jovanovic[ --enable-win64 Enable building 64 bit OpenOffice on 64 bit Windows, (as 272edd74ba5SDamjan Jovanovic opposed to 32 bit OpenOffice that is usually built there). 273edd74ba5SDamjan Jovanovic This is a temporary option during the transition, 274edd74ba5SDamjan Jovanovic as 64 bit OpenOffice doesn't fully build on Windows yet. 275edd74ba5SDamjan Jovanovic],,enable_win64=no) 27633605542SJürgen SchmidtAC_ARG_ENABLE(win-x64-shellext, 27733605542SJürgen Schmidt[ --enable-win-x64-shellext Enable the build/usage of Windows 64bit shell extensions. 278d507b48eSMatthias Seidel These extensions are used for the system integration on 279d507b48eSMatthias Seidel Windows 64bit systems. For example supporting the search 28033605542SJürgen Schmidt in ODF files with the standard Windows search feature. 28133605542SJürgen Schmidt],,) 282cdf0e10cSrcweirAC_ARG_ENABLE(gtk, 283cdf0e10cSrcweir[ --disable-gtk Determines whether to use Gtk+ vclplug on platforms 284cdf0e10cSrcweir where Gtk+ is available. 285cdf0e10cSrcweir],,enable_gtk=yes) 286cdf0e10cSrcweirAC_ARG_ENABLE(gstreamer, 287e1a336b3SAriel Constenla-Haile[ --enable-gstreamer Determines whether to use the GStreamer media 288cdf0e10cSrcweir backend on platforms where GStreamer is available. 289e1a336b3SAriel Constenla-Haile],,enable_gstreamer=no) 290cdf0e10cSrcweirAC_ARG_ENABLE(systray, 291cdf0e10cSrcweir[ --disable-systray Determines whether to build the systray quickstarter. 292cdf0e10cSrcweir],,enable_systray=yes) 293cdf0e10cSrcweirAC_ARG_ENABLE(cairo, 294cdf0e10cSrcweir[ --enable-cairo Determines whether to use Cairo library on 295cdf0e10cSrcweir platforms where Cairo is available. 296cdf0e10cSrcweir],,enable_cairo=no) 297cdf0e10cSrcweirAC_ARG_WITH(system-cairo, 298cdf0e10cSrcweir[ --with-system-cairo Use Cairo libraries already on system 299cdf0e10cSrcweir],,) 30046dacce6SMichael StahlAC_ARG_ENABLE(cairo-canvas, 30146dacce6SMichael Stahl[ --disable-cairo-canvas Determines whether to build the Cairo canvas on 30246dacce6SMichael Stahl platforms where Cairo is available. 30346dacce6SMichael Stahl],,enable_cairo_canvas=yes) 304cdf0e10cSrcweirAC_ARG_ENABLE(opengl, 305407bc2eeSMatthias Seidel[ --enable-opengl Determines whether to build the OpenGL 3D slide 306cdf0e10cSrcweir transitions component 307cdf0e10cSrcweir],,enable_opengl=no) 308cdf0e10cSrcweirAC_ARG_ENABLE(dbus, 309407bc2eeSMatthias Seidel[ --enable-dbus Determines whether to enable presentation mode 310da2e13d4SMatthias Seidel screensaver control under GNOME via DBUS 311cdf0e10cSrcweir],,enable_dbus=no) 312cdf0e10cSrcweirAC_ARG_ENABLE(gconf, 313cdf0e10cSrcweir[ --disable-gconf Determines whether to use the GConf support 314cdf0e10cSrcweir],,enable_gconf=yes) 315cdf0e10cSrcweirAC_ARG_ENABLE(gnome-vfs, 316cdf0e10cSrcweir[ --disable-gnome-vfs Determines whether to use the Gnome Virtual Filing 317cdf0e10cSrcweir System on platforms where that VFS is available 318ca91c472SDamjan Jovanovic],,enable_gnome_vfs=no) 319cdf0e10cSrcweirAC_ARG_ENABLE(gio, 320cdf0e10cSrcweir[ --enable-gio Determines whether to use the GIO support 321ca91c472SDamjan Jovanovic],,enable_gio=yes) 322cdf0e10cSrcweirAC_ARG_ENABLE(static-gtk, 323cdf0e10cSrcweir[ --enable-static-gtk Modules that are linked against gtk libraries use 324407bc2eeSMatthias Seidel the static libraries instead of the dynamic ones. 325cdf0e10cSrcweir (enables -Bstatic linker flag for gtk libraries) 326cdf0e10cSrcweir],,) 327cdf0e10cSrcweirAC_ARG_ENABLE(layout, 328cdf0e10cSrcweir[ --enable-layout Enable the compilation and use of layout dialogs 329cdf0e10cSrcweir],,) 330e3bd0393SPavel JaníkAC_ARG_ENABLE(nss-module, 331407bc2eeSMatthias Seidel[ --disable-nss-module Whether to use the NSS module that is used for xml-security 332cdf0e10cSrcweir],,enable_nss_module=yes) 333cdf0e10cSrcweirAC_ARG_ENABLE(kde, 334cdf0e10cSrcweir[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms 335cdf0e10cSrcweir where Qt and KDE are available. 336cdf0e10cSrcweir],,) 337cdf0e10cSrcweirAC_ARG_ENABLE(kde4, 338cdf0e10cSrcweir[ --enable-kde4 Determines whether to use Qt4/KDE4 vclplug on platforms 339407bc2eeSMatthias Seidel where Qt4 and KDE4 are available. May be used with --enable-kde 340cdf0e10cSrcweir if you want to support both KDE3 and KDE4. 341cdf0e10cSrcweir],,) 342cdf0e10cSrcweirAC_ARG_ENABLE(rpath, 343cdf0e10cSrcweir[ --disable-rpath Disable the use of relative paths in shared libraries 344cdf0e10cSrcweir],,) 345cdf0e10cSrcweirAC_ARG_ENABLE(pam, 346cdf0e10cSrcweir[ --disable-pam Disable pam support. 347cdf0e10cSrcweir],,) 348cdf0e10cSrcweirAC_ARG_ENABLE(pam-link, 349cdf0e10cSrcweir[ --enable-pam-link link with libpam instead of dynamically open it 350cdf0e10cSrcweir],,) 351cdf0e10cSrcweirAC_ARG_ENABLE(crypt-link, 352cdf0e10cSrcweir[ --disable-crypt-link disable linking with libcrypt instead of dynamically 353cdf0e10cSrcweir open it (needed for ancient GNU/Linux distributions 354cdf0e10cSrcweir without crypt()/libcrypt) 355cdf0e10cSrcweir],,enable_crypt_link=yes) 356cdf0e10cSrcweirAC_ARG_ENABLE(xrender-link, 357cdf0e10cSrcweir[ --enable-xrender-link link with libXrender instead of dynamically open it 358cdf0e10cSrcweir],,) 359cdf0e10cSrcweirAC_ARG_ENABLE(randr, 360cdf0e10cSrcweir[ --disable-randr disable RandR support in the vcl project 361cdf0e10cSrcweir],,enable_randr=yes) 362cdf0e10cSrcweirAC_ARG_ENABLE(randr-link, 363407bc2eeSMatthias Seidel[ --disable-randr-link disable linking with libXrandr, instead dynamically 364cdf0e10cSrcweir open it at runtime 365cdf0e10cSrcweir],,enable_randr_link=yes) 366010ec03aSHerbert DürrAC_ARG_WITH(bundled-extension-blobs, 36707a3d7f1SPedro Giffuni[ --with-bundled-extension-blobs Whitespace separated list of files in the tarball directory 368010ec03aSHerbert Dürr that are to be bundled as-is for installation as extensions 369010ec03aSHerbert Dürr at the first program start. Make sure to only bundle extensions 370010ec03aSHerbert Dürr which can be installed without requiring a license dialog 371416de96fSHerbert Dürr and comply with their distribution requirements by updating the 372416de96fSHerbert Dürr files LICENSE_aggregated and NOTICE_aggregated accordingly 373010ec03aSHerbert Dürr],,) 374010ec03aSHerbert Dürr#AC_ARG_WITH(bundled-prereg-extensions, 37507a3d7f1SPedro Giffuni#[ --with-bundled-prereg-extensions Whitespace separated list of files in the tarball directory that 376010ec03aSHerbert Dürr# are to be bundled as pre-registered extensions. Make sure to only bundle 377010ec03aSHerbert Dürr# extensions which can be installed without requiring a license dialog 378010ec03aSHerbert Dürr#],,) 379764319a5SAndre FischerAC_ARG_ENABLE(bundled-dictionaries, 380764319a5SAndre Fischer[ --enable-bundled-dictionaries Download dictionaries (spelling, hyphenation, thesaurus) 381416de96fSHerbert Dürr according to main/extensions.lst and bundle them. Make sure to 382416de96fSHerbert Dürr comply with their distribution requirements and update the 383416de96fSHerbert Dürr files LICENSE_aggregated and NOTICE_aggregated accordingly 3841b01b3b8SOliver-Rainer Wittmann],,enable_bundled_dictionaries=no) 385764319a5SAndre Fischer 386764319a5SAndre Fischer# Remove the following switches when not in release mode. 387cdf0e10cSrcweirAC_ARG_WITH(system-dicts, 388cdf0e10cSrcweir[ --with-system-dicts Use dictionaries from system paths- Specify 389cdf0e10cSrcweir them via --with-{dict,hyph,thes}-path=/path 3909ef65f0eSAndre Fischer if you want to override the default ones 391cdf0e10cSrcweir],,) 392cdf0e10cSrcweirAC_ARG_WITH(external-dict-dir, 393cdf0e10cSrcweir[ --with-external-dict-dir Specify external dictionary dir 394cdf0e10cSrcweir],,) 395cdf0e10cSrcweirAC_ARG_WITH(external-hyph-dir, 396cdf0e10cSrcweir[ --with-external-hyph-dir Specify external hyphenation pattern dir 397cdf0e10cSrcweir],,) 398cdf0e10cSrcweirAC_ARG_WITH(external-thes-dir, 399cdf0e10cSrcweir[ --with-external-thes-dir Specify external thesaurus dir 400cdf0e10cSrcweir],,) 401764319a5SAndre Fischer# End of remove. 402764319a5SAndre Fischer 403764319a5SAndre Fischer 404cdf0e10cSrcweirAC_ARG_WITH(system-libs, 405cdf0e10cSrcweir[ --with-system-libs Use libs already on system -- enables all 406da2e13d4SMatthias Seidel --with-system-* flags except 407cdf0e10cSrcweir odbc/sane/xrender-header(s) 408cdf0e10cSrcweir],,) 409cdf0e10cSrcweirAC_ARG_WITH(system-headers, 410cdf0e10cSrcweir[ --with-system-headers Use headers already on system -- enables all 411cdf0e10cSrcweir --with-system-* flags for external packages 412cdf0e10cSrcweir whose headers are the only entities used i.e. 413cdf0e10cSrcweir boost/vigra/odbc/sane/xrender-header(s) 414cdf0e10cSrcweir],,) 415cdf0e10cSrcweirAC_ARG_WITH(system-jars, 416cdf0e10cSrcweir[ --without-system-jars When building with --with-system-libs, also the 417cdf0e10cSrcweir needed jars are expected on the system. Use this to 418da2e13d4SMatthias Seidel disable that. 419cdf0e10cSrcweir (except for the db case where --with-system-db 420cdf0e10cSrcweir *has to* imply using the db.jar from there, too) 421cdf0e10cSrcweir],,) 422cdf0e10cSrcweirAC_ARG_WITH(system-zlib, 423cdf0e10cSrcweir[ --with-system-zlib Use zlib already on system 424cdf0e10cSrcweir],,) 4250021cf80SHerbert DürrAC_ARG_WITH(system-nss, 4260021cf80SHerbert Dürr[ --with-system-nss Use NSS already on system 4270021cf80SHerbert Dürr],,) 428cdf0e10cSrcweirAC_ARG_WITH(system-openssl, 429cdf0e10cSrcweir[ --with-system-openssl Use OpenSSL already on system 430cdf0e10cSrcweir],,) 431cdf0e10cSrcweirAC_ARG_WITH(system-jpeg, 432cdf0e10cSrcweir[ --with-system-jpeg Use jpeg already on system 433cdf0e10cSrcweir],,) 434cdf0e10cSrcweirAC_ARG_WITH(system-expat, 435cdf0e10cSrcweir[ --with-system-expat Use expat already on system 436cdf0e10cSrcweir],,) 437cdf0e10cSrcweirAC_ARG_WITH(system-libxml, 438cdf0e10cSrcweir[ --with-system-libxml Use libxml already on system 439cdf0e10cSrcweir],,) 440cdf0e10cSrcweirAC_ARG_WITH(system-python, 441cdf0e10cSrcweir[ --with-system-python Use python already on system 442cdf0e10cSrcweir],,) 443cdf0e10cSrcweirAC_ARG_WITH(system-icu, 444cdf0e10cSrcweir[ --with-system-icu Use icu already on system 445cdf0e10cSrcweir],,) 446cdf0e10cSrcweirAC_ARG_WITH(system-poppler, 447cdf0e10cSrcweir[ --with-system-poppler Use poppler already on system 448cdf0e10cSrcweir],,) 449cdf0e10cSrcweirAC_ARG_WITH(system-lucene, 450cdf0e10cSrcweir[ --with-system-lucene Use lucene already on system 451cdf0e10cSrcweir],,) 452cdf0e10cSrcweirAC_ARG_WITH(lucene-core-jar, 453cdf0e10cSrcweir[ --with-lucene-core-jar=JARFILE Specify path to jarfile manually ], 454cdf0e10cSrcweir[ LUCENE_CORE_JAR="$withval" 455cdf0e10cSrcweir]) 456cdf0e10cSrcweirAC_ARG_WITH(lucene-analyzers-jar, 457cdf0e10cSrcweir[ --with-lucene-analyzers-jar=JARFILE Specify path to jarfile manually ], 458cdf0e10cSrcweir[ LUCENE_ANALYZERS_JAR="$withval" 459cdf0e10cSrcweir]) 460cdf0e10cSrcweirAC_ARG_ENABLE(mysql-connector, 461cdf0e10cSrcweir[ --enable-mysql-connector enables the build of the MySQL Connector/OOo extension. 462cdf0e10cSrcweir This requires access to the MySQL Connector/C (aka libmysql) to be given, too, with 463cdf0e10cSrcweir either the --with-system-mysql or --with-libmysql-path option. 464cdf0e10cSrcweir],,) 465cdf0e10cSrcweirAC_ARG_WITH(system-mysql, 466cdf0e10cSrcweir[ --with-system-mysql Use MySQL libraries already on system, for building the MySQL Connector/OOo extension. 467cdf0e10cSrcweir Requires MYSQLCONFIG to point to the mysql_config executable. 468cdf0e10cSrcweir],,) 469cdf0e10cSrcweirAC_ARG_WITH(libmysql-path, 470cdf0e10cSrcweir[ --with-libmysql-path Use Connector/C (libmysql) installation for building the MySQL Connector/OOo extension. 471cdf0e10cSrcweir 472cdf0e10cSrcweir Usage: --with-libmysql-path=<absolute path to your Connector/C installation> 473cdf0e10cSrcweir],,) 474cdf0e10cSrcweirAC_ARG_WITH(system-mysql-cppconn, 475cdf0e10cSrcweir[ --with-system-mysql-cppconn Use MySQL C++ Connector libraries already on system 476cdf0e10cSrcweir],,) 477cdf0e10cSrcweirAC_ARG_WITH(system-hsqldb, 478cdf0e10cSrcweir[ --with-system-hsqldb Use hsqldb already on system 479cdf0e10cSrcweir],,) 480cdf0e10cSrcweirAC_ARG_WITH(hsqldb-jar, 481cdf0e10cSrcweir[ --with-hsqldb-jar=JARFILE Specify path to jarfile manually ], 482cdf0e10cSrcweir[ HSQLDB_JAR="$withval" 483cdf0e10cSrcweir]) 484cdf0e10cSrcweirAC_ARG_WITH(system-beanshell, 4859ef65f0eSAndre Fischer[ --with-system-beanshell Use beanshell already on system (default) 4869ef65f0eSAndre Fischer],,) 4879ef65f0eSAndre FischerAC_ARG_ENABLE(beanshell, 488b1c00883SJim Jagielski[ --enable-beanshell Enable the use of beanshell. 489cdf0e10cSrcweir],,) 490cdf0e10cSrcweirAC_ARG_WITH(beanshell-jar, 491cdf0e10cSrcweir[ --with-beanshell-jar=JARFILE Specify path to jarfile manually ], 492cdf0e10cSrcweir[ BSH_JAR="$withval" 493cdf0e10cSrcweir]) 494cdf0e10cSrcweirAC_ARG_ENABLE(pdfimport, 4957afab28fSJürgen Schmidt[ --enable-pdfimport enables the build of the PDF Import extension 496cdf0e10cSrcweir],,) 497cdf0e10cSrcweirAC_ARG_ENABLE(wiki-publisher, 498cdf0e10cSrcweir[ --enable-wiki-publisher enables the build of the Wiki Publisher extension 499cdf0e10cSrcweir],,) 500cdf0e10cSrcweirAC_ARG_WITH(commons-codec-jar, 501cdf0e10cSrcweir[ --with-commons-codec-jar=JARFILE Specify path to jarfile manually ], 502cdf0e10cSrcweir[ COMMONS_CODEC_JAR="$withval" 503cdf0e10cSrcweir]) 504cdf0e10cSrcweirAC_ARG_WITH(commons-lang-jar, 505cdf0e10cSrcweir[ --with-commons-lang-jar=JARFILE Specify path to jarfile manually ], 506cdf0e10cSrcweir[ COMMONS_LANG_JAR="$withval" 507cdf0e10cSrcweir]) 508cdf0e10cSrcweirAC_ARG_WITH(commons-httpclient-jar, 509cdf0e10cSrcweir[ --with-commons-httpclient-jar=JARFILE Specify path to jarfile manually ], 510cdf0e10cSrcweir[ COMMONS_HTTPCLIENT_JAR="$withval" 511cdf0e10cSrcweir]) 512cdf0e10cSrcweirAC_ARG_WITH(commons-logging-jar, 513cdf0e10cSrcweir[ --with-commons-logging-jar=JARFILE Specify path to jarfile manually ], 514cdf0e10cSrcweir[ COMMONS_LOGGING_JAR="$withval" 515cdf0e10cSrcweir]) 516cdf0e10cSrcweirAC_ARG_WITH(servlet-api-jar, 517cdf0e10cSrcweir[ --servlet-api-jar=JARFILE Specify path to jarfile manually ], 518cdf0e10cSrcweir[ SERVLETAPI_JAR="$withval" 519cdf0e10cSrcweir]) 520cdf0e10cSrcweirAC_ARG_ENABLE(report-builder, 521cdf0e10cSrcweir[ --enable-report-builder enables the build of the Report Builder extension 522cdf0e10cSrcweir],,) 523cdf0e10cSrcweirAC_ARG_WITH(sac-jar, 52424fe865aSOliver-Rainer Wittmann[ --with-sac-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 525cdf0e10cSrcweir[ SAC_JAR="$withval" 526cdf0e10cSrcweir]) 527cdf0e10cSrcweirAC_ARG_WITH(libxml-jar, 52824fe865aSOliver-Rainer Wittmann[ --with-libxml-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 529cdf0e10cSrcweir[ LIBXML_JAR="$withval" 530cdf0e10cSrcweir]) 531cdf0e10cSrcweirAC_ARG_WITH(flute-jar, 53224fe865aSOliver-Rainer Wittmann[ --with-flute-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 533cdf0e10cSrcweir[ FLUTE_JAR="$withval" 534cdf0e10cSrcweir]) 535cdf0e10cSrcweirAC_ARG_WITH(jfreereport-jar, 53624fe865aSOliver-Rainer Wittmann[ --with-jfreereport-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 537cdf0e10cSrcweir[ JFREEREPORT_JAR="$withval" 538cdf0e10cSrcweir]) 539cdf0e10cSrcweirAC_ARG_WITH(liblayout-jar, 54024fe865aSOliver-Rainer Wittmann[ --with-liblayout-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 541cdf0e10cSrcweir[ LIBLAYOUT_JAR="$withval" 542cdf0e10cSrcweir]) 543cdf0e10cSrcweirAC_ARG_WITH(libloader-jar, 54424fe865aSOliver-Rainer Wittmann[ --with-libloader-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 545cdf0e10cSrcweir[ LIBLOADER_JAR="$withval" 546cdf0e10cSrcweir]) 547cdf0e10cSrcweirAC_ARG_WITH(libformula-jar, 54824fe865aSOliver-Rainer Wittmann[ --with-libformula-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 549cdf0e10cSrcweir[ LIBFORMULA_JAR="$withval" 550cdf0e10cSrcweir]) 551cdf0e10cSrcweirAC_ARG_WITH(librepository-jar, 55224fe865aSOliver-Rainer Wittmann[ --with-librepository-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 553cdf0e10cSrcweir[ LIBREPOSITORY_JAR="$withval" 554cdf0e10cSrcweir]) 555cdf0e10cSrcweirAC_ARG_WITH(libfonts-jar, 55624fe865aSOliver-Rainer Wittmann[ --with-libfonts-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 557cdf0e10cSrcweir[ LIBFONTS_JAR="$withval" 558cdf0e10cSrcweir]) 559cdf0e10cSrcweirAC_ARG_WITH(libserializer-jar, 56024fe865aSOliver-Rainer Wittmann[ --with-libserializer-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 561cdf0e10cSrcweir[ LIBSERIALIZER_JAR="$withval" 562cdf0e10cSrcweir]) 563cdf0e10cSrcweirAC_ARG_WITH(libbase-jar, 56424fe865aSOliver-Rainer Wittmann[ --with-libbase-jar=JARFILE Specify path to jarfile manually (for Report Builder extension) ], 565cdf0e10cSrcweir[ LIBBASE_JAR="$withval" 566cdf0e10cSrcweir]) 567cdf0e10cSrcweirAC_ARG_WITH(system-saxon, 5689ef65f0eSAndre Fischer[ --with-system-saxon Use saxon already on system (default) 5699ef65f0eSAndre Fischer],,) 5709ef65f0eSAndre FischerAC_ARG_ENABLE(saxon, 5719ef65f0eSAndre Fischer[ --disable-saxon Disable use of saxon 572cdf0e10cSrcweir],,) 573cdf0e10cSrcweirAC_ARG_WITH(saxon-jar, 5749ef65f0eSAndre Fischer[ --with-saxon-jar=JARFILE Specify path to jarfile manually. This implies --with-system-saxon ], 575cdf0e10cSrcweir[ SAXON_JAR="$withval" 576cdf0e10cSrcweir]) 577cdf0e10cSrcweirAC_ARG_WITH(system-libxslt, 578cdf0e10cSrcweir[ --with-system-libxslt Use libxslt already on system 579cdf0e10cSrcweir],,) 580cdf0e10cSrcweirAC_ARG_WITH(system-odbc, 581cdf0e10cSrcweir[ --with-system-odbc-headers Use the odbc headers already on system 582cdf0e10cSrcweir],,) 583cdf0e10cSrcweirAC_ARG_WITH(system-sane, 584cdf0e10cSrcweir[ --with-system-sane-header Use sane.h already on system 585cdf0e10cSrcweir],,) 586cdf0e10cSrcweirAC_ARG_WITH(system-xrender, 587cdf0e10cSrcweir[ --with-system-xrender-headers Use XRender headers already on system 588cdf0e10cSrcweir],,) 589cdf0e10cSrcweirAC_ARG_WITH(system-curl, 590cdf0e10cSrcweir[ --with-system-curl Use curl already on system 591cdf0e10cSrcweir],,) 592cdf0e10cSrcweirAC_ARG_WITH(system-boost, 593cdf0e10cSrcweir[ --with-system-boost Use boost already on system 594cdf0e10cSrcweir],,) 595cdf0e10cSrcweirAC_ARG_WITH(system-mdds, 596cdf0e10cSrcweir[ --with-system-mdds Use mdds already on system 597cdf0e10cSrcweir],,) 598cdf0e10cSrcweirAC_ARG_WITH(system-vigra, 599cdf0e10cSrcweir[ --with-system-vigra Use vigra already on system 600cdf0e10cSrcweir],,) 601a44fea77SAriel Constenla-HaileAC_ARG_ENABLE(hunspell, 602a44fea77SAriel Constenla-Haile[ --enable-hunspell Determines whether to enable the Hunspell library. 603a44fea77SAriel Constenla-Haile If enabled, the library will be built unless you 604a44fea77SAriel Constenla-Haile specify --with-system-hunspell to use the library 605a44fea77SAriel Constenla-Haile already present on your system. 606a44fea77SAriel Constenla-Haile If disabled, the Spell Checking component will also 607a44fea77SAriel Constenla-Haile be disabled. 608a44fea77SAriel Constenla-Haile (Default: hunspell disabled) 609a44fea77SAriel Constenla-Haile],,enable_hunspell=no) 610cdf0e10cSrcweirAC_ARG_WITH(system-hunspell, 611a44fea77SAriel Constenla-Haile[ --with-system-hunspell Use libhunspell already on system 612cdf0e10cSrcweir],,) 613cdf0e10cSrcweirAC_ARG_WITH(system-mythes, 614cdf0e10cSrcweir[ --with-system-mythes Use mythes already on system 615cdf0e10cSrcweir],,) 616a44fea77SAriel Constenla-HaileAC_ARG_ENABLE(hyphen, 617a44fea77SAriel Constenla-Haile[ --enable-hyphen Determines whether to enable the Hyphen library. 618a44fea77SAriel Constenla-Haile If enabled, the library will be built unless you 619a44fea77SAriel Constenla-Haile specify --with-system-hyphen to use the library 620a44fea77SAriel Constenla-Haile already present on your system. 621a44fea77SAriel Constenla-Haile If disabled, the Hyphenator component will also 622a44fea77SAriel Constenla-Haile be disabled. 623a44fea77SAriel Constenla-Haile (Default: hyphen disabled) 624a44fea77SAriel Constenla-Haile],,enable_hyphen=no) 625a44fea77SAriel Constenla-HaileAC_ARG_WITH(system-hyphen, 626a44fea77SAriel Constenla-Haile[ --with-system-hyphen Use libhypeh already on system 627cdf0e10cSrcweir],,) 628cdf0e10cSrcweirAC_ARG_WITH(system-libtextcat, 629cdf0e10cSrcweir[ --with-system-libtextcat Use libtextcat already on system 630cdf0e10cSrcweir],,) 631cdf0e10cSrcweirAC_ARG_WITH(external-libtextcat-data, 632cdf0e10cSrcweir[ --with-system-libtextcat-data Use libtextcat data already on system 633cdf0e10cSrcweir],,) 634cdf0e10cSrcweirAC_ARG_WITH(system-redland, 635cdf0e10cSrcweir[ --with-system-redland Use redland library already on system 636cdf0e10cSrcweir],,) 637cdf0e10cSrcweirAC_ARG_WITH(stlport, 638b597708bSHerbert Dürr[ --with-stlport Only building --without-stlport is supported. 639212f9143SJan Iversen], WITH_STLPORT=$withval , WITH_STLPORT=no) 640cdf0e10cSrcweirAC_ARG_WITH(jdk-home, 641cdf0e10cSrcweir[ --with-jdk-home if you have installed JDK 1.3 or later on your system 642cdf0e10cSrcweir please supply the path here. 643cdf0e10cSrcweir Note that this is not the location of the Java binary 644cdf0e10cSrcweir but the location of the entire distribution. 645e986c8d8SMatthias Seidel 646cdf0e10cSrcweir Usage: --with-jdk-home=<absolute path to JDK home> 647cdf0e10cSrcweir],,) 648cdf0e10cSrcweirAC_ARG_WITH(java, 649e986c8d8SMatthias Seidel[ --with-java Build with[[out]] Java support. If you use 650cdf0e10cSrcweir --without-java/--with-java=no then the build will have 651cdf0e10cSrcweir no support for Java components, applets, accessibility 652da2e13d4SMatthias Seidel or XML filters. 653cdf0e10cSrcweir], if test "$withval" = "yes"; then WITH_JAVA=java; else WITH_JAVA=$withval; fi, WITH_JAVA=java) 654cdf0e10cSrcweirAC_ARG_ENABLE(gcjaot, 655cdf0e10cSrcweir[ --enable-gcjaot Build with[[out]] using Ahead of Time java compilation 656cdf0e10cSrcweir support to speed up buildsi by compiling the jars also 657cdf0e10cSrcweir to native code.. 658cdf0e10cSrcweir --enable-gcjaot is only known to work with bytecode 659cdf0e10cSrcweir created with gcj or ecj 660cdf0e10cSrcweir],,) 661cdf0e10cSrcweirAC_ARG_WITH(ant-home, 66237cc8903SMatthias Seidel[ --with-ant-home If you have installed Apache Ant on your system, 663cdf0e10cSrcweir please supply the path here. 664cdf0e10cSrcweir Note that this is not the location of the Ant binary 665cdf0e10cSrcweir but the location of the entire distribution. 666e986c8d8SMatthias Seidel 667cdf0e10cSrcweir Usage: --with-ant-home=<absolute path to Ant home> 668cdf0e10cSrcweir],,) 669cdf0e10cSrcweirAC_ARG_WITH(junit, 670cdf0e10cSrcweir[ --with-junit Specifies the JUnit 4 jar file to use for JUnit-based 671cdf0e10cSrcweir tests. --without-junit disables those tests. Not 672f0157b90Skschenk relevant in the --without-java case. 673cdf0e10cSrcweir 674cdf0e10cSrcweir Usage: --with-junit=<absolute path to JUnit 4 jar> 675cdf0e10cSrcweir],,with_junit=yes) 676947c15fcSDamjan JovanovicAC_ARG_WITH(hamcrest-core, 677947c15fcSDamjan Jovanovic[ --with-hamcrest-core Specifies the hamcrest-core jar file to use for 678947c15fcSDamjan Jovanovic JUnit-based tests. --without-junit disables those 679947c15fcSDamjan Jovanovic tests. Not relevant in the --without-java or 68011e97782SDamjan Jovanovic --without-junit cases, and only needed for JUnit 68111e97782SDamjan Jovanovic >= 4.11. 68211e97782SDamjan Jovanovic],,with_hamcrest_core=yes) 683cdf0e10cSrcweirAC_ARG_WITH(perl-home, 684cdf0e10cSrcweir[ --with-perl-home If you have installed the Perl 5 Distribution, on your 685cdf0e10cSrcweir system, please supply the path here. 686cdf0e10cSrcweir Note that this is not the location of the Perl binary 687cdf0e10cSrcweir but the location of the entire distribution. 688e986c8d8SMatthias Seidel 689cdf0e10cSrcweir Usage: --with-perl-home=<absolute path to Perl 5 home> 690cdf0e10cSrcweir],,) 691cdf0e10cSrcweirAC_ARG_WITH(cl-home, 692cdf0e10cSrcweir[ --with-cl-home For Windows NT users, please supply the path 693da2e13d4SMatthias Seidel for the Microsoft C/C++ compiler. 694cdf0e10cSrcweir Note that this is not the location of the compiler 695cdf0e10cSrcweir binary but the location of the entire distribution. 696e986c8d8SMatthias Seidel 697cdf0e10cSrcweir Usage: --with-cl-home=<absolute path to Microsoft C/C++ compiler home> 698cdf0e10cSrcweir],,) 699cdf0e10cSrcweirAC_ARG_WITH(mspdb-path, 700cdf0e10cSrcweir[ --with-mspdb-path For Microsoft C/C++ compiler users, please supply the 701cdf0e10cSrcweir path pointing to the mspdb71.dll (.NET 2003). 702e986c8d8SMatthias Seidel 703cdf0e10cSrcweir Usage: --with-mspdb-path=<absolute path to mspdb71.dll> 704cdf0e10cSrcweir],,) 705cdf0e10cSrcweirAC_ARG_WITH(midl-path, 706cdf0e10cSrcweir[ --with-midl-path For Microsoft C/C++ .NET compiler users, please supply 707cdf0e10cSrcweir the path pointing to the midl.exe. 708e986c8d8SMatthias Seidel 709cdf0e10cSrcweir Usage: --with-midl-path=<absolute path to midl.exe> 710cdf0e10cSrcweir],,) 711cdf0e10cSrcweirAC_ARG_WITH(csc-path, 712cdf0e10cSrcweir[ --with-csc-path For Microsoft C/C++ .NET compiler users, please supply 713cdf0e10cSrcweir the path pointing to the csc.exe. 714e986c8d8SMatthias Seidel 715cdf0e10cSrcweir Usage: --with-csc-path=<absolute path to csc.exe> 716cdf0e10cSrcweir],,) 717cdf0e10cSrcweirAC_ARG_WITH(nsis-path, 718cdf0e10cSrcweir[ --with-nsis-path For Windows users, please supply the path to the 719cdf0e10cSrcweir "Nullsoft Scriptable Install System" (NSIS). If NSIS 720cdf0e10cSrcweir is found in the path or this option is supplied a self 721c4266413SHerbert Dürr contained executable installer for Apache OpenOffice 722c4266413SHerbert Dürr will be created. 723cdf0e10cSrcweir 724cdf0e10cSrcweir Usage: --with-nsis-path=<absolute path to nsis.exe> 725cdf0e10cSrcweir],,) 726cdf0e10cSrcweirAC_ARG_WITH(frame-home, 727cdf0e10cSrcweir[ --with-frame-home For Microsoft C/C++ .NET compiler users, please supply 728cdf0e10cSrcweir the path pointing to lib/mscoree.lib, usually 729cdf0e10cSrcweir something like: 730cdf0e10cSrcweir "/cygdrive/c/Program Files/Microsoft Visual Studio .NET/FrameworkSDK" 731cdf0e10cSrcweir 732cdf0e10cSrcweir MS Visual Toolkit compiler users, please supply the 733cdf0e10cSrcweir path pointing to lib/msvcrt.lib, usually something 734cdf0e10cSrcweir like: 735cdf0e10cSrcweir "/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003/Vc7" 736cdf0e10cSrcweir 737cdf0e10cSrcweir Usage: --with-frame-home=<absolute path to Framework SDK [[home]]> 738cdf0e10cSrcweir],,) 739cdf0e10cSrcweirAC_ARG_WITH(psdk-home, 740cdf0e10cSrcweir[ --with-psdk-home For Windows users, please supply the path to the 741cdf0e10cSrcweir Microsoft Platform SDK. 742e986c8d8SMatthias Seidel 743cdf0e10cSrcweir Usage: --with-psdk-home=<absolute path to Microsoft Platform SDK> 744cdf0e10cSrcweir],,) 745cdf0e10cSrcweirAC_ARG_WITH(directx-home, 746cdf0e10cSrcweir[ --with-directx-home For Windows users, please supply the path to the 747cdf0e10cSrcweir Microsoft DirectX SDK. 748e986c8d8SMatthias Seidel 749cdf0e10cSrcweir Usage: --with-directx-home=<absolute path to Microsoft DirectX SDK> 750cdf0e10cSrcweir],,) 751cdf0e10cSrcweirAC_ARG_WITH(mozilla-build, 752cdf0e10cSrcweir[ --with-mozilla-build For Windows users, please supply the path to the 753cdf0e10cSrcweir mozilla build tools. 754e986c8d8SMatthias Seidel 755cdf0e10cSrcweir Usage: --with-mozilla-build=<absolute path to mozilla build tools> 756cdf0e10cSrcweir 757cdf0e10cSrcweir At the moment of this writing, an installer for the mozilla build tools 758da2e13d4SMatthias Seidel can be obtained from https://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/. 759cdf0e10cSrcweir],[MOZILLABUILD=$withval],) 760cdf0e10cSrcweirAC_ARG_WITH(local-solenv, 761cdf0e10cSrcweir[ --with-local-solenv If you have solenv in a location other than ./solenv, 762cdf0e10cSrcweir please supply the path here. 763e986c8d8SMatthias Seidel 764cdf0e10cSrcweir Usage: --with-local-solenv=<absolute path to solenv> 765cdf0e10cSrcweir],,) 766cdf0e10cSrcweirAC_ARG_WITH(local-solver, 767cdf0e10cSrcweir[ --with-local-solver if you have solver in a location other than ./solver, 768cdf0e10cSrcweir please supply the path here. 769e986c8d8SMatthias Seidel 770cdf0e10cSrcweir Usage: --with-local-solver=<absolute path to solver> 771cdf0e10cSrcweir],,) 7729ef65f0eSAndre FischerAC_ARG_ENABLE(javascript, 7739ef65f0eSAndre Fischer[ --disable-javascript Disables support for JavaScript macros. 7749ef65f0eSAndre Fischer],,) 775fdf35928SAndre FischerAC_ARG_WITH(system-apr, 776fdf35928SAndre Fischer[ --with-system-apr Use apr library already installed on the system 777fdf35928SAndre Fischer],,) 778fdf35928SAndre FischerAC_ARG_WITH(system-apr-util, 779fdf35928SAndre Fischer[ --with-system-apr-util Use apr-util library already installed on the system 780fdf35928SAndre Fischer],,) 781fdf35928SAndre FischerAC_ARG_WITH(system-serf, 782fdf35928SAndre Fischer[ --with-system-serf Use serf library already installed on the system 783fdf35928SAndre Fischer],,) 784fdf35928SAndre FischerAC_ARG_WITH(system-coinmp, 785fdf35928SAndre Fischer[ --with-system-coinmp Use CoinMP library already installed on the system 786fdf35928SAndre Fischer],,) 78727b2fc91SAndre FischerAC_ARG_ENABLE(coinmp, 78827b2fc91SAndre Fischer[ --disable-coinmp Do not use CoinMP as the Calc solver. 78927b2fc91SAndre Fischer],,) 790cdf0e10cSrcweirAC_ARG_ENABLE(check-only, 791cdf0e10cSrcweir[ --enable-check-only Use this option option if you just want to check your 792da2e13d4SMatthias Seidel environment. This option stops the generation of an 793cdf0e10cSrcweir ????env.set 794e986c8d8SMatthias Seidel 795cdf0e10cSrcweir Usage: --enable-check-only=yes 796cdf0e10cSrcweir],,) 797cdf0e10cSrcweirAC_ARG_ENABLE(ccache-skip, 798407bc2eeSMatthias Seidel[[ --enable-ccache-skip [default=auto] allow the use of --ccache-skip to 799407bc2eeSMatthias Seidel escape compiler flags that would otherwise prevent 800cdf0e10cSrcweir caching of the result (currently used on Mac only) 801cdf0e10cSrcweir NOTE: requires patched version because of a bug in 802da2e13d4SMatthias Seidel ccache (see issue 104567 for details and patch) 803407bc2eeSMatthias Seidel explicitly enable if your version of ccache does not 804cdf0e10cSrcweir identify as version 2.4_OOo 805cdf0e10cSrcweir]],,enable_ccache_skip=auto) 806cdf0e10cSrcweirAC_ARG_WITH(lang, 807c4266413SHerbert Dürr[ --with-lang Use this option to build Apache OpenOffice with 808cdf0e10cSrcweir additional language support. English (US) is always 809cdf0e10cSrcweir included by default. Separate multiple languages with 810cdf0e10cSrcweir space. For all languages, use --with-lang=ALL. 811cdf0e10cSrcweir 812cdf0e10cSrcweir Usage: --with-lang="es sw tu cs sk" 813cdf0e10cSrcweir],,) 814cdf0e10cSrcweirAC_ARG_WITH(poor-help-localizations, 815cdf0e10cSrcweir[ --with-poor-help-localizations 816cdf0e10cSrcweir Use this option to specify which languages have 817cdf0e10cSrcweir unusable help localizations. Separate multiple 818cdf0e10cSrcweir languages with space. 819cdf0e10cSrcweir 820cdf0e10cSrcweir Usage: --with-poor-help-localizations="af ar be-BY ca" 821cdf0e10cSrcweir],,) 822cdf0e10cSrcweirAC_ARG_WITH(dict, 823c4266413SHerbert Dürr[ --with-dict Use this option to build Apache OpenOffice with 824cdf0e10cSrcweir dictionary support. ALL dictionaries are always 825cdf0e10cSrcweir included by default unless overridden with 826cdf0e10cSrcweir this option. Separate multiple dictionaries with 827cdf0e10cSrcweir commas. For all dictionaries, use --with-dict=ALL. 828cdf0e10cSrcweir 829cdf0e10cSrcweir Usage: --with-dict=ENGB,ENUS,ITIT 830cdf0e10cSrcweir],,) 831cdf0e10cSrcweirAC_ARG_WITH(intro-bitmaps, 832cdf0e10cSrcweir[ --with-intro-bitmaps Prefer the specified intro bitmaps over the 833da2e13d4SMatthias Seidel the default one. Can be more than one (separated by 834cdf0e10cSrcweir commas), the order means priority of fallback if the 835cdf0e10cSrcweir first does not exist (in the installed tree). 836cdf0e10cSrcweir 837073e6ddbSmseidel Usage: --with-intro-bitmaps=/path/my_ooo_intro.png 838cdf0e10cSrcweir],,) 839cdf0e10cSrcweirAC_ARG_WITH(about-bitmaps, 840cdf0e10cSrcweir[ --with-about-bitmaps Similarly to --with-intro-bitmaps, this allows 841cdf0e10cSrcweir specification of bitmaps for the About box. 842cdf0e10cSrcweir 843073e6ddbSmseidel Usage: --with-about-bitmaps=/path/my_ooo_about.png 844cdf0e10cSrcweir],,) 845cdf0e10cSrcweirAC_ARG_WITH(vendor, 846cdf0e10cSrcweir[ --with-vendor Set vendor of the build. 847cdf0e10cSrcweir 848cdf0e10cSrcweir Usage: --with-vendor="John the Builder" 849cdf0e10cSrcweir],,) 850cdf0e10cSrcweirAC_ARG_WITH(unix-wrapper, 851cdf0e10cSrcweir[ --with-unix-wrapper Redefines the name of the UNIX wrapper that will be used 852cdf0e10cSrcweir in the desktop files and in the desktop-integration RPMs. 853cdf0e10cSrcweir 854cdf0e10cSrcweir Usage: --with-unix-wrapper=ooffice 855cdf0e10cSrcweir],,) 856cdf0e10cSrcweirAC_ARG_WITH(asm-home, 857cdf0e10cSrcweir[ --with-asm-home For Windows users, please supply the path for the 858cdf0e10cSrcweir ml.exe assembler. 859cdf0e10cSrcweir 860cdf0e10cSrcweir Usage: --with-asm-home=<path to ml.exe directory> 861cdf0e10cSrcweir],,) 862ad35682bStruckmanAC_ARG_WITH(nasm-home, 863ad35682bStruckman[ --with-nasm-home For Windows users, please supply the path for the 864ad35682bStruckman nasm.exe assembler. 865ad35682bStruckman 866ad35682bStruckman Usage: --with-nasm-home=<path to nasm.exe directory> 867ad35682bStruckman],,) 868cdf0e10cSrcweirAC_ARG_WITH(os-version, 869cdf0e10cSrcweir[ --with-os-version For FreeBSD users, use this option option to override 870cdf0e10cSrcweir the detected OSVERSION. 871cdf0e10cSrcweir 872cdf0e10cSrcweir Usage: --with-os-version=<OSVERSION> 873cdf0e10cSrcweir],,) 874cdf0e10cSrcweirAC_ARG_WITH(unzip-home, 875cdf0e10cSrcweir[ --with-unzip-home Deprecated: use --with-zip-home instead],,) 876cdf0e10cSrcweirAC_ARG_WITH(zip-home, 877407bc2eeSMatthias Seidel[ --with-zip-home If you use a non standard zip, for example Windows 878cdf0e10cSrcweir please supply the path for zip 879cdf0e10cSrcweir 880cdf0e10cSrcweir Usage: --with-zip-home=<path to zip executable> 881cdf0e10cSrcweir],,) 882cdf0e10cSrcweirAC_ARG_WITH(mingwin, 883cdf0e10cSrcweir[ --with-mingwin For Windows users, use the mingwin32 compiler within 884cdf0e10cSrcweir cygwin environment 885cdf0e10cSrcweir 886cdf0e10cSrcweir Usage: --with-mingwin=yes 887cdf0e10cSrcweir 888cdf0e10cSrcweir For !Windows use, use the mingw32 C++ compiler to 889cdf0e10cSrcweir (re-) build unowinreg.dll. Specify the MinGW C++ 890cdf0e10cSrcweir Compilers name. 891cdf0e10cSrcweir 892cdf0e10cSrcweir Usage: --with-mingwin=i586-mingw32msvc-g++ 893cdf0e10cSrcweir],WITH_MINGWIN=$withval,WITH_MINGWIN=0) 894cdf0e10cSrcweirAC_ARG_WITH(build-version, 895cdf0e10cSrcweir[ --with-build-version Allows the builder to add a custom version tag 896cdf0e10cSrcweir that will appear in the Help/About box for QA 897cdf0e10cSrcweir purposes. 898cdf0e10cSrcweir 899cdf0e10cSrcweir Usage: --with-build-version="Built by Jim" 900cdf0e10cSrcweir],with_build_version=$withval) 901cdf0e10cSrcweirAC_ARG_WITH(alloc, 902cdf0e10cSrcweir[ --with-alloc Define which allocator to build with 903cdf0e10cSrcweir (choices are oo, system, tcmalloc, jemalloc) 904cdf0e10cSrcweir 905cdf0e10cSrcweir Note that on FreeBSD/NetBSD system==jemalloc 906cdf0e10cSrcweir],,) 907cdf0e10cSrcweirAC_ARG_ENABLE(verbose, 908cdf0e10cSrcweir[ --enable-verbose Increase build verbosity. 909cdf0e10cSrcweir --disable-verbose Decrease build verbosity. 910cdf0e10cSrcweir],,) 911cdf0e10cSrcweirAC_ARG_ENABLE(dependency-tracking, 912cdf0e10cSrcweir[ --disable-dependency-tracking Disables generation of dependency information. 913cdf0e10cSrcweir],,) 9149ef65f0eSAndre FischerAC_ARG_ENABLE(category-b, 915e986c8d8SMatthias Seidel[ --enable-category-b Activate components under a category B license 916da2e13d4SMatthias Seidel (see https://www.apache.org/legal/3party.html#category-b): 9174c76cf94Spfg MPL (hunspell, hyphen, nss, saxon, rhino), 9188bebafa9SPedro Giffuni CPL (silgraphite), CPL/EPL (CoinMP), OFL (fonts). 9199ef65f0eSAndre Fischer Flags for individual libraries override this one. 9200ea1a209SEike Rathke],,) 9211309f2c9SPedro GiffuniAC_ARG_WITH(arm-target, 9223d781bd6SAndre Fischer[ --arm-target The minimal targeted arm processor 9233d781bd6SAndre Fischer used for the build environment. 9243d781bd6SAndre Fischer Cases : 9253d781bd6SAndre Fischer arm-target < 6 : armv4t compatibility 9263d781bd6SAndre Fischer arm-target = 6 : exact armv6 compatibility 9273d781bd6SAndre Fischer arm-target > 6 : armv7-a compatibility 9283d781bd6SAndre Fischer 9293d781bd6SAndre Fischer Usage: --with-arm-target=7 9301309f2c9SPedro Giffuni],with_arm_target=$withval,with_arm_target=4) 9310d16e2e7SJim JagielskiAC_ARG_WITH(macosx-target, 9320d16e2e7SJim Jagielski[ --macosx-target The minimal macOS/OSX deployment and build target 9330d16e2e7SJim Jagielski 9345fa6f516SJim Jagielski Usage: --with-macosx-target=10.9 9355fa6f516SJim Jagielski],with_macosx_target=$withval,with_macosx_target=10.9) 936a835cb2eSJim JagielskiAC_ARG_WITH(macosx-sdk, 937a835cb2eSJim Jagielski[ --macosx-sdk The macOS SDK to build against 938a835cb2eSJim Jagielski 939a835cb2eSJim Jagielski Usage: --with-macosx-sdk=10.11 940a835cb2eSJim Jagielski (or full path: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk) 941a835cb2eSJim Jagielski],with_macosx_sdk=$withval,) 9423d781bd6SAndre FischerAC_ARG_WITH(rat-scan, 9433d781bd6SAndre Fischer[ --with-rat-scan Scan source code for license headers. 9443d781bd6SAndre Fischer Use as --with-rat-scan to automatically download pre-built Rat binaries. 9453d781bd6SAndre Fischer Alternatively use as --with-rat-scan=<path-to-rat-direcetory> to use 9463d781bd6SAndre Fischer a separately installed library. 9473d781bd6SAndre Fischer],with_rat_scan=$withval,) 948cdf0e10cSrcweir 949cdf0e10cSrcweirBUILD_TYPE="OOo" 95027b2fc91SAndre FischerADDITIONAL_REPOSITORIES="../ext_libraries" 95157c1b8dfSAndre FischerSCPDEFS="" 952cdf0e10cSrcweir 953a3f0327cSHerbert Dürrdnl =================================================================== 95431353920Spfgdnl Check configure script vs. configure.ac 955a3f0327cSHerbert Dürrdnl =================================================================== 956a3f0327cSHerbert DürrAC_MSG_CHECKING([whether configure is up-to-date]) 95731353920Spfgif test "configure" -ot "configure.ac"; then 958a3f0327cSHerbert Dürr AC_MSG_RESULT([no]) 959a3f0327cSHerbert Dürr AC_MSG_ERROR([configure is not up-to-date, run autoconf first!]) 960a3f0327cSHerbert Dürrelse 961a3f0327cSHerbert Dürr AC_MSG_RESULT([yes]) 962a3f0327cSHerbert Dürrfi 963cdf0e10cSrcweirdnl =================================================================== 964cdf0e10cSrcweirdnl Message. 965cdf0e10cSrcweirdnl =================================================================== 966cdf0e10cSrcweirecho "********************************************************************" 967cdf0e10cSrcweirecho "* *" 968c4266413SHerbert Dürrecho "* Apache OpenOffice build configuration. *" 969cdf0e10cSrcweirecho "* *" 970cdf0e10cSrcweirecho "* The configure process checks your platform to see whether *" 971c4266413SHerbert Dürrecho "* you can build Apache OpenOffice on it. *" 972cdf0e10cSrcweirecho "* This process checks all pre-requisites and generates a file *" 973cdf0e10cSrcweirecho "* containing the necessary environment variables. *" 974cdf0e10cSrcweirecho "* Source this file after configure has ended successfully. *" 975cdf0e10cSrcweirecho "* *" 976a5542d65SHerbert Dürrecho "* Warnings that are generated during the configure process *" 977cdf0e10cSrcweirecho "* must be taken into account since it can be a reason for *" 978c4266413SHerbert Dürrecho "* an unsuccessful build of Apache OpenOffice. *" 979cdf0e10cSrcweirecho "* *" 980cdf0e10cSrcweirecho "********************************************************************" 981cdf0e10cSrcweirecho "" 982cdf0e10cSrcweirecho "********************************************************************" 983cdf0e10cSrcweirecho "* *" 984cdf0e10cSrcweirecho "* Checking the platform pre-requisites. *" 985cdf0e10cSrcweirecho "* *" 986cdf0e10cSrcweirecho "********************************************************************" 987cdf0e10cSrcweirecho "" 988cdf0e10cSrcweirdnl =================================================================== 989cdf0e10cSrcweirdnl Configure pre-requisites. 990cdf0e10cSrcweirdnl =================================================================== 991cdf0e10cSrcweircat /dev/null > warn 9922a718e4fSJürgen Schmidt 993cdf0e10cSrcweirAC_PROG_EGREP 994308295dbSJim Jagielskiif test -z "$GREP"; then 995308295dbSJim JagielskiGREP=$EGREP 996308295dbSJim Jagielskifi 997cdf0e10cSrcweirAC_PROG_AWK 998cdf0e10cSrcweirAC_PATH_PROG( AWK, $AWK) 999cdf0e10cSrcweirif test -z "$AWK"; then 1000cdf0e10cSrcweir AC_MSG_ERROR([install awk to run this script]) 1001cdf0e10cSrcweirfi 1002cdf0e10cSrcweir 1003cdf0e10cSrcweirAC_PATH_PROGS(SED, sed ) 1004cdf0e10cSrcweirif test -z "$SED"; then 1005cdf0e10cSrcweir AC_MSG_ERROR([install sed to run this script]) 1006cdf0e10cSrcweirfi 1007cdf0e10cSrcweir 1008cdf0e10cSrcweirAC_MSG_CHECKING([for solenv environment]) 1009cdf0e10cSrcweirif test -z "$with_local_solenv"; then 1010cdf0e10cSrcweir LOCAL_SOLENV="DEFAULT" 1011cdf0e10cSrcweir AC_MSG_RESULT([default]) 1012cdf0e10cSrcweirelse 1013cdf0e10cSrcweir LOCAL_SOLENV=$with_local_solenv 1014cdf0e10cSrcweir AC_MSG_RESULT([$with_local_solenv]) 1015cdf0e10cSrcweirfi 1016cdf0e10cSrcweirAC_SUBST(LOCAL_SOLENV) 1017cdf0e10cSrcweir 1018407bc2eeSMatthias Seidelif test "$LOCAL_SOLENV" = "DEFAULT"; then 1019cdf0e10cSrcweir _solenv="./solenv" 1020cdf0e10cSrcweirelse 1021cdf0e10cSrcweir _solenv="$LOCAL_SOLENV" 1022cdf0e10cSrcweirfi 1023cdf0e10cSrcweirAC_SUBST(_solenv) 1024cdf0e10cSrcweir 1025cdf0e10cSrcweirif test -e $_solenv/inc/minor.mk; then 1026cdf0e10cSrcweir # Get UPD number from ./solenv/inc/minor.mk 102728633775SPedro Giffuni UPD="`$GREP RSCVERSION= $_solenv/inc/minor.mk | $AWK -F"=" '{ print $2 }'`" 1028cdf0e10cSrcweir AC_SUBST(UPD) 102928633775SPedro Giffuni SOURCEVERSION="`$GREP SOURCEVERSION= $_solenv/inc/minor.mk | $AWK -F"=" '{ print $2 }'`" 1030cdf0e10cSrcweir AC_SUBST(SOURCEVERSION) 1031cdf0e10cSrcweirelse 1032cdf0e10cSrcweir AC_MSG_ERROR([$_solenv/inc/minor.mk missing but needed for architecture/os detecion and proper environment script generation...]) 1033cdf0e10cSrcweirfi 1034cdf0e10cSrcweir 103572bd2d34SAriel Constenla-Haile 103672bd2d34SAriel Constenla-Hailednl ================================================================== 103772bd2d34SAriel Constenla-Hailednl Checks for custom pack.lst 103872bd2d34SAriel Constenla-Hailednl ================================================================== 103972bd2d34SAriel Constenla-HaileAC_MSG_CHECKING([for custom pack.lst]) 104072bd2d34SAriel Constenla-HaileCUSTOM_PACK_LIST= 104172bd2d34SAriel Constenla-HaileUSE_PACKAGER= 104272bd2d34SAriel Constenla-Haileif test -n "$with_packager_list" ; then 104372bd2d34SAriel Constenla-Haile if test -e $with_packager_list; then 104472bd2d34SAriel Constenla-Haile CUSTOM_PACK_LIST=$with_packager_list 104572bd2d34SAriel Constenla-Haile USE_PACKAGER=YES 104672bd2d34SAriel Constenla-Haile fi 104772bd2d34SAriel Constenla-Hailefi 104872bd2d34SAriel Constenla-Haileif test -n "$CUSTOM_PACK_LIST"; then 104972bd2d34SAriel Constenla-Haile AC_MSG_RESULT([$CUSTOM_PACK_LIST]) 105072bd2d34SAriel Constenla-Haileelse 105172bd2d34SAriel Constenla-Haile AC_MSG_RESULT([no]) 105272bd2d34SAriel Constenla-Hailefi 105372bd2d34SAriel Constenla-HaileAC_SUBST(CUSTOM_PACK_LIST) 105472bd2d34SAriel Constenla-HaileAC_SUBST(USE_PACKAGER) 105572bd2d34SAriel Constenla-Haile 105672bd2d34SAriel Constenla-Haile 1057cdf0e10cSrcweirdnl =================================================================== 1058cdf0e10cSrcweirdnl Checks for the operating system and processor. 1059cdf0e10cSrcweirdnl =================================================================== 1060cdf0e10cSrcweirAC_CANONICAL_SYSTEM 1061cdf0e10cSrcweirif test "$build" != "$host" -o "$build" != "$target" \ 1062cdf0e10cSrcweir -o "$host" != "$target"; then 1063cdf0e10cSrcweir AC_MSG_WARN([cross-compiling by any means is not supported (yet)!]) 1064cdf0e10cSrcweir echo "cross-compiling by any means is not supported (yet)!" >> warn 1065cdf0e10cSrcweirfi 1066cdf0e10cSrcweir 106728633775SPedro Giffuniif echo "$build_os" | $GREP cygwin; then 1068cdf0e10cSrcweir AC_MSG_CHECKING([Cygwin version]) 1069cdf0e10cSrcweir CygwinVer=`uname -r` 1070cdf0e10cSrcweir AC_MSG_RESULT([$CygwinVer]) 1071cdf0e10cSrcweir if test "`echo $CygwinVer | $AWK -F . '{ print $1$2 }'`" -lt "15"; then 1072cdf0e10cSrcweir AC_MSG_ERROR([You need at least Cygwin V1.5.x]) 1073cdf0e10cSrcweir fi 1074cdf0e10cSrcweirelse 1075cdf0e10cSrcweir CygwinVer="false" 1076cdf0e10cSrcweirfi 1077cdf0e10cSrcweir 10787ab687f7SHerbert Dürr# get info about the system provided release/version details 10797ab687f7SHerbert Dürrhead /etc/*-release 10807ab687f7SHerbert Dürruname -a 10817ab687f7SHerbert Dürr 1082cdf0e10cSrcweirdnl =================================================================== 1083cdf0e10cSrcweirdnl The following is a list of supported systems. 1084cdf0e10cSrcweirdnl Sequential to keep the logic very simple 1085cdf0e10cSrcweirdnl These values may be checked and reset later. 1086cdf0e10cSrcweirdnl =================================================================== 1087cdf0e10cSrcweircase "$build_os" in 1088cdf0e10cSrcweir solaris*) 1089cdf0e10cSrcweir test_gtk=yes 1090cdf0e10cSrcweir test_cairo=yes 1091cdf0e10cSrcweir test_kde=yes 1092cdf0e10cSrcweir test_cups=yes 10931439c24fSJürgen Schmidt test_randr=yes 1094cdf0e10cSrcweir test_freetype=yes 10951439c24fSJürgen Schmidt test_gstreamer=yes 1096cdf0e10cSrcweir _os=SunOS 1097cdf0e10cSrcweir AC_PATH_PROG( GNUTAR, gtar,,$PATH:/usr/sfw/bin) 1098cdf0e10cSrcweir if test -z "$GNUTAR"; then 1099cdf0e10cSrcweir AC_MSG_ERROR([gtar (gnu tar) not found but needed. Install it (SUN Freeware package).]) 1100cdf0e10cSrcweir fi 1101cdf0e10cSrcweir AC_SUBST(GNUTAR) 1102cdf0e10cSrcweir 1103cdf0e10cSrcweir dnl =========================================================== 1104cdf0e10cSrcweir dnl check whether we're using solaris 6,7,8 - sparc or intel. 1105cdf0e10cSrcweir dnl =========================================================== 1106cdf0e10cSrcweir AC_MSG_CHECKING([the Solaris operating system release]) 1107cdf0e10cSrcweir _os_release=`echo $build_os | $SED -e s/solaris2\.//` 1108cdf0e10cSrcweir if test "$_os_release" -lt "6"; then 1109c4266413SHerbert Dürr AC_MSG_ERROR([use solaris >= 6 to build Apache OpenOffice]) 1110cdf0e10cSrcweir else 1111cdf0e10cSrcweir AC_MSG_RESULT([ok ($_os_release)]) 1112cdf0e10cSrcweir fi 1113cdf0e10cSrcweir 1114cdf0e10cSrcweir dnl check whether we're using a sparc or i386 processor 1115cdf0e10cSrcweir AC_MSG_CHECKING([the processor type]) 1116cdf0e10cSrcweir if test "$build_cpu" = "sparc" -o "$build_cpu" = "i386"; then 1117cdf0e10cSrcweir AC_MSG_RESULT([ok ($build_cpu)]) 1118cdf0e10cSrcweir else 1119cdf0e10cSrcweir AC_MSG_ERROR([only sparc and i386 processors are supported]) 1120cdf0e10cSrcweir fi 1121cdf0e10cSrcweir ;; 1122cdf0e10cSrcweir linux-gnu*|k*bsd*-gnu*) 1123cdf0e10cSrcweir test_gtk=yes 1124cdf0e10cSrcweir test_cairo=yes 1125cdf0e10cSrcweir test_kde=yes 1126cdf0e10cSrcweir test_kde4=yes 1127cdf0e10cSrcweir test_cups=yes 11281439c24fSJürgen Schmidt test_randr=yes 1129cdf0e10cSrcweir test_freetype=yes 11301439c24fSJürgen Schmidt test_gstreamer=yes 1131da2e13d4SMatthias Seidel _os=Linux 1132cdf0e10cSrcweir ;; 1133cdf0e10cSrcweir gnu) 1134cdf0e10cSrcweir test_cups=no 1135cdf0e10cSrcweir _os=GNU 1136cdf0e10cSrcweir ;; 1137cdf0e10cSrcweir cygwin*) # Windows 1138cdf0e10cSrcweir test_cups=no 1139cdf0e10cSrcweir test_cairo=yes 1140cdf0e10cSrcweir test_freetype=no 11411439c24fSJürgen Schmidt test_gstreamer=no 1142cdf0e10cSrcweir _os=WINNT 1143cdf0e10cSrcweir ;; 1144cdf0e10cSrcweir darwin*) # Mac OS X 1145cdf0e10cSrcweir test_cups=yes 1146cdf0e10cSrcweir test_gtk=yes 1147cdf0e10cSrcweir test_cairo=yes 11481439c24fSJürgen Schmidt test_randr=no 1149cdf0e10cSrcweir test_freetype=no 11501439c24fSJürgen Schmidt test_gstreamer=no 1151cdf0e10cSrcweir _os=Darwin 11521439c24fSJürgen Schmidt if test "$enable_systray" = "yes" && test "$enable_gtk" != "no"; then 11531439c24fSJürgen Schmidt AC_MSG_WARN([Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray]) 11541439c24fSJürgen Schmidt echo "Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray" >>warn 11551439c24fSJürgen Schmidt enable_systray=no 11561439c24fSJürgen Schmidt fi 11573f8266eeSJim Jagielski SDKROOT="`xcrun --sdk macosx --show-sdk-path`" 115861a3a0ffSHerbert Dürr if test ! -n "$CC"; then 115961a3a0ffSHerbert Dürr CC="`xcrun -f clang` -arch x86_64" 116061a3a0ffSHerbert Dürr fi 116161a3a0ffSHerbert Dürr if test ! -n "$CXX"; then 11623d8a7236SJim Jagielski CXX="`xcrun -f clang++` -std=c++11 -stdlib=libc++ -arch x86_64" 1163*a46cde23SJim Jagielski macos_c11=`pwd`/macos_c11 1164*a46cde23SJim Jagielski echo "#!/bin/sh" > $macos_c11 1165*a46cde23SJim Jagielski echo "$CXX \$@" >> $macos_c11 1166*a46cde23SJim Jagielski chmod 755 $macos_c11 1167*a46cde23SJim Jagielski CXX="$macos_c11" 116861a3a0ffSHerbert Dürr fi 1169221de5adSjim # Don't use OSVERSION until we know no conflicts result from it 1170221de5adSjim _darwin_version="`uname -r | $AWK -F . '{ print $1 }'`" 11713187fb04SJim Jagielski # FIXME: Assumes 10.x, breaks w/ Big Sur 1172221de5adSjim _osx_version="10.`expr $_darwin_version - 4`" 1173221de5adSjim AC_MSG_NOTICE([Detected Darwin version: $_darwin_version ($_osx_version)]) 1174cdf0e10cSrcweir ;; 1175cdf0e10cSrcweir os2*) 1176cdf0e10cSrcweir test_x=no 1177cdf0e10cSrcweir test_cups=no 11781439c24fSJürgen Schmidt test_randr=no 1179cdf0e10cSrcweir test_gtk=no 1180cdf0e10cSrcweir test_freetype=no 11811439c24fSJürgen Schmidt test_gstreamer=no 1182906a4e93SYuri Dario test_cairo=yes 1183cdf0e10cSrcweir _os=OS2 1184cdf0e10cSrcweir ;; 1185cdf0e10cSrcweir freebsd*) 1186cdf0e10cSrcweir test_gtk=yes 1187cdf0e10cSrcweir test_cairo=yes 1188cdf0e10cSrcweir test_kde=yes 1189cdf0e10cSrcweir test_kde4=yes 1190cdf0e10cSrcweir test_cups=yes 11911439c24fSJürgen Schmidt test_randr=yes 1192cdf0e10cSrcweir test_freetype=yes 11931439c24fSJürgen Schmidt test_gstreamer=yes 1194cdf0e10cSrcweir AC_MSG_CHECKING([the FreeBSD operating system release]) 1195cdf0e10cSrcweir if test -n "$with_os_version"; then 1196cdf0e10cSrcweir OSVERSION="$with_os_version" 1197cdf0e10cSrcweir else 1198cdf0e10cSrcweir OSVERSION=`/sbin/sysctl -n kern.osreldate` 1199cdf0e10cSrcweir fi 1200cdf0e10cSrcweir AC_MSG_RESULT([found OSVERSION=$OSVERSION]) 1201cdf0e10cSrcweir AC_MSG_CHECKING([which thread library to use]) 1202cdf0e10cSrcweir if test "$OSVERSION" -lt "500016"; then 1203cdf0e10cSrcweir PTHREAD_CFLAGS="-D_THREAD_SAFE" 1204cdf0e10cSrcweir PTHREAD_LIBS="-pthread" 1205cdf0e10cSrcweir elif test "$OSVERSION" -lt "502102"; then 1206cdf0e10cSrcweir PTHREAD_CFLAGS="-D_THREAD_SAFE" 1207cdf0e10cSrcweir PTHREAD_LIBS="-lc_r" 1208da2e13d4SMatthias Seidel else 1209cdf0e10cSrcweir PTHREAD_CFLAGS="" 1210cdf0e10cSrcweir PTHREAD_LIBS="-pthread" 1211cdf0e10cSrcweir fi 1212cdf0e10cSrcweir AC_MSG_RESULT([$PTHREAD_LIBS]) 1213cdf0e10cSrcweir _os=FreeBSD 1214cdf0e10cSrcweir ;; 1215cdf0e10cSrcweir osf) 1216cdf0e10cSrcweir test_cups=no 12171439c24fSJürgen Schmidt test_randr=no 1218cdf0e10cSrcweir _os=OSF1 1219cdf0e10cSrcweir ;; 1220cdf0e10cSrcweir netbsd) 1221cdf0e10cSrcweir test_gtk=yes 1222cdf0e10cSrcweir test_cairo=yes 1223cdf0e10cSrcweir test_kde=yes 1224cdf0e10cSrcweir test_kde4=yes 1225cdf0e10cSrcweir test_cups=no 12261439c24fSJürgen Schmidt test_randr=yes 1227cdf0e10cSrcweir test_freetype=yes 12281439c24fSJürgen Schmidt test_gstreamer=yes 1229cdf0e10cSrcweir PTHREAD_CFLAGS="-pthread" 1230cdf0e10cSrcweir PTHREAD_LIBS="-pthread -lpthread" 1231cdf0e10cSrcweir _os=NetBSD 1232cdf0e10cSrcweir ;; 1233cdf0e10cSrcweir aix*) 1234cdf0e10cSrcweir test_cups=no 12351439c24fSJürgen Schmidt test_randr=no 1236cdf0e10cSrcweir test_freetype=yes 12371439c24fSJürgen Schmidt test_gstreamer=yes 12381439c24fSJürgen Schmidt PTHREAD_LIBS=-pthread 1239cdf0e10cSrcweir echo "AIX is an alpha port --- Use at own risk" >> warn 1240cdf0e10cSrcweir _os=AIX 1241cdf0e10cSrcweir ;; 1242cdf0e10cSrcweir *) 1243c4266413SHerbert Dürr AC_MSG_ERROR([$_os operating system is not suitable to build Apache OpenOffice!]) 1244cdf0e10cSrcweir ;; 1245cdf0e10cSrcweiresac 1246cdf0e10cSrcweir 1247cdf0e10cSrcweirAC_SUBST(OSVERSION) 1248cdf0e10cSrcweirAC_SUBST(PTHREAD_CFLAGS) 1249cdf0e10cSrcweirAC_SUBST(PTHREAD_LIBS) 1250cdf0e10cSrcweir 12513f10de8fSEike Rathke 12523f10de8fSEike Rathkednl Ensure pkg-config is initialized before any possible use 12533f10de8fSEike RathkePKG_PROG_PKG_CONFIG 12543f10de8fSEike Rathke 12553f10de8fSEike Rathke 1256cdf0e10cSrcweirdnl =================================================================== 1257cdf0e10cSrcweirdnl Set the ENABLE_CRASHDUMP variable. 1258cdf0e10cSrcweirdnl =================================================================== 1259cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable crashdump feature]) 1260cdf0e10cSrcweirif test "$enable_crashdump" = "yes"; then 1261cdf0e10cSrcweir ENABLE_CRASHDUMP="TRUE" 1262cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE CRASHREP" 1263cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1264cdf0e10cSrcweirelse 1265cdf0e10cSrcweir ENABLE_CRASHDUMP="" 1266cdf0e10cSrcweir AC_MSG_RESULT([no]) 1267cdf0e10cSrcweirfi 1268cdf0e10cSrcweirAC_SUBST(ENABLE_CRASHDUMP) 1269cdf0e10cSrcweir 1270cdf0e10cSrcweirif test "$_os" = "WINNT"; then 1271cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE TWAIN" 1272cdf0e10cSrcweirfi 1273cdf0e10cSrcweir 1274cdf0e10cSrcweirif test "$_os" = "WINNT"; then 1275cdf0e10cSrcweir dnl =================================================================== 1276cdf0e10cSrcweir dnl Set the VC_STANDARD variable. 1277cdf0e10cSrcweir dnl =================================================================== 1278cdf0e10cSrcweir AC_MSG_CHECKING([whether to use the standard non-optimizing compiler]) 1279cdf0e10cSrcweir if test "$enable_cl_standard" = "" -o "$enable_cl_standard" = "no"; then 1280cdf0e10cSrcweir VC_STANDARD="" 1281cdf0e10cSrcweir AC_MSG_RESULT([no]) 1282cdf0e10cSrcweir else 1283cdf0e10cSrcweir VC_STANDARD="TRUE" 1284cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1285cdf0e10cSrcweir fi 1286cdf0e10cSrcweir AC_SUBST(VC_STANDARD) 1287cdf0e10cSrcweirfi 1288cdf0e10cSrcweir 128933605542SJürgen Schmidtif test "$_os" = "WINNT"; then 129033605542SJürgen Schmidt dnl =================================================================== 1291e986c8d8SMatthias Seidel dnl Set the BUILD_X64 variable. 129233605542SJürgen Schmidt dnl =================================================================== 129333605542SJürgen Schmidt AC_MSG_CHECKING([whether to build/use the Windows 64bit shell extensions]) 129433605542SJürgen Schmidt if test "$enable_win_x64_shellext" = "" -o "$enable_win_x64_shellext" = "no"; then 129533605542SJürgen Schmidt BUILD_X64="" 129633605542SJürgen Schmidt AC_MSG_RESULT([no]) 129733605542SJürgen Schmidt else 129833605542SJürgen Schmidt BUILD_X64="TRUE" 129933605542SJürgen Schmidt AC_MSG_RESULT([yes]) 130033605542SJürgen Schmidt fi 130133605542SJürgen Schmidt AC_SUBST(BUILD_X64) 1302edd74ba5SDamjan Jovanovic 1303edd74ba5SDamjan Jovanovic dnl =================================================================== 1304e986c8d8SMatthias Seidel dnl Set the BUILD_WIN64 variable. 1305edd74ba5SDamjan Jovanovic dnl =================================================================== 1306edd74ba5SDamjan Jovanovic AC_MSG_CHECKING([whether to build 64 bit OpenOffice on 64 bit Windows]) 1307edd74ba5SDamjan Jovanovic if test "$build_cpu" = "x86_64" ; then 1308edd74ba5SDamjan Jovanovic if test "x$enable_win64" != "xno" ; then 1309edd74ba5SDamjan Jovanovic BUILD_WIN64="TRUE" 1310edd74ba5SDamjan Jovanovic AC_MSG_RESULT([yes]) 1311edd74ba5SDamjan Jovanovic OOWINTOOL="./oowintool" 1312edd74ba5SDamjan Jovanovic else 1313edd74ba5SDamjan Jovanovic BUILD_WIN64="" 1314edd74ba5SDamjan Jovanovic AC_MSG_RESULT([no]) 1315edd74ba5SDamjan Jovanovic OOWINTOOL="./oowintool --aoo32-on-win64" 1316edd74ba5SDamjan Jovanovic fi 1317edd74ba5SDamjan Jovanovic else 1318edd74ba5SDamjan Jovanovic if test "x$enable_win64" != "xno" ; then 1319edd74ba5SDamjan Jovanovic AC_MSG_ERROR([the --enable-win64 option can only be used on an AMD64 CPU]) 1320edd74ba5SDamjan Jovanovic fi 1321edd74ba5SDamjan Jovanovic BUILD_WIN64="" 1322edd74ba5SDamjan Jovanovic AC_MSG_RESULT([no]) 1323edd74ba5SDamjan Jovanovic OOWINTOOL="./oowintool" 1324edd74ba5SDamjan Jovanovic fi 1325edd74ba5SDamjan Jovanovic AC_SUBST(BUILD_WIN64) 132633605542SJürgen Schmidtfi 132733605542SJürgen Schmidt 1328cdf0e10cSrcweirdnl =================================================================== 1329cdf0e10cSrcweirdnl Set the ENABLE_WERROR variable. (Activate --enable-werror) 1330cdf0e10cSrcweirdnl =================================================================== 1331cdf0e10cSrcweirAC_MSG_CHECKING([whether to turn warnings to errors]) 1332cdf0e10cSrcweirif test -n "$enable_werror" && test "$enable_werror" != "no"; then 1333cdf0e10cSrcweir ENABLE_WERROR="TRUE" 1334cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1335cdf0e10cSrcweir AC_MSG_WARN([Turning warnings to errors has no effect in modules or]) 13366d53c851Smseidel AC_MSG_WARN([on platforms where it has been disabled explicitly]) 1337da2e13d4SMatthias Seidel echo "Turning warnings to errors has no effect in modules or on platforms where it has been disabled explicitly" >> warn 1338cdf0e10cSrcweirelse 1339cdf0e10cSrcweir ENABLE_WERROR="FALSE" 1340cdf0e10cSrcweir AC_MSG_RESULT([no]) 1341cdf0e10cSrcweirfi 1342cdf0e10cSrcweirAC_SUBST(ENABLE_WERROR) 1343cdf0e10cSrcweir 1344cdf0e10cSrcweirdnl =================================================================== 1345cdf0e10cSrcweirdnl Set the ENABLE_DEBUG variable. (Activate --enable-symbols) 1346cdf0e10cSrcweirdnl =================================================================== 1347cdf0e10cSrcweirAC_MSG_CHECKING([whether to do a debug build]) 1348cdf0e10cSrcweirif test -n "$enable_debug" && test "$enable_debug" != "no"; then 1349cdf0e10cSrcweir ENABLE_DEBUG="TRUE" 1350cdf0e10cSrcweir if test -z "$enable_symbols"; then 1351cdf0e10cSrcweir enable_symbols="yes" 1352cdf0e10cSrcweir fi 1353cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1354cdf0e10cSrcweirelse 1355cdf0e10cSrcweir ENABLE_DEBUG="FALSE" 1356cdf0e10cSrcweir AC_MSG_RESULT([no]) 1357cdf0e10cSrcweirfi 1358cdf0e10cSrcweirAC_SUBST(ENABLE_DEBUG) 1359cdf0e10cSrcweir 1360cdf0e10cSrcweirdnl =================================================================== 1361cdf0e10cSrcweirdnl Set the ENABLE_DBGUTIL variable 1362cdf0e10cSrcweirdnl =================================================================== 1363cdf0e10cSrcweirAC_MSG_CHECKING([whether to build with additional debug utilities]) 1364cdf0e10cSrcweirif test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then 1365cdf0e10cSrcweir PROEXT="" 1366cdf0e10cSrcweir PRODUCT="" 1367cdf0e10cSrcweir PROFULLSWITCH="" 1368cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1369cdf0e10cSrcweirelse 1370cdf0e10cSrcweir PRODUCT="full" 1371cdf0e10cSrcweir PROFULLSWITCH="product=full" 1372cdf0e10cSrcweir PROEXT=".pro" 1373cdf0e10cSrcweir AC_MSG_RESULT([no, full product build]) 1374cdf0e10cSrcweirfi 1375cdf0e10cSrcweirAC_SUBST(PRODUCT) 1376cdf0e10cSrcweirAC_SUBST(PROFULLSWITCH) 1377cdf0e10cSrcweirAC_SUBST(PROEXT) 1378cdf0e10cSrcweir 1379cdf0e10cSrcweirdnl =================================================================== 1380cdf0e10cSrcweirdnl First setting is whether to include symbols into final build. 1381cdf0e10cSrcweirdnl =================================================================== 1382cdf0e10cSrcweirAC_MSG_CHECKING([whether to include symbols into final build]) 1383cdf0e10cSrcweirif test -n "$enable_symbols" && test "$enable_symbols" != "no"; then 1384cdf0e10cSrcweir if test "$enable_symbols" = "yes" -o "$enable_symbols" = "TRUE"; then 1385cdf0e10cSrcweir ENABLE_SYMBOLS="TRUE" 1386cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1387cdf0e10cSrcweir else 1388cdf0e10cSrcweir if test "$enable_symbols" = "SMALL" -o "$enable_symbols" = "small"; then 1389cdf0e10cSrcweir ENABLE_SYMBOLS="SMALL" 1390cdf0e10cSrcweir AC_MSG_RESULT([yes, small ones]) 1391cdf0e10cSrcweir else if test "$enable_symbols" != "no" ; then 1392cdf0e10cSrcweir echo enable symbols is: $enable_symbols 1393cdf0e10cSrcweir AC_MSG_ERROR([--enable-symbols only accepts yes, TRUE or SMALL as parameter.]) 1394cdf0e10cSrcweir else 1395cdf0e10cSrcweir ENABLE_SYMBOLS= 1396cdf0e10cSrcweir fi 1397cdf0e10cSrcweir fi 1398cdf0e10cSrcweir fi 1399cdf0e10cSrcweirelse 1400cdf0e10cSrcweir ENABLE_SYMBOLS= 1401cdf0e10cSrcweir AC_MSG_RESULT([no]) 1402cdf0e10cSrcweirfi 1403cdf0e10cSrcweirAC_SUBST(ENABLE_SYMBOLS) 1404cdf0e10cSrcweir 1405cdf0e10cSrcweirdnl =================================================================== 1406cdf0e10cSrcweirdnl Determine if the solver is to be stripped or not. 1407cdf0e10cSrcweirdnl =================================================================== 1408cdf0e10cSrcweirAC_MSG_CHECKING([whether to strip the solver or not.]) 1409cdf0e10cSrcweirif test -n "$enable_strip_solver"; then 1410cdf0e10cSrcweir if test "$enable_strip_solver" = "yes"; then 1411cdf0e10cSrcweir DISABLE_STRIP= 1412cdf0e10cSrcweir else if test "$enable_strip_solver" = "no"; then 1413cdf0e10cSrcweir DISABLE_STRIP="TRUE" 1414cdf0e10cSrcweir else 1415cdf0e10cSrcweir AC_MSG_ERROR([--disable-strip-solver only accepts yes or no as parameter.]) 1416cdf0e10cSrcweir fi 1417cdf0e10cSrcweir fi 1418cdf0e10cSrcweirelse 1419cdf0e10cSrcweir if test -n "$ENABLE_SYMBOLS"; then 1420cdf0e10cSrcweir DISABLE_STRIP="TRUE" 1421cdf0e10cSrcweir else 1422cdf0e10cSrcweir DISABLE_STRIP= 1423cdf0e10cSrcweir fi 1424cdf0e10cSrcweirfi 14259ef65f0eSAndre Fischerif test -z "$DISABLE_STRIP"; then 14269ef65f0eSAndre Fischer AC_MSG_RESULT([yes]) 14279ef65f0eSAndre Fischerelse 14289ef65f0eSAndre Fischer AC_MSG_RESULT([no]) 14299ef65f0eSAndre Fischerfi 1430cdf0e10cSrcweirAC_SUBST(DISABLE_STRIP) 1431cdf0e10cSrcweir 1432cdf0e10cSrcweirdnl =================================================================== 1433cdf0e10cSrcweirdnl Build options 1434cdf0e10cSrcweirdnl =================================================================== 14350ea1a209SEike Rathke 1436da2e13d4SMatthias Seidel# Disable or enable category-B libraries: nss, hunspell, hyphen, saxon, 14378bebafa9SPedro Giffuni# rhino, silgraphite. 14389ef65f0eSAndre Fischer 14399ef65f0eSAndre Fischer# Note that further below they may be enabled or disabled again by 14409ef65f0eSAndre Fischer# more specific options. 14419ef65f0eSAndre Fischer 1442ae258647SHerbert DürrENABLE_CATEGORY_B= 1443ae258647SHerbert Dürr 14449ef65f0eSAndre FischerAC_MSG_CHECKING([whether to enable category B components]) 14459ef65f0eSAndre Fischer# Category B modules (libraries): 14469ef65f0eSAndre Fischer# nss (nss) 14479ef65f0eSAndre Fischer# hunspell (hunspell) 14489ef65f0eSAndre Fischer# hyphen (hyphen) 14499ef65f0eSAndre Fischer# saxon (saxon) 14509ef65f0eSAndre Fischer# rhino (rhino) 14519ef65f0eSAndre Fischer# graphite (silgraphite) 1452f06c1a76SPedro Giffuniif test "$enable_category_b" = "yes"; then 1453ae258647SHerbert Dürr ENABLE_CATEGORY_B=YES 14541aba9913SJim Jagielski enable_nss_module="yes" 14559ef65f0eSAndre Fischer enable_hunspell="yes" 14569ef65f0eSAndre Fischer enable_hyphen="yes" 14579ef65f0eSAndre Fischer enable_saxon="yes" 14589ef65f0eSAndre Fischer enable_javascript="yes" 14599ef65f0eSAndre Fischer enable_graphite="yes" 146027b2fc91SAndre Fischer enable_coinmp="yes" 14613c6578e9SAndre Fischer enable_category_b_fonts="yes" 14629ef65f0eSAndre Fischer 1463b1c00883SJim Jagielski AC_MSG_RESULT([yes: allow modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp to be built]) 14649ef65f0eSAndre Fischerelse 14659835bf0fSPedro Giffuni # Disable libraries. 14660ea1a209SEike Rathke enable_nss_module="no" 14679ef65f0eSAndre Fischer enable_hunspell="no" 14689ef65f0eSAndre Fischer enable_hyphen="no" 14699ef65f0eSAndre Fischer enable_saxon="no" 14709ef65f0eSAndre Fischer enable_javascript="no" 14719ef65f0eSAndre Fischer enable_graphite="no" 147227b2fc91SAndre Fischer enable_coinmp="no" 14733c6578e9SAndre Fischer enable_category_b_fonts="no" 14740ea1a209SEike Rathke 14758bebafa9SPedro Giffuni AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp]) 14760ea1a209SEike Rathkefi 1477ae258647SHerbert DürrAC_SUBST(ENABLE_CATEGORY_B) 14789ef65f0eSAndre Fischer 14799ef65f0eSAndre Fischer# gstreamer is used only via pre-installed libraries: not a problem 14800ea1a209SEike Rathke 148135779863SAriel Constenla-Hailednl =================================================================== 148235779863SAriel Constenla-Hailednl Online Update 148335779863SAriel Constenla-Hailednl =================================================================== 148435779863SAriel Constenla-HaileAC_MSG_CHECKING([whether to enable the Online Update support]) 148535779863SAriel Constenla-Haileif test "$enable_online_update" = "yes" -o "$enable_online_update" = "TRUE"; then 148635779863SAriel Constenla-Haile ENABLE_ONLINE_UPDATE="YES" 148735779863SAriel Constenla-Haile SCPDEFS="$SCPDEFS -DENABLE_ONLINE_UPDATE" 148835779863SAriel Constenla-Haile AC_MSG_RESULT([yes]) 148935779863SAriel Constenla-Haileelse 149035779863SAriel Constenla-Haile ENABLE_ONLINE_UPDATE="" 149135779863SAriel Constenla-Haile AC_MSG_RESULT([no]) 149235779863SAriel Constenla-Hailefi 149335779863SAriel Constenla-HaileAC_SUBST(ENABLE_ONLINE_UPDATE) 149435779863SAriel Constenla-Haile 149543feee13SJuergen Schmidtdnl =================================================================== 149643feee13SJuergen Schmidtdnl Unit Tests 149743feee13SJuergen Schmidtdnl =================================================================== 149843feee13SJuergen SchmidtAC_MSG_CHECKING([whether to enable unit tests]) 149943feee13SJuergen Schmidtif test "$enable_unit_tests" = "yes" -o "$enable_unit_tests" = "TRUE"; then 150043feee13SJuergen Schmidt ENABLE_UNIT_TESTS="YES" 1501da2e13d4SMatthias Seidel BUILD_TYPE="$BUILD_TYPE GTEST" 150243feee13SJuergen Schmidt AC_MSG_RESULT([yes]) 150343feee13SJuergen Schmidtelse 150443feee13SJuergen Schmidt ENABLE_UNIT_TESTS="" 150543feee13SJuergen Schmidt AC_MSG_RESULT([no]) 150643feee13SJuergen Schmidtfi 150743feee13SJuergen SchmidtAC_SUBST(ENABLE_UNIT_TESTS) 15080ea1a209SEike Rathke 1509cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable native CUPS support]) 1510cdf0e10cSrcweirif test "$test_cups" = "yes" -a \( "$enable_cups" = "yes" -o "$enable_cups" = "TRUE" \) ; then 1511cdf0e10cSrcweir ENABLE_CUPS="TRUE" 1512cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1513cdf0e10cSrcweirelse 1514cdf0e10cSrcweir ENABLE_CUPS="" 1515cdf0e10cSrcweir AC_MSG_RESULT([no]) 1516cdf0e10cSrcweirfi 1517cdf0e10cSrcweirAC_SUBST(ENABLE_CUPS) 1518cdf0e10cSrcweir 1519cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable fontconfig support]) 1520cdf0e10cSrcweirif test "$_os" != "WINNT" -a "$_os" != "Darwin" -a \( "$enable_fontconfig" = "yes" -o "$enable_fontconfig" = "TRUE" \); then 1521cdf0e10cSrcweir ENABLE_FONTCONFIG="TRUE" 1522cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1523cdf0e10cSrcweirelse 1524cdf0e10cSrcweir ENABLE_FONTCONFIG="" 1525cdf0e10cSrcweir AC_MSG_RESULT([no]) 1526cdf0e10cSrcweirfi 1527cdf0e10cSrcweirAC_SUBST(ENABLE_FONTCONFIG) 1528cdf0e10cSrcweir 1529cdf0e10cSrcweirdnl =================================================================== 1530cdf0e10cSrcweirdnl find external tarballs. 1531cdf0e10cSrcweirdnl =================================================================== 1532cdf0e10cSrcweirif test -z $TARFILE_LOCATION; then 1533cdf0e10cSrcweir TARFILE_LOCATION="DEFAULT" 1534cdf0e10cSrcweirfi 1535cdf0e10cSrcweirAC_SUBST(TARFILE_LOCATION) 1536cdf0e10cSrcweir 1537cdf0e10cSrcweirif test -z "$enable_fetch_external" || test "$enable_fetch_external" = "yes" \ 1538cdf0e10cSrcweir && test -z "$with_system_libs" -a "$with_system_jars" != "no"; then 1539cdf0e10cSrcweir DO_FETCH_TARBALLS="yes" 1540cdf0e10cSrcweirfi 1541cdf0e10cSrcweirAC_SUBST(DO_FETCH_TARBALLS) 1542cdf0e10cSrcweir 1543cdf0e10cSrcweirif test "$_os" = "WINNT"; then 1544cdf0e10cSrcweir AC_MSG_CHECKING([whether to use DirectX]) 1545549fe914SJürgen Schmidt ENABLE_DIRECT_DRAW="" 1546cdf0e10cSrcweir if test "$enable_directx" = "yes" -o "$enable_directx" = "TRUE" -o "$enable_directx" = ""; then 1547cdf0e10cSrcweir ENABLE_DIRECTX="TRUE" 1548cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1549cdf0e10cSrcweir else 1550cdf0e10cSrcweir ENABLE_DIRECTX="" 1551cdf0e10cSrcweir AC_MSG_RESULT([no]) 1552cdf0e10cSrcweir fi 1553cdf0e10cSrcweir AC_SUBST(ENABLE_DIRECTX) 1554cdf0e10cSrcweir 1555cdf0e10cSrcweir AC_MSG_CHECKING([whether to use ActiveX]) 1556cdf0e10cSrcweir if test "$enable_activex" = "yes" -o "$enable_activex" = "TRUE" -o "$enable_activex" = ""; then 1557cdf0e10cSrcweir DISABLE_ACTIVEX="" 1558cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1559cdf0e10cSrcweir else 1560cdf0e10cSrcweir DISABLE_ACTIVEX="TRUE" 1561cdf0e10cSrcweir AC_MSG_RESULT([no]) 1562cdf0e10cSrcweir fi 1563cdf0e10cSrcweir 1564cdf0e10cSrcweir AC_MSG_CHECKING([whether to use ATL]) 1565cdf0e10cSrcweir if test "$enable_atl" = "yes" -o "$enable_atl" = "TRUE" -o "$enable_atl" = ""; then 1566cdf0e10cSrcweir DISABLE_ATL="" 1567cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1568cdf0e10cSrcweir else 1569cdf0e10cSrcweir DISABLE_ATL="TRUE" 15700fd36615SAriel Constenla-Haile dnl ActiveX depends on ATL, it should be disabled 15710fd36615SAriel Constenla-Haile DISABLE_ACTIVEX="TRUE" 1572cdf0e10cSrcweir AC_MSG_RESULT([no]) 1573cdf0e10cSrcweir fi 15740fd36615SAriel Constenla-Haile 1575cdf0e10cSrcweir AC_SUBST(DISABLE_ATL) 15760fd36615SAriel Constenla-Haile AC_SUBST(DISABLE_ACTIVEX) 1577cdf0e10cSrcweir 1578cdf0e10cSrcweirfi 1579cdf0e10cSrcweir 1580cdf0e10cSrcweirdnl =================================================================== 1581cdf0e10cSrcweirdnl Disable rpath in shared libraries? 1582cdf0e10cSrcweirdnl =================================================================== 1583cdf0e10cSrcweirAC_MSG_CHECKING([whether to use RPATH in shared libraries]) 1584cdf0e10cSrcweirif test "$enable_rpath" = "no"; then 1585cdf0e10cSrcweir ENABLE_RPATH="no" 1586cdf0e10cSrcweirelse 1587cdf0e10cSrcweir ENABLE_RPATH="yes" 1588cdf0e10cSrcweirfi 1589cdf0e10cSrcweirAC_MSG_RESULT([$ENABLE_RPATH]) 1590cdf0e10cSrcweirAC_SUBST(ENABLE_RPATH) 1591cdf0e10cSrcweir 1592cdf0e10cSrcweirdnl =================================================================== 1593010ec03aSHerbert Dürrdnl Check extensions to be bundled as literal blobs 1594010ec03aSHerbert Dürrdnl =================================================================== 1595010ec03aSHerbert Dürrif test -n "$with_bundled_extension_blobs"; then 1596010ec03aSHerbert Dürr BUNDLED_EXTENSION_BLOBS="$with_bundled_extension_blobs" 15976feea343SAndre Fischerelse 1598010ec03aSHerbert Dürr BUNDLED_EXTENSION_BLOBS= 1599cdf0e10cSrcweirfi 1600010ec03aSHerbert DürrAC_SUBST(BUNDLED_EXTENSION_BLOBS) 1601010ec03aSHerbert Dürr 1602010ec03aSHerbert Dürr#dnl =================================================================== 1603407bc2eeSMatthias Seidel#dnl Check extensions that are to be bundled as pre-registered 1604010ec03aSHerbert Dürr#dnl =================================================================== 1605010ec03aSHerbert Dürrif test -n "$with_bundled_prereg_extensions"; then 1606010ec03aSHerbert Dürr BUNDLED_PREREG_EXTENSIONS="$with_bundled_prereg_extensions" 1607010ec03aSHerbert Dürrelse 1608010ec03aSHerbert Dürr BUNDLED_PREREG_EXTENSIONS= 1609010ec03aSHerbert Dürrfi 1610010ec03aSHerbert DürrAC_SUBST(BUNDLED_PREREG_EXTENSIONS) 1611010ec03aSHerbert Dürr 1612010ec03aSHerbert Dürrdnl =================================================================== 1613010ec03aSHerbert Dürrdnl Configure system provided dictionary/hyphenation/thesaurus 1614010ec03aSHerbert Dürrdnl =================================================================== 1615010ec03aSHerbert Dürr AC_MSG_CHECKING([whether to use dicts from external paths]) 1616010ec03aSHerbert Dürr if test -n "$with_system_dicts" -a "$with_system_dicts" = "yes"; then 1617010ec03aSHerbert Dürr AC_MSG_RESULT([yes]) 1618010ec03aSHerbert Dürr SYSTEM_DICTS=YES 1619010ec03aSHerbert Dürr AC_MSG_CHECKING([for spelling dictionary directory]) 1620010ec03aSHerbert Dürr if test -n "$with_external_dict_dir"; then 1621010ec03aSHerbert Dürr DICT_SYSTEM_DIR=file://$with_external_dict_dir 1622010ec03aSHerbert Dürr else 1623010ec03aSHerbert Dürr DICT_SYSTEM_DIR=file:///usr/share/hunspell 1624010ec03aSHerbert Dürr fi 1625010ec03aSHerbert Dürr AC_MSG_RESULT([$DICT_SYSTEM_DIR]) 1626010ec03aSHerbert Dürr AC_MSG_CHECKING([for hyphenation patterns directory]) 1627010ec03aSHerbert Dürr if test -n "$with_external_hyph_dir"; then 1628010ec03aSHerbert Dürr HYPH_SYSTEM_DIR=file://$with_external_hyph_dir 1629010ec03aSHerbert Dürr else 1630010ec03aSHerbert Dürr HYPH_SYSTEM_DIR=file:///usr/share/hyphen 1631010ec03aSHerbert Dürr fi 1632010ec03aSHerbert Dürr AC_MSG_RESULT([$HYPH_SYSTEM_DIR]) 1633010ec03aSHerbert Dürr AC_MSG_CHECKING([for thesaurus directory]) 1634010ec03aSHerbert Dürr if test -n "$with_external_thes_dir"; then 1635010ec03aSHerbert Dürr THES_SYSTEM_DIR=file://$with_external_thes_dir 1636010ec03aSHerbert Dürr else 1637010ec03aSHerbert Dürr THES_SYSTEM_DIR=file:///usr/share/mythes 1638010ec03aSHerbert Dürr fi 1639010ec03aSHerbert Dürr AC_MSG_RESULT([$THES_SYSTEM_DIR]) 1640010ec03aSHerbert Dürr else 1641010ec03aSHerbert Dürr AC_MSG_RESULT([no]) 1642010ec03aSHerbert Dürr SYSTEM_DICTS=NO 1643010ec03aSHerbert Dürr fi 1644cdf0e10cSrcweirAC_SUBST(SYSTEM_DICTS) 1645cdf0e10cSrcweirAC_SUBST(DICT_SYSTEM_DIR) 1646cdf0e10cSrcweirAC_SUBST(HYPH_SYSTEM_DIR) 1647cdf0e10cSrcweirAC_SUBST(THES_SYSTEM_DIR) 1648cdf0e10cSrcweir 1649cdf0e10cSrcweirif test $_os = "WINNT"; then 1650cdf0e10cSrcweir AC_MSG_CHECKING([Windows build environment sanity]) 1651cdf0e10cSrcweir dnl =================================================================== 1652407bc2eeSMatthias Seidel dnl Sanity check! Native Windows programs cannot use cygwin symlinks! 1653cdf0e10cSrcweir dnl =================================================================== 1654cdf0e10cSrcweir dnl As long as awk instead of $AWK is used somewhere in the sources, 1655cdf0e10cSrcweir dnl check for $AWK and awk. $AWK is pointing to gawk in cygwin. 1656cdf0e10cSrcweir if test -L $AWK -o -L `which awk` -o -L `which tar` -o -L `which gunzip` ; then 1657cdf0e10cSrcweir AC_MSG_ERROR([$AWK, awk, tar or gunzip is a cygwin symlink! 1658407bc2eeSMatthias SeidelNative Windows programs cannot use cygwin symlinks. Remove the symbolic 1659cdf0e10cSrcweirlink, and copy the program to the name of the link.]) 1660cdf0e10cSrcweir fi 1661cdf0e10cSrcweir dnl =================================================================== 1662cdf0e10cSrcweir dnl Another sanity check! More a band-aid. winenv.* adds guw.exe to 1663cdf0e10cSrcweir dnl CC and CXX but the configure checks here assume that guw.exe 1664cdf0e10cSrcweir dnl (if needed at all) is not yet present. 1665cdf0e10cSrcweir dnl =================================================================== 1666cdf0e10cSrcweir CC=`echo $CC | $SED "s/^guw.exe //"` 1667cdf0e10cSrcweir CXX=`echo $CXX | $SED "s/^guw.exe //"` 1668cdf0e10cSrcweir dnl =================================================================== 1669cdf0e10cSrcweir dnl If $CC is set to a MinGW compiler, e.g. "gcc -mno-cygwin" enable 1670cdf0e10cSrcweir dnl $WITH_MINGWIN 1671cdf0e10cSrcweir dnl =================================================================== 1672cdf0e10cSrcweir if test -n "$CC";then 1673cdf0e10cSrcweir if test "`$CC -dumpmachine 2>/dev/null | $SED -e 's/^.*-//'`" = "mingw32"; then 1674cdf0e10cSrcweir WITH_MINGWIN="yes" 1675cdf0e10cSrcweir fi 1676cdf0e10cSrcweir fi 1677cdf0e10cSrcweir dnl =================================================================== 1678cdf0e10cSrcweir if test "$WITH_MINGWIN" = "yes" ; then 1679cdf0e10cSrcweir if test -z "$CC"; then 1680cdf0e10cSrcweir CC="gcc -mno-cygwin" 1681cdf0e10cSrcweir CXX="g++ -mno-cygwin" 1682cdf0e10cSrcweir fi 1683cdf0e10cSrcweir fi 1684cdf0e10cSrcweir AC_MSG_RESULT([ok]) 1685cdf0e10cSrcweirfi 1686cdf0e10cSrcweirAC_SUBST(WITH_MINGWIN) 1687cdf0e10cSrcweir 1688cdf0e10cSrcweirdnl =================================================================== 1689cdf0e10cSrcweirdnl Extra check for Windows. cygwin builds need gcc to build dmake 1690cdf0e10cSrcweirdnl and g++ to build guw.exe although MS cl (or MinGW) is used to 1691e986c8d8SMatthias Seideldnl build AOO. 1692cdf0e10cSrcweirdnl =================================================================== 1693cdf0e10cSrcweirif test "$_os" = "WINNT" ; then 1694cdf0e10cSrcweir AC_MSG_CHECKING([for cygwin gcc/g++]) 1695cdf0e10cSrcweir if which gcc > /dev/null && which g++ > /dev/null ; then 1696cdf0e10cSrcweir AC_MSG_RESULT([found]) 1697cdf0e10cSrcweir else 1698cdf0e10cSrcweir AC_MSG_ERROR([cygwin gcc and g++ are needed, please install them.]) 1699cdf0e10cSrcweir fi 1700cdf0e10cSrcweirfi 1701cdf0e10cSrcweir 1702cdf0e10cSrcweir 1703cdf0e10cSrcweirdnl =================================================================== 1704cdf0e10cSrcweirdnl Check whether the bash shell can be used. 1705cdf0e10cSrcweirdnl =================================================================== 1706cdf0e10cSrcweirAC_PATH_PROG(SHELLPATH, bash) 1707cdf0e10cSrcweirif test -z "$SHELLPATH"; then 1708cdf0e10cSrcweir AC_MSG_ERROR([bash not found in \$PATH]) 1709cdf0e10cSrcweirelse 1710cdf0e10cSrcweir SHELLPATH=`echo $SHELLPATH | $SED -n "s/\/bash$//p"` 1711cdf0e10cSrcweirfi 1712cdf0e10cSrcweirAC_SUBST(SHELLPATH) 1713cdf0e10cSrcweir 1714cdf0e10cSrcweirdnl =================================================================== 1715cdf0e10cSrcweirdnl Checks for c compiler, 1716cdf0e10cSrcweirdnl The check for the c++ compiler is later on. 1717cdf0e10cSrcweirdnl =================================================================== 1718cdf0e10cSrcweirAC_MSG_CHECKING([gcc home]) 1719cdf0e10cSrcweirif test -z "$with_gcc_home"; then 1720cdf0e10cSrcweir GCC_HOME=`which gcc | $SED -e s,/bin/gcc,,` 1721da2e13d4SMatthias Seidelelse 1722cdf0e10cSrcweir GCC_HOME="$with_gcc_home" 1723cdf0e10cSrcweirfi 1724cdf0e10cSrcweirAC_MSG_RESULT($GCC_HOME) 1725cdf0e10cSrcweirAC_SUBST(GCC_HOME) 1726cdf0e10cSrcweir 1727cdf0e10cSrcweirsave_CC=$CC 1728cdf0e10cSrcweirsave_CXX=$CXX 1729cdf0e10cSrcweir 1730cdf0e10cSrcweirif test -n "$with_gcc_home"; then 1731cdf0e10cSrcweir if test -z "$CC"; then 1732cdf0e10cSrcweir CC="$with_gcc_home/bin/gcc" 1733cdf0e10cSrcweir fi 1734cdf0e10cSrcweirfi 1735cdf0e10cSrcweir 1736cdf0e10cSrcweirdnl The following checks for gcc, cc and then cl (if it weren't guarded for win32) 1737cdf0e10cSrcweirif test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then 1738cdf0e10cSrcweir AC_PROG_CC 1739cdf0e10cSrcweirfi 1740cdf0e10cSrcweir 1741cdf0e10cSrcweirCOMPATH=`dirname "$CC"` 1742cdf0e10cSrcweirif test "$COMPATH" = "." ; then 1743cdf0e10cSrcweir AC_PATH_PROGS(COMPATH, $CC) 1744cdf0e10cSrcweir dnl double square bracket to get single because of M4 quote... 1745cdf0e10cSrcweir COMPATH=`echo $COMPATH | $SED "s@/[[^/:]]*\\\$@@"`; 1746cdf0e10cSrcweirfi 17471e1ac450SHerbert DürrCC_PATH="$COMPATH/" 1748cdf0e10cSrcweirCOMPATH=`echo $COMPATH | $SED "s@/[[Bb]][[Ii]][[Nn]]\\\$@@"`; 1749cdf0e10cSrcweir 1750cdf0e10cSrcweirdnl =================================================================== 1751e986c8d8SMatthias Seideldnl Test the gcc version, 3 is OK 1752cdf0e10cSrcweirdnl =================================================================== 1753cdf0e10cSrcweirGCCVER=20995 1754cdf0e10cSrcweirif test \( "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes" \) -a "$GCC" = "yes"; then 1755cdf0e10cSrcweir AC_MSG_CHECKING([the GNU gcc compiler version]) 1756cdf0e10cSrcweir _gcc_version=`$CC -dumpversion` 1757cdf0e10cSrcweir _gcc_major=`echo $_gcc_version | $AWK -F. '{ print \$1 }'` 1758cdf0e10cSrcweir GCCVER=`echo $_gcc_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'` 1759cdf0e10cSrcweir 1760cdf0e10cSrcweir if test "$_gcc_major" -lt "3"; then 1761cdf0e10cSrcweir AC_MSG_ERROR([found version "$_gcc_version", use version 3+ of the gcc compiler]) 1762cdf0e10cSrcweir else 1763cdf0e10cSrcweir if test "$GCCVER" -eq "030203"; then 1764cdf0e10cSrcweir if test "$ENABLE_SYMBOLS" = "SMALL"; then 1765cdf0e10cSrcweir AC_MSG_ERROR([version "$_gcc_version" gives internal error with small.]) 1766cdf0e10cSrcweir fi 1767cdf0e10cSrcweir fi 1768cdf0e10cSrcweir fi 17691e1ac450SHerbert Dürr if test "$_os" = "Darwin" ; then 1770cdf0e10cSrcweir AC_MSG_RESULT([implicitly using CC=$CC]) 1771cdf0e10cSrcweir else 1772cdf0e10cSrcweir AC_MSG_RESULT([checked (gcc $_gcc_version)]) 1773cdf0e10cSrcweir fi 1774cdf0e10cSrcweir if test "$_os" = "SunOS"; then 1775cdf0e10cSrcweir AC_MSG_CHECKING([gcc linker]) 177628633775SPedro Giffuni if $CC -Wl,--version 2>&1 |head -n 1| $GREP -v GNU > /dev/null;then 1777cdf0e10cSrcweir AC_MSG_ERROR([failed (not GNU ld). Use GNU ld instead of Sun ld on Solaris]) 1778cdf0e10cSrcweir fi 1779cdf0e10cSrcweir AC_MSG_RESULT([ok (GNU ld)]) 1780cdf0e10cSrcweir fi 1781da2e13d4SMatthias Seidelfi 1782cdf0e10cSrcweirAC_SUBST(GCCVER) 1783cdf0e10cSrcweir 1784cdf0e10cSrcweirHAVE_LD_BSYMBOLIC_FUNCTIONS= 1785cdf0e10cSrcweirif test "$GCC" = "yes"; then 1786cdf0e10cSrcweir AC_MSG_CHECKING( for -Bsymbolic-functions linker support ) 1787cdf0e10cSrcweir bsymbolic_functions_ldflags_save=$LDFLAGS 1788cdf0e10cSrcweir LDFLAGS="$LDFLAGS -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo" 1789cdf0e10cSrcweir AC_LINK_IFELSE([AC_LANG_PROGRAM([ 1790cdf0e10cSrcweir #include <stdio.h> 1791cdf0e10cSrcweir ],[ 1792cdf0e10cSrcweir printf ("hello world\n"); 1793cdf0e10cSrcweir ])], HAVE_LD_BSYMBOLIC_FUNCTIONS=TRUE, []) 1794cdf0e10cSrcweir if test "z$HAVE_LD_BSYMBOLIC_FUNCTIONS" = "zTRUE"; then 1795cdf0e10cSrcweir AC_MSG_RESULT( found ) 1796cdf0e10cSrcweir else 1797cdf0e10cSrcweir AC_MSG_RESULT( not found ) 1798cdf0e10cSrcweir fi 1799cdf0e10cSrcweir LDFLAGS=$bsymbolic_functions_ldflags_save 1800cdf0e10cSrcweirfi 1801cdf0e10cSrcweirAC_SUBST(HAVE_LD_BSYMBOLIC_FUNCTIONS) 1802cdf0e10cSrcweir 1803cdf0e10cSrcweirdnl =================================================================== 1804cdf0e10cSrcweirdnl Set the ENABLE_PCH variable. (Activate --enable-pch) 1805cdf0e10cSrcweirdnl =================================================================== 1806cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable pch feature]) 1807cdf0e10cSrcweirif test -n "$enable_pch" && test "$enable_pch" != "no"; then 1808cdf0e10cSrcweir if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then 1809cdf0e10cSrcweir ENABLE_PCH="TRUE" 1810cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1811cdf0e10cSrcweirdnl There is no PCH support in GCC versions prior to this 1812cdf0e10cSrcweir elif test "$GCC" = "yes" -a "$GCCVER" -gt "030400"; then 1813cdf0e10cSrcweir ENABLE_PCH="TRUE" 1814cdf0e10cSrcweir AC_MSG_RESULT([yes]) 1815cdf0e10cSrcweir else 1816cdf0e10cSrcweir ENABLE_PCH="" 1817cdf0e10cSrcweir AC_MSG_WARN([Precompiled header not yet supported for your platform/compiler]) 1818cdf0e10cSrcweir fi 1819cdf0e10cSrcweirelse 1820cdf0e10cSrcweir ENABLE_PCH="" 1821cdf0e10cSrcweir AC_MSG_RESULT([no]) 1822cdf0e10cSrcweirfi 1823cdf0e10cSrcweirAC_SUBST(ENABLE_PCH) 1824cdf0e10cSrcweir 1825cdf0e10cSrcweirdnl =================================================================== 1826cdf0e10cSrcweirdnl Search all the common names for GNU make 1827cdf0e10cSrcweirdnl =================================================================== 1828cdf0e10cSrcweirAC_MSG_CHECKING([for GNU make]) 1829308295dbSJim Jagielskifor a in "$MAKE" "$GNUMAKE" make gmake gnumake; do 1830da2e13d4SMatthias Seidel $a --version 2> /dev/null | $GREP GNU 2>&1 > /dev/null 1831da2e13d4SMatthias Seidel if test $? -eq 0; then 1832cdf0e10cSrcweir GNUMAKE=$a 1833cdf0e10cSrcweir break 1834cdf0e10cSrcweir fi 1835cdf0e10cSrcweirdone 1836cdf0e10cSrcweirAC_MSG_RESULT($GNUMAKE) 1837cdf0e10cSrcweirif test -z "$GNUMAKE"; then 1838cdf0e10cSrcweir AC_MSG_ERROR([not found. install GNU make.]) 1839cdf0e10cSrcweirfi 1840cdf0e10cSrcweir 1841cdf0e10cSrcweirAC_MSG_CHECKING([the GNU make version]) 184228633775SPedro Giffuni_make_version=`$GNUMAKE --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`; 1843cdf0e10cSrcweir_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'` 184436a2d835Smseidelif test "$_make_longver" -ge "038100" ; then 1845cdf0e10cSrcweir AC_MSG_RESULT([$GNUMAKE $_make_version]) 1846cdf0e10cSrcweirelse 184736a2d835Smseidel AC_MSG_ERROR([failed ($GNUMAKE version >= 3.81 needed]) 1848cdf0e10cSrcweirfi 1849cdf0e10cSrcweirAC_SUBST(GNUMAKE) 1850cdf0e10cSrcweir 1851fb6b49d1SJürgen Schmidtdnl =================================================================== 1852fb6b49d1SJürgen Schmidtdnl Search for a pre-installed dmake 1853fb6b49d1SJürgen Schmidtdnl =================================================================== 1854fb6b49d1SJürgen SchmidtAC_MSG_CHECKING([for dmake]) 185525c8c0abSAndrea PescettiDMAKE="no" 185625c8c0abSAndrea Pescetti# Override system dmake if --with-dmake-path or --with-dmake-url is used. 185725c8c0abSAndrea Pescettiif test -z "$with_dmake_path" && test -z "$with_dmake_url"; then 185825c8c0abSAndrea Pescetti AC_PATH_PROG(DMAKE, dmake, no) 185925c8c0abSAndrea Pescetti IS_SYSTEM_DMAKE=NO 186025c8c0abSAndrea Pescetti if test "$DMAKE" != "no"; then 186125c8c0abSAndrea Pescetti AC_MSG_RESULT([using system dmake]) 186225c8c0abSAndrea Pescetti DMAKE_PATH="$DMAKE" 186325c8c0abSAndrea Pescetti IS_SYSTEM_DMAKE=YES 186425c8c0abSAndrea Pescetti fi 1865aee29faaSAriel Constenla-Haileelif test -n "$with_dmake_path" ; then 1866fb6b49d1SJürgen Schmidt # Did not find pre-installed dmake. 1867fb6b49d1SJürgen Schmidt # Is it at a nonstandard location provided by --with-dmake-path ? 1868aee29faaSAriel Constenla-Haile AC_MSG_NOTICE([looking for dmake at $DMAKE_PATH]) 1869aee29faaSAriel Constenla-Haile if test -x "$with_dmake_path" ; then 1870aee29faaSAriel Constenla-Haile AC_MSG_RESULT([using user provided dmake]) 1871aee29faaSAriel Constenla-Haile DMAKE=$with_dmake_path 1872fb6b49d1SJürgen Schmidt fi 1873fb6b49d1SJürgen Schmidtfi 1874fb6b49d1SJürgen Schmidt 1875fb6b49d1SJürgen SchmidtDMAKE_URL= 1876fb6b49d1SJürgen Schmidtif test "$DMAKE" = "no"; then 1877fb6b49d1SJürgen Schmidt AC_MSG_NOTICE([no system or user-provided dmake found]) 1878fb6b49d1SJürgen Schmidt # Check if a URL was supplied from which we can download the source and compile it. 1879fb6b49d1SJürgen Schmidt if test -n "$with_dmake_url" ; then 1880fb6b49d1SJürgen Schmidt # At this moment we can not verify the URL or the content that we want to download. 1881fb6b49d1SJürgen Schmidt # Neither can we apply the test below for ruling out that it is the SunStudio dmake. 1882fb6b49d1SJürgen Schmidt DMAKE_URL=$with_dmake_url 1883fb6b49d1SJürgen Schmidt AC_MSG_RESULT([dmake will be downloaded and compiled in bootstrap]) 1884fb6b49d1SJürgen Schmidt DMAKE= 1885fb6b49d1SJürgen Schmidt else 1886063b5acfSAndrea Pescetti AC_MSG_ERROR([no URL for dmake source code specified, either. Use --with-dmake-url to supply an URL; run configure with the --help option for a list of possible URLs.]) 1887fb6b49d1SJürgen Schmidt BUILD_DMAKE=YES 1888fb6b49d1SJürgen Schmidt fi 1889fb6b49d1SJürgen Schmidtelse 1890fb6b49d1SJürgen Schmidt AC_MSG_CHECKING([whether the found dmake is the right dmake]) 1891fb6b49d1SJürgen Schmidt # we need to find out whether that dmake we found is "our" dmake 1892fb6b49d1SJürgen Schmidt # or the dmake from Sun's SunStudio Compiler which is something 1893fb6b49d1SJürgen Schmidt # different 1894fb6b49d1SJürgen Schmidt # This test _should_ work because the one accepts -V (ours) and one 1895fb6b49d1SJürgen Schmidt # (the other) not... 189628633775SPedro Giffuni $DMAKE -V 2>/dev/null | $GREP -E 'dmake(.exe)? .* Version .*' >/dev/null 1897da2e13d4SMatthias Seidel if test $? -eq 0; then 1898fb6b49d1SJürgen Schmidt BUILD_DMAKE=NO 1899fb6b49d1SJürgen Schmidt AC_MSG_RESULT([yes]) 1900fb6b49d1SJürgen Schmidt AC_MSG_CHECKING([the dmake version]) 1901fb6b49d1SJürgen Schmidt DMAKE_VERSION=`$DMAKE -V | $AWK '$3 == "Version" {print $4}'` 1902fb6b49d1SJürgen Schmidt if test "`echo $DMAKE_VERSION | cut -d'.' -f1`" -gt "4"; then 1903fb6b49d1SJürgen Schmidt AC_MSG_RESULT([OK, >= 4.11]) 1904fb6b49d1SJürgen Schmidt elif test "`echo $DMAKE_VERSION | cut -d'.' -f1`" = "4" && \ 1905fb6b49d1SJürgen Schmidt test "`echo $DMAKE_VERSION | cut -d'.' -f2`" -ge "11"; then 1906fb6b49d1SJürgen Schmidt AC_MSG_RESULT([OK, >= 4.11]) 1907fb6b49d1SJürgen Schmidt else 1908fb6b49d1SJürgen Schmidt AC_MSG_ERROR([too old. >= 4.11 is needed]) 1909fb6b49d1SJürgen Schmidt DMAKE=no 1910fb6b49d1SJürgen Schmidt fi 1911fb6b49d1SJürgen Schmidt else 1912fb6b49d1SJürgen Schmidt AC_MSG_WARN([no]) 1913fb6b49d1SJürgen Schmidt DMAKE=no 1914fb6b49d1SJürgen Schmidt fi 1915fb6b49d1SJürgen Schmidtfi 1916fb6b49d1SJürgen Schmidtif test "$DMAKE" = "no"; then 1917fb6b49d1SJürgen Schmidt AC_MSG_ERROR([please use --with-dmake-path or --with-dmake-url to specify dmake executable or source]) 1918fb6b49d1SJürgen Schmidtfi 1919fb6b49d1SJürgen SchmidtAC_SUBST(DMAKE_URL) 1920aee29faaSAriel Constenla-HaileAC_SUBST(DMAKE_PATH) 1921aee29faaSAriel Constenla-HaileAC_SUBST(IS_SYSTEM_DMAKE) 1922fb6b49d1SJürgen Schmidt 1923fb6b49d1SJürgen Schmidt 1924cdf0e10cSrcweirdnl =================================================================== 192581996412SPedro Giffunidnl Search all the common names for GNU or BSD tar 1926cdf0e10cSrcweirdnl =================================================================== 192746a19ddeSPedro GiffuniAC_MSG_CHECKING([for GNU or compatible BSD tar]) 192881996412SPedro Giffunifor a in $GNUTAR gtar gnutar bsdtar tar; do 1929da2e13d4SMatthias Seidel $a --version 2> /dev/null | $EGREP "GNU|libarchive" 2>&1 > /dev/null 1930da2e13d4SMatthias Seidel if test $? -eq 0; then 1931cdf0e10cSrcweir GNUTAR=$a 1932cdf0e10cSrcweir break 1933cdf0e10cSrcweir fi 1934cdf0e10cSrcweirdone 1935cdf0e10cSrcweirAC_MSG_RESULT($GNUTAR) 1936cdf0e10cSrcweirif test -z "$GNUTAR"; then 1937cdf0e10cSrcweir AC_MSG_ERROR([not found. install GNU tar.]) 1938cdf0e10cSrcweirfi 1939cdf0e10cSrcweir 1940cdf0e10cSrcweirAC_SUBST(GNUTAR) 1941cdf0e10cSrcweir 1942cdf0e10cSrcweirdnl =================================================================== 1943cdf0e10cSrcweirdnl Test the solaris compiler version 1944cdf0e10cSrcweirdnl =================================================================== 1945cdf0e10cSrcweirif test "$_os" = "SunOS"; then 1946cdf0e10cSrcweir if test "$CC" = "cc"; then 1947cdf0e10cSrcweir AC_PATH_PROGS(_cc, cc) 1948cdf0e10cSrcweir COMPATH=`echo $_cc | $SED -n "s/\/bin\/cc//p"` 1949cdf0e10cSrcweir AC_MSG_CHECKING([the SunStudio C/C++ compiler version]) 1950cdf0e10cSrcweir dnl cc -V outputs to standard error!!!! 195128633775SPedro Giffuni _sunstudio_string=`$CC -V 2>&1 | $GREP '^cc' | sed -e 's/.* C //'` 1952cdf0e10cSrcweir _sunstudio_version=`echo $_sunstudio_string | $AWK '{ print $1 }'` 1953da2e13d4SMatthias Seidel _sunstudio_major=`echo $_sunstudio_version | $AWK -F. '{ print $1 }'` 1954cdf0e10cSrcweir if test "$_sunstudio_major" != "5"; then 1955cdf0e10cSrcweir AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStudio C/C++ compiler]) 1956cdf0e10cSrcweir else 1957da2e13d4SMatthias Seidel _sunstudio_minor=`echo $_sunstudio_version | $AWK -F. '{ if ($2 == 5) print "true"; else if ($2 == 7) print "true"; else if ($2 == 8) print "true"; else if ($2 == 9) print "true"; else print "false" }'` 1958cdf0e10cSrcweir if test "$_sunstudio_minor" = "false"; then 1959cdf0e10cSrcweir AC_MSG_ERROR([found version "$_sunstudio_version", use version 5.5, 5.7, 5.8 or 5.9 of the SunStudio C/C++ compiler]) 1960cdf0e10cSrcweir else 1961cdf0e10cSrcweir dnl compiler will do 1962cdf0e10cSrcweir AC_MSG_RESULT([checked]) 1963cdf0e10cSrcweir fi 1964cdf0e10cSrcweir fi 1965cdf0e10cSrcweir fi 1966cdf0e10cSrcweirfi 1967cdf0e10cSrcweir 1968cdf0e10cSrcweirif test "$GCC" = "yes"; then 1969cdf0e10cSrcweir AC_MSG_CHECKING( for --hash-style=both linker support ) 1970cdf0e10cSrcweir hash_style_ldflags_save=$LDFLAGS 1971cdf0e10cSrcweir LDFLAGS="$LDFLAGS -Wl,--hash-style=both" 1972cdf0e10cSrcweir AC_LINK_IFELSE([AC_LANG_PROGRAM([ 1973cdf0e10cSrcweir #include <stdio.h> 1974cdf0e10cSrcweir ],[ 1975cdf0e10cSrcweir printf ("hello world\n"); 1976cdf0e10cSrcweir ])], HAVE_LD_HASH_STYLE=TRUE, HAVE_LD_HASH_STYLE=FALSE) 1977cdf0e10cSrcweir if test "z$HAVE_LD_HASH_STYLE" = "zTRUE"; then 1978cdf0e10cSrcweir AC_MSG_RESULT( found ) 1979cdf0e10cSrcweir else 1980cdf0e10cSrcweir AC_MSG_RESULT( not found ) 1981cdf0e10cSrcweir fi 1982cdf0e10cSrcweir LDFLAGS=$hash_style_ldflags_save 1983cdf0e10cSrcweirfi 1984cdf0e10cSrcweirAC_SUBST(HAVE_LD_HASH_STYLE) 1985cdf0e10cSrcweir 1986cdf0e10cSrcweirdnl =================================================================== 1987cdf0e10cSrcweirdnl Test the Compaq compiler for OSF1 1988cdf0e10cSrcweirdnl =================================================================== 1989cdf0e10cSrcweirif test "$_os" = "OSF1"; then 1990cdf0e10cSrcweir if test "$CC" = "cc"; then 1991cdf0e10cSrcweir AC_PATH_PROGS(_cc, cc) 1992cdf0e10cSrcweir COMPATH=`echo $_cc | $SED -n "s/\/bin\/cc//p"` 1993cdf0e10cSrcweir AC_MSG_WARN([******* $_cc , $COMPATH]) 1994cdf0e10cSrcweir AC_MSG_CHECKING([the Compaq C compiler version]) 1995cdf0e10cSrcweir dnl cc -V outputs to standard error!!!! 1996cdf0e10cSrcweir _compaqc_version=`$CC -V 2>&1 | $AWK '{ print $3 }'` 1997cdf0e10cSrcweir _compaqc_major=`echo $_compaqc_version | $AWK -F. '{ print $1 }'` 1998cdf0e10cSrcweir if test "$_compaqc_major" != "T6"; then 1999cdf0e10cSrcweir AC_MSG_ERROR([found version "$_compaqc_version", use version 6 of the Compaq C compiler]) 2000cdf0e10cSrcweir else 2001cdf0e10cSrcweir dnl compiler will do 2002cdf0e10cSrcweir AC_MSG_RESULT([checked]) 2003cdf0e10cSrcweir fi 2004cdf0e10cSrcweir fi 2005cdf0e10cSrcweirfi 2006cdf0e10cSrcweir 2007cdf0e10cSrcweirdnl =================================================================== 2008cdf0e10cSrcweirdnl Check whether there's a Perl version available. 2009cdf0e10cSrcweirdnl =================================================================== 2010cdf0e10cSrcweirif test -z "$with_perl_home"; then 2011cdf0e10cSrcweir AC_PATH_PROG(PERL, perl) 2012cdf0e10cSrcweirelse 2013cdf0e10cSrcweir if test "$_os" = "WINNT"; then 2014cdf0e10cSrcweir with_perl_home=`cygpath -u "$with_perl_home"` 2015cdf0e10cSrcweir fi 2016cdf0e10cSrcweir _perl_path="$with_perl_home/bin/perl" 2017cdf0e10cSrcweir if test -x "$_perl_path"; then 2018cdf0e10cSrcweir PERL=$_perl_path 2019cdf0e10cSrcweir else 2020cdf0e10cSrcweir AC_MSG_ERROR([$_perl_path not found]) 2021cdf0e10cSrcweir fi 2022cdf0e10cSrcweirfi 2023cdf0e10cSrcweir 2024cdf0e10cSrcweirdnl =================================================================== 2025cdf0e10cSrcweirdnl Testing for Perl version 5 or greater. 2026cdf0e10cSrcweirdnl $] is the perl version variable, it is returned as an integer 2027cdf0e10cSrcweirdnl =================================================================== 2028cdf0e10cSrcweirif test "$PERL"; then 2029cdf0e10cSrcweir AC_MSG_CHECKING([the Perl version]) 2030cdf0e10cSrcweir ${PERL} -e "exit($]);" 2031cdf0e10cSrcweir _perl_version=$? 2032cdf0e10cSrcweir if test "$_perl_version" -lt 5; then 2033cdf0e10cSrcweir AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl]) 2034da2e13d4SMatthias Seidel fi 2035cdf0e10cSrcweir AC_MSG_RESULT([checked (perl $_perl_version)]) 2036cdf0e10cSrcweirelse 2037cdf0e10cSrcweir AC_MSG_ERROR([Perl not found, install version 5 of Perl]) 2038cdf0e10cSrcweirfi 2039cdf0e10cSrcweirAC_SUBST(PERL) 2040cdf0e10cSrcweir 2041cdf0e10cSrcweirdnl =================================================================== 2042cdf0e10cSrcweirdnl Testing for required Perl modules 2043e6e5b0b8SAndre Fischerdnl The list of required Perl modules is documented here: 2044da2e13d4SMatthias Seideldnl https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#General_Build_Requirements 2045cdf0e10cSrcweirdnl =================================================================== 2046cdf0e10cSrcweirAC_MSG_CHECKING([for required Perl modules]) 20479b3da915SDamjan Jovanovicif `$PERL -e 'use Archive::Zip; 20489b3da915SDamjan Jovanovic use LWP::UserAgent; 20499b3da915SDamjan Jovanovic use XML::Parser; 20509b3da915SDamjan Jovanovic use Digest::SHA; 20519b3da915SDamjan Jovanovic use Digest::MD5; 20529b3da915SDamjan Jovanovic use LWP::Protocol::https;'>/dev/null 2>&1`; then 2053cdf0e10cSrcweir AC_MSG_RESULT([all modules found]) 2054cdf0e10cSrcweirelse 2055e6e5b0b8SAndre Fischer # Find out which modules are missing. 2056e6e5b0b8SAndre Fischer missing_perl_modules= 2057e6e5b0b8SAndre Fischer if ! `$PERL -e 'use Archive::Zip;'>/dev/null 2>&1`; then 2058e6e5b0b8SAndre Fischer missing_perl_modules=Archive::Zip 2059e6e5b0b8SAndre Fischer fi 2060e6e5b0b8SAndre Fischer if ! `$PERL -e 'use LWP::UserAgent;'>/dev/null 2>&1`; then 2061e6e5b0b8SAndre Fischer missing_perl_modules="$missing_perl_modules LWP::UserAgent" 2062e6e5b0b8SAndre Fischer fi 2063e6e5b0b8SAndre Fischer if ! `$PERL -e 'use XML::Parser;'>/dev/null 2>&1`; then 2064e6e5b0b8SAndre Fischer missing_perl_modules="$missing_perl_modules XML::Parser" 2065fec5e19eSarielch fi 2066fec5e19eSarielch if ! `$PERL -e 'use Digest::SHA;'>/dev/null 2>&1`; then 2067fec5e19eSarielch missing_perl_modules="$missing_perl_modules Digest::SHA" 2068fec5e19eSarielch fi 2069fec5e19eSarielch if ! `$PERL -e 'use Digest::MD5;'>/dev/null 2>&1`; then 2070fec5e19eSarielch missing_perl_modules="$missing_perl_modules Digest::MD5" 2071fec5e19eSarielch fi 2072fec5e19eSarielch if ! `$PERL -e 'use LWP::Protocol::https;'>/dev/null 2>&1`; then 2073fec5e19eSarielch missing_perl_modules="$missing_perl_modules LWP::Protocol::https" 2074e6e5b0b8SAndre Fischer fi 2075e6e5b0b8SAndre Fischer AC_MSG_ERROR([ 2076e6e5b0b8SAndre Fischer The missing Perl modules are: $missing_perl_modules 2077e6e5b0b8SAndre Fischer Install them as superuser/administrator with "cpan -i $missing_perl_modules"]) 2078cdf0e10cSrcweirfi 2079cdf0e10cSrcweir 2080cdf0e10cSrcweirdnl =================================================================== 2081cdf0e10cSrcweirdnl Check which Microsoft C/C++ or MinGW compiler is used for WINNT 2082cdf0e10cSrcweirdnl =================================================================== 2083cdf0e10cSrcweirif test "$_os" = "WINNT"; then 2084cdf0e10cSrcweir if test "$WITH_MINGWIN" != "yes"; then 2085cdf0e10cSrcweir AC_MSG_CHECKING([for friendly registry keys]) 2086cdf0e10cSrcweir # VS.Net 2003, VS.Net 2005 2087cdf0e10cSrcweir if test -z "$with_cl_home"; then 2088edd74ba5SDamjan Jovanovic vctest=`$OOWINTOOL --msvc-productdir`; 2089cdf0e10cSrcweir if test -x "$vctest/bin/cl.exe"; then 2090cdf0e10cSrcweir with_cl_home=$vctest; 2091cdf0e10cSrcweir fi 2092cdf0e10cSrcweir else 2093cdf0e10cSrcweir with_cl_home=`cygpath -u "$with_cl_home"` 2094cdf0e10cSrcweir fi 2095cdf0e10cSrcweir AC_MSG_RESULT([done]) 2096cdf0e10cSrcweir 2097cdf0e10cSrcweir dnl =========================================================== 2098cdf0e10cSrcweir dnl Check for mspdb71.dll/mspdb80.dll 2099cdf0e10cSrcweir dnl =========================================================== 2100cdf0e10cSrcweir dnl .NET 2003/5/8 Compiler 2101cdf0e10cSrcweir if test -n "$with_mspdb_path";then 2102cdf0e10cSrcweir with_mspdb_path=`cygpath -u "$with_mspdb_path"` 2103cdf0e10cSrcweir fi 2104cdf0e10cSrcweir if test -e "$with_mspdb_path/mspdb71.dll" -o -e "$with_mspdb_path/mspdb80.dll"; then 2105cdf0e10cSrcweir MSPDB_PATH="$with_mspdb_path" 2106cdf0e10cSrcweir fi 2107cdf0e10cSrcweir dnl .NET 2003 case 2108cdf0e10cSrcweir if test -z "$MSPDB_PATH" -a -e "$with_cl_home/../Common7/IDE/mspdb71.dll"; then 2109cdf0e10cSrcweir MSPDB_PATH="$with_cl_home/../Common7/IDE" 2110cdf0e10cSrcweir fi 2111cdf0e10cSrcweir dnl .NET 2005/2008 case 2112cdf0e10cSrcweir if test -z "$MSPDB_PATH" -a -e "$with_cl_home/../Common7/IDE/mspdb80.dll"; then 2113cdf0e10cSrcweir MSPDB_PATH="$with_cl_home/../Common7/IDE" 2114cdf0e10cSrcweir fi 2115cdf0e10cSrcweir dnl Windows SDK 6.0 case 2116cdf0e10cSrcweir if test -z "$MSPDB_PATH" -a -e "$with_cl_home/bin/mspdb80.dll"; then 2117cdf0e10cSrcweir MSPDB_PATH="$with_cl_home/bin" 2118cdf0e10cSrcweir fi 2119cdf0e10cSrcweir 2120cdf0e10cSrcweir if test -z "$MSPDB_PATH";then 2121cdf0e10cSrcweir dnl AC_PATH_PROG only checks if MSPDB_PATH is still empty 2122cdf0e10cSrcweir AC_PATH_PROG(MSPDB_PATH, mspdb80.dll) 2123cdf0e10cSrcweir AC_PATH_PROG(MSPDB_PATH, mspdb71.dll) 2124cdf0e10cSrcweir MSPDB_PATH=`dirname "$MSPDB_PATH"` 2125cdf0e10cSrcweir fi 2126cdf0e10cSrcweir 2127cdf0e10cSrcweir if test -z "$MSPDB_PATH"; then 2128cdf0e10cSrcweir AC_MSG_ERROR([You need a mspdb71.dll/mspdb80.dll, make sure it's in the path or use --with-mspdb-path]) 2129cdf0e10cSrcweir fi 2130cdf0e10cSrcweir MSPDB_PATH=`cygpath -d "$MSPDB_PATH"` 2131cdf0e10cSrcweir MSPDB_PATH=`cygpath -u "$MSPDB_PATH"` 2132cdf0e10cSrcweir dnl The path needs to be added before cl is called 2133cdf0e10cSrcweir PATH="$MSPDB_PATH:$PATH" 2134cdf0e10cSrcweir 2135cdf0e10cSrcweir AC_MSG_CHECKING([the Microsoft C/C++ Compiler]) 2136edd74ba5SDamjan Jovanovic case "$build_cpu" in 2137edd74ba5SDamjan Jovanovic i?86) 2138edd74ba5SDamjan Jovanovic cl_subdirectory="bin" 2139edd74ba5SDamjan Jovanovic ;; 2140edd74ba5SDamjan Jovanovic x86_64) 2141edd74ba5SDamjan Jovanovic if test "$BUILD_WIN64" = "TRUE" ; then 2142edd74ba5SDamjan Jovanovic cl_subdirectory="bin/amd64" 2143edd74ba5SDamjan Jovanovic else 2144edd74ba5SDamjan Jovanovic cl_subdirectory="bin" 2145edd74ba5SDamjan Jovanovic fi 2146edd74ba5SDamjan Jovanovic ;; 2147edd74ba5SDamjan Jovanovic *) 2148edd74ba5SDamjan Jovanovic AC_MSG_ERROR([Unknown/unsupported Windows CPU $build_cpu.]) 2149edd74ba5SDamjan Jovanovic ;; 2150edd74ba5SDamjan Jovanovic esac 2151edd74ba5SDamjan Jovanovic if test -x "$with_cl_home/$cl_subdirectory/cl.exe"; then 2152edd74ba5SDamjan Jovanovic CC="$with_cl_home/$cl_subdirectory/cl.exe" 2153edd74ba5SDamjan Jovanovic COMPATH="$with_cl_home" 2154cdf0e10cSrcweir # This gives us a posix path with 8.3 filename restrictions 2155cdf0e10cSrcweir CC=`cygpath -d "$CC"` 2156cdf0e10cSrcweir CC=`cygpath -u "$CC"` 2157edd74ba5SDamjan Jovanovic COMPATH=`cygpath -d "$COMPATH"` 2158edd74ba5SDamjan Jovanovic COMPATH=`cygpath -u "$COMPATH"` 2159cdf0e10cSrcweir # Remove /cl.exe from CC case insensitive 2160cdf0e10cSrcweir AC_MSG_RESULT([found ($CC)]) 2161cdf0e10cSrcweir export INCLUDE=`cygpath -d "$COMPATH/Include"` 2162cdf0e10cSrcweir dnl Check which Microsoft C/C++ compiler is found 2163cdf0e10cSrcweir AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler]) 2164da2e13d4SMatthias Seideldnl The following find microsoft, matches nn.nn.nnnn then pulls numbers out. 21652c2ad1e6SHerbert Dürr CCTXTVER=`$CC 2>&1 | head -n1` 21662c2ad1e6SHerbert Dürr CCNUMVER=`echo $CCTXTVER | $AWK "/Microsoft/ && /..\\...\\...../ { 2167cdf0e10cSrcweir x = match( \\\$0, /..\\...\\...../ ) 2168cdf0e10cSrcweir CCversion = substr( \\\$0, RSTART, RLENGTH) 2169cdf0e10cSrcweir tokencount = split (CCversion,vertoken,\".\") 2170cdf0e10cSrcweir for ( i = 1 ; i <= tokencount ; i++ ) { 2171cdf0e10cSrcweir printf (\"%04d\",vertoken[[i]] ) 2172cdf0e10cSrcweir } 2173cdf0e10cSrcweir }"` 21742c2ad1e6SHerbert Dürr AC_MSG_RESULT([found Compiler version $CCNUMVER in \"$CCTXTVER\"]) 2175cdf0e10cSrcweir if test "$CCNUMVER" -ge "001500000000"; then 2176cdf0e10cSrcweir COMEX=12 2177cdf0e10cSrcweir MSVSVER=2008 2178cdf0e10cSrcweir AC_MSG_RESULT([found .NET 2008 / VS 9.0.]) 2179cdf0e10cSrcweir else 21802c2ad1e6SHerbert Dürr AC_MSG_ERROR([Compiler too old. Use Microsoft C/C++ .NET 2008.]) 2181cdf0e10cSrcweir fi 2182cdf0e10cSrcweir else 2183edd74ba5SDamjan Jovanovic AC_MSG_ERROR([Microsoft C/C++ Compiler not found. Use --with-cl-home.]) 2184cdf0e10cSrcweir fi 2185cdf0e10cSrcweir else 2186cdf0e10cSrcweir AC_MSG_CHECKING([the Mingwin32 C++ Compiler]) 2187cdf0e10cSrcweir if test `$CC -dumpmachine | $SED -e 's/^.*-//'` = "mingw32"; then 2188cdf0e10cSrcweir AC_MSG_RESULT([found.]) 218928633775SPedro Giffuni if $CC -dumpspecs | $GREP -q "mno-cygwin"; then 2190cdf0e10cSrcweir USE_MINGW="cygwin" 2191cdf0e10cSrcweir else 2192cdf0e10cSrcweir USE_MINGW="pure-mingw" 2193cdf0e10cSrcweir fi 2194cdf0e10cSrcweir else 2195cdf0e10cSrcweir AC_MSG_ERROR([Mingwin32 C++ Compiler not found.]) 2196cdf0e10cSrcweir fi 2197cdf0e10cSrcweir fi 2198cdf0e10cSrcweirfi 2199cdf0e10cSrcweirAC_SUBST(COMEX) 2200cdf0e10cSrcweirAC_SUBST(MSPDB_PATH) 2201cdf0e10cSrcweirAC_SUBST(USE_MINGW) 2202cdf0e10cSrcweir 2203386ca866SDon Lewisdnl Compiler detection, logic from setsoenv.in 2204386ca866SDon Lewiscase "$build_os" in 2205386ca866SDon Lewis *cygwin*) 2206386ca866SDon Lewis if test "$WITH_MINGWIN" = "yes"; then 2207386ca866SDon Lewis COM="GCC"; 2208386ca866SDon Lewis else 2209386ca866SDon Lewis COM="MSC"; 2210386ca866SDon Lewis fi;; 2211386ca866SDon Lewis os2*) 2212386ca866SDon Lewis COM="GCC";; 2213386ca866SDon Lewis netbsd | kfreebsd* | freebsd* | linux* | darwin* ) 2214386ca866SDon Lewis if $CC --version 2>&1 | $GREP clang > /dev/null ; then 2215386ca866SDon Lewis COM="CLANG"; 2216386ca866SDon Lewis else 2217386ca866SDon Lewis COM="GCC"; 2218386ca866SDon Lewis fi;; 2219386ca866SDon Lewis solaris*) 2220386ca866SDon Lewis case "$CC" in 2221386ca866SDon Lewis *gcc*) COM="GCC";; 2222386ca866SDon Lewis *) COM="C52";; 2223386ca866SDon Lewis esac;; 2224386ca866SDon Lewis osf | aix*) 2225386ca866SDon Lewis COM="CXX";; 2226386ca866SDon Lewis *) AC_MSG_ERROR([Unable to decipher compiler for $build_os]);; 2227386ca866SDon Lewisesac 2228386ca866SDon LewisAC_SUBST(COM) 2229386ca866SDon Lewis 2230da2e13d4SMatthias Seideldnl Decode the compiler version. Logic from main/solenv/inc/tg_compv.mk. 2231386ca866SDon Lewiscase $COM in 2232386ca866SDon Lewis GCC) 2233a0ec95a2SMatthias Seidel CCVER=`${CC} -dumpfullversion -dumpversion 2>&1`; 2234386ca866SDon Lewis CCNUMVER=`echo ${CCVER} | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2235386ca866SDon Lewis if test "${CCNUMVER}" -ge 000300000001; then 2236386ca866SDon Lewis COMID="gcc3"; 2237386ca866SDon Lewis COMNAME="gcc3"; 2238386ca866SDon Lewis elif test "${CCNUMVER}" -ge 000300000001; then 2239386ca866SDon Lewis COMID="GCC"; 2240386ca866SDon Lewis COMNAME="gcc2"; 2241386ca866SDon Lewis else 2242386ca866SDon Lewis AC_MSG_ERROR([gcc too old]); 2243386ca866SDon Lewis fi 2244386ca866SDon Lewis ;; 2245386ca866SDon Lewis CLANG) 2246386ca866SDon Lewis CCVER=`${CC} --version 2>&1 | head -n1 | sed -e"s/.*version //" -e"s/ .*//"`; 2247386ca866SDon Lewis CCNUMVER=`echo ${CCVER} | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2248386ca866SDon Lewis # The version in tg_compv.mk for darwin does not look correct 2249386ca866SDon Lewis # CCNUMVER = `echo ${CCVER} | sed -e"s/\.//"; 2250809f4227SJim Jagielski case "$build_os" in 2251809f4227SJim Jagielski darwin*) # Mac OS X 2252809f4227SJim Jagielski COMID="s5abi"; 2253809f4227SJim Jagielski COMNAME="s5abi"; 2254809f4227SJim Jagielski ;; 2255809f4227SJim Jagielski *) 2256809f4227SJim Jagielski COMID="gcc3"; 2257809f4227SJim Jagielski COMNAME="gcc3"; 2258809f4227SJim Jagielski ;; 2259809f4227SJim Jagielski esac 2260271f99acSDamjan Jovanovic ;; 2261386ca866SDon Lewis MSC) 2262386ca866SDon Lewis CCVER=`${CC} 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`; 2263386ca866SDon Lewis CCNUMVER=`${CC} 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2264386ca866SDon Lewis if test "${CCNUMVER}" -ge 001200000000; then 2265386ca866SDon Lewis COMID="MSC"; 2266edd74ba5SDamjan Jovanovic case "$build_cpu" in 2267edd74ba5SDamjan Jovanovic i?86) 2268edd74ba5SDamjan Jovanovic COMNAME="msci"; 2269edd74ba5SDamjan Jovanovic ;; 2270edd74ba5SDamjan Jovanovic x86_64) 2271edd74ba5SDamjan Jovanovic if test "$BUILD_WIN64" = "TRUE" ; then 2272edd74ba5SDamjan Jovanovic COMNAME="mscx"; 2273edd74ba5SDamjan Jovanovic else 2274edd74ba5SDamjan Jovanovic COMNAME="msci"; 2275edd74ba5SDamjan Jovanovic fi 2276edd74ba5SDamjan Jovanovic ;; 2277edd74ba5SDamjan Jovanovic *) 2278edd74ba5SDamjan Jovanovic AC_MSG_ERROR([Unknown/unsupported Windows CPU $build_cpu.]) 2279edd74ba5SDamjan Jovanovic ;; 2280edd74ba5SDamjan Jovanovic esac 2281386ca866SDon Lewis else 2282386ca866SDon Lewis AC_MSG_ERROR([MSC compiler too old]); 2283386ca866SDon Lewis fi 2284386ca866SDon Lewis ;; 2285386ca866SDon Lewis C55 | C54 | C52 | C40 | sunpro) 2286386ca866SDon Lewis CCVER=`${CC} -V 2>&1 | $AWK -f ${_solenv}/bin/getcompver.awk`; 2287386ca866SDon Lewis CCNUMVER=`${CC} -V 2>&1 | $AWK -v num=true -f ${_solenv}/bin/getcompver.awk`; 2288386ca866SDon Lewis if test "${CCNUMVER}" -ge 00050002; then 2289386ca866SDon Lewis COMID="C52"; 2290386ca866SDon Lewis COMNAME="sunpro5"; 2291386ca866SDon Lewis else 2292386ca866SDon Lewis AC_MSG_ERROR([Sun compiler too old]); 2293386ca866SDon Lewis fi 2294386ca866SDon Lewis ;; 2295386ca866SDon Lewis *) 2296386ca866SDon Lewis AC_MSG_ERROR([Unable to detect compiler version]);; 2297386ca866SDon Lewisesac 2298386ca866SDon LewisAC_SUBST(CCVER) 2299386ca866SDon LewisAC_SUBST(CCNUMVER) 2300386ca866SDon LewisAC_SUBST(COMID) 2301386ca866SDon LewisAC_SUBST(COMNAME) 2302386ca866SDon Lewis 2303386ca866SDon Lewisif test "$_os" = "FreeBSD"; then 2304386ca866SDon Lewis FBSD_GCC_RPATH= 2305eda2f9d6SDon Lewis if test "$COM" = "GCC"; then 2306386ca866SDon Lewis rpath=`$CC --print-file-name libstdc++.so` 2307386ca866SDon Lewis rpath=`realpath $rpath` 2308386ca866SDon Lewis rpath=`dirname $rpath` 2309386ca866SDon Lewis if test "$rpath" != "/usr/lib" ; then 2310386ca866SDon Lewis FBSD_GCC_RPATH="-Wl,-rpath=$rpath" 2311386ca866SDon Lewis fi 2312386ca866SDon Lewis fi 2313386ca866SDon Lewis AC_SUBST(FBSD_GCC_RPATH) 2314386ca866SDon Lewisfi 2315386ca866SDon Lewis 2316cdf0e10cSrcweirdnl =================================================================== 2317cdf0e10cSrcweirdnl .NET needs special treatment 2318cdf0e10cSrcweirdnl =================================================================== 2319cdf0e10cSrcweirif test "$_os" = "WINNT"; then 2320cdf0e10cSrcweirif test "$WITH_MINGWIN" = "yes" || test "$COMEX" -ge "10"; then 2321cdf0e10cSrcweir dnl Check midl.exe 2322cdf0e10cSrcweir AC_PATH_PROG(MIDL_PATH, midl.exe) 2323cdf0e10cSrcweir if test -n "$MIDL_PATH";then 2324cdf0e10cSrcweir MIDL_PATH=`dirname "$MIDL_PATH"` 2325cdf0e10cSrcweir fi 2326cdf0e10cSrcweir if test -n "$with_midl_path";then 2327cdf0e10cSrcweir with_midl_path=`cygpath -u "$with_midl_path"` 2328cdf0e10cSrcweir fi 2329cdf0e10cSrcweir if test -x "$with_midl_path/midl.exe"; then 2330cdf0e10cSrcweir MIDL_PATH="$with_midl_path" 2331cdf0e10cSrcweir fi 2332cdf0e10cSrcweir if test -z "$MIDL_PATH" -a -e "$with_cl_home/../Common7/Tools/Bin/midl.exe"; then 2333cdf0e10cSrcweir MIDL_PATH="$with_cl_home/../Common7/Tools/Bin" 2334cdf0e10cSrcweir fi 2335cdf0e10cSrcweir if test -z "$MIDL_PATH" ; then 2336edd74ba5SDamjan Jovanovic vstest=`$OOWINTOOL --msvs-productdir`; 2337cdf0e10cSrcweir if test -x "$vstest/Common7/Tools/Bin/midl.exe" ; then 2338cdf0e10cSrcweir MIDL_PATH="$vstest/Common7/Tools/Bin" 2339cdf0e10cSrcweir fi 2340cdf0e10cSrcweir fi 2341cdf0e10cSrcweir if test -z "$MIDL_PATH" ; then 2342edd74ba5SDamjan Jovanovic psdktest=`$OOWINTOOL --psdk-home` 2343cdf0e10cSrcweir if test -x "$psdktest/Bin/midl.exe" ; then 2344cdf0e10cSrcweir MIDL_PATH="$psdktest/Bin" 2345cdf0e10cSrcweir fi 2346cdf0e10cSrcweir fi 2347cdf0e10cSrcweir if test ! -x "$MIDL_PATH/midl.exe"; then 2348cdf0e10cSrcweir AC_MSG_ERROR([midl.exe not found. Make sure it's in the path or use --with-midl-path]) 2349cdf0e10cSrcweir fi 2350cdf0e10cSrcweir # Convert to posix path with 8.3 filename restrictions ( No spaces ) 2351cdf0e10cSrcweir MIDL_PATH=`cygpath -d "$MIDL_PATH"` 2352cdf0e10cSrcweir MIDL_PATH=`cygpath -u "$MIDL_PATH"` 2353cdf0e10cSrcweir 2354cdf0e10cSrcweir dnl Check csc.exe 2355cdf0e10cSrcweir AC_PATH_PROG(CSC_PATH, csc.exe) 2356cdf0e10cSrcweir if test -n "$CSC_PATH";then 2357cdf0e10cSrcweir CSC_PATH=`dirname "$CSC_PATH"` 2358cdf0e10cSrcweir fi 2359cdf0e10cSrcweir if test -n "$with_csc_path";then 2360cdf0e10cSrcweir with_csc_path=`cygpath -u "$with_csc_path"` 2361cdf0e10cSrcweir fi 2362cdf0e10cSrcweir if test -x "$with_csc_path/csc.exe"; then 2363cdf0e10cSrcweir CSC_PATH="$with_csc_path" 2364cdf0e10cSrcweir else 2365edd74ba5SDamjan Jovanovic csctest=`$OOWINTOOL --csc-compilerdir`; 2366cdf0e10cSrcweir if test -x "$csctest/csc.exe"; then 2367cdf0e10cSrcweir CSC_PATH="$csctest" 2368cdf0e10cSrcweir fi 2369cdf0e10cSrcweir fi 2370cdf0e10cSrcweir if test ! -x "$CSC_PATH/csc.exe"; then 2371cdf0e10cSrcweir AC_MSG_ERROR([csc.exe not found. Make sure it's in the path or use --with-csc-path]) 2372cdf0e10cSrcweir fi 2373cdf0e10cSrcweir # Convert to posix path with 8.3 filename restrictions ( No spaces ) 2374cdf0e10cSrcweir CSC_PATH=`cygpath -d "$CSC_PATH"` 2375cdf0e10cSrcweir CSC_PATH=`cygpath -u "$CSC_PATH"` 2376cdf0e10cSrcweir 2377cdf0e10cSrcweir dnl Check mscoree.lib / .NET Frameworks dir 2378cdf0e10cSrcweir dnl For VS2003/2005 $with_frame_home has to point to the directory with lib/mscoree.lib. 2379cdf0e10cSrcweir AC_MSG_CHECKING(.NET Framework) 2380cdf0e10cSrcweir if test -n "$with_frame_home"; then 2381cdf0e10cSrcweir with_frame_home=`cygpath -u "$with_frame_home"` 2382cdf0e10cSrcweir fi 2383cdf0e10cSrcweir if test -f "$with_frame_home/lib/mscoree.lib"; then 2384cdf0e10cSrcweir FRAME_HOME="$with_frame_home" 2385cdf0e10cSrcweir fi 2386cdf0e10cSrcweir if test -z "$FRAME_HOME" -a -e "$with_cl_home/../SDK/v1.1/lib/mscoree.lib"; then 2387cdf0e10cSrcweir FRAME_HOME="$with_cl_home/../SDK/v1.1" 2388cdf0e10cSrcweir fi 2389cdf0e10cSrcweir if test -z "$FRAME_HOME" ; then 2390edd74ba5SDamjan Jovanovic frametest=`$OOWINTOOL --dotnetsdk-dir` 2391cdf0e10cSrcweir if test -f "$frametest/lib/mscoree.lib"; then 2392cdf0e10cSrcweir FRAME_HOME="$frametest" 2393cdf0e10cSrcweir else 2394edd74ba5SDamjan Jovanovic frametest=`$OOWINTOOL --psdk-home` 2395cdf0e10cSrcweir if test -f "$frametest/lib/mscoree.lib"; then 2396cdf0e10cSrcweir FRAME_HOME="$frametest" 2397cdf0e10cSrcweir fi 2398cdf0e10cSrcweir fi 2399cdf0e10cSrcweir fi 2400cdf0e10cSrcweir if test ! -f "$FRAME_HOME/lib/mscoree.lib"; then 2401cdf0e10cSrcweir AC_MSG_ERROR([mscoree.lib (.NET Framework) not found. Make sure you use --with-frame-home]) 2402cdf0e10cSrcweir fi 2403cdf0e10cSrcweir AC_MSG_RESULT(found) 2404cdf0e10cSrcweir # Convert to posix path with 8.3 filename restrictions ( No spaces ) 2405cdf0e10cSrcweir FRAME_HOME=`cygpath -d "$FRAME_HOME"` 2406cdf0e10cSrcweir FRAME_HOME=`cygpath -u "$FRAME_HOME"` 2407cdf0e10cSrcweirfi 2408cdf0e10cSrcweirAC_SUBST(MIDL_PATH) 2409cdf0e10cSrcweirAC_SUBST(CSC_PATH) 2410cdf0e10cSrcweirAC_SUBST(FRAME_HOME) 2411cdf0e10cSrcweirfi 2412cdf0e10cSrcweir 2413cdf0e10cSrcweirdnl =================================================================== 2414407bc2eeSMatthias Seideldnl Check if stdc headers are available excluding Windows. 2415cdf0e10cSrcweirdnl =================================================================== 2416cdf0e10cSrcweirif test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then 2417cdf0e10cSrcweir AC_HEADER_STDC 2418cdf0e10cSrcweirfi 2419cdf0e10cSrcweir 2420cdf0e10cSrcweirdnl =================================================================== 2421cdf0e10cSrcweirdnl Find pre-processors. 2422cdf0e10cSrcweirdnl =================================================================== 2423cdf0e10cSrcweirif test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then 2424cdf0e10cSrcweir AC_PROG_CXXCPP 2425cdf0e10cSrcweir 2426cdf0e10cSrcweirdnl Check whether there's a C pre-processor. 2427cdf0e10cSrcweirdnl =================================================================== 2428cdf0e10cSrcweirdnl When using SunStudio compiler, there is a bug with the cc 2429cdf0e10cSrcweirdnl preprocessor, so use CC preprocessor as the cc preprocessor 2430cdf0e10cSrcweirdnl See Issuezilla #445. 2431cdf0e10cSrcweirdnl =================================================================== 2432cdf0e10cSrcweir if test "$_os" = "SunOS"; then 2433cdf0e10cSrcweir CPP=$CXXCPP 2434cdf0e10cSrcweir else 2435cdf0e10cSrcweir AC_PROG_CPP 2436cdf0e10cSrcweir fi 2437cdf0e10cSrcweirfi 2438cdf0e10cSrcweir 2439cdf0e10cSrcweirAC_CHECK_SIZEOF(long) 2440cdf0e10cSrcweirSIZEOF_LONG=$ac_cv_sizeof_long 2441cdf0e10cSrcweirAC_SUBST(SIZEOF_LONG) 2442cdf0e10cSrcweirAC_C_BIGENDIAN 2443cdf0e10cSrcweirWORDS_BIGENDIAN=$ac_cv_c_bigendian 2444cdf0e10cSrcweirAC_SUBST(WORDS_BIGENDIAN) 2445cdf0e10cSrcweir 2446cdf0e10cSrcweirdnl Check for large file support 2447cdf0e10cSrcweirAC_SYS_LARGEFILE 2448cdf0e10cSrcweirif test -n "$ac_cv_sys_file_offset_bits"; then 2449cdf0e10cSrcweir LFS_CFLAGS="-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits" 2450cdf0e10cSrcweirfi 2451cdf0e10cSrcweirif test -n "$ac_cv_sys_large_files" && test "$ac_cv_sys_large_files" != "no"; then 2452cdf0e10cSrcweir LFS_CFLAGS="$LFS_CFLAGS -D_LARGE_FILES" 2453cdf0e10cSrcweirfi 2454cdf0e10cSrcweirAC_SUBST(LFS_CFLAGS) 2455cdf0e10cSrcweir 2456cdf0e10cSrcweirdnl =================================================================== 2457e986c8d8SMatthias Seideldnl Check if valgrind.h is available 2458cdf0e10cSrcweirdnl =================================================================== 2459cdf0e10cSrcweirif test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then 2460cdf0e10cSrcweir dnl Test $prefix (currently only testing for /usr and /usr/local) 2461cdf0e10cSrcweir dnl so that VALGRIND_CFLAGS = -I$prefix/include/valgrind 2462cdf0e10cSrcweir VALGRIND_CFLAGS="" 2463cdf0e10cSrcweir prev_cppflags=$CPPFLAGS 2464cdf0e10cSrcweir if test -z "$VALGRIND_CFLAGS"; then 2465cdf0e10cSrcweir CPPFLAGS="-I/usr/include/valgrind" 2466cdf0e10cSrcweir AC_CHECK_HEADER([valgrind.h], [VALGRIND_CFLAGS=$CPPFLAGS], [unset ac_cv_header_valgrind_h]) 2467cdf0e10cSrcweir fi 2468cdf0e10cSrcweir if test -z "$VALGRIND_CFLAGS"; then 2469cdf0e10cSrcweir CPPFLAGS="-I/usr/local/include/valgrind" 2470cdf0e10cSrcweir AC_CHECK_HEADER([valgrind.h], [VALGRIND_CFLAGS=$CPPFLAGS], []) 2471cdf0e10cSrcweir fi 2472cdf0e10cSrcweir if test -n "$VALGRIND_CFLAGS"; then 2473cdf0e10cSrcweir CPPFLAGS=$VALGRIND_CFLAGS 2474cdf0e10cSrcweir AC_CHECK_HEADER([memcheck.h], [], [VALGRIND_CFLAGS=""]) 2475cdf0e10cSrcweir fi 2476cdf0e10cSrcweir CPPFLAGS=$prev_cppflags 2477cdf0e10cSrcweirfi 2478cdf0e10cSrcweirAC_SUBST([VALGRIND_CFLAGS]) 2479cdf0e10cSrcweir 2480cdf0e10cSrcweirdnl =================================================================== 2481e986c8d8SMatthias Seideldnl Check if cups/cups.h is available 2482cdf0e10cSrcweirdnl =================================================================== 2483cdf0e10cSrcweirif test "$test_cups" = "yes" -a "$ENABLE_CUPS" = "TRUE" ; then 2484cdf0e10cSrcweir AC_CHECK_HEADER(cups/cups.h, [], 2485cdf0e10cSrcweir [AC_MSG_ERROR([cups/cups.h could not be found. libcupsys2-dev or cups???-devel missing?])], []) 2486cdf0e10cSrcweirfi 2487cdf0e10cSrcweir 2488cdf0e10cSrcweirdnl =================================================================== 2489cdf0e10cSrcweirdnl Check if PAM/pam_appl.h is available on Linux or FreeBSD 2490cdf0e10cSrcweirdnl =================================================================== 2491cdf0e10cSrcweirif test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "GNU"; then 2492cdf0e10cSrcweir AC_MSG_CHECKING([whether to enable pam support]) 2493cdf0e10cSrcweir if test -z "$enable_pam" || test "$enable_pam" != "no"; then 2494cdf0e10cSrcweir AC_MSG_RESULT([yes]) 2495cdf0e10cSrcweir PAM=YES 2496cdf0e10cSrcweir AC_CHECK_HEADER(security/pam_appl.h, [], 2497cdf0e10cSrcweir [AC_MSG_ERROR([pam_appl.h could not be found. libpam-dev or pam-devel missing?])], []) 2498cdf0e10cSrcweir AC_MSG_CHECKING([whether to link to libpam]) 2499cdf0e10cSrcweir if test -n "$enable_pam_link" -a "$enable_pam_link" != "no"; then 2500cdf0e10cSrcweir AC_MSG_RESULT([yes]) 2501cdf0e10cSrcweir PAM_LINK=YES 2502cdf0e10cSrcweir AC_CHECK_LIB(pam, pam_start, [], 2503cdf0e10cSrcweir [AC_MSG_ERROR(libpam not found or functional)], []) 2504cdf0e10cSrcweir else 2505cdf0e10cSrcweir AC_MSG_RESULT([no, dynamically open it]) 2506cdf0e10cSrcweir PAM_LINK=NO 2507cdf0e10cSrcweir fi 2508cdf0e10cSrcweir else 2509cdf0e10cSrcweir AC_MSG_RESULT([no]) 2510cdf0e10cSrcweir PAM=NO 2511cdf0e10cSrcweir PAM_LINK=NO 2512cdf0e10cSrcweir dnl check getspnam_r for needed args (4 or 5) 2513cdf0e10cSrcweir AX_FUNC_WHICH_GETSPNAM_R 2514cdf0e10cSrcweir fi 2515cdf0e10cSrcweirfi 2516cdf0e10cSrcweirAC_SUBST(PAM) 2517cdf0e10cSrcweirAC_SUBST(NEW_SHADOW_API) 2518cdf0e10cSrcweirAC_SUBST(PAM_LINK) 2519cdf0e10cSrcweir 2520cdf0e10cSrcweirif test "$_os" = "Linux"; then 2521cdf0e10cSrcweir AC_MSG_CHECKING([whether to link to libcrypt]) 2522cdf0e10cSrcweir if test -n "$enable_crypt_link" -a "$enable_crypt_link" != "no"; then 2523cdf0e10cSrcweir AC_MSG_RESULT([yes]) 2524cdf0e10cSrcweir CRYPT_LINK=YES 2525cdf0e10cSrcweir AC_CHECK_LIB(crypt, crypt, [], 2526cdf0e10cSrcweir [AC_MSG_ERROR(libcrypt not found or functional)], []) 2527cdf0e10cSrcweir else 2528cdf0e10cSrcweir AC_MSG_RESULT([no, dynamically open it]) 2529cdf0e10cSrcweir CRYPT_LINK=NO 2530cdf0e10cSrcweir fi 2531cdf0e10cSrcweirfi 2532cdf0e10cSrcweirAC_SUBST(CRYPT_LINK) 2533cdf0e10cSrcweir 2534cdf0e10cSrcweirdnl =================================================================== 2535cdf0e10cSrcweirdnl Testing for c++ compiler and version... 2536cdf0e10cSrcweirdnl =================================================================== 2537cdf0e10cSrcweirif test -n "$with_gcc_home"; then 2538cdf0e10cSrcweir if test -z "$CXX"; then 2539cdf0e10cSrcweir CXX="$with_gcc_home/bin/g++" 2540cdf0e10cSrcweir fi 2541cdf0e10cSrcweirfi 2542cdf0e10cSrcweir 2543cdf0e10cSrcweirif test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then 2544cdf0e10cSrcweir if test -e "$CC"; then 2545cdf0e10cSrcweir CXX="$CC" 2546cdf0e10cSrcweir fi 2547cdf0e10cSrcweirfi 2548cdf0e10cSrcweir 2549cdf0e10cSrcweirdnl Autoconf 2.53 can do this test for cl.exe, 2.13 can't! 2550cdf0e10cSrcweirif test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then 2551cdf0e10cSrcweir AC_PROG_CXX 2552cdf0e10cSrcweirfi 2553cdf0e10cSrcweir 2554cdf0e10cSrcweirdnl check if we are using a buggy version of g++ (currently 3.4.0, 3.4.1 and trunk) 2555cdf0e10cSrcweirif test "$GXX" = "yes"; then 2556cdf0e10cSrcweir AC_MSG_CHECKING([the GNU C++ compiler version]) 2557cdf0e10cSrcweir 2558cdf0e10cSrcweir _gpp_version=`$CXX -dumpversion` 2559cdf0e10cSrcweir _gpp_majmin=`echo $_gpp_version | $AWK -F. '{ print \$1*100+\$2 }'` 2560cdf0e10cSrcweir 25611e1ac450SHerbert Dürr AC_MSG_RESULT([checked (g++ $_gpp_version)]) 2562cdf0e10cSrcweir 2563cdf0e10cSrcweir if test "$_gpp_majmin" = "304"; then 2564cdf0e10cSrcweir AC_MSG_CHECKING([whether $CXX has the enum bug]) 2565cdf0e10cSrcweirAC_TRY_RUN([ 2566cdf0e10cSrcweirextern "C" void abort (void); 2567cdf0e10cSrcweirextern "C" void exit (int status); 2568cdf0e10cSrcweir 2569cdf0e10cSrcweirenum E { E0, E1, E2, E3, E4, E5 }; 2570cdf0e10cSrcweir 2571cdf0e10cSrcweirvoid 2572cdf0e10cSrcweirtest (enum E e) 2573cdf0e10cSrcweir{ 2574cdf0e10cSrcweir if (e == E2 || e == E3 || e == E1) 2575cdf0e10cSrcweir exit (1); 2576cdf0e10cSrcweir} 2577cdf0e10cSrcweir 2578cdf0e10cSrcweirint 2579cdf0e10cSrcweirmain (void) 2580cdf0e10cSrcweir{ 2581cdf0e10cSrcweir test (E4); 2582cdf0e10cSrcweir test (E5); 2583cdf0e10cSrcweir test (E0); 2584cdf0e10cSrcweir return 0; 2585cdf0e10cSrcweir} 2586da2e13d4SMatthias Seidel],[AC_MSG_ERROR([your version of the GNU C++ compiler has a bug which prevents Apache OpenOffice from being compiled correctly - please check https://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html for details.])], [AC_MSG_RESULT([no])]) 2587cdf0e10cSrcweir fi 2588cdf0e10cSrcweirfi 2589cdf0e10cSrcweir 2590cdf0e10cSrcweirdnl =================================================================== 2591cdf0e10cSrcweirdnl Set the mingw runtime library include directories 2592cdf0e10cSrcweirdnl =================================================================== 2593cdf0e10cSrcweirif test "$WITH_MINGWIN" = "yes"; then 2594cdf0e10cSrcweir AC_MSG_CHECKING([for mingwin runtime include path]) 2595cdf0e10cSrcweir cat >conftest.$ac_ext <<_ACEOF 2596cdf0e10cSrcweir#include <stddef.h> 2597cdf0e10cSrcweir#include <bits/c++config.h> 2598cdf0e10cSrcweir_ACEOF 2599cdf0e10cSrcweir _mingw_lib_include_path=`$CXX -E -xc++ conftest.$ac_ext | $SED -n -e '/.*1*"\(.*\)\/stddef.h".*/s//\1/p' -e '/.*1*"\(.*\)\/bits\/c++config.h".*/s//\1/p' | sort -u | xargs echo` 2600cdf0e10cSrcweir rm conftest.$ac_ext 2601cdf0e10cSrcweir if test -n "$_mingw_lib_include_path"; then 2602cdf0e10cSrcweir _temp="" 2603cdf0e10cSrcweir for a in $_mingw_lib_include_path 2604cdf0e10cSrcweir do 2605cdf0e10cSrcweir a=`cygpath -d "$a"` 2606cdf0e10cSrcweir _temp="$_temp "`cygpath -u "$a"` 2607cdf0e10cSrcweir done 2608cdf0e10cSrcweir _mingw_lib_include_path=$_temp 2609cdf0e10cSrcweir fi 2610cdf0e10cSrcweir if test -z "$_mingw_lib_include_path"; then 2611cdf0e10cSrcweir _mingw_lib_include_path="NO_LIB_INCLUDE" 2612cdf0e10cSrcweir AC_MSG_RESULT([no mingwin runtime includes]) 2613cdf0e10cSrcweir else 2614cdf0e10cSrcweir AC_MSG_RESULT([$_mingw_lib_include_path]) 2615cdf0e10cSrcweir fi 2616cdf0e10cSrcweir MINGW_LIB_INCLUDE_PATH="$_mingw_lib_include_path" 2617cdf0e10cSrcweir AC_SUBST(MINGW_LIB_INCLUDE_PATH) 2618cdf0e10cSrcweirdnl mingw gcc 4.4.0 needs backward in include path to use hash_set/hash_map 2619cdf0e10cSrcweir AC_MSG_CHECKING([for mingwin c++ backward include path]) 2620cdf0e10cSrcweir cat >conftest.$ac_ext <<_ACEOF 2621cdf0e10cSrcweir#include <hash_set> 2622cdf0e10cSrcweir_ACEOF 2623cdf0e10cSrcweir _mingw_backward_include_path=`$CXX -E -xc++ -Wno-deprecated conftest.$ac_ext 2>&5| $SED -n -e '/.*1*"\(.*\)\/hash_set".*/s//\1/p' | sort -u | xargs echo` 2624cdf0e10cSrcweir rm conftest.$ac_ext 2625cdf0e10cSrcweir if test -n "$_mingw_backward_include_path"; then 2626cdf0e10cSrcweir _mingw_backward_include_path=`cygpath -d $_mingw_backward_include_path` 2627cdf0e10cSrcweir _mingw_backward_include_path=`cygpath -u $_mingw_backward_include_path` 2628cdf0e10cSrcweir AC_MSG_RESULT([$_mingw_backward_include_path]) 2629cdf0e10cSrcweir else 2630cdf0e10cSrcweir _mingw_backward_include_path="NO_BACKWARD_INCLUDE" 2631cdf0e10cSrcweir AC_MSG_RESULT([no mingwin c++ backward includes]) 2632cdf0e10cSrcweir fi 2633cdf0e10cSrcweir MINGW_BACKWARD_INCLUDE_PATH="$_mingw_backward_include_path" 2634cdf0e10cSrcweir AC_SUBST(MINGW_BACKWARD_INCLUDE_PATH) 2635cdf0e10cSrcweir mingw_crtbegin=`$CC -print-file-name=crtbegin.o` 2636cdf0e10cSrcweir MINGW_CLIB_DIR=`dirname $mingw_crtbegin` 2637cdf0e10cSrcweir AC_MSG_CHECKING([whether to use dynamic libgcc]) 2638cdf0e10cSrcweir if test -e "$MINGW_CLIB_DIR/libgcc_s.a"; then 2639cdf0e10cSrcweir AC_MSG_CHECKING([dynamic libgcc name]) 2640cdf0e10cSrcweir MINGW_GCCDLL_pattern=`nm $MINGW_CLIB_DIR/libgcc_s.a | sed -ne 's@.* _libgcc\(.*\)_dll_iname@libgcc\1.dll@p' | uniq | sed -e 's@_@?@g'` 2641cdf0e10cSrcweir MINGW_GCCDLL=`cd $COMPATH/bin && ls $MINGW_GCCDLL_pattern 2>/dev/null` 2642cdf0e10cSrcweir if test -n "$MINGW_GCCDLL"; then 2643cdf0e10cSrcweir MINGW_SHARED_GCCLIB=YES 2644cdf0e10cSrcweir AC_MSG_RESULT([use $MINGW_GCCDLL]) 2645cdf0e10cSrcweir else 2646cdf0e10cSrcweir AC_MSG_RESULT([no]) 2647cdf0e10cSrcweir fi 2648cdf0e10cSrcweir else 2649cdf0e10cSrcweir AC_MSG_RESULT([no]) 2650cdf0e10cSrcweir fi 2651cdf0e10cSrcweir if test -e "$MINGW_CLIB_DIR/libgcc_eh.a"; then 2652cdf0e10cSrcweir MINGW_GCCLIB_EH=YES 2653cdf0e10cSrcweir fi 2654cdf0e10cSrcweir AC_MSG_CHECKING([whether to use dynamic libstdc++]) 2655cdf0e10cSrcweir MINGW_SHARED_LIBSTDCPP= 2656cdf0e10cSrcweir if test -e "$MINGW_CLIB_DIR/libstdc++_s.a" ; then 2657cdf0e10cSrcweir MINGW_SHARED_LIBSTDCPP=stdc++_s 2658cdf0e10cSrcweir fi 2659cdf0e10cSrcweir if test -e "$MINGW_CLIB_DIR/libstdc++.dll.a" ; then 2660cdf0e10cSrcweir MINGW_SHARED_LIBSTDCPP=stdc++.dll 2661cdf0e10cSrcweir fi 2662cdf0e10cSrcweir if test -n "$MINGW_SHARED_LIBSTDCPP" ; then 2663cdf0e10cSrcweir AC_MSG_CHECKING([dynamic libstdc++ name]) 2664cdf0e10cSrcweir MINGW_GXXDLL_pattern=`nm $MINGW_CLIB_DIR/lib$MINGW_SHARED_LIBSTDCPP.a | sed -ne 's@.* _libstdc__\(.*\)_dll_iname@libstdc++\1.dll@p' | uniq | sed -e 's@_@?@g'` 2665cdf0e10cSrcweir MINGW_GXXDLL=`cd $COMPATH/bin && ls $MINGW_GXXDLL_pattern 2>/dev/null` 2666cdf0e10cSrcweir if test -n "$MINGW_GXXDLL"; then 2667cdf0e10cSrcweir MINGW_SHARED_LIBSTDCPP=-l$MINGW_SHARED_LIBSTDCPP 2668cdf0e10cSrcweir MINGW_SHARED_GXXLIB=YES 2669cdf0e10cSrcweir AC_MSG_RESULT([use $MINGW_GXXDLL]) 2670cdf0e10cSrcweir else 2671cdf0e10cSrcweir MINGW_SHARED_LIBSTDCPP= 2672cdf0e10cSrcweir AC_MSG_RESULT([no]) 2673cdf0e10cSrcweir fi 2674cdf0e10cSrcweir else 2675cdf0e10cSrcweir AC_MSG_RESULT([no]) 2676cdf0e10cSrcweir fi 2677cdf0e10cSrcweir MINGW_CLIB_DIR=`cygpath $MINGW_CLIB_DIR` 2678cdf0e10cSrcweir AC_SUBST(MINGW_CLIB_DIR) 2679cdf0e10cSrcweir AC_SUBST(MINGW_SHARED_GCCLIB) 2680cdf0e10cSrcweir AC_SUBST(MINGW_GCCLIB_EH) 2681cdf0e10cSrcweir AC_SUBST(MINGW_SHARED_GXXLIB) 2682cdf0e10cSrcweir AC_SUBST(MINGW_SHARED_LIBSTDCPP) 2683cdf0e10cSrcweir AC_SUBST(MINGW_GCCDLL) 2684cdf0e10cSrcweir AC_SUBST(MINGW_GXXDLL) 2685cdf0e10cSrcweirfi 2686cdf0e10cSrcweir 2687cdf0e10cSrcweirdnl =================================================================== 2688cdf0e10cSrcweirdnl Extra checking for the SUN OS compiler 2689cdf0e10cSrcweirdnl =================================================================== 2690cdf0e10cSrcweirif test "$_os" = "SunOS"; then 2691cdf0e10cSrcweir dnl SunStudio C++ compiler packaged with SunStudio C compiler 2692cdf0e10cSrcweir if test "$CC" = "cc"; then 2693cdf0e10cSrcweir AC_MSG_CHECKING([SunStudio C++ Compiler]) 2694cdf0e10cSrcweir if test "$CXX" != "CC"; then 2695cdf0e10cSrcweir AC_MSG_WARN([SunStudio C++ was not found]) 2696cdf0e10cSrcweir echo "SunStudio C++ was not found" >> warn 2697cdf0e10cSrcweir else 2698da2e13d4SMatthias Seidel AC_MSG_RESULT([checked]) 2699cdf0e10cSrcweir fi 2700da2e13d4SMatthias Seidel fi 2701cdf0e10cSrcweirfi 2702cdf0e10cSrcweirdnl =================================================================== 2703cdf0e10cSrcweirdnl Extra checking for the OSF compiler 2704cdf0e10cSrcweirdnl =================================================================== 2705cdf0e10cSrcweirif test "$_os" = "OSF1"; then 2706cdf0e10cSrcweir AC_MSG_CHECKING([Compaq C++ compiler version]) 2707cdf0e10cSrcweir dnl cxx -V outputs to standard error!!!! 2708cdf0e10cSrcweir _compaqcxx_version=`$CXX -V 2>&1 | $AWK '{ print $3 }'` 2709cdf0e10cSrcweir _compaqcxx_major=`echo $_compaqcxx_version | $AWK -F. '{ print $1 }'` 2710cdf0e10cSrcweir if test "$_compaqcxx_major" != "V6"; then 2711cdf0e10cSrcweir AC_MSG_WARN([found version "$_compaqc_version", use version 6 of the Compaq C++ compiler]) 2712cdf0e10cSrcweir echo "found version $_compaqc_version, use version 6 of the Compaq C++ compiler" >> warn 2713cdf0e10cSrcweir else 2714cdf0e10cSrcweir dnl compiler will do 2715cdf0e10cSrcweir AC_MSG_RESULT([checked]) 2716cdf0e10cSrcweir fi 2717cdf0e10cSrcweirfi 2718cdf0e10cSrcweir 2719cdf0e10cSrcweirdnl ************************************************************* 2720cdf0e10cSrcweirdnl Testing for exception handling - dwarf2 or sjlj exceptions... 2721cdf0e10cSrcweirdnl ************************************************************* 2722cdf0e10cSrcweirAC_MSG_CHECKING([exception type]) 2723cdf0e10cSrcweirAC_LANG_PUSH([C++]) 2724cdf0e10cSrcweirif test "$WITH_MINGWIN" = "yes"; then 2725cdf0e10cSrcweir AC_TRY_LINK( 2726cdf0e10cSrcweir [#include <iostream> 2727cdf0e10cSrcweir 2728cdf0e10cSrcweirextern "C" void _Unwind_SjLj_RaiseException(void) __attribute__ ((__noreturn__)); 2729cdf0e10cSrcweir 2730cdf0e10cSrcweir ], 2731cdf0e10cSrcweir [_Unwind_SjLj_RaiseException() ], 2732cdf0e10cSrcweir [exceptions_type="sjlj"], 2733cdf0e10cSrcweir [exceptions_type="dwarf2"] 2734cdf0e10cSrcweir ) 2735cdf0e10cSrcweirfi 2736cdf0e10cSrcweir 2737cdf0e10cSrcweirAC_MSG_RESULT($exceptions_type) 2738cdf0e10cSrcweirAC_LANG_POP([C++]) 2739cdf0e10cSrcweirEXCEPTIONS="$exceptions_type" 2740cdf0e10cSrcweirAC_SUBST(EXCEPTIONS) 2741cdf0e10cSrcweir 2742cdf0e10cSrcweirdnl =================================================================== 2743cdf0e10cSrcweirdnl Checks for what the default STL should be 2744cdf0e10cSrcweirdnl =================================================================== 2745cdf0e10cSrcweir AC_MSG_CHECKING([what the default STL should be]) 2746212f9143SJan Iversen DEFAULT_TO_STLPORT="no" 2747212f9143SJan Iversenif test "$WITH_STLPORT" != "no"; then 2748b597708bSHerbert Dürr AC_MSG_ERROR([Option --with-stlport is no longer available.]) 2749b597708bSHerbert Dürrelse 2750b597708bSHerbert Dürr USE_SYSTEM_STL="YES" 2751cdf0e10cSrcweirfi 2752b597708bSHerbert Dürr 2753cdf0e10cSrcweirAC_SUBST(USE_SYSTEM_STL) 2754cdf0e10cSrcweir 2755cdf0e10cSrcweirdnl =================================================================== 2756cdf0e10cSrcweirdnl visibility feature 2757cdf0e10cSrcweirdnl =================================================================== 2758cdf0e10cSrcweirif test "$GCC" = "yes"; then 2759cdf0e10cSrcweir AC_MSG_CHECKING([whether $CC supports -fvisibility=hidden]) 2760cdf0e10cSrcweir save_CFLAGS=$CFLAGS 2761cdf0e10cSrcweir CFLAGS="$CFLAGS -fvisibility=hidden" 2762cdf0e10cSrcweir AC_TRY_LINK([], [ return 0; ], [ HAVE_GCC_VISIBILITY_FEATURE=TRUE ], []) 2763cdf0e10cSrcweir CFLAGS=$save_CFLAGS 2764cdf0e10cSrcweir if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then 2765cdf0e10cSrcweir AC_MSG_RESULT([yes]) 2766cdf0e10cSrcweir else 2767cdf0e10cSrcweir AC_MSG_RESULT([no]) 2768cdf0e10cSrcweir fi 2769cdf0e10cSrcweirfi 2770cdf0e10cSrcweir 2771cdf0e10cSrcweir# =================================================================== 2772cdf0e10cSrcweir# use --ccache-skip? 2773cdf0e10cSrcweir# =================================================================== 2774da2e13d4SMatthias Seideldnl used to escape compiler options for ccache that otherwise prevent 2775cdf0e10cSrcweirdnl caching of the results (like "-x objective-c++" for Mac) 2776cdf0e10cSrcweirAC_MSG_CHECKING([whether we are allowed and able to use --ccache-skip]) 2777cdf0e10cSrcweirif test "$_os" != "Darwin" ; then 2778cdf0e10cSrcweir AC_MSG_RESULT([only used on Mac currently, skipping]) 2779cdf0e10cSrcweirelif test "$enable_ccache_skip" = "no" ; then 2780cdf0e10cSrcweir AC_MSG_RESULT([no - diabled explicitly]) 2781cdf0e10cSrcweirelif test "$enable_ccache_skip" = "yes" ; then 2782cdf0e10cSrcweir AC_MSG_RESULT([yes - enabled explicitly, skipping checks]) 2783cdf0e10cSrcweir AC_SUBST([USE_CCACHE], [YES]) 2784cdf0e10cSrcweirelif test "$enable_ccache_skip" = "auto" ; then 2785cdf0e10cSrcweir # checking for ccache presence/version 2786cdf0e10cSrcweir AC_MSG_RESULT([probing...]) 2787cdf0e10cSrcweir AC_PATH_PROG([CCACHE],[ccache],[not_found]) 2788cdf0e10cSrcweir if test "$CCACHE" = "not_found" ; then 2789cdf0e10cSrcweir AC_MSG_NOTICE([not enabling --ccache-skip (ccache not found)]) 2790cdf0e10cSrcweir else 2791da2e13d4SMatthias Seidel # check ccache version 2792cdf0e10cSrcweir AC_MSG_CHECKING([whether version of ccache is suitable]) 2793cdf0e10cSrcweir CCACHE_VERSION=`"$CCACHE" -V | "$AWK" '/^ccache version/{print $3}'` 2794cdf0e10cSrcweir if test "$CCACHE_VERSION" = "2.4_OOo"; then 2795cdf0e10cSrcweir AC_MSG_RESULT([yes]) 2796cdf0e10cSrcweir AC_MSG_CHECKING([whether ccache is actually used for the build]) 2797cdf0e10cSrcweir AC_LANG_PUSH([C++]) 2798cdf0e10cSrcweir save_CXXFLAGS=$CXXFLAGS 2799cdf0e10cSrcweir CXXFLAGS="$CXXFLAGS --ccache-skip -O2" 2800cdf0e10cSrcweir dnl an empty program will do, we're checking the compiler flags 2801da2e13d4SMatthias Seidel AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])], 2802cdf0e10cSrcweir [use_ccache=yes], [use_ccache=no]) 2803cdf0e10cSrcweir if test $use_ccache = yes ; then 2804cdf0e10cSrcweir AC_MSG_RESULT([yes, will enable --ccache-skip]) 2805cdf0e10cSrcweir AC_SUBST([USE_CCACHE], [YES]) 2806cdf0e10cSrcweir else 2807cdf0e10cSrcweir AC_MSG_RESULT([no, will not enable --ccache-skip]) 2808cdf0e10cSrcweir fi 2809cdf0e10cSrcweir CXXFLAGS=$save_CXXFLAGS 2810cdf0e10cSrcweir AC_LANG_POP([C++]) 2811cdf0e10cSrcweir else 2812cdf0e10cSrcweir AC_MSG_RESULT([no]) 2813cdf0e10cSrcweir AC_MSG_NOTICE([ccache version $CCACHE_VERSION not accepted. See description for --enable-ccache-skip]) 2814cdf0e10cSrcweir fi 2815cdf0e10cSrcweir fi 2816cdf0e10cSrcweirelse 2817cdf0e10cSrcweir AC_MSG_ERROR([invalid option to --enable-ccache-skip. Valid values are "auto", "yes" and "no"]) 2818cdf0e10cSrcweirfi 2819cdf0e10cSrcweir 2820cdf0e10cSrcweirdnl =================================================================== 2821cdf0e10cSrcweirdnl system stl sanity tests 2822cdf0e10cSrcweirdnl =================================================================== 2823b597708bSHerbert Dürrif false ; then # TODO: update TR1 compliant STLs 2824cdf0e10cSrcweirif test "$USE_SYSTEM_STL" = "YES"; then 2825d5aa83e5SHerbert Dürr AC_MSG_CHECKING([system stl sanity]) 2826cdf0e10cSrcweir AC_LANG_PUSH([C++]) 2827cdf0e10cSrcweir 2828cdf0e10cSrcweir if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then 2829cdf0e10cSrcweir AC_MSG_CHECKING([if STL headers are visibility safe]) 2830cdf0e10cSrcweir AC_EGREP_HEADER(visibility push, string, stlvisok=yes, stlvisok=no) 2831cdf0e10cSrcweir AC_MSG_RESULT([$stlvisok]) 2832cdf0e10cSrcweir if test "$stlvisok" = "no"; then 2833cdf0e10cSrcweir AC_MSG_WARN([Your gcc STL headers are not visibility safe. Disabling visibility]) 2834cdf0e10cSrcweir echo "Your gcc STL headers are not visibility safe. Disabling visibility" >> warn 2835cdf0e10cSrcweir unset HAVE_GCC_VISIBILITY_FEATURE 2836cdf0e10cSrcweir fi 2837cdf0e10cSrcweir fi 2838cdf0e10cSrcweir 2839cdf0e10cSrcweir if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then 2840cdf0e10cSrcweir sharedlink_ldflags_save=$LDFLAGS 2841cdf0e10cSrcweir LDFLAGS="$LDFLAGS -fvisibility-inlines-hidden -fpic -shared" 2842cdf0e10cSrcweir 2843cdf0e10cSrcweir AC_MSG_CHECKING([if gcc is -fvisibility-inlines-hidden safe with STL headers]) 2844cdf0e10cSrcweir AC_TRY_LINK([#include <sstream> 2845cdf0e10cSrcweirusing namespace std; 2846cdf0e10cSrcweir],[istringstream strm( "test" ); return 0;], 2847cdf0e10cSrcweir $EGREP -q unresolvable conftest.err; 2848da2e13d4SMatthias Seidel if test $? -eq 0; then gccvisok=no; else gccvisok=yes; fi, 2849cdf0e10cSrcweir gccvisok=no) 2850cdf0e10cSrcweir AC_MSG_RESULT([$gccvisok]) 2851cdf0e10cSrcweir if test "$gccvisok" = "no"; then 2852cdf0e10cSrcweir AC_MSG_WARN([Your gcc is not -fvisibility-inlines-hidden safe. Disabling visibility]) 2853cdf0e10cSrcweir echo "Your gcc is not -fvisibility-inlines-hidden safe. Disabling visibility" >> warn 2854cdf0e10cSrcweir unset HAVE_GCC_VISIBILITY_FEATURE 2855cdf0e10cSrcweir fi 2856cdf0e10cSrcweir 2857cdf0e10cSrcweir LDFLAGS=$sharedlink_ldflags_save 2858cdf0e10cSrcweir fi 2859cdf0e10cSrcweir 2860cdf0e10cSrcweir if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then 2861cdf0e10cSrcweir AC_MSG_CHECKING([if gcc has a visibility bug with class-level attributes (GCC bug 26905)]) 2862cdf0e10cSrcweir cat >visibility.cxx <<_ACEOF 2863cdf0e10cSrcweir#pragma GCC visibility push(hidden) 2864cdf0e10cSrcweirstruct __attribute__ ((visibility ("default"))) TestStruct { 2865cdf0e10cSrcweir static void Init(); 2866cdf0e10cSrcweir}; 2867cdf0e10cSrcweir__attribute__ ((visibility ("default"))) void TestFunc() { 2868cdf0e10cSrcweir TestStruct::Init(); 2869cdf0e10cSrcweir} 2870cdf0e10cSrcweir_ACEOF 2871cdf0e10cSrcweir if ! $CXX $CXXFLAGS $CPPFLAGS -fpic -S visibility.cxx 2>/dev/null > /dev/null; then 2872cdf0e10cSrcweir gccvisbroken=yes 2873cdf0e10cSrcweir else 2874cdf0e10cSrcweir case "$build_cpu" in 2875cdf0e10cSrcweir i?86|x86_64) 2876cdf0e10cSrcweir if $EGREP -q '@PLT' visibility.s; then 2877cdf0e10cSrcweir gccvisbroken=no 2878da2e13d4SMatthias Seidel else 2879cdf0e10cSrcweir gccvisbroken=yes 2880cdf0e10cSrcweir fi 2881cdf0e10cSrcweir ;; 2882cdf0e10cSrcweir *) 2883cdf0e10cSrcweir gccvisbroken=no 2884cdf0e10cSrcweir ;; 2885cdf0e10cSrcweir esac 2886cdf0e10cSrcweir fi 2887f07aa446SHerbert Dürr rm -f visibility.s visibility.cxx 2888cdf0e10cSrcweir 2889cdf0e10cSrcweir AC_MSG_RESULT([$gccvisbroken]) 2890cdf0e10cSrcweir if test "$gccvisbroken" = "yes"; then 2891cdf0e10cSrcweir AC_MSG_WARN([Your gcc is not -fvisibility=hidden safe. Disabling visibility]) 2892cdf0e10cSrcweir echo "Your gcc is not -fvisibility=hidden safe. Disabling visibility" >> warn 2893cdf0e10cSrcweir unset HAVE_GCC_VISIBILITY_FEATURE 2894cdf0e10cSrcweir fi 2895cdf0e10cSrcweir fi 2896cdf0e10cSrcweir 2897cdf0e10cSrcweir AC_LANG_POP([C++]) 2898cdf0e10cSrcweirfi 2899b597708bSHerbert Dürrfi # endof TODO: update TR1 compliant STLs 2900cdf0e10cSrcweir 2901cdf0e10cSrcweirAC_SUBST(HAVE_GCC_VISIBILITY_FEATURE) 2902cdf0e10cSrcweir 2903cdf0e10cSrcweirdnl =================================================================== 2904cdf0e10cSrcweirdnl allocator 2905cdf0e10cSrcweirdnl =================================================================== 2906cdf0e10cSrcweirAC_MSG_CHECKING([which memory allocator to use]) 2907cdf0e10cSrcweirif test "$with_alloc" = "system"; then 2908cdf0e10cSrcweir AC_MSG_RESULT([system]) 2909cdf0e10cSrcweir ALLOC="SYS_ALLOC"; 2910cdf0e10cSrcweir AC_CHECK_FUNCS([malloc realloc calloc free]) 2911cdf0e10cSrcweirfi 2912cdf0e10cSrcweirif test "$with_alloc" = "tcmalloc"; then 2913cdf0e10cSrcweir AC_MSG_RESULT(tcmalloc) 291428633775SPedro Giffuni if ! echo $build_cpu | $GREP -E 'i[[3456]]86' 2>/dev/null >/dev/null; then 2915cdf0e10cSrcweir AC_MSG_ERROR([tcmalloc only available/usable on ix86]) 2916cdf0e10cSrcweir fi 2917cdf0e10cSrcweir AC_CHECK_LIB(tcmalloc, malloc, [], 2918cdf0e10cSrcweir [AC_MSG_ERROR(tcmalloc not found or functional. Install the Google Profiling Tools)], []) 2919cdf0e10cSrcweir ALLOC="TCMALLOC"; 2920cdf0e10cSrcweirfi 2921cdf0e10cSrcweirif test "$with_alloc" = "jemalloc"; then 2922cdf0e10cSrcweir if test "$_os" != "FreeBSD" -o "$_os" != "NetBSD"; then 2923cdf0e10cSrcweir AC_MSG_RESULT(jemalloc) 2924cdf0e10cSrcweir save_CFLAGS=$CFLAGS 2925cdf0e10cSrcweir CFLAGS="$CFLAGS -pthread" 2926cdf0e10cSrcweir AC_CHECK_LIB(jemalloc, malloc, [], 2927cdf0e10cSrcweir [AC_MSG_ERROR(jemalloc not found or functional. Install the jemalloc allocator.)], []) 2928cdf0e10cSrcweir ALLOC="JEMALLOC"; 2929cdf0e10cSrcweir CFLAGS=$save_CFLAGS 2930cdf0e10cSrcweir else 2931cdf0e10cSrcweir AC_MSG_RESULT([system]) 2932cdf0e10cSrcweir ALLOC="SYS_ALLOC"; 2933cdf0e10cSrcweir AC_CHECK_FUNCS([malloc realloc calloc free]) 2934cdf0e10cSrcweir fi 2935cdf0e10cSrcweirfi 2936cdf0e10cSrcweirif test "$with_alloc" = "internal" -o -z "$with_alloc"; then 2937cdf0e10cSrcweir AC_MSG_RESULT([internal]) 2938cdf0e10cSrcweirfi 2939cdf0e10cSrcweirAC_SUBST(ALLOC) 2940cdf0e10cSrcweir 2941cdf0e10cSrcweirdnl =================================================================== 2942cdf0e10cSrcweirdnl Custom build version 2943cdf0e10cSrcweirdnl =================================================================== 2944cdf0e10cSrcweir 2945cdf0e10cSrcweirAC_MSG_CHECKING([whether to add custom build version]) 2946cdf0e10cSrcweirif test "z$with_build_version" != "z"; then 2947cdf0e10cSrcweir BUILD_VER_STRING=$with_build_version 2948cdf0e10cSrcweir AC_MSG_RESULT([yes, $BUILD_VER_STRING]) 2949cdf0e10cSrcweirelse 29503ee2ad5bSpfg BUILD_VER_STRING= 2951cdf0e10cSrcweir AC_MSG_RESULT([no]) 2952cdf0e10cSrcweirfi 2953cdf0e10cSrcweirAC_SUBST(BUILD_VER_STRING) 2954cdf0e10cSrcweir 2955cdf0e10cSrcweirdnl =================================================================== 2956cdf0e10cSrcweirdnl Java support enable 2957cdf0e10cSrcweirdnl =================================================================== 2958cdf0e10cSrcweirAC_MSG_CHECKING([whether to build with Java support]) 2959cdf0e10cSrcweirif test "$WITH_JAVA" != "no"; then 2960cdf0e10cSrcweir AC_MSG_RESULT([yes]) 2961cdf0e10cSrcweir SOLAR_JAVA="TRUE" 2962cdf0e10cSrcweirelse 2963cdf0e10cSrcweir AC_MSG_RESULT([no]) 2964cdf0e10cSrcweir SOLAR_JAVA="" 2965cdf0e10cSrcweir 2966cdf0e10cSrcweir AC_MSG_WARN([building without java will mean some features will not be available]) 2967cdf0e10cSrcweir echo "building without java will mean some features will not be available" >>warn 2968cdf0e10cSrcweirfi 2969cdf0e10cSrcweirAC_SUBST(SOLAR_JAVA) 2970cdf0e10cSrcweir 2971cdf0e10cSrcweirif test "$_os" = "Linux" && test "$build_cpu" = "powerpc"; then 2972cdf0e10cSrcweir # IBMs JDK needs this... 2973cdf0e10cSrcweir JITC_PROCESSOR_TYPE=6 2974cdf0e10cSrcweir export JITC_PROCESSOR_TYPE 2975cdf0e10cSrcweirfi 2976cdf0e10cSrcweir 2977cdf0e10cSrcweirif test "$_os" = "WINNT"; then 2978cdf0e10cSrcweir if test -z "$with_jdk_home"; then 2979edd74ba5SDamjan Jovanovic _jdk_home=`$OOWINTOOL --jdk-home` 2980cdf0e10cSrcweir if test -d "$_jdk_home"; then 2981cdf0e10cSrcweir with_jdk_home="$_jdk_home" 2982cdf0e10cSrcweir fi 2983cdf0e10cSrcweir else 2984cdf0e10cSrcweir with_jdk_home=`cygpath -u "$with_jdk_home"` 2985cdf0e10cSrcweir fi 2986cdf0e10cSrcweirfi 2987cdf0e10cSrcweir 2988cdf0e10cSrcweirdnl =================================================================== 2989cdf0e10cSrcweirdnl Checks for java 2990cdf0e10cSrcweirdnl =================================================================== 2991cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 2992cdf0e10cSrcweir JAVA_HOME=; export JAVA_HOME 2993cdf0e10cSrcweir if test -z "$with_jdk_home"; then 2994cdf0e10cSrcweir AC_PATH_PROG(JAVAINTERPRETER, $WITH_JAVA) 2995cdf0e10cSrcweir else 2996cdf0e10cSrcweir _java_path="$with_jdk_home/bin/$WITH_JAVA" 2997cdf0e10cSrcweir dnl Check if there is a java interpreter at all. 2998cdf0e10cSrcweir if test -x "$_java_path"; then 2999cdf0e10cSrcweir JAVAINTERPRETER=$_java_path 3000cdf0e10cSrcweir else 3001897adb27SJürgen Schmidt AC_MSG_ERROR([$_java_path not found, please use --with-jdk-home]) 3002cdf0e10cSrcweir fi 3003cdf0e10cSrcweir fi 3004cdf0e10cSrcweir if test "$_os" = "WINNT"; then 300528633775SPedro Giffuni if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then 3006cdf0e10cSrcweir JAVAINTERPRETER="${JAVAINTERPRETER}.exe" 3007cdf0e10cSrcweir fi 3008cdf0e10cSrcweir JAVAINTERPRETER=`cygpath -d "$JAVAINTERPRETER"` 3009cdf0e10cSrcweir JAVAINTERPRETER=`cygpath -u "$JAVAINTERPRETER"` 3010cdf0e10cSrcweir elif test "$_os" = "Darwin"; then 3011b12514e1SHerbert Dürr JAVAIFLAGS="" 3012cdf0e10cSrcweir fi 3013cdf0e10cSrcweirfi 3014cdf0e10cSrcweir 3015cdf0e10cSrcweirdnl =================================================================== 3016cdf0e10cSrcweirdnl Checks for JDK. 3017cdf0e10cSrcweirdnl =================================================================== 3018cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 3019cdf0e10cSrcweir _gij_longver=0 3020cdf0e10cSrcweir AC_MSG_CHECKING([the installed JDK]) 3021cdf0e10cSrcweir if test -n "$JAVAINTERPRETER"; then 3022cdf0e10cSrcweir dnl java -version sends output to stderr! 302328633775SPedro Giffuni if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then 3024cdf0e10cSrcweir AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.in]) 3025cdf0e10cSrcweir# dnl Kaffe specific tests 3026cdf0e10cSrcweir# KAFFE_VER=`$JAVAINTERPRETER -version 2>&1 | $EGREP " Version:" | $SED -r "s/.* Version: ([[0-9\.]]*).*/\1/"` 3027cdf0e10cSrcweir# if test -z "$KAFFE_VER"; then 3028cdf0e10cSrcweir# AC_MSG_ERROR([looks like Kaffe but version detection failed]) 3029cdf0e10cSrcweir# fi 3030cdf0e10cSrcweir# _kaffe_ver=`echo "$KAFFE_VER" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'` 3031cdf0e10cSrcweir# if test "$_kaffe_ver" -lt 10100; then 3032cdf0e10cSrcweir# AC_MSG_ERROR([Kaffe is too old ($KAFFE_VER - $_kaffe_ver), you need at least 1.1.0]) 3033cdf0e10cSrcweir# fi 3034cdf0e10cSrcweir# JDK=kaffe 3035da2e13d4SMatthias Seidel# 3036cdf0e10cSrcweir# dnl TODO: define some project exclusion variables 3037da2e13d4SMatthias Seidel# 3038cdf0e10cSrcweir# AC_MSG_RESULT([checked (Kaffe $KAFFE_VER)]) 3039cdf0e10cSrcweir# AC_MSG_WARN([EXPERIMENTAL: Kaffe is not a full JDK replacement - some projects will fail to compile]) 3040cdf0e10cSrcweir# echo "EXPERIMENTAL: Kaffe is not a full JDK replacement - some projects will fail to compile" >>warn 3041cdf0e10cSrcweir# JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"` 304228633775SPedro Giffuni elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then 3043cdf0e10cSrcweir JDK=gcj 3044da2e13d4SMatthias Seidel AC_MSG_RESULT([checked (gcj)]) 304528633775SPedro Giffuni _gij_version=`$JAVAINTERPRETER --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`; 3046cdf0e10cSrcweir _gij_longver=`echo $_gij_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'` 3047cdf0e10cSrcweir 304828633775SPedro Giffuni elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "BEA"` -gt 0; then 3049cdf0e10cSrcweir AC_MSG_ERROR([No valid check available. Please check the block for your desired java in configure.in]) 3050cdf0e10cSrcweir# JDK=bea 3051cdf0e10cSrcweir# 3052cdf0e10cSrcweir# dnl BEA JDK specific tests 3053cdf0e10cSrcweir# _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//` 3054cdf0e10cSrcweir# _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'` 3055cdf0e10cSrcweir# 3056cdf0e10cSrcweir# if test "$_jdk_ver" -lt 10500; then 3057cdf0e10cSrcweir# AC_MSG_ERROR([JDK is too old, you need at least BEA JDK 1.5.0]) 3058cdf0e10cSrcweir# fi 3059cdf0e10cSrcweir# 3060cdf0e10cSrcweir# AC_MSG_RESULT([checked (BEA JDK $_jdk)]) 3061cdf0e10cSrcweir# 3062cdf0e10cSrcweir# if test "$with_jdk_home" = ""; then 3063c4266413SHerbert Dürr# AC_MSG_ERROR([In order to successfully build Apache OpenOffice using the BEA JDK, 3064cdf0e10cSrcweir#you must use the "--with-jdk-home" configure option explicitly]) 3065cdf0e10cSrcweir# fi 3066cdf0e10cSrcweir# 3067cdf0e10cSrcweir# AC_MSG_WARN([A bug in certain BEA JREs can prevent you from successfully compiling some modules]) 3068cdf0e10cSrcweir# echo "A bug in certain BEA JREs can prevent you from successfully compiling some modules" >>warn 3069cdf0e10cSrcweir# 3070cdf0e10cSrcweir# JAVA_HOME=$with_jdk_home 3071cdf0e10cSrcweir# 307228633775SPedro Giffuni elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "IBM"` -gt 0; then 3073cdf0e10cSrcweir JDK=ibm 3074cdf0e10cSrcweir 3075cdf0e10cSrcweir dnl IBM JDK specific tests 3076cdf0e10cSrcweir _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//` 3077cdf0e10cSrcweir _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'` 3078da2e13d4SMatthias Seidel 3079cdf0e10cSrcweir if test "$_jdk_ver" -lt 10500; then 3080cdf0e10cSrcweir AC_MSG_ERROR([IBM JDK is too old, you need at least 1.5]) 3081cdf0e10cSrcweir fi 3082cdf0e10cSrcweir 3083cdf0e10cSrcweir AC_MSG_RESULT([checked (IBM JDK $_jdk)]) 3084cdf0e10cSrcweir 3085cdf0e10cSrcweir if test "$with_jdk_home" = ""; then 3086c4266413SHerbert Dürr AC_MSG_ERROR([In order to successfully build Apache OpenOffice using the IBM JDK, 3087cdf0e10cSrcweiryou must use the "--with-jdk-home" configure option explicitly]) 3088cdf0e10cSrcweir fi 3089cdf0e10cSrcweir 3090cdf0e10cSrcweir JAVA_HOME=$with_jdk_home 3091da2e13d4SMatthias Seidel 3092da2e13d4SMatthias Seidel else 3093cdf0e10cSrcweir JDK=sun 3094cdf0e10cSrcweir 3095cdf0e10cSrcweir dnl SUN JDK specific tests 3096cdf0e10cSrcweir _jdk=`$JAVAINTERPRETER -version 2>&1 | $AWK -F'"' '{ print \$2 }' | $SED s/[[-A-Za-z]]*//` 3097cdf0e10cSrcweir _jdk_ver=`echo "$_jdk" | $AWK -F. '{ print (($1 * 100) + $2) * 100 + $3;}'` 3098e986c8d8SMatthias Seidel 3099cdf0e10cSrcweir if test "$_jdk_ver" -lt 10500; then 3100cdf0e10cSrcweir AC_MSG_ERROR([JDK is too old, you need at least 1.5]) 3101cdf0e10cSrcweir fi 3102cdf0e10cSrcweir AC_MSG_RESULT([checked (JDK $_jdk)]) 3103cdf0e10cSrcweir JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*java,,p"` 3104cdf0e10cSrcweir if test "$_os" = "WINNT"; then 3105cdf0e10cSrcweir JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"` 3106cdf0e10cSrcweir fi 3107cdf0e10cSrcweir if test "$_os" = "OS2"; then 3108cdf0e10cSrcweir JAVA_HOME=`echo $JAVA_HOME | $SED "s,\.[[eE]][[xX]][[eE]]$,,"` 3109cdf0e10cSrcweir fi 3110cdf0e10cSrcweir fi 3111cdf0e10cSrcweir else 3112cdf0e10cSrcweir AC_MSG_ERROR([JAVA not found. You need at least jdk-1.5, or gcj-4]) 3113cdf0e10cSrcweir fi 3114cdf0e10cSrcweirelse 3115cdf0e10cSrcweir dnl Java disabled 3116cdf0e10cSrcweir JAVA_HOME=NO_JAVA_HOME ; export JAVA_HOME 3117cdf0e10cSrcweirfi 3118cdf0e10cSrcweir 3119cdf0e10cSrcweirdnl =================================================================== 3120cdf0e10cSrcweirdnl Checks for javac 3121cdf0e10cSrcweirdnl =================================================================== 3122cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 3123da2e13d4SMatthias Seidel if test "$JDK" = "gcj"; then 3124cdf0e10cSrcweir javacompiler=`echo $WITH_JAVA | $SED -e "s/gij/gcj/g" | $SED -e "s/java/javac/g"` 3125cdf0e10cSrcweir else 3126cdf0e10cSrcweir javacompiler="javac" 3127cdf0e10cSrcweir fi 3128cdf0e10cSrcweir if test "$_os" = "OS2"; then 312928633775SPedro Giffuni if test x`echo "$javacompiler" | $GREP -i '\.exe$'` = x; then 3130cdf0e10cSrcweir javacompiler="${javacompiler}.exe" 3131cdf0e10cSrcweir fi 3132cdf0e10cSrcweir fi 3133cdf0e10cSrcweir if test -z "$with_jdk_home"; then 3134cdf0e10cSrcweir AC_PATH_PROG(JAVACOMPILER, $javacompiler) 3135cdf0e10cSrcweir else 3136cdf0e10cSrcweir _javac_path="$with_jdk_home/bin/$javacompiler" 3137cdf0e10cSrcweir dnl Check if there is a java compiler at all. 3138cdf0e10cSrcweir if test -x "$_javac_path"; then 3139cdf0e10cSrcweir JAVACOMPILER=$_javac_path 3140cdf0e10cSrcweir fi 3141cdf0e10cSrcweir fi 3142cdf0e10cSrcweir if test -z "$JAVACOMPILER"; then 3143897adb27SJürgen Schmidt AC_MSG_ERROR([$javacompiler not found, please use --with-jdk-home]) 3144cdf0e10cSrcweir fi 3145cdf0e10cSrcweir if test "$_os" = "WINNT"; then 314628633775SPedro Giffuni if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then 3147cdf0e10cSrcweir JAVACOMPILER="${JAVACOMPILER}.exe" 3148cdf0e10cSrcweir fi 3149cdf0e10cSrcweir JAVACOMPILER=`cygpath -d "$JAVACOMPILER"` 3150cdf0e10cSrcweir JAVACOMPILER=`cygpath -u "$JAVACOMPILER"` 3151cdf0e10cSrcweir fi 3152cdf0e10cSrcweir if test "$_os" = "OS2"; then 315328633775SPedro Giffuni if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then 3154cdf0e10cSrcweir JAVACOMPILER="${JAVACOMPILER}.exe" 3155cdf0e10cSrcweir fi 3156cdf0e10cSrcweir fi 3157cdf0e10cSrcweir 315828633775SPedro Giffuni if test `$JAVACOMPILER -version 2>&1 | $GREP -c "Eclipse Java Compiler"` -gt 0; then 3159cdf0e10cSrcweir AC_MSG_CHECKING([re-checking JDK]) 3160cdf0e10cSrcweir JDK=gcj 3161cdf0e10cSrcweir AC_MSG_RESULT([checked (ecj)]) 3162cdf0e10cSrcweir #TODO: what's to do here? some switch to do 1.5 compiling? 3163cdf0e10cSrcweir JAVAFLAGS="-source 1.5 -target 1.5" 3164cdf0e10cSrcweir _gij_longver="40200" 3165cdf0e10cSrcweir fi 3166cdf0e10cSrcweirfi 3167cdf0e10cSrcweir 3168cdf0e10cSrcweirJAVACISGCJ="" 3169cdf0e10cSrcweirdnl =================================================================== 3170cdf0e10cSrcweirdnl Checks that javac is gcj 3171cdf0e10cSrcweirdnl =================================================================== 3172cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 317328633775SPedro Giffuni if test `$JAVACOMPILER --version 2>&1 | $GREP -c "GCC"` -gt 0; then 3174cdf0e10cSrcweir JAVACISGCJ="yes" 3175cdf0e10cSrcweir fi 3176cdf0e10cSrcweirfi 3177cdf0e10cSrcweirAC_SUBST(JAVACISGCJ) 3178cdf0e10cSrcweir 3179cdf0e10cSrcweirdnl =================================================================== 3180cdf0e10cSrcweirdnl Checks for javadoc 3181cdf0e10cSrcweirdnl =================================================================== 3182cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 3183cdf0e10cSrcweir if test -z "$with_jdk_home"; then 3184cdf0e10cSrcweir AC_PATH_PROG(JAVADOC, javadoc) 3185cdf0e10cSrcweir else 3186cdf0e10cSrcweir _javadoc_path="$with_jdk_home/bin/javadoc" 3187cdf0e10cSrcweir if test "$_os" = "OS2"; then 318828633775SPedro Giffuni if test x`echo "$_javadoc_path" | $GREP -i '\.exe$'` = x; then 3189cdf0e10cSrcweir _javadoc_path="${_javadoc_path}.exe" 3190cdf0e10cSrcweir fi 3191cdf0e10cSrcweir fi 3192cdf0e10cSrcweir dnl Check if there is a javadoc at all. 3193cdf0e10cSrcweir if test -x "$_javadoc_path"; then 3194cdf0e10cSrcweir JAVADOC=$_javadoc_path 3195cdf0e10cSrcweir else 3196cdf0e10cSrcweir AC_PATH_PROG(JAVADOC, javadoc) 3197cdf0e10cSrcweir fi 3198cdf0e10cSrcweir fi 3199cdf0e10cSrcweir if test -z "$JAVADOC"; then 3200897adb27SJürgen Schmidt AC_MSG_ERROR([$_javadoc_path not found, please use --with-jdk-home]) 3201cdf0e10cSrcweir fi 3202cdf0e10cSrcweir if test "$_os" = "WINNT"; then 320328633775SPedro Giffuni if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then 3204cdf0e10cSrcweir JAVADOC="${JAVADOC}.exe" 3205cdf0e10cSrcweir fi 3206cdf0e10cSrcweir JAVADOC=`cygpath -d "$JAVADOC"` 3207cdf0e10cSrcweir JAVADOC=`cygpath -u "$JAVADOC"` 3208cdf0e10cSrcweir fi 3209cdf0e10cSrcweir if test "$_os" = "OS2"; then 321028633775SPedro Giffuni if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then 3211cdf0e10cSrcweir JAVADOC="${JAVADOC}.exe" 3212cdf0e10cSrcweir fi 3213cdf0e10cSrcweir fi 3214cdf0e10cSrcweirfi 3215cdf0e10cSrcweir 3216cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 3217cdf0e10cSrcweir dnl first check if we have been asked to autodetect JAVA_HOME with a recent gij 3218cdf0e10cSrcweir if test "$JDK" = "gcj" -a -z "$JAVA_HOME"; then 3219cdf0e10cSrcweir if test "x$with_jdk_home" = "x" -a "$_gij_longver" -ge "40200"; then 3220cdf0e10cSrcweir cat > findhome.java <<_ACEOF 3221cdf0e10cSrcweir[import java.io.File; 3222cdf0e10cSrcweir 3223cdf0e10cSrcweirclass findhome 3224cdf0e10cSrcweir{ 3225cdf0e10cSrcweir public static void main(String args[]) 3226cdf0e10cSrcweir { 3227cdf0e10cSrcweir String jrelocation = System.getProperty("java.home"); 3228cdf0e10cSrcweir File jre = new File(jrelocation); 3229cdf0e10cSrcweir System.out.println(jre.getParent()); 3230cdf0e10cSrcweir } 3231cdf0e10cSrcweir}] 3232cdf0e10cSrcweir_ACEOF 3233cdf0e10cSrcweir AC_MSG_CHECKING([if javac works]) 3234cdf0e10cSrcweir javac_cmd="$JAVACOMPILER findhome.java 1>&2" 3235cdf0e10cSrcweir AC_TRY_EVAL(javac_cmd) 3236cdf0e10cSrcweir if test $? = 0 && test -f ./findhome.class ; then 3237cdf0e10cSrcweir AC_MSG_RESULT([javac works]) 3238cdf0e10cSrcweir else 3239cdf0e10cSrcweir echo "configure: javac test failed" >&5 3240cdf0e10cSrcweir cat findhome.java >&5 3241cdf0e10cSrcweir AC_MSG_ERROR([javac does not work - java projects will not build!]) 3242cdf0e10cSrcweir fi 3243cdf0e10cSrcweir 3244cdf0e10cSrcweir AC_MSG_CHECKING([if gij knows its java.home]) 3245cdf0e10cSrcweir JAVA_HOME=`$JAVAINTERPRETER findhome` 3246cdf0e10cSrcweir if test $? = 0 && test "$JAVA_HOME" != "" ; then 3247cdf0e10cSrcweir AC_MSG_RESULT([$JAVA_HOME]) 3248cdf0e10cSrcweir else 3249cdf0e10cSrcweir echo "configure: java test failed" >&5 3250cdf0e10cSrcweir cat findhome.java >&5 3251cdf0e10cSrcweir AC_MSG_ERROR([gij does not know its java.home - use --with-jdk-home]) 3252cdf0e10cSrcweir fi 3253cdf0e10cSrcweir else 3254cdf0e10cSrcweir JAVA_HOME=`echo $JAVAINTERPRETER | $SED -n "s,//*bin//*$WITH_JAVA,,p"` 3255cdf0e10cSrcweir fi 3256cdf0e10cSrcweir fi 3257cdf0e10cSrcweir 3258cdf0e10cSrcweir dnl second sanity check JAVA_HOME if possible 3259cdf0e10cSrcweir if test "$JDK" != "gcj" -o "$_gij_longver" -ge "40200"; then 3260cdf0e10cSrcweir # check if JAVA_HOME was (maybe incorrectly?) set automatically to /usr 3261cdf0e10cSrcweir if test "$JAVA_HOME" = "/usr" -a "x$with_jdk_home" = "x"; then 3262cdf0e10cSrcweir javac_link_f=`readlink -f "$JAVACOMPILER" 2>/dev/null` 3263cdf0e10cSrcweir if test $? == 0 && test "$JAVACOMPILER" != "$javac_link_f"; then 3264da2e13d4SMatthias Seidel # try to recover first by looking whether we have a alternatives 3265cdf0e10cSrcweir # system as in Debian or newer SuSEs where following /usr/bin/javac 3266cdf0e10cSrcweir # over /etc/alternatives/javac leads to the right bindir where we 3267cdf0e10cSrcweir # just need to strip a bit away to get a valid JAVA_HOME 3268cdf0e10cSrcweir # Solaris 11 is even worse, because target is relative, so use -f 3269cdf0e10cSrcweir JAVA_HOME="$javac_link_f" 3270cdf0e10cSrcweir elif readlink $JAVACOMPILER >/dev/null 2>/dev/null; then 3271cdf0e10cSrcweir # Darwin readlink(1) is so primitive it doesn't even support -f 3272cdf0e10cSrcweir # maybe only one level of symlink (e.g. on Mac) 3273cdf0e10cSrcweir JAVA_HOME=`readlink $JAVACOMPILER` 3274cdf0e10cSrcweir else 3275cdf0e10cSrcweir # else warn 3276cdf0e10cSrcweir AC_MSG_WARN([JAVA_HOME is set to /usr - this is very likely to be incorrect]) 3277cdf0e10cSrcweir AC_MSG_WARN([if this is the case, please inform the correct JAVA_HOME with --with-jdk-home]) 3278cdf0e10cSrcweir echo "JAVA_HOME is set to /usr - this is very likely to be incorrect" >> warn 3279cdf0e10cSrcweir echo "if this is the case, please inform the correct JAVA_HOME with --with-jdk-home" >> warn 3280cdf0e10cSrcweir fi 3281cdf0e10cSrcweir dnl now that we have the path to the real javac, make a JAVA_HOME out of it.. 3282cdf0e10cSrcweir if test "$JAVA_HOME" != "/usr"; then 3283cdf0e10cSrcweir if test "$_os" = "Darwin"; then 3284cdf0e10cSrcweir dnl Leopard returns a non-suitable path with readlink - points to "Current" only 3285cdf0e10cSrcweir JAVA_HOME=$(echo $JAVA_HOME | $SED -e s,/Current/Commands/javac$,/CurrentJDK/Home,) 3286cdf0e10cSrcweir dnl Tiger already returns a JDK path.. 3287cdf0e10cSrcweir JAVA_HOME=$(echo $JAVA_HOME | $SED -e s,/CurrentJDK/Commands/javac$,/CurrentJDK/Home,) 3288cdf0e10cSrcweir else 3289cdf0e10cSrcweir JAVA_HOME=$(echo $JAVA_HOME | $SED -e s,/bin/javac$,,) 3290cdf0e10cSrcweir fi 3291cdf0e10cSrcweir fi 3292cdf0e10cSrcweir fi 3293cdf0e10cSrcweir # now check if $JAVA_HOME is really valid 3294cdf0e10cSrcweir if test "$_os" = "Darwin"; then 3295cdf0e10cSrcweir if test ! -f "$JAVA_HOME/lib/jvm.cfg" -a "x$with_jdk_home" = "x"; then 3296cdf0e10cSrcweir JAVA_HOME_OK="NO" 3297cdf0e10cSrcweir fi 3298cdf0e10cSrcweir elif test ! -d "$JAVA_HOME/jre" -a "x$with_jdk_home" = "x"; then 3299cdf0e10cSrcweir JAVA_HOME_OK="NO" 3300cdf0e10cSrcweir fi 3301cdf0e10cSrcweir if test "$JAVA_HOME_OK" = "NO"; then 3302cdf0e10cSrcweir AC_MSG_WARN([JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script]) 3303cdf0e10cSrcweir AC_MSG_WARN([attempted to find JAVA_HOME automatically, but apparently it failed]) 3304cdf0e10cSrcweir AC_MSG_WARN([in case JAVA_HOME is incorrectly set, some projects with not be built correctly]) 3305cdf0e10cSrcweir echo "JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script" >> warn 3306cdf0e10cSrcweir echo "attempted to find JAVA_HOME automatically, but apparently it failed" >> warn 3307cdf0e10cSrcweir echo "in case JAVA_HOME is incorrectly set, some projects with not be built correctly" >> warn 3308cdf0e10cSrcweir# if test "$JDK" = "gcj"; then 3309cdf0e10cSrcweir# echo "e.g. install java-1.4.2-gcj-compat-devel and use --with-jdk-home=/usr/lib/jvm/java-1.4.2-gcj" >> warn 3310cdf0e10cSrcweir# fi 3311cdf0e10cSrcweir fi 3312cdf0e10cSrcweir fi 3313cdf0e10cSrcweirfi 3314cdf0e10cSrcweir 3315cdf0e10cSrcweirAWTLIB= 3316cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 3317cdf0e10cSrcweir AC_MSG_CHECKING([for jawt lib name]) 3318da2e13d4SMatthias Seidel if test "$JDK" = "gcj"; then 3319cdf0e10cSrcweir save_CFLAGS=$CFLAGS 3320cdf0e10cSrcweir save_LDFLAGS=$LDFLAGS 3321cdf0e10cSrcweir CFLAGS="$CFLAGS -I$JAVA_HOME/include" 3322cdf0e10cSrcweir LDFLAGS="$LDFLAGS -L$JAVA_HOME/lib -lgcj" 3323cdf0e10cSrcweir exec 6>/dev/null # no output 3324cdf0e10cSrcweir AC_CHECK_HEADER(jni.h, [], 3325cdf0e10cSrcweir [AC_MSG_ERROR([jni.h could not be found. Mismatch between gcc and libgcj or libgcj-devel missing?])], []) 3326cdf0e10cSrcweir AC_CHECK_LIB(gcjawt, JAWT_GetAWT, [ AWTLIB="-lgcjawt -lgcj"] ) 3327cdf0e10cSrcweir exec 6>&1 # output on again 3328cdf0e10cSrcweir CFLAGS=$save_CFLAGS 3329cdf0e10cSrcweir LDFLAGS=$save_LDFLAGS 3330cdf0e10cSrcweir fi 3331cdf0e10cSrcweir # IBM SDK 1.5.0-sr5 includes libjawt.so with unresolved symbols. 3332cdf0e10cSrcweir # A workaround is to link also against libpmawt.so 3333cdf0e10cSrcweir if test "$JDK" = "ibm" ; then 3334cdf0e10cSrcweir save_CFLAGS=$CFLAGS 3335cdf0e10cSrcweir save_LDFLAGS=$LDFLAGS 3336cdf0e10cSrcweir save_LD_LIBRARY_PATH=$LD_LIBRARY_PATH 3337cdf0e10cSrcweir CFLAGS="$CFLAGS -I$JAVA_HOME/include" 3338cdf0e10cSrcweir LDFLAGS="$LDFLAGS -L$JAVA_HOME/jre/bin" 3339cdf0e10cSrcweir LD_LIBRARY_PATH=$JAVA_HOME/jre/bin:$JAVA_HOME/jre/bin/classic:$JAVA_HOME/jre/bin/xawt:$LD_LIBRARY_PATH 3340cdf0e10cSrcweir export LD_LIBRARY_PATH 3341cdf0e10cSrcweir exec 6>/dev/null # no output 3342cdf0e10cSrcweir AC_CHECK_HEADER(jni.h, [], 3343cdf0e10cSrcweir [AC_MSG_ERROR([jni.h could not be found.])], []) 3344cdf0e10cSrcweir AC_CHECK_LIB(jawt, JAWT_GetAWT, [ AWTLIB="-ljawt"] ) 3345cdf0e10cSrcweir if test -z "$AWTLIB"; then 3346cdf0e10cSrcweir LDFLAGS="$LDFLAGS -L$JAVA_HOME/jre/bin/xawt -ljawt" 3347cdf0e10cSrcweir AC_CHECK_LIB(mawt, JAWT_GetAWT, [ AWTLIB="-L$JAVA_HOME/jre/bin/xawt -ljawt -lmawt"]) 3348cdf0e10cSrcweir fi 3349cdf0e10cSrcweir exec 6>&1 # output on again 3350cdf0e10cSrcweir CFLAGS=$save_CFLAGS 3351cdf0e10cSrcweir LDFLAGS=$save_LDFLAGS 3352cdf0e10cSrcweir LD_LIBRARY_PATH=$save_LD_LIBRARY_PATH 3353cdf0e10cSrcweir fi 3354cdf0e10cSrcweir if test -z "$AWTLIB"; then 3355cdf0e10cSrcweir AWTLIB=-ljawt 3356cdf0e10cSrcweir fi 3357cdf0e10cSrcweir AC_MSG_RESULT([$AWTLIB]) 3358cdf0e10cSrcweir AC_SUBST(AWTLIB) 3359cdf0e10cSrcweirfi 3360cdf0e10cSrcweir 3361cdf0e10cSrcweirdnl =================================================================== 3362cdf0e10cSrcweirdnl Check for optional gcj for AOT 3363cdf0e10cSrcweirdnl =================================================================== 3364cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 3365cdf0e10cSrcweir AC_MSG_CHECKING([whether to enable gcj aot compilation]) 3366cdf0e10cSrcweir if test -n "$enable_gcjaot" && test "$enable_gcjaot" != "no"; then 3367cdf0e10cSrcweir AC_MSG_RESULT([yes]) 336828633775SPedro Giffuni if test `echo $WITH_JAVA | $GREP -c "gij"` -eq 0; then 3369cdf0e10cSrcweir gcjaot="gcj" 3370cdf0e10cSrcweir else 3371cdf0e10cSrcweir gcjaot=`echo $WITH_JAVA | $SED -e "s/gij/gcj/g"` 3372cdf0e10cSrcweir fi 3373cdf0e10cSrcweir AC_MSG_RESULT([$gcjaot]) 3374cdf0e10cSrcweir if test -n "$with_jdk_home"; then 3375cdf0e10cSrcweir _javac_path="$with_jdk_home/bin/$gcjaot" 3376cdf0e10cSrcweir dnl Check if there is a gcj at all. 3377cdf0e10cSrcweir if test -x "$_javac_path"; then 3378cdf0e10cSrcweir JAVAAOTCOMPILER=$_javac_path 3379cdf0e10cSrcweir fi 3380cdf0e10cSrcweir fi 3381cdf0e10cSrcweir if test -z "$JAVAAOTCOMPILER"; then 3382cdf0e10cSrcweir AC_PATH_PROG(JAVAAOTCOMPILER, $gcjaot) 3383cdf0e10cSrcweir fi 3384cdf0e10cSrcweir if test -z "$JAVAAOTCOMPILER"; then 3385897adb27SJürgen Schmidt AC_MSG_WARN([$gcjaot not found, please use --with-jdk-home]) 3386cdf0e10cSrcweir fi 3387cdf0e10cSrcweir else 3388cdf0e10cSrcweir AC_MSG_RESULT([no]) 3389cdf0e10cSrcweir fi 3390cdf0e10cSrcweirfi 3391cdf0e10cSrcweir 3392cdf0e10cSrcweirAC_SUBST(JAVA_HOME) 3393cdf0e10cSrcweirAC_SUBST(JDK) 3394cdf0e10cSrcweirAC_SUBST(JAVAFLAGS) 3395cdf0e10cSrcweirAC_SUBST(JAVAINTERPRETER) 3396cdf0e10cSrcweirAC_SUBST(JAVAIFLAGS) 3397cdf0e10cSrcweirAC_SUBST(JAVACOMPILER) 3398cdf0e10cSrcweirAC_SUBST(JAVAAOTCOMPILER) 3399cdf0e10cSrcweirAC_SUBST(JAVADOC) 3400cdf0e10cSrcweir 3401cdf0e10cSrcweirdnl =================================================================== 3402cdf0e10cSrcweirdnl Checks for specific files. 3403cdf0e10cSrcweirdnl =================================================================== 3404cdf0e10cSrcweir 3405cdf0e10cSrcweirdnl =================================================================== 3406cdf0e10cSrcweirdnl Checks for programs. 3407cdf0e10cSrcweirdnl =================================================================== 3408cdf0e10cSrcweir 3409cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable EPM for packing]) 3410cdf0e10cSrcweirif test "$enable_epm" = "yes"; then 3411cdf0e10cSrcweir AC_MSG_RESULT([yes]) 3412cdf0e10cSrcweir dnl =================================================================== 3413407bc2eeSMatthias Seidel dnl Check for epm - not needed for Windows 3414cdf0e10cSrcweir dnl =================================================================== 3415cdf0e10cSrcweir if test "$_os" != "WINNT"; then 3416cdf0e10cSrcweir if test -n "$with_epm"; then 3417cdf0e10cSrcweir EPM=$with_epm 3418cdf0e10cSrcweir else 3419cdf0e10cSrcweir AC_PATH_PROG(EPM, epm, no) 3420cdf0e10cSrcweir fi 342144a214f4SJürgen Schmidt 342219ce5e0bSAndrea Pescetti # Override system epm and --with-epm if --with-epm-url is used. 342319ce5e0bSAndrea Pescetti if test -n "$with_epm_url" ; then 342444a214f4SJürgen Schmidt # At this moment we can not verify the URL or the content that we want to download. 342544a214f4SJürgen Schmidt EPM_URL=$with_epm_url 342644a214f4SJürgen Schmidt AC_MSG_RESULT([epm will be downloaded and compiled in bootstrap]) 342744a214f4SJürgen Schmidt EPM= 3428cdf0e10cSrcweir echo "EPM will be built." 3429cdf0e10cSrcweir BUILD_EPM=YES 3430cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE EPM" 3431cdf0e10cSrcweir else 343244a214f4SJürgen Schmidt if test "$EPM" = "no" ; then 343305ab2edcSJim Jagielski AC_MSG_ERROR([no. Install ESP Package Manager (EPM) (https://jimjag.github.io/epm/) and/or specify the path to the right epm (--with-epm). Or specify an URL to an epm-5.0.0 (or later) source package (--with-epm-url); run configure with the --help option for a list of possible URLs.]) 343405ab2edcSJim Jagielski else 343505ab2edcSJim Jagielski # Gentoo has some epm which is something different... 343605ab2edcSJim Jagielski AC_MSG_CHECKING([whether the found EPM is the right EPM]) 343705ab2edcSJim Jagielski if $EPM --version | $GREP "ESP Package Manager" >/dev/null 2>/dev/null; then 343844a214f4SJürgen Schmidt AC_MSG_RESULT([yes]) 343944a214f4SJürgen Schmidt else 344005ab2edcSJim Jagielski AC_MSG_ERROR([no. Install ESP Package Manager (https://jimjag.github.io/epm/) and/or specify the path to the right epm (--with-epm). Or specify an URL to an epm-5.0.0 (or later) source package (--with-epm-url); run configure with the --help option for a list of possible URLs.]) 344144a214f4SJürgen Schmidt fi 344205ab2edcSJim Jagielski AC_MSG_CHECKING([EPM version]) 344305ab2edcSJim Jagielski EPM_VERSION=`$EPM --version | $GREP 'ESP Package Manager' | cut -d' ' -f5 | $SED -e s/v//` 344405ab2edcSJim Jagielski if test "`echo $EPM_VERSION | cut -d'.' -f1`" -ge "5"; then 344505ab2edcSJim Jagielski AC_MSG_RESULT([OK, >= 5.0]) 344644a214f4SJürgen Schmidt BUILD_EPM=NO 344705ab2edcSJim Jagielski else 344805ab2edcSJim Jagielski AC_MSG_ERROR([too old. EPM >= 5.0.0 is required.]) 344905ab2edcSJim Jagielski fi 345005ab2edcSJim Jagielski fi 3451cdf0e10cSrcweir fi 3452cdf0e10cSrcweir fi 3453cdf0e10cSrcweir 3454cdf0e10cSrcweir # test which package format to use 3455cdf0e10cSrcweir AC_MSG_CHECKING([which package format to use]) 3456cdf0e10cSrcweir 3457cdf0e10cSrcweir # defaults 3458cdf0e10cSrcweir case "$_os" in 3459cdf0e10cSrcweir OS2) 3460cdf0e10cSrcweir PKGFORMAT=native 3461cdf0e10cSrcweir ;; 3462cdf0e10cSrcweir Darwin) 3463cdf0e10cSrcweir PKGFORMAT=dmg 3464cdf0e10cSrcweir ;; 3465cdf0e10cSrcweir SunOS) 3466cdf0e10cSrcweir PKGFORMAT=pkg 3467cdf0e10cSrcweir ;; 3468cdf0e10cSrcweir Linux) 3469cdf0e10cSrcweir # if building on Debian, default should be deb... 3470cdf0e10cSrcweir if test -e /etc/debian_version; then 3471cdf0e10cSrcweir PKGFORMAT=deb 3472cdf0e10cSrcweir else 3473cdf0e10cSrcweir PKGFORMAT=rpm 3474cdf0e10cSrcweir fi 3475cdf0e10cSrcweir ;; 3476cdf0e10cSrcweir AIX) 3477cdf0e10cSrcweir PKGFORMAT=aix 3478cdf0e10cSrcweir ;; 3479cdf0e10cSrcweir *BSD) 3480cdf0e10cSrcweir PKGFORMAT=bsd 3481cdf0e10cSrcweir ;; 3482cdf0e10cSrcweir OSF1) 3483cdf0e10cSrcweir PKGFORMAT=setld 3484cdf0e10cSrcweir ;; 3485cdf0e10cSrcweir WINNT) 3486cdf0e10cSrcweir PKGFORMAT=msi 3487cdf0e10cSrcweir ;; 34889d1669aeSMatthias Seidel # we never should get here since we check the architecture/os at the beginning, 3489cdf0e10cSrcweir # but go sure... 3490cdf0e10cSrcweir *) 3491cdf0e10cSrcweir AC_MSG_ERROR([unknown system]) 3492cdf0e10cSrcweir esac 3493cdf0e10cSrcweir if test -n "$with_package_format"; then 3494da2e13d4SMatthias Seidel for i in $with_package_format; do 3495cdf0e10cSrcweir case "$i" in 3496cdf0e10cSrcweir aix | bsd | deb | inst | tardist | osx | pkg | rpm | setld | native | portable | archive | dmg | installed | msi) 3497cdf0e10cSrcweir ;; 3498cdf0e10cSrcweir *) 3499cdf0e10cSrcweir AC_MSG_ERROR([unsupported format $i. Supported by EPM are: 3500cdf0e10cSrcweiraix - AIX software distribution 3501cdf0e10cSrcweirbsd - FreeBSD, NetBSD, or OpenBSD software distribution 3502cdf0e10cSrcweirdepot or swinstall - HP-UX software distribution 3503cdf0e10cSrcweirdeb - Debian software distribution 3504cdf0e10cSrcweirinst or tardist - IRIX software distribution 3505cdf0e10cSrcweirosx - MacOS X software distribution 3506cdf0e10cSrcweirpkg - Solaris software distribution 3507cdf0e10cSrcweirrpm - RedHat software distribution 3508cdf0e10cSrcweirsetld - Tru64 (setld) software distribution 3509cdf0e10cSrcweirnative - "Native" software distribution for the platform 3510cdf0e10cSrcweirportable - Portable software distribution 3511e986c8d8SMatthias SeidelAOO additionally supports: 3512cdf0e10cSrcweirarchive - .tar.gz or .zip 3513cdf0e10cSrcweirdmg - Mac OS X .dmg 3514cdf0e10cSrcweirinstalled - installation tree 3515cdf0e10cSrcweirmsi - Windows .msi 3516da2e13d4SMatthias Seidel ]) 3517cdf0e10cSrcweir ;; 3518cdf0e10cSrcweir esac 3519cdf0e10cSrcweir done 3520cdf0e10cSrcweir PKGFORMAT="$with_package_format" 3521cdf0e10cSrcweir fi 3522cdf0e10cSrcweir AC_MSG_RESULT([$PKGFORMAT]) 3523cdf0e10cSrcweir if echo "$PKGFORMAT" | $EGREP rpm 2>&1 >/dev/null; then 3524cdf0e10cSrcweir AC_MSG_CHECKING([for rpm]) 3525cdf0e10cSrcweir for a in "$RPM" rpmbuild rpm; do 3526cdf0e10cSrcweir $a --usage >/dev/null 2> /dev/null 3527cdf0e10cSrcweir if test $? -eq 0; then 3528cdf0e10cSrcweir RPM=$a 3529cdf0e10cSrcweir break 3530cdf0e10cSrcweir else 3531cdf0e10cSrcweir $a --version >/dev/null 2> /dev/null 3532cdf0e10cSrcweir if test $? -eq 0; then 3533cdf0e10cSrcweir RPM=$a 3534cdf0e10cSrcweir break 3535da2e13d4SMatthias Seidel fi 3536cdf0e10cSrcweir fi 3537cdf0e10cSrcweir done 3538cdf0e10cSrcweir if test -z "$RPM" ; then 3539cdf0e10cSrcweir AC_MSG_ERROR([not found]) 3540cdf0e10cSrcweir elif "$RPM" --usage 2>&1 | $EGREP -- -bb >/dev/null; then 3541cdf0e10cSrcweir RPM_PATH=`which $RPM` 3542cdf0e10cSrcweir AC_MSG_RESULT([$RPM_PATH]) 3543cdf0e10cSrcweir else 3544cdf0e10cSrcweir AC_MSG_ERROR([cannot build packages. Try installing rpmbuild.]) 3545cdf0e10cSrcweir fi 3546cdf0e10cSrcweir fi 3547cdf0e10cSrcweir if echo "$PKGFORMAT" | $EGREP deb 2>&1 >/dev/null; then 3548cdf0e10cSrcweir AC_PATH_PROG(DPKG, dpkg, no) 3549cdf0e10cSrcweir if test "$DPKG" = "no"; then 3550cdf0e10cSrcweir AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.]) 3551cdf0e10cSrcweir fi 3552914ff780SJim Jagielski AC_PATH_PROG(FAKEROOT, fakeroot, no) 3553914ff780SJim Jagielski if test "$FAKEROOT" = "no"; then 3554b1c6a57bSJim Jagielski AC_MSG_ERROR([fakeroot needed for deb creation. Install fakeroot.]) 3555914ff780SJim Jagielski fi 3556cdf0e10cSrcweir fi 3557f3c306a7SAndre Fischer if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then 3558cdf0e10cSrcweir if test "$_os" = "Darwin"; then 35592e39503fSjim if test "$_osxpkgbuild" = "no"; then 35602e39503fSjim AC_MSG_CHECKING([for PackageMaker availability]) 35612e39503fSjim if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then 35622e39503fSjim AC_MSG_ERROR([not installed. Please install Apples Dev Tools]) 35632e39503fSjim else 35642e39503fSjim AC_MSG_RESULT([ok]) 35652e39503fSjim fi 3566cdf0e10cSrcweir fi 3567cdf0e10cSrcweir else 3568cdf0e10cSrcweir AC_MSG_ERROR([PackageMaker needed to build OSX packages and you are not on OSX...]) 3569cdf0e10cSrcweir fi 3570cdf0e10cSrcweir fi 3571cdf0e10cSrcweir if echo "$PKGFORMAT" | $EGREP pkg 2>&1 >/dev/null; then 3572cdf0e10cSrcweir AC_PATH_PROG(PKGMK, pkgmk, no) 3573cdf0e10cSrcweir if test "$PKGMK" = "no"; then 3574cdf0e10cSrcweir AC_MSG_ERROR([pkgmk needed for Solaris pkg creation. Install it.]) 3575cdf0e10cSrcweir fi 3576cdf0e10cSrcweir fi 3577cdf0e10cSrcweir AC_SUBST(RPM) 3578cdf0e10cSrcweir AC_SUBST(DPKG) 3579914ff780SJim Jagielski AC_SUBST(FAKEROOT) 3580cdf0e10cSrcweir AC_SUBST(PKGMK) 3581cdf0e10cSrcweirelse 3582cdf0e10cSrcweir AC_MSG_RESULT([no]) 358344a214f4SJürgen Schmidt BUILD_EPM=NO 3584cdf0e10cSrcweir EPM=NO 3585cdf0e10cSrcweir PKGFORMAT=native 3586cdf0e10cSrcweirfi 358744a214f4SJürgen SchmidtAC_SUBST(BUILD_EPM) 358844a214f4SJürgen SchmidtAC_SUBST(EPM_URL) 3589cdf0e10cSrcweirAC_SUBST(EPM) 3590cdf0e10cSrcweirAC_SUBST(PKGFORMAT) 3591cdf0e10cSrcweir 3592cdf0e10cSrcweirdnl =================================================================== 3593cdf0e10cSrcweirdnl Check for gperf 3594cdf0e10cSrcweirdnl =================================================================== 3595cdf0e10cSrcweirAC_PATH_PROG(GPERF, gperf) 359610e8ff58SPedro Giffuniif test -z "$with_gperf"; then 359710e8ff58SPedro Giffuni AC_PATH_PROG(GPERF, gperf) 359810e8ff58SPedro Giffuni if test -z "$GPERF"; then 359910e8ff58SPedro Giffuni AC_MSG_ERROR([gperf not found but needed. Install it and/or specify --with-gperf=/path/to/it.]) 360010e8ff58SPedro Giffuni fi 360110e8ff58SPedro Giffunielse 360210e8ff58SPedro Giffuni if test -x "$with_gperf"; then 360310e8ff58SPedro Giffuni GPERF=$with_gperf 360410e8ff58SPedro Giffuni else 360510e8ff58SPedro Giffuni AC_MSG_ERROR([--with-gperf did not point to an executable]) 360610e8ff58SPedro Giffuni fi 3607cdf0e10cSrcweirfi 3608cdf0e10cSrcweirAC_MSG_CHECKING([gperf version]) 3609cdf0e10cSrcweirif test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then 3610cdf0e10cSrcweir AC_MSG_RESULT([OK]) 361110e8ff58SPedro Giffuni GPERF=$GPERF 3612cdf0e10cSrcweirelse 3613cdf0e10cSrcweir AC_MSG_ERROR([too old, you need at least 3.0.0]) 3614cdf0e10cSrcweirfi 361510e8ff58SPedro GiffuniAC_SUBST(GPERF) 3616cdf0e10cSrcweir 36178550753cSPedro Giffunidnl =================================================================== 36188550753cSPedro Giffunidnl Check for building stax 36198550753cSPedro Giffunidnl =================================================================== 36208550753cSPedro GiffuniAC_MSG_CHECKING([whether to build the stax]) 36218550753cSPedro Giffuniif test -f "./stax/download/stax-1.2.0.jar"; then 36228550753cSPedro Giffuni BUILD_STAX=NO 36238550753cSPedro Giffuni AC_MSG_RESULT([no, will use the prebuilt stax/download/stax-1.2.0.jar]) 36248550753cSPedro Giffunielse 36258550753cSPedro Giffuni BUILD_STAX=YES 36268550753cSPedro Giffuni AC_MSG_RESULT([yes]) 36278550753cSPedro Giffunifi 36288550753cSPedro GiffuniAC_SUBST(BUILD_STAX) 36298550753cSPedro Giffuni 3630cdf0e10cSrcweirdnl =================================================================== 3631cdf0e10cSrcweirdnl Check for building ODK 3632cdf0e10cSrcweirdnl =================================================================== 3633cdf0e10cSrcweirAC_MSG_CHECKING([whether to build the ODK]) 3634cdf0e10cSrcweirif test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then 3635cdf0e10cSrcweir AC_MSG_RESULT([yes]) 3636cdf0e10cSrcweir if test "$WITH_JAVA" != "no"; then 3637cdf0e10cSrcweir AC_MSG_CHECKING([for external/unowinreg/unowinreg.dll]) 3638cdf0e10cSrcweir if ! test -f "./external/unowinreg/unowinreg.dll"; then 3639cdf0e10cSrcweir HAVE_UNOWINREG_DLL=no 3640cdf0e10cSrcweir else 3641cdf0e10cSrcweir HAVE_UNOWINREG_DLL=yes 3642cdf0e10cSrcweir fi 3643cdf0e10cSrcweir if test "$HAVE_UNOWINREG_DLL" = "yes"; then 3644cdf0e10cSrcweir AC_MSG_RESULT([found]) 3645cdf0e10cSrcweir BUILD_UNOWINREG=NO 3646cdf0e10cSrcweir else 3647cdf0e10cSrcweir if test "$_os" = "WINNT"; then 3648cdf0e10cSrcweir AC_MSG_RESULT([not found, will be built]) 3649cdf0e10cSrcweir else 3650cdf0e10cSrcweir AC_MSG_WARN([not found, will be cross-built using mingw32]) 3651cdf0e10cSrcweir fi 3652cdf0e10cSrcweir BUILD_UNOWINREG=YES 3653cdf0e10cSrcweir fi 3654cdf0e10cSrcweir if test "$_os" != "WINNT" && test "$BUILD_UNOWINREG" = "YES"; then 3655cdf0e10cSrcweir if test -z "$WITH_MINGWIN" || test "$WITH_MINGWIN" = "0"; then 3656cdf0e10cSrcweir AC_MSG_ERROR([for rebuilding unowinreg.dll you need the mingw32 C++ compiler. 3657cdf0e10cSrcweir Specify mingw32 g++ executable name with --with-mingwin. 3658da2e13d4SMatthias Seidel Or use prebuilt one from https://tools.openoffice.org/unowinreg_prebuild/680/ and 3659f040151fSAndrea Pescetti put it into external/unowinreg using your browser or a command equivalent to: 3660da2e13d4SMatthias Seidel wget -O external/unowinreg/unowinreg.dll https://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll]) 3661cdf0e10cSrcweir fi 3662cdf0e10cSrcweir if echo "$WITH_MINGWIN" | $EGREP -q "/"; then 3663cdf0e10cSrcweir if ! test -x "$WITH_MINGWIN"; then MINGWCXX=false; else MINGWCXX=`basename $WITH_MINGWIN`; fi 3664cdf0e10cSrcweir else 3665cdf0e10cSrcweir AC_CHECK_TOOL(MINGWCXX, $WITH_MINGWIN, false) 3666cdf0e10cSrcweir fi 3667cdf0e10cSrcweir if test "$MINGWCXX" = "false"; then 3668cdf0e10cSrcweir AC_MSG_ERROR(specified MinGW32 C++ cross-compiler not found. Install it or correct name.) 3669cdf0e10cSrcweir fi 3670cdf0e10cSrcweir AC_MSG_CHECKING(whether we are using the MinGW32 cross C++ compiler) 367128633775SPedro Giffuni if ! echo "`$MINGWCXX -dumpmachine`" | $GREP -q mingw32; then 3672cdf0e10cSrcweir AC_MSG_ERROR(no) 3673cdf0e10cSrcweir else 3674cdf0e10cSrcweir AC_MSG_RESULT(yes) 3675cdf0e10cSrcweir fi 3676cdf0e10cSrcweir if echo "$WITH_MINGWIN" | $EGREP -q "/"; then 3677b63233d8Sdamjan if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`"; then MINGWSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/)); fi 3678cdf0e10cSrcweir else 3679cdf0e10cSrcweir AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`, false) 3680cdf0e10cSrcweir fi 3681cdf0e10cSrcweir if test "$MINGWSTRIP" = "false"; then 3682cdf0e10cSrcweir AC_MSG_ERROR(MinGW32 binutils needed. Install them.) 3683cdf0e10cSrcweir fi 3684cdf0e10cSrcweir AC_LANG_PUSH([C++]) 3685cdf0e10cSrcweir save_CXX=$CXX 3686cdf0e10cSrcweir save_CXXCPP=$CXXCPP 3687cdf0e10cSrcweir CXX=$MINGWCXX 3688cdf0e10cSrcweir CXXCPP="$MINGWCXX -E" 3689cdf0e10cSrcweir save_CXXFLAGS=$CXXFLAGS 3690cdf0e10cSrcweir save_CPPFLAGS=$CPPFLAGS 3691cdf0e10cSrcweir CXXFLAGS="$CXXFLAGS -I$JAVA_HOME/include" 3692cdf0e10cSrcweir CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include" 369307a3d7f1SPedro Giffuni # LIBS contains -lcrypt etc due to the AC_CHECK_LIBS which obviously 3694cdf0e10cSrcweir # do not make sense here (and 'd make the check fail) 3695cdf0e10cSrcweir save_LIBS=$LIBS 3696cdf0e10cSrcweir LIBS="" 3697cdf0e10cSrcweir AC_HAVE_LIBRARY(kernel32) 3698cdf0e10cSrcweir AC_HAVE_LIBRARY(advapi32) 3699cdf0e10cSrcweir AC_CHECK_HEADER(windows.h, [], [AC_MSG_ERROR([windows.h missing])]) 3700cdf0e10cSrcweir CXXFLAGS=$save_CXXFLAGS 3701cdf0e10cSrcweir CPPFLAGS=$save_CPPFLAGS 3702cdf0e10cSrcweir CXX=$save_CXX 3703cdf0e10cSrcweir CXXCPP=$save_CXXCPP 3704cdf0e10cSrcweir LIBS=$save_LIBS 3705cdf0e10cSrcweir AC_LANG_POP([C++]) 3706cdf0e10cSrcweir fi 3707cdf0e10cSrcweir fi 3708cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE ODK" 3709cdf0e10cSrcweirelse 3710cdf0e10cSrcweir AC_MSG_RESULT([no]) 3711cdf0e10cSrcweir BUILD_UNOWINREG=NO 3712cdf0e10cSrcweirfi 3713cdf0e10cSrcweirAC_SUBST(BUILD_UNOWINREG) 3714cdf0e10cSrcweirAC_SUBST(MINGWCXX) 3715cdf0e10cSrcweirAC_SUBST(MINGWSTRIP) 3716cdf0e10cSrcweir 3717cdf0e10cSrcweirdnl =================================================================== 3718cdf0e10cSrcweirdnl Check for system stdlibs 3719cdf0e10cSrcweirdnl =================================================================== 3720cdf0e10cSrcweirAC_MSG_CHECKING([whether to provide libstdc++/libgcc_s in the installset]) 3721cdf0e10cSrcweirif test -n "$with_system_stdlibs" -o -n "$with_system_libs" && \ 3722cdf0e10cSrcweir test "$with_system_stdlibs" != "no"; then 3723cdf0e10cSrcweir AC_MSG_RESULT([no]) 3724cdf0e10cSrcweir SYSTEM_STDLIBS=YES 3725cdf0e10cSrcweirelse 3726cdf0e10cSrcweir AC_MSG_RESULT([yes]) 3727cdf0e10cSrcweir SYSTEM_STDLIBS=NO 3728cdf0e10cSrcweirfi 3729cdf0e10cSrcweirAC_SUBST(SYSTEM_STDLIBS) 3730cdf0e10cSrcweir 3731cdf0e10cSrcweirdnl =================================================================== 3732cdf0e10cSrcweirdnl Check for system zlib 3733cdf0e10cSrcweirdnl =================================================================== 3734cdf0e10cSrcweirif test "$_os" = "Darwin" && test "$with_system_zlib" != "no"; then 3735cdf0e10cSrcweir with_system_zlib=yes 3736cdf0e10cSrcweirfi 3737cdf0e10cSrcweirAC_MSG_CHECKING([which zlib to use]) 3738cdf0e10cSrcweirif test -n "$with_system_zlib" -o -n "$with_system_libs" && \ 3739cdf0e10cSrcweir test "$with_system_zlib" != "no"; then 3740cdf0e10cSrcweir AC_MSG_RESULT([external]) 3741cdf0e10cSrcweir SYSTEM_ZLIB=YES 3742cdf0e10cSrcweir AC_CHECK_HEADER(zlib.h, [], 3743cdf0e10cSrcweir [AC_MSG_ERROR(zlib.h not found. install zlib)], []) 3744cdf0e10cSrcweir AC_CHECK_LIB(z, deflate, [ ZLIB=-lz ], 3745cdf0e10cSrcweir [AC_MSG_ERROR(zlib not found or functional)], []) 3746cdf0e10cSrcweirelse 3747cdf0e10cSrcweir AC_MSG_RESULT([internal]) 3748cdf0e10cSrcweir SYSTEM_ZLIB=NO 3749cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE ZLIB" 3750cdf0e10cSrcweirfi 3751cdf0e10cSrcweirAC_SUBST(SYSTEM_ZLIB) 3752cdf0e10cSrcweir 3753cdf0e10cSrcweirdnl =================================================================== 3754cdf0e10cSrcweirdnl Check for system jpeg 3755cdf0e10cSrcweirdnl =================================================================== 3756cdf0e10cSrcweirAC_MSG_CHECKING([which jpeg to use]) 3757cdf0e10cSrcweirif test -n "$with_system_jpeg" -o -n "$with_system_libs" && \ 3758cdf0e10cSrcweir test "$with_system_jpeg" != "no"; then 3759cdf0e10cSrcweir AC_MSG_RESULT([external]) 3760cdf0e10cSrcweir SYSTEM_JPEG=YES 3761cdf0e10cSrcweir AC_CHECK_HEADER(jpeglib.h, [], 3762cdf0e10cSrcweir [AC_MSG_ERROR(jpeg.h not found. install libjpeg)], []) 3763cdf0e10cSrcweir AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ], 3764cdf0e10cSrcweir [AC_MSG_CHECKING(jpeg library not found or fuctional)], []) 3765cdf0e10cSrcweirelse 3766cdf0e10cSrcweir AC_MSG_RESULT([internal]) 3767cdf0e10cSrcweir SYSTEM_JPEG=NO 3768cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE JPEG" 3769cdf0e10cSrcweirfi 3770cdf0e10cSrcweirAC_SUBST(SYSTEM_JPEG) 3771cdf0e10cSrcweir 3772cdf0e10cSrcweirdnl =================================================================== 3773cdf0e10cSrcweirdnl Check for system expat 3774cdf0e10cSrcweirdnl =================================================================== 3775cdf0e10cSrcweirAC_MSG_CHECKING([which expat to use]) 3776cdf0e10cSrcweirif test -n "$with_system_expat" -o -n "$with_system_libs" && \ 3777cdf0e10cSrcweir test "$with_system_expat" != "no"; then 3778cdf0e10cSrcweir AC_MSG_RESULT([external]) 3779cdf0e10cSrcweir SYSTEM_EXPAT=YES 3780cdf0e10cSrcweir AC_CHECK_HEADER(expat.h, [], 3781cdf0e10cSrcweir [AC_MSG_ERROR(expat.h not found. install expat)], []) 3782cdf0e10cSrcweir AC_CHECK_LIB(expat, XML_ParserCreate, [], 3783cdf0e10cSrcweir [AC_MSG_RESULT(expat library not found or functional.)], []) 3784cdf0e10cSrcweirelse 3785cdf0e10cSrcweir AC_MSG_RESULT([internal]) 3786cdf0e10cSrcweir SYSTEM_EXPAT=NO 3787cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE EXPAT" 3788cdf0e10cSrcweirfi 3789cdf0e10cSrcweirAC_SUBST(SYSTEM_EXPAT) 3790cdf0e10cSrcweir 3791cdf0e10cSrcweirdnl =================================================================== 3792cdf0e10cSrcweirdnl Check whether freetype is available 3793cdf0e10cSrcweirdnl =================================================================== 3794cdf0e10cSrcweirif test "$test_freetype" = "yes"; then 3795cdf0e10cSrcweir AC_MSG_CHECKING([whether freetype is available]) 3796cdf0e10cSrcweir PKG_CHECK_MODULES( FREETYPE, freetype2 >= 2.0 ) 3797cdf0e10cSrcweirfi 3798cdf0e10cSrcweirAC_SUBST(FREETYPE_CFLAGS) 3799cdf0e10cSrcweirAC_SUBST(FREETYPE_LIBS) 3800cdf0e10cSrcweir 3801cdf0e10cSrcweirdnl =================================================================== 3802cdf0e10cSrcweirdnl Check whether freetype2 supports emboldening 3803cdf0e10cSrcweirdnl =================================================================== 3804cdf0e10cSrcweirif test "$test_freetype" = "yes"; then 3805cdf0e10cSrcweir save_CPPFLAGS="$CPPFLAGS" 3806cdf0e10cSrcweir save_LDFLAGS="$LDFLAGS" 3807cdf0e10cSrcweir save_LIBS="$LIBS" 3808cdf0e10cSrcweir CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS" 3809cdf0e10cSrcweir LDFLAGS="$LDFLAGS $FREETYPE_LIBS" 3810cdf0e10cSrcweir AC_CHECK_LIB(freetype, FT_GlyphSlot_Embolden, 3811cdf0e10cSrcweir [USE_FT_EMBOLDEN="YES"], [USE_FT_EMBOLDEN="NO"], []) 3812cdf0e10cSrcweir LDFLAGS="$save_LDFLAGS" 3813cdf0e10cSrcweir CPPFLAGS="$save_CPPFLAGS" 3814cdf0e10cSrcweir LIBS="$save_LIBS" 3815cdf0e10cSrcweirfi 3816cdf0e10cSrcweirAC_SUBST(USE_FT_EMBOLDEN) 3817cdf0e10cSrcweir 3818cdf0e10cSrcweirif test -n "$with_system_libxslt" -o -n "$with_system_libs" && \ 3819cdf0e10cSrcweir test "$with_system_libxslt" != "no"; then 3820cdf0e10cSrcweir if test -z "$with_system_libxml" -a -z "$with_system_libs" || \ 3821cdf0e10cSrcweir test "$with_system_libxml" = "no"; then 3822cdf0e10cSrcweir # somehow AC_MSG_WARN won't work... 3823cdf0e10cSrcweir echo "to prevent incompatibilities between internal libxml2 and libxslt, the office will be build with system-libxml" 3824cdf0e10cSrcweir echo "to prevent incompatibilities between internal libxml2 and libxslt, the office will be build with system-libxml" >> warn 3825cdf0e10cSrcweir with_system_libxml=yes 3826cdf0e10cSrcweir fi 3827cdf0e10cSrcweirfi 3828cdf0e10cSrcweirif test -n "$with_system_libxml" -o -n "$with_system_libs" && \ 3829cdf0e10cSrcweir test "$with_system_libxml" != "no"; then 3830cdf0e10cSrcweir if test -z "$with_system_libxslt" -a -z "$with_system_libs" || \ 3831cdf0e10cSrcweir test "$with_system_libxslt" = "no"; then 3832cdf0e10cSrcweir # somehow AC_MSG_WARN won't work... 3833cdf0e10cSrcweir echo "to prevent incompatibilities between internal libxslt and libxml2, the office will be build with system-libxslt" 3834cdf0e10cSrcweir echo "to prevent incompatibilities between internal libxslt and libxml2, the office will be build with system-libxslt" >> warn 3835cdf0e10cSrcweir with_system_libxslt=yes 3836cdf0e10cSrcweir fi 3837cdf0e10cSrcweirfi 3838cdf0e10cSrcweir 3839cdf0e10cSrcweirdnl =================================================================== 3840cdf0e10cSrcweirdnl Check for system libxslt 3841cdf0e10cSrcweirdnl =================================================================== 3842cdf0e10cSrcweirAC_MSG_CHECKING([which libxslt to use]) 3843cdf0e10cSrcweirif test -n "$with_system_libxslt" -o -n "$with_system_libs" -o \ 3844cdf0e10cSrcweir "$_os" = "Darwin" && \ 3845cdf0e10cSrcweir test "$with_system_libxslt" != "no"; then 3846cdf0e10cSrcweir AC_MSG_RESULT([external]) 3847cdf0e10cSrcweir SYSTEM_LIBXSLT=YES 3848cdf0e10cSrcweir 38498ba2f6f7SHerbert Dürr if test "$_os" != "Darwin"; then 38508ba2f6f7SHerbert Dürr PKG_CHECK_MODULES(LIBXSLT, libxslt) 38518ba2f6f7SHerbert Dürr else 38528ba2f6f7SHerbert Dürr LIBXSLT_CFLAGS=`xslt-config --cflags` 385339ddf648SHerbert Dürr LIBXSLT_LIBS=`xslt-config --libs` 38548ba2f6f7SHerbert Dürr fi 3855cdf0e10cSrcweir 3856cdf0e10cSrcweir dnl Check for xsltproc 3857cdf0e10cSrcweir AC_PATH_PROG(XSLTPROC, xsltproc, no) 3858cdf0e10cSrcweir if test "$XSLTPROC" = "no"; then 3859cdf0e10cSrcweir AC_MSG_ERROR([xsltproc is required]) 3860cdf0e10cSrcweir fi 3861cdf0e10cSrcweirelse 3862cdf0e10cSrcweir AC_MSG_RESULT([internal]) 3863cdf0e10cSrcweir SYSTEM_LIBXSLT=NO 3864cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE LIBXSLT" 3865cdf0e10cSrcweirfi 3866cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBXSLT) 3867cdf0e10cSrcweirAC_SUBST(LIBXSLT_CFLAGS) 3868cdf0e10cSrcweirAC_SUBST(LIBXSLT_LIBS) 3869cdf0e10cSrcweir 3870cdf0e10cSrcweir 3871cdf0e10cSrcweirdnl =================================================================== 3872cdf0e10cSrcweirdnl Check for system libxml 3873cdf0e10cSrcweirdnl =================================================================== 3874cdf0e10cSrcweirAC_MSG_CHECKING([which libxml to use]) 3875cdf0e10cSrcweirif test -n "$with_system_libxml" -o -n "$with_system_libs" -o \ 3876cdf0e10cSrcweir "$_os" = "Darwin" && \ 3877cdf0e10cSrcweir test "$with_system_libxml" != "no"; then 3878cdf0e10cSrcweir AC_MSG_RESULT([external]) 3879cdf0e10cSrcweir SYSTEM_LIBXML=YES 3880cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE LIBXMLSEC" 38818ba2f6f7SHerbert Dürr 38828ba2f6f7SHerbert Dürr if test "$_os" != "Darwin"; then 38838ba2f6f7SHerbert Dürr PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= 2.0) 38848ba2f6f7SHerbert Dürr else 38858ba2f6f7SHerbert Dürr LIBXML_CFLAGS=`xml2-config --cflags` 388639ddf648SHerbert Dürr LIBXML_LIBS=`xml2-config --libs` 38878ba2f6f7SHerbert Dürr fi 3888cdf0e10cSrcweirelse 3889cdf0e10cSrcweir AC_MSG_RESULT([internal]) 3890cdf0e10cSrcweir SYSTEM_LIBXML=NO 3891cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE LIBXML2 LIBXMLSEC" 3892cdf0e10cSrcweirfi 3893cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBXML) 3894cdf0e10cSrcweirAC_SUBST(LIBXML_CFLAGS) 3895cdf0e10cSrcweirAC_SUBST(LIBXML_LIBS) 3896cdf0e10cSrcweir 389761a3a0ffSHerbert Dürr 389861a3a0ffSHerbert Dürrdnl =================================================================== 3899a835cb2eSJim Jagielskidnl Checks for a MacOS platform SDK compatible with deployment target 390061a3a0ffSHerbert Dürrdnl =================================================================== 390161a3a0ffSHerbert Dürrif test "$_os" = "Darwin"; then 39020d16e2e7SJim Jagielski sdk_target=$with_macosx_target 390307a3d7f1SPedro Giffuni AC_MSG_CHECKING([checking SDK compatibility with OSX $sdk_target]) 390461a3a0ffSHerbert Dürr 390563ad6360SHerbert Dürr sdk_minor=`echo $sdk_target | cut -d"." -f2` 390661a3a0ffSHerbert Dürr 39075fa6f516SJim Jagielski if test "$sdk_minor" -lt "9"; then 39085fa6f516SJim Jagielski AC_MSG_ERROR([SDK version < 10.9 is not longer supported]) 390961a3a0ffSHerbert Dürr else 391063ad6360SHerbert Dürr MACOSX_DEPLOYMENT_TARGET=$sdk_target 3911a835cb2eSJim Jagielski sdk_path=$with_macosx_sdk 3912a835cb2eSJim Jagielski if test -z "$sdk_path"; then 3913a835cb2eSJim Jagielski dnl --macosx-sdk not used (or blank): We look for the SDK 3914a835cb2eSJim Jagielski dnl Why not MacOSX10.9.sdk? It lacks Python.h (!?) 3915a835cb2eSJim Jagielski dnl First look for macOS10.x SDKs (Up thru Xcode 12.1) 39165fa6f516SJim Jagielski sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx10.(10|11|12|13|14|15)" | sed -e "s/.*sdk //" | tail -n1` 3917a835cb2eSJim Jagielski dnl If not found, look for macOS11.x SDKs (Xcode 12.2 and later) 3918a835cb2eSJim Jagielski if test -z "$sdk_found"; then 3919f90c0f88SJim Jagielski sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx11.(0|1)" | sed -e "s/.*sdk //" | tail -n1` 3920a835cb2eSJim Jagielski fi 3921a835cb2eSJim Jagielski if test -z "$sdk_found"; then 3922a835cb2eSJim Jagielski AC_MSG_ERROR([No SDK with OSX $sdk_target compatibility found]) 3923a835cb2eSJim Jagielski else 3924a835cb2eSJim Jagielski AC_MSG_RESULT([yes, by using SDK $sdk_found]) 3925a835cb2eSJim Jagielski fi 3926a835cb2eSJim Jagielski sdk_path=`xcodebuild -version -sdk ${sdk_found} Path` 3927a835cb2eSJim Jagielski elif test ! -d "$sdk_path"; then 3928a835cb2eSJim Jagielski sdk_found=`xcodebuild -showsdks | $EGREP "sdk macosx${sdk_path}" | sed -e "s/.*sdk //" | tail -n1` 3929a835cb2eSJim Jagielski if test -z "$sdk_found"; then 3930a835cb2eSJim Jagielski AC_MSG_ERROR([SDK macosx${sdk_path} not found by xcodebuild]) 3931a835cb2eSJim Jagielski else 3932a835cb2eSJim Jagielski AC_MSG_RESULT([SDK $sdk_found]) 3933a835cb2eSJim Jagielski fi 3934a835cb2eSJim Jagielski sdk_path=`xcodebuild -version -sdk ${sdk_found} Path` 393561a3a0ffSHerbert Dürr fi 393661a3a0ffSHerbert Dürr AC_MSG_CHECKING([for $sdk_path]) 393761a3a0ffSHerbert Dürr if test -d "$sdk_path"; then 393861a3a0ffSHerbert Dürr AC_MSG_RESULT([yes]) 393961a3a0ffSHerbert Dürr else 3940e4db7d0fSHerbert Dürr AC_MSG_ERROR([not found!]) 394161a3a0ffSHerbert Dürr fi 394261a3a0ffSHerbert Dürr 394361a3a0ffSHerbert Dürr MACOSX_SDK_PATH=$sdk_path 3944c4e9543bSJim Jagielski SDKROOT=$sdk_path 394561a3a0ffSHerbert Dürr fi 394661a3a0ffSHerbert Dürr 394761a3a0ffSHerbert Dürrfi 394861a3a0ffSHerbert DürrAC_SUBST(MACOSX_DEPLOYMENT_TARGET) 394961a3a0ffSHerbert DürrAC_SUBST(MACOSX_SDK_PATH) 3950c4e9543bSJim JagielskiAC_SUBST(SDKROOT) 395161a3a0ffSHerbert Dürr 395261a3a0ffSHerbert Dürr 3953cdf0e10cSrcweirdnl =================================================================== 3954cdf0e10cSrcweirdnl Check for system python 3955cdf0e10cSrcweirdnl =================================================================== 3956cdf0e10cSrcweirAC_MSG_CHECKING([which python to use]) 3957cdf0e10cSrcweirif test "$_os" = "Darwin" && test "$with_system_python" != "no"; then 3958cdf0e10cSrcweir with_system_python=yes 3959d1c42586SJürgen Schmidt 3960da2e13d4SMatthias Seidel _python="/Library/Frameworks/Python.framework/Versions/Current/bin/python" 396164ada325SJürgen Schmidt if test ! -f $_python; then 396264ada325SJürgen Schmidt _python="/usr/bin/python" 396364ada325SJürgen Schmidt fi 396464ada325SJürgen Schmidt AC_MSG_RESULT([compiling against system python ($_python)]) 396564ada325SJürgen Schmidt 39661fb03631SHerbert Dürr _python_hexversion=`$_python -c "import sys; print(sys.hexversion);"` 3967da2e13d4SMatthias Seidel 3968b9b58fdaSJürgen Schmidt dnl hex version of Python 2.7.1 = 34013680 3969434ea190SJürgen Schmidt if test $_python_hexversion -ge 34013680 ; then 39701e1ac450SHerbert Dürr _python_version=`$_python -c "import sys; print sys.version;" | head -c 3` 3971d1c42586SJürgen Schmidt AC_MSG_RESULT([compiling against system python (version $_python_version)]) 3972d1c42586SJürgen Schmidt 3973d1c42586SJürgen Schmidt _python_ver=`$_python -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"` 3974da2e13d4SMatthias Seidel 397564ada325SJürgen Schmidt if test -d "/Library/Frameworks/Python.framework/Versions/$_python_ver/include/python$_python_ver"; then 397664ada325SJürgen Schmidt PYTHON_CFLAGS="-I/Library/Frameworks/Python.framework/Versions/$_python_ver/include/python$_python_ver" 397761a3a0ffSHerbert Dürr elif test -d "$MACOSX_SDK_PATH/usr/include/python$_python_ver"; then 397861a3a0ffSHerbert Dürr PYTHON_CFLAGS="-I$MACOSX_SDK_PATH/usr/include/python$_python_ver" 397964ada325SJürgen Schmidt else 398061a3a0ffSHerbert Dürr PYTHON_CFLAGS="-I$MACOSX_SDK_PATH/System/Library/Frameworks/Python.framework/Versions/$_python_ver/include/python$_python_ver" 398164ada325SJürgen Schmidt fi 3982d1c42586SJürgen Schmidt else 3983b9b58fdaSJürgen Schmidt AC_MSG_ERROR([Python 2.7.1 or higher is required]) 3984d1c42586SJürgen Schmidt fi 3985d1c42586SJürgen Schmidt 3986cdf0e10cSrcweir PYTHON_LIBS="-framework Python" 3987cdf0e10cSrcweirelif test -n "$with_system_python" -o -n "$with_system_libs" && \ 3988cdf0e10cSrcweir test "$with_system_python" != "no"; then 3989cdf0e10cSrcweir with_system_python=yes 3990cdf0e10cSrcweir AC_MSG_RESULT([external]) 39911e1ac450SHerbert Dürr AM_PATH_PYTHON([2.7]) 3992cdf0e10cSrcweir 3993e038f100SPedro Giffuni python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('INCLUDEPY'));"` 3994e038f100SPedro Giffuni python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VERSION'));"` 39950038efe0SDamjan Jovanovic # Python 3.8 and later distinguish building Python modules from linking to the libpython: 39960038efe0SDamjan Jovanovic # (https://bugs.python.org/issue36721) 39970038efe0SDamjan Jovanovic if test "$python_version" -lt "3.8"; then 39980038efe0SDamjan Jovanovic PKG_CHECK_MODULES(PYTHON, python-$python_version, PYTHON_PC="TRUE", PYTHON_PC="" ) 39990038efe0SDamjan Jovanovic else 40000038efe0SDamjan Jovanovic PKG_CHECK_MODULES(PYTHON, python-$python_version-embed, PYTHON_PC="TRUE", PYTHON_PC="" ) 40010038efe0SDamjan Jovanovic fi 400229195361SDamjan Jovanovic if test "$PYTHON_PC" != "TRUE"; then 400329195361SDamjan Jovanovic PYTHON_CFLAGS="-I$python_include" 400429195361SDamjan Jovanovic PYTHON_LIBS="-lpython$python_version" 400529195361SDamjan Jovanovic fi 4006cdf0e10cSrcweirfi 4007cdf0e10cSrcweirif test "$with_system_python" = "yes" ; then 4008cdf0e10cSrcweir SYSTEM_PYTHON=YES 4009cdf0e10cSrcweir dnl check if the headers really work: 4010cdf0e10cSrcweir save_CPPFLAGS="$CPPFLAGS" 4011cdf0e10cSrcweir CPPFLAGS="$CPPFLAGS $PYTHON_CFLAGS" 4012cdf0e10cSrcweir AC_CHECK_HEADER(Python.h, [], 4013cdf0e10cSrcweir [AC_MSG_ERROR(Python headers not found)], []) 4014cdf0e10cSrcweir CPPFLAGS="$save_CPPFLAGS" 4015cdf0e10cSrcweirelse 4016cdf0e10cSrcweir SYSTEM_PYTHON=NO 4017cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE PYTHON" 4018cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4019cdf0e10cSrcweir # Embedded python dies without Home set 4020cdf0e10cSrcweir if test "z$HOME" = "z"; then 4021cdf0e10cSrcweir export HOME=""; 4022cdf0e10cSrcweir fi 4023cdf0e10cSrcweir # bz2 tarball and bzip2 is not standard 4024cdf0e10cSrcweir if test -z "$BZIP2"; then 4025cdf0e10cSrcweir AC_PATH_PROG( BZIP2, bzip2) 4026cdf0e10cSrcweir if test -z "$BZIP2"; then 4027cdf0e10cSrcweir AC_MSG_ERROR([the internal Python module has a .tar.bz2. You need bzip2]) 4028cdf0e10cSrcweir fi 4029cdf0e10cSrcweir fi 4030cdf0e10cSrcweirfi 4031cdf0e10cSrcweirAC_SUBST(SYSTEM_PYTHON) 4032cdf0e10cSrcweirAC_SUBST(PYTHON_CFLAGS) 4033cdf0e10cSrcweirAC_SUBST(PYTHON_LIBS) 4034cdf0e10cSrcweirHOME=`echo $HOME | sed 's:\\\\:/:g'` 4035cdf0e10cSrcweirAC_SUBST(HOME) 4036cdf0e10cSrcweir 4037cdf0e10cSrcweirdnl =================================================================== 4038cdf0e10cSrcweirdnl Check for system lucene 4039cdf0e10cSrcweirdnl =================================================================== 4040cdf0e10cSrcweirAC_MSG_CHECKING([which lucene to use]) 4041cdf0e10cSrcweirif test -n "$with_system_lucene" -o -n "$with_system_libs" && \ 4042cdf0e10cSrcweir test "$with_system_lucene" != "no" && test "$with_system_jars" != "no"; then 4043cdf0e10cSrcweir AC_MSG_RESULT([external]) 4044cdf0e10cSrcweir SYSTEM_LUCENE=YES 4045cdf0e10cSrcweir if test -z $LUCENE_CORE_JAR; then 4046da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/lucene-core-2.9.4.jar, 4047ca7d9e04SPedro Giffuni [ LUCENE_CORE_JAR=/usr/share/java/lucene-core-2.9.4.jar ], 4048cdf0e10cSrcweir [ 4049da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/lucene-core.jar, 4050cdf0e10cSrcweir [ LUCENE_CORE_JAR=/usr/share/java/lucene-core.jar ], 4051da2e13d4SMatthias Seidel [ AC_CHECK_FILE(/usr/share/java/lucene.jar, 4052cdf0e10cSrcweir [ LUCENE_CORE_JAR=/usr/share/java/lucene.jar ], 4053cdf0e10cSrcweir [ AC_MSG_ERROR(lucene-core.jar replacement not found)] 4054cdf0e10cSrcweir ) 4055cdf0e10cSrcweir ] 4056cdf0e10cSrcweir ) 4057cdf0e10cSrcweir ] 4058cdf0e10cSrcweir ) 4059cdf0e10cSrcweir else 4060cdf0e10cSrcweir AC_CHECK_FILE($LUCENE_CORE_JAR, [], 4061cdf0e10cSrcweir [AC_MSG_ERROR(lucene-core.jar not found.)], []) 4062cdf0e10cSrcweir fi 4063cdf0e10cSrcweir 4064cdf0e10cSrcweir if test -z $LUCENE_ANALYZERS_JAR; then 4065da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/lucene-analyzers-2.3.jar, 4066cdf0e10cSrcweir [ LUCENE_ANALYZERS_JAR=/usr/share/java/lucene-analyzers-2.3.jar ], 4067cdf0e10cSrcweir [ 4068da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/lucene-contrib/lucene-analyzers.jar, 4069cdf0e10cSrcweir [ LUCENE_ANALYZERS_JAR=/usr/share/java/lucene-contrib/lucene-analyzers.jar ], 4070cdf0e10cSrcweir [ AC_MSG_ERROR(lucene-analyzers.jar replacement not found.)] 4071cdf0e10cSrcweir ) 4072cdf0e10cSrcweir ] 4073cdf0e10cSrcweir ) 4074cdf0e10cSrcweir else 4075cdf0e10cSrcweir AC_CHECK_FILE($LUCENE_CORE_JAR, [], 4076cdf0e10cSrcweir [ AC_MSG_ERROR(lucene-analyzers.jar not found.)], []) 4077cdf0e10cSrcweir fi 4078cdf0e10cSrcweir AC_MSG_CHECKING([whether lucene is version 2.x]) 4079cdf0e10cSrcweir export LUCENE_CORE_JAR 4080cdf0e10cSrcweir if $PERL -e 'use Archive::Zip; 4081cdf0e10cSrcweir my $file = "$ENV{'LUCENE_CORE_JAR'}"; 4082cdf0e10cSrcweir my $zip = Archive::Zip->new( $file ); 4083cdf0e10cSrcweir my $mf = $zip->contents ( "META-INF/MANIFEST.MF" ); 4084cdf0e10cSrcweir if ( $mf =~ m/Specification-Version: 2.*/ ) { 4085cdf0e10cSrcweir exit 0; 4086cdf0e10cSrcweir } else { 4087cdf0e10cSrcweir exit 1; 4088cdf0e10cSrcweir }'; then 4089cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4090cdf0e10cSrcweir else 40917fb4469bSPedro Giffuni AC_MSG_RESULT([no]) 40927fb4469bSPedro Giffuni AC_MSG_CHECKING([whether lucene is version 3.x]) 40937fb4469bSPedro Giffuni 40947fb4469bSPedro Giffuni if $PERL -e 'use Archive::Zip; 40957fb4469bSPedro Giffuni my $file = "$ENV{'LUCENE_CORE_JAR'}"; 40967fb4469bSPedro Giffuni my $zip = Archive::Zip->new( $file ); 40977fb4469bSPedro Giffuni my $mf = $zip->contents ( "META-INF/MANIFEST.MF" ); 40987fb4469bSPedro Giffuni if ( $mf =~ m/Specification-Version: 3.*/ ) { 40997fb4469bSPedro Giffuni exit 0; 41007fb4469bSPedro Giffuni } else { 41017fb4469bSPedro Giffuni exit 1; 41027fb4469bSPedro Giffuni }'; then 41037fb4469bSPedro Giffuni AC_MSG_RESULT([yes]) 41047fb4469bSPedro Giffuni else 41057fb4469bSPedro Giffuni AC_MSG_ERROR([no, you need lucene 2 or 3]) 41067fb4469bSPedro Giffuni fi 4107cdf0e10cSrcweir fi 4108cdf0e10cSrcweir 4109cdf0e10cSrcweirelse 4110cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4111cdf0e10cSrcweir SYSTEM_LUCENE=NO 4112cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE LUCENE" 4113cdf0e10cSrcweirfi 4114cdf0e10cSrcweirAC_SUBST(SYSTEM_LUCENE) 4115cdf0e10cSrcweirAC_SUBST(LUCENE_CORE_JAR) 4116cdf0e10cSrcweirAC_SUBST(LUCENE_ANALYZERS_JAR) 4117cdf0e10cSrcweir 4118cdf0e10cSrcweirAC_MSG_CHECKING([whether to build the MySQL Connector extension]) 4119cdf0e10cSrcweirif test -n "$enable_mysql_connector" -a "$enable_mysql_connector" != "no"; then 4120cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4121cdf0e10cSrcweir ENABLE_MYSQLC=YES 4122cdf0e10cSrcweir AC_MSG_CHECKING([for mysqlc module]) 4123cdf0e10cSrcweir if test -d mysqlc; then 4124cdf0e10cSrcweir AC_MSG_RESULT([OK]) 4125cdf0e10cSrcweir else 4126cdf0e10cSrcweir AC_MSG_ERROR([not existing. get it (did you get the -extensions tarball?)]) 4127cdf0e10cSrcweir fi 4128cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE MYSQLC" 4129cdf0e10cSrcweirelse 4130cdf0e10cSrcweir AC_MSG_RESULT([no]) 4131cdf0e10cSrcweir ENABLE_MYSQLC=NO 4132cdf0e10cSrcweirfi 4133cdf0e10cSrcweirAC_SUBST(ENABLE_MYSQLC) 4134cdf0e10cSrcweir 4135cdf0e10cSrcweirif test "$ENABLE_MYSQLC" = "YES"; then 4136cdf0e10cSrcweirdnl =================================================================== 4137cdf0e10cSrcweirdnl Check for system MySQL 4138cdf0e10cSrcweirdnl =================================================================== 4139cdf0e10cSrcweirAC_MSG_CHECKING([for mysql pre-requisites]) 4140cdf0e10cSrcweirif test -n "$with_system_mysql" -o -n "$with_system_libs" && \ 4141cdf0e10cSrcweir test "$with_system_mysql" != "no" && test "$with_system_libs" != "no"; then 4142cdf0e10cSrcweir AC_MSG_RESULT([external MySQL]) 4143cdf0e10cSrcweir SYSTEM_MYSQL=YES 4144cdf0e10cSrcweir AC_PATH_PROG( MYSQLCONFIG, mysql_config) 4145cdf0e10cSrcweir AC_MSG_CHECKING([MySQL version]) 414624687b4cSJürgen Schmidt if test -z "$MYSQLCONFIG" -o ! -x "$MYSQLCONFIG" ; then 414724687b4cSJürgen Schmidt AC_MSG_ERROR([can not find/execute mysql_config]); 414824687b4cSJürgen Schmidt fi 4149da2e13d4SMatthias Seidel MYSQL_VERSION=`$MYSQLCONFIG --version` 4150cdf0e10cSrcweir MYSQL_MAJOR=`$MYSQLCONFIG --version | cut -d"." -f1` 4151cdf0e10cSrcweir if test "$MYSQL_MAJOR" -ge "5"; then 4152cdf0e10cSrcweir AC_MSG_RESULT([OK]) 4153cdf0e10cSrcweir else 4154cdf0e10cSrcweir AC_MSG_ERROR([too old, use 5.0.x or 5.1.x]) 4155cdf0e10cSrcweir fi 4156cdf0e10cSrcweir AC_MSG_CHECKING([for MySQL Client library]) 4157da2e13d4SMatthias Seidel MYSQL_INC=`$MYSQLCONFIG --include` 4158cdf0e10cSrcweir MYSQL_LIB=`$MYSQLCONFIG --libs` 4159cdf0e10cSrcweir MYSQL_DEFINES=`$MYSQLCONFIG --cflags | sed -e s,$MYSQL_INC,,` 4160cdf0e10cSrcweir AC_MSG_RESULT([includes $MYSQL_INC, libraries $MYSQL_LIB]) 4161cdf0e10cSrcweirelse 4162cdf0e10cSrcweir SYSTEM_MYSQL=NO 4163cdf0e10cSrcweir if test -n "$with_libmysql_path"; then 4164cdf0e10cSrcweir AC_MSG_RESULT([external Connector/C (libmysql)]) 4165cdf0e10cSrcweir LIBMYSQL=libmysql.so 4166cdf0e10cSrcweir if test "$_os" = "Darwin"; then 4167cdf0e10cSrcweir LIBMYSQL=libmysql.dylib 4168cdf0e10cSrcweir elif test "$_os" = "WINNT"; then 4169cdf0e10cSrcweir LIBMYSQL=libmysql.dll 4170cdf0e10cSrcweir fi 4171cdf0e10cSrcweir AC_MSG_CHECKING([for $LIBMYSQL]) 4172cdf0e10cSrcweir if test -e "$with_libmysql_path/lib/$LIBMYSQL"; then 4173cdf0e10cSrcweir AC_MSG_RESULT([found.]) 4174cdf0e10cSrcweir LIBMYSQL_PATH=$with_libmysql_path 4175cdf0e10cSrcweir else 4176cdf0e10cSrcweir AC_MSG_ERROR([not found. Please specify proper path in --with-libmysql-path.]) 4177cdf0e10cSrcweir fi 4178cdf0e10cSrcweir else 4179cdf0e10cSrcweir AC_MSG_ERROR([not given. Please specify either --with-system-mysql or --with-libmysql-path]) 4180cdf0e10cSrcweir fi 4181cdf0e10cSrcweirfi 4182cdf0e10cSrcweirAC_SUBST(SYSTEM_MYSQL) 4183cdf0e10cSrcweirAC_SUBST(MYSQL_INC) 4184cdf0e10cSrcweirAC_SUBST(MYSQL_LIB) 4185cdf0e10cSrcweirAC_SUBST(MYSQL_DEFINES) 4186cdf0e10cSrcweirAC_SUBST(LIBMYSQL_PATH) 4187cdf0e10cSrcweir 4188cdf0e10cSrcweirAC_LANG_PUSH([C++]) 4189cdf0e10cSrcweirdnl =================================================================== 4190cdf0e10cSrcweirdnl Check for system MySQL C++ Connector 4191cdf0e10cSrcweirdnl =================================================================== 4192cdf0e10cSrcweir# FIXME! 4193cdf0e10cSrcweir# who thought this too-generic cppconn dir was a good idea? 4194cdf0e10cSrcweirAC_MSG_CHECKING([MySQL Connector/C++]) 4195cdf0e10cSrcweirif test -n "$with_system_mysql_cppconn" -o -n "$with_system_libs" && \ 4196cdf0e10cSrcweir test "$with_system_mysql_cppconn" != "no" && test "$with_system_libs" != "no"; then 4197cdf0e10cSrcweir AC_MSG_RESULT([external]) 4198cdf0e10cSrcweir SYSTEM_MYSQL_CPPCONN=YES 4199cdf0e10cSrcweir AC_LANG_PUSH([C++]) 4200cdf0e10cSrcweir AC_CHECK_HEADER(mysql_driver.h, [], 4201cdf0e10cSrcweir [AC_MSG_ERROR(mysql_driver.h not found. install MySQL C++ Connectivity)], []) 4202cdf0e10cSrcweir AC_CHECK_LIB(mysqlcppconn, main, [], 4203cdf0e10cSrcweir [AC_MSG_ERROR(MySQL C++ Connectivity lib not found or functional)], []) 4204cdf0e10cSrcweir AC_MSG_CHECKING([version]) 4205cdf0e10cSrcweir AC_TRY_RUN([ 4206cdf0e10cSrcweir#include <mysql_driver.h> 4207cdf0e10cSrcweir 4208cdf0e10cSrcweirint main(int argc, char **argv) { 4209cdf0e10cSrcweir sql::Driver *driver; 4210cdf0e10cSrcweir driver = get_driver_instance(); 4211cdf0e10cSrcweir if (driver->getMajorVersion() > 1 || \ 4212cdf0e10cSrcweir (driver->getMajorVersion() == 1 && driver->getMinorVersion() > 0) || \ 4213da2e13d4SMatthias Seidel (driver->getMajorVersion() == 1 && driver->getMinorVersion() == 0 && driver->getPatchVersion() >= 6)) 4214cdf0e10cSrcweir return 0; 4215cdf0e10cSrcweir else 4216cdf0e10cSrcweir return 1; 4217cdf0e10cSrcweir} 4218cdf0e10cSrcweir ], [AC_MSG_RESULT(OK)], [AC_MSG_ERROR([not suitable, we need >= 1.0.6])]) 4219cdf0e10cSrcweir AC_LANG_POP([C++]) 4220cdf0e10cSrcweir 4221cdf0e10cSrcweirelse 422224687b4cSJürgen Schmidt AC_MSG_RESULT([no]) 422324687b4cSJürgen Schmidt SYSTEM_MYSQL_CPPCONN= 4224cdf0e10cSrcweirfi 4225cdf0e10cSrcweirAC_LANG_POP([C++]) 4226cdf0e10cSrcweirAC_SUBST(SYSTEM_MYSQL_CPPCONN) 4227cdf0e10cSrcweirfi 4228cdf0e10cSrcweir 4229cdf0e10cSrcweirdnl =================================================================== 4230cdf0e10cSrcweirdnl Check for system hsqldb 4231cdf0e10cSrcweirdnl =================================================================== 4232cdf0e10cSrcweirAC_MSG_CHECKING([which hsqldb to use]) 4233cdf0e10cSrcweirif test -n "$with_system_hsqldb" -o -n "$with_system_libs" && \ 4234cdf0e10cSrcweir test "$with_system_hsqldb" != "no" && test "$with_system_jars" != "no"; then 4235cdf0e10cSrcweir AC_MSG_RESULT([external]) 4236cdf0e10cSrcweir SYSTEM_HSQLDB=YES 4237cdf0e10cSrcweir if test -z $HSQLDB_JAR; then 4238cdf0e10cSrcweir HSQLDB_JAR=/usr/share/java/hsqldb.jar 4239cdf0e10cSrcweir fi 4240cdf0e10cSrcweir AC_CHECK_FILE($HSQLDB_JAR, [], 4241cdf0e10cSrcweir [AC_MSG_ERROR(hsqldb.jar not found.)], []) 4242cdf0e10cSrcweir AC_MSG_CHECKING([whether hsqldb is 1.8.0.x]) 4243cdf0e10cSrcweir export HSQLDB_JAR 4244cdf0e10cSrcweir if $PERL -e 'use Archive::Zip; 4245cdf0e10cSrcweir my $file = "$ENV{'HSQLDB_JAR'}"; 4246cdf0e10cSrcweir my $zip = Archive::Zip->new( $file ); 4247cdf0e10cSrcweir my $mf = $zip->contents ( "META-INF/MANIFEST.MF" ); 4248cdf0e10cSrcweir if ( $mf =~ m/Specification-Version: 1.8.*/ ) { 4249cdf0e10cSrcweir push @l, split(/\n/, $mf); 4250cdf0e10cSrcweir foreach my $line (@l) { 4251cdf0e10cSrcweir if ($line =~ m/Specification-Version:/) { 4252cdf0e10cSrcweir ($t, $version) = split (/:/,$line); 4253cdf0e10cSrcweir $version =~ s/^\s//; 4254cdf0e10cSrcweir ($a, $b, $c, $d) = split (/\./,$version); 4255cdf0e10cSrcweir if ($c == "0" && $d > "8") { 4256cdf0e10cSrcweir exit 0; 4257cdf0e10cSrcweir } else { 4258cdf0e10cSrcweir exit 1; 4259cdf0e10cSrcweir } 4260cdf0e10cSrcweir } 4261cdf0e10cSrcweir } 4262cdf0e10cSrcweir } else { 4263cdf0e10cSrcweir exit 1; 4264cdf0e10cSrcweir }'; then 4265cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4266cdf0e10cSrcweir else 4267cdf0e10cSrcweir AC_MSG_ERROR([no, you need hsqldb >= 1.8.0.9 but < 1.8.1]) 4268cdf0e10cSrcweir fi 4269cdf0e10cSrcweirelse 4270cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4271cdf0e10cSrcweir SYSTEM_HSQLDB=NO 4272cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE HSQLDB" 4273cdf0e10cSrcweirfi 4274cdf0e10cSrcweirAC_SUBST(SYSTEM_HSQLDB) 4275cdf0e10cSrcweirAC_SUBST(HSQLDB_JAR) 4276cdf0e10cSrcweir 4277cdf0e10cSrcweirdnl =================================================================== 4278cdf0e10cSrcweirdnl Check for system beanshell 4279cdf0e10cSrcweirdnl =================================================================== 42809ef65f0eSAndre FischerENABLE_BEANSHELL=YES 4281cdf0e10cSrcweirAC_MSG_CHECKING([which beanshell to use]) 4282cdf0e10cSrcweirif test -n "$with_system_beanshell" -o -n "$with_system_libs" && \ 4283cdf0e10cSrcweir test "$with_system_beanshell" != "no" && test "$with_system_jars" != "no"; then 4284cdf0e10cSrcweir AC_MSG_RESULT([external]) 4285cdf0e10cSrcweir SYSTEM_BSH=YES 4286cdf0e10cSrcweir if test -z $BSH_JAR; then 4287cdf0e10cSrcweir BSH_JAR=/usr/share/java/bsh.jar 4288cdf0e10cSrcweir fi 4289cdf0e10cSrcweir AC_CHECK_FILE($BSH_JAR, [], 4290cdf0e10cSrcweir [AC_MSG_ERROR(bsh.jar not found.)], []) 42919ef65f0eSAndre Fischerelif test "x$enable_beanshell" = "xyes"; then 4292cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4293cdf0e10cSrcweir SYSTEM_BSH=NO 4294cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE BSH" 42959ef65f0eSAndre Fischerelse 42969ef65f0eSAndre Fischer AC_MSG_RESULT([none (disabled)]) 42979ef65f0eSAndre Fischer SYSTEM_BSH=NO 42989ef65f0eSAndre Fischer ENABLE_BEANSHELL=NO 4299cdf0e10cSrcweirfi 4300cdf0e10cSrcweirAC_SUBST(SYSTEM_BSH) 4301cdf0e10cSrcweirAC_SUBST(BSH_JAR) 43029ef65f0eSAndre FischerAC_SUBST(ENABLE_BEANSHELL) 4303cdf0e10cSrcweir 4304cdf0e10cSrcweir 4305cdf0e10cSrcweirdnl =================================================================== 4306da2e13d4SMatthias Seideldnl Check for saxon. It can come from two different places: 4307da2e13d4SMatthias Seideldnl - pre-installed on the system. This is checked when the --with-system-saxon 43089ef65f0eSAndre Fischerdnl option is given to configure. 43099ef65f0eSAndre Fischerdnl The exact place can be specified with the --with-saxon-jar=<path> option. 4310da2e13d4SMatthias Seideldnl - From the saxon tar ball in ext_sources/. This is used when --enable-saxon 43119ef65f0eSAndre Fischerdnl is given to configure but not any of --with-system-saxon or --with-saxon-jar. 4312cdf0e10cSrcweirdnl =================================================================== 43139ef65f0eSAndre FischerDISABLE_SAXON= 4314cdf0e10cSrcweirAC_MSG_CHECKING([which saxon to use]) 4315cdf0e10cSrcweirif test -n "$with_system_saxon" -o -n "$with_system_libs" && \ 4316cdf0e10cSrcweir test "$with_system_saxon" != "no" && test "$with_system_jars" != "no"; then 4317cdf0e10cSrcweir AC_MSG_RESULT([external]) 4318cdf0e10cSrcweir SYSTEM_SAXON=YES 4319cdf0e10cSrcweir if test -z $SAXON_JAR; then 4320da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/saxon9.jar, 4321cdf0e10cSrcweir [ SAXON_JAR=/usr/share/java/saxon9.jar ], 4322cdf0e10cSrcweir [ 4323da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/saxon.jar, 4324cdf0e10cSrcweir [ SAXON_JAR=/usr/share/java/saxon.jar ], 4325cdf0e10cSrcweir [ AC_CHECK_FILE(/usr/share/java/saxon9.jar, 4326cdf0e10cSrcweir [ SAXON_JAR=/usr/share/java/saxon9.jar ], 4327cdf0e10cSrcweir [ AC_MSG_ERROR(saxon.jar replacement not found)] 4328cdf0e10cSrcweir ) 4329cdf0e10cSrcweir ] 4330cdf0e10cSrcweir ) 4331cdf0e10cSrcweir ] 4332cdf0e10cSrcweir ) 4333cdf0e10cSrcweir else 4334cdf0e10cSrcweir AC_CHECK_FILE($SAXON_JAR, [], 4335cdf0e10cSrcweir [AC_MSG_ERROR(saxon.jar replacement not found.)], []) 4336cdf0e10cSrcweir fi 4337cdf0e10cSrcweir if test -n "$SERIALIZER_JAR"; then 4338cdf0e10cSrcweir AC_CHECK_FILE($SERIALIZER_JAR, [], 4339cdf0e10cSrcweir [AC_MSG_ERROR(serializer.jar not found.)], []) 4340cdf0e10cSrcweir AC_SUBST(SERIALIZER_JAR) 4341cdf0e10cSrcweir fi 4342cdf0e10cSrcweir 4343cdf0e10cSrcweirdnl Saxon comes in two practically available versions, the out-of-date saxonb which 4344e986c8d8SMatthias Seideldnl supports the java extensions that AOO uses, and the up-to-date saxon he 4345cdf0e10cSrcweirdnl "home edition" version, which is crippled to not support those java extensions. 4346e986c8d8SMatthias Seideldnl And as an aside the he one also needs to be tweaked to include 4347cdf0e10cSrcweirdnl a META-INF/services to broadcast that it supports the jaxp transform factory 4348cdf0e10cSrcweir 4349cdf0e10cSrcweir AC_MSG_CHECKING([if saxon works]) 4350cdf0e10cSrcweir cat > saxontest.java <<_ACEOF 4351cdf0e10cSrcweir[import javax.xml.transform.TransformerFactory; 4352cdf0e10cSrcweirimport javax.xml.transform.Transformer; 4353cdf0e10cSrcweirimport javax.xml.transform.stream.StreamSource; 4354cdf0e10cSrcweirimport java.io.*; 4355cdf0e10cSrcweir 4356cdf0e10cSrcweirimport net.sf.saxon.FeatureKeys; 4357cdf0e10cSrcweir 4358cdf0e10cSrcweirclass saxontest { 4359cdf0e10cSrcweir public static void main(String[] args) { 4360cdf0e10cSrcweir System.setProperty("javax.xml.transform.TransformerFactory", 4361cdf0e10cSrcweir "net.sf.saxon.TransformerFactoryImpl"); 4362cdf0e10cSrcweir try { 4363cdf0e10cSrcweir TransformerFactory tfactory = TransformerFactory.newInstance(); 4364cdf0e10cSrcweir // some external saxons (Debian, Ubuntu, ...) have this disabled 4365cdf0e10cSrcweir // per default 4366cdf0e10cSrcweir tfactory.setAttribute(FeatureKeys.ALLOW_EXTERNAL_FUNCTIONS, new Boolean(true)); 4367cdf0e10cSrcweir System.out.println("TransformerFactory is" + 4368cdf0e10cSrcweir tfactory.getClass().getName()); 4369cdf0e10cSrcweir Transformer transformer = tfactory.newTransformer( 4370cdf0e10cSrcweir new StreamSource(new File(args[0]))); 4371cdf0e10cSrcweir } catch(Exception e){ 4372cdf0e10cSrcweir e.printStackTrace(System.err); 4373cdf0e10cSrcweir System.exit(-1); 4374cdf0e10cSrcweir } 4375cdf0e10cSrcweir System.exit(0); 4376cdf0e10cSrcweir } 4377cdf0e10cSrcweir} 4378cdf0e10cSrcweir] 4379cdf0e10cSrcweir_ACEOF 4380cdf0e10cSrcweir cat > saxontest.xsl<<_ACEOF 4381cdf0e10cSrcweir[<?xml version="1.0" encoding="UTF-8"?> 4382cdf0e10cSrcweir<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 4383cdf0e10cSrcweir <xsl:template match="/"> 4384cdf0e10cSrcweir <xsl:value-of select="math:sqrt(1)" xmlns:math="java:java.lang.Math"/> 4385cdf0e10cSrcweir </xsl:template> 4386cdf0e10cSrcweir</xsl:stylesheet> 4387cdf0e10cSrcweir] 4388cdf0e10cSrcweir_ACEOF 4389cdf0e10cSrcweir javac_cmd="$JAVACOMPILER -cp $SAXON_JAR saxontest.java 1>&2" 4390cdf0e10cSrcweir AC_TRY_EVAL(javac_cmd) 4391cdf0e10cSrcweir if test $? = 0 && test -f ./saxontest.class ; then 4392cdf0e10cSrcweir java_cmd="$JAVAINTERPRETER -cp $SAXON_JAR:. saxontest saxontest.xsl 1>&2" 4393cdf0e10cSrcweir AC_TRY_EVAL(java_cmd) 4394cdf0e10cSrcweir if test $? = 0; then 4395cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4396cdf0e10cSrcweir else 4397cdf0e10cSrcweir cat saxontest.java >&5 4398cdf0e10cSrcweir AC_MSG_RESULT([no]) 4399cdf0e10cSrcweir AC_MSG_ERROR([Non-functional saxon jar, e.g. crippled saxon-he instead of saxonb]) 4400cdf0e10cSrcweir fi 4401cdf0e10cSrcweir else 4402cdf0e10cSrcweir AC_MSG_RESULT([no]) 4403cdf0e10cSrcweir cat saxontest.java >&5 4404cdf0e10cSrcweir AC_MSG_ERROR([saxontest could not be compiled, non-functional saxon jar]) 4405cdf0e10cSrcweir fi 44069ef65f0eSAndre Fischerelif test "x$enable_saxon" = "xyes"; then 4407cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4408cdf0e10cSrcweir SYSTEM_SAXON=NO 44099ef65f0eSAndre Fischer BUILD_TYPE="$BUILD_TYPE SAXON" 44109ef65f0eSAndre Fischerelse 44119ef65f0eSAndre Fischer AC_MSG_RESULT([none (disabled)]) 44129ef65f0eSAndre Fischer SYSTEM_SAXON=NO 44139ef65f0eSAndre Fischer DISABLE_SAXON=YES 4414cdf0e10cSrcweirfi 4415cdf0e10cSrcweirAC_SUBST(SYSTEM_SAXON) 4416cdf0e10cSrcweirAC_SUBST(SAXON_JAR) 44179ef65f0eSAndre FischerAC_SUBST(DISABLE_SAXON) 4418cdf0e10cSrcweir 44199ef65f0eSAndre Fischer 44209ef65f0eSAndre Fischerdnl =================================================================== 44219ef65f0eSAndre Fischerdnl Check for rhino 44229ef65f0eSAndre Fischerdnl =================================================================== 44239ef65f0eSAndre FischerENABLE_JAVASCRIPT= 44249ef65f0eSAndre FischerAC_MSG_CHECKING([whether to enable support for JavaScript]) 44259ef65f0eSAndre Fischerif test "x$enable_javascript" = "xyes"; then 44269ef65f0eSAndre Fischer BUILD_TYPE="$BUILD_TYPE RHINO" 44279ef65f0eSAndre Fischer AC_MSG_RESULT([yes]) 44289ef65f0eSAndre Fischer ENABLE_JAVASCRIPT=YES 44299ef65f0eSAndre Fischerelse 44309ef65f0eSAndre Fischer AC_MSG_RESULT([no]) 44319ef65f0eSAndre Fischer ENABLE_JAVASCRIPT=NO 44320ea1a209SEike Rathkefi 44339ef65f0eSAndre FischerAC_SUBST(ENABLE_JAVASCRIPT) 44349ef65f0eSAndre Fischer 4435cdf0e10cSrcweir 4436fdf35928SAndre Fischerdnl =================================================================== 4437fdf35928SAndre Fischerdnl Check for system apr 4438fdf35928SAndre Fischerdnl =================================================================== 4439fdf35928SAndre FischerSYSTEM_APR=NO 4440fdf35928SAndre FischerAPR_CFLAGS= 4441fdf35928SAndre FischerAPR_LIBS= 4442fdf35928SAndre FischerAC_MSG_CHECKING([which libapr to use]) 4443fdf35928SAndre Fischerif test "x$with_system_apr" = "xyes" -o -n "$with_system_libs"; then 4444fdf35928SAndre Fischer AC_MSG_RESULT([system]) 4445fdf35928SAndre Fischer PKG_CHECK_MODULES([APR], [apr-1 >= 1.0]) 4446fdf35928SAndre Fischer SYSTEM_APR=YES 4447fdf35928SAndre Fischerelse 4448fdf35928SAndre Fischer AC_MSG_RESULT([internal]) 4449fdf35928SAndre Fischer SYSTEM_APR=NO 4450fdf35928SAndre Fischer BUILD_TYPE="$BUILD_TYPE APR" 4451fdf35928SAndre Fischerfi 4452fdf35928SAndre FischerAC_SUBST(SYSTEM_APR) 4453fdf35928SAndre FischerAC_SUBST(APR_CFLAGS) 4454fdf35928SAndre FischerAC_SUBST(APR_LIBS) 4455fdf35928SAndre Fischer 4456fdf35928SAndre Fischer 4457fdf35928SAndre Fischerdnl =================================================================== 4458fdf35928SAndre Fischerdnl Check for system apr-util 4459fdf35928SAndre Fischerdnl =================================================================== 446058b02f87SAndre FischerSYSTEM_APR_UTIL=NO 446158b02f87SAndre FischerAPR_UTIL_CFLAGS= 446258b02f87SAndre FischerAPR_UTIL_LIBS= 4463fdf35928SAndre FischerAC_MSG_CHECKING([which libapr-util to use]) 4464fdf35928SAndre Fischerif test "x$with_system_apr_util" = "xyes" -o -n "$with_system_libs"; then 4465fdf35928SAndre Fischer AC_MSG_RESULT([system]) 446658b02f87SAndre Fischer PKG_CHECK_MODULES([APR_UTIL], [apr-util-1 >= 1.0]) 446758b02f87SAndre Fischer SYSTEM_APR_UTIL=YES 4468fdf35928SAndre Fischerelse 4469fdf35928SAndre Fischer AC_MSG_RESULT([internal]) 447058b02f87SAndre Fischer SYSTEM_APR_UTIL=NO 4471fdf35928SAndre Fischer BUILD_TYPE="$BUILD_TYPE APR_UTIL" 4472fdf35928SAndre Fischerfi 447358b02f87SAndre FischerAC_SUBST(SYSTEM_APR_UTIL) 447458b02f87SAndre FischerAC_SUBST(APR_UTIL_CFLAGS) 447558b02f87SAndre FischerAC_SUBST(APR_UTIL_LIBS) 4476fdf35928SAndre Fischer 4477fdf35928SAndre Fischer 4478fdf35928SAndre Fischerdnl =================================================================== 4479fdf35928SAndre Fischerdnl Check for system serf 4480fdf35928SAndre Fischerdnl =================================================================== 4481fdf35928SAndre FischerSYSTEM_SERF=NO 4482fdf35928SAndre FischerSERF_CFLAGS= 4483fdf35928SAndre FischerSERF_LIBS= 4484fdf35928SAndre FischerAC_MSG_CHECKING([which libserf to use]) 4485cfd1b5f7SAndrea Pescettiif test -n "$with_system_serf" -o -n "$with_system_libs" && \ 4486cfd1b5f7SAndrea Pescetti test "$with_system_serf" != "no"; then 4487fdf35928SAndre Fischer AC_MSG_RESULT([system]) 4488fdf35928SAndre Fischer PKG_CHECK_MODULES([SERF], [serf-1 >= 1.1]) 4489fdf35928SAndre Fischer SYSTEM_SERF=YES 4490fdf35928SAndre Fischerelse 4491fdf35928SAndre Fischer AC_MSG_RESULT([internal]) 4492fdf35928SAndre Fischer SYSTEM_SERF=NO 4493fdf35928SAndre Fischer BUILD_TYPE="$BUILD_TYPE SERF" 4494fdf35928SAndre Fischerfi 4495fdf35928SAndre FischerAC_SUBST(SYSTEM_SERF) 4496fdf35928SAndre FischerAC_SUBST(SERF_CFLAGS) 4497fdf35928SAndre FischerAC_SUBST(SERF_LIBS) 4498fdf35928SAndre Fischer 4499fdf35928SAndre Fischer 450027b2fc91SAndre Fischerdnl =================================================================== 450127b2fc91SAndre Fischerdnl Check for CoinMP 450227b2fc91SAndre Fischerdnl =================================================================== 450327b2fc91SAndre FischerENABLE_COINMP= 4504fdf35928SAndre FischerSYSTEM_COINMP=NO 4505fdf35928SAndre FischerCOINMP_CFLAGS= 4506fdf35928SAndre FischerCOINMP_LIBS= 450727b2fc91SAndre FischerAC_MSG_CHECKING([whether to enable support for CoinMP]) 450827b2fc91SAndre Fischerif test "x$enable_coinmp" = "xyes"; then 4509fdf35928SAndre Fischer BUILD_TYPE="$BUILD_TYPE COINMP" 4510fdf35928SAndre Fischer AC_MSG_RESULT([yes]) 4511fdf35928SAndre Fischer ENABLE_COINMP=YES 4512fdf35928SAndre Fischer 4513940681c7SMatthias Seidel dnl Check whether to use system or internal CoinMP 4514fdf35928SAndre Fischer AC_MSG_CHECKING([which coinmp to use]) 4515fdf35928SAndre Fischer if test "x$with_system_coinmp" = "xyes" -o -n "$with_system_libs"; then 4516fdf35928SAndre Fischer AC_MSG_RESULT([system]) 4517fdf35928SAndre Fischer PKG_CHECK_MODULES([COINMP], [coinmp]) 4518fdf35928SAndre Fischer SYSTEM_COINMP=YES 4519fdf35928SAndre Fischer # some systems need this. Like Ubuntu.... 4520fdf35928SAndre Fischer AC_CHECK_LIB(m, floor) 4521fdf35928SAndre Fischer AC_CHECK_LIB(dl, dlopen) 4522fdf35928SAndre Fischer else 4523fdf35928SAndre Fischer AC_MSG_RESULT([internal]) 4524fdf35928SAndre Fischer SYSTEM_COINMP=NO 4525fdf35928SAndre Fischer BUILD_TYPE="$BUILD_TYPE COINMP" 4526fdf35928SAndre Fischer fi 452727b2fc91SAndre Fischerelse 4528fdf35928SAndre Fischer AC_MSG_RESULT([no]) 4529fdf35928SAndre Fischer ENABLE_COINMP=NO 453027b2fc91SAndre Fischerfi 453127b2fc91SAndre FischerAC_SUBST(ENABLE_COINMP) 4532fdf35928SAndre FischerAC_SUBST(SYSTEM_COINMP) 4533fdf35928SAndre FischerAC_SUBST(COINMP_CFLAGS) 4534fdf35928SAndre FischerAC_SUBST(COINMP_LIBS) 453527b2fc91SAndre Fischer 453627b2fc91SAndre Fischer 4537cdf0e10cSrcweirdnl =================================================================== 4538cdf0e10cSrcweirdnl Check for system curl 4539cdf0e10cSrcweirdnl =================================================================== 4540cdf0e10cSrcweirif test "$_os" = "Darwin" && test "$with_system_curl" != "no"; then 4541cdf0e10cSrcweir with_system_curl=yes 4542cdf0e10cSrcweirfi 4543cdf0e10cSrcweirAC_MSG_CHECKING([which curl to use]) 4544cdf0e10cSrcweirif test -n "$with_system_curl" -o -n "$with_system_libs" && \ 4545cdf0e10cSrcweir test "$with_system_curl" != "no"; then 4546cdf0e10cSrcweir AC_MSG_RESULT([external]) 4547cdf0e10cSrcweir SYSTEM_CURL=YES 4548cdf0e10cSrcweir 4549cdf0e10cSrcweir AC_PATH_PROG( CURLCONFIG, curl-config) 4550cdf0e10cSrcweir if test -z "$CURLCONFIG"; then 4551cdf0e10cSrcweir AC_MSG_ERROR([install curl to run this script]) 4552cdf0e10cSrcweir fi 4553cdf0e10cSrcweir 4554cdf0e10cSrcweir # check curl version 4555cdf0e10cSrcweir AC_MSG_CHECKING([whether curl is >= 7.13.1]) 4556cdf0e10cSrcweir if test "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $1 }'`" -gt "7" -a \ 4557cdf0e10cSrcweir "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $2 }'`" -gt "13" -a \ 4558da2e13d4SMatthias Seidel "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $3 }'`" -gt "1"; then 4559cdf0e10cSrcweir AC_MSG_ERROR([no, you need at least curl 7.13,1]) 4560cdf0e10cSrcweir else 4561cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4562cdf0e10cSrcweir fi 4563cdf0e10cSrcweir CURL_LIBS=`$CURLCONFIG --libs` 4564cdf0e10cSrcweir CURL_CFLAGS=`$CURLCONFIG --cflags` 4565cdf0e10cSrcweirelse 4566cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4567cdf0e10cSrcweir SYSTEM_CURL=NO 4568cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE CURL" 4569cdf0e10cSrcweirfi 4570cdf0e10cSrcweirAC_SUBST(SYSTEM_CURL) 4571cdf0e10cSrcweirAC_SUBST(CURL_CFLAGS) 4572cdf0e10cSrcweirAC_SUBST(CURL_LIBS) 4573cdf0e10cSrcweir 4574cdf0e10cSrcweirdnl =================================================================== 4575cdf0e10cSrcweirdnl Check for system mdds 4576cdf0e10cSrcweirdnl =================================================================== 4577cdf0e10cSrcweirAC_MSG_CHECKING([which mdds to use]) 4578cdf0e10cSrcweirif test -n "$with_system_mdds" -o -n "$with_system_headers" && \ 4579cdf0e10cSrcweir test "$with_system_mdds" != "no"; then 4580cdf0e10cSrcweir AC_MSG_RESULT([external]) 4581cdf0e10cSrcweir SYSTEM_MDDS=YES 4582cdf0e10cSrcweir AC_LANG_PUSH([C++]) 4583cdf0e10cSrcweir AC_CHECK_HEADER(mdds/flat_segment_tree.hpp, [], 4584cdf0e10cSrcweir [AC_MSG_ERROR(mdds/flat_segment_tree.hpp not found. install mdds)], []) 4585cdf0e10cSrcweir AC_LANG_POP([C++]) 4586cdf0e10cSrcweirelse 4587cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4588cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE MDDS" 4589cdf0e10cSrcweir SYSTEM_MDDS=NO 4590cdf0e10cSrcweirfi 4591cdf0e10cSrcweirAC_SUBST(SYSTEM_MDDS) 4592cdf0e10cSrcweir 4593cdf0e10cSrcweirdnl =================================================================== 4594cdf0e10cSrcweirdnl Check for system boost 4595cdf0e10cSrcweirdnl =================================================================== 4596cdf0e10cSrcweirAC_MSG_CHECKING([which boost to use]) 4597cdf0e10cSrcweirif test -n "$with_system_boost" -o -n "$with_system_headers" && \ 4598cdf0e10cSrcweir test "$with_system_boost" != "no"; then 4599cdf0e10cSrcweir AC_MSG_RESULT([external]) 4600cdf0e10cSrcweir SYSTEM_BOOST=YES 4601cdf0e10cSrcweir AC_LANG_PUSH([C++]) 4602cdf0e10cSrcweir AC_CHECK_HEADER(boost/shared_ptr.hpp, [], 4603cdf0e10cSrcweir [AC_MSG_ERROR(boost/shared_ptr.hpp not found. install boost)], []) 4604cdf0e10cSrcweir AC_CHECK_HEADER(boost/spirit/include/classic_core.hpp, [], 4605cdf0e10cSrcweir [AC_MSG_ERROR(boost/spirit/include/classic_core.hpp not found. install boost >= 1.36)], []) 4606cdf0e10cSrcweir AC_CHECK_HEADER(boost/function.hpp, [], 4607cdf0e10cSrcweir [AC_MSG_ERROR(boost/function.hpp not found. install boost)], []) 4608cdf0e10cSrcweir 4609cdf0e10cSrcweir save_CXXFLAGS=$CXXFLAGS 4610cdf0e10cSrcweir CXXFLAGS="$CXXFLAGS -fno-exceptions" 4611cdf0e10cSrcweir AC_MSG_CHECKING([whether boost/function.hpp compiles with -fno-exceptions]) 4612cdf0e10cSrcweir AC_TRY_COMPILE([#include <boost/function.hpp> 4613cdf0e10cSrcweir], [], 4614cdf0e10cSrcweir ac_cv_cxx_boost_no_exceptons_broken=no, ac_cv_cxx_boost_no_exceptons_broken=yes) 4615cdf0e10cSrcweir 4616cdf0e10cSrcweir if test "$ac_cv_cxx_boost_no_exceptons_broken" = "yes"; then 4617cdf0e10cSrcweir AC_MSG_ERROR([no, see https://bugzilla.redhat.com/show_bug.cgi?id=477131]) 4618cdf0e10cSrcweir else 4619cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4620cdf0e10cSrcweir fi 4621cdf0e10cSrcweir CXXFLAGS=$save_CXXFLAGS 4622cdf0e10cSrcweir AC_LANG_POP([C++]) 4623cdf0e10cSrcweirelse 4624cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4625cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE BOOST" 4626cdf0e10cSrcweir SYSTEM_BOOST=NO 4627cdf0e10cSrcweirfi 4628cdf0e10cSrcweirAC_SUBST(SYSTEM_BOOST) 4629cdf0e10cSrcweir 4630cdf0e10cSrcweirdnl =================================================================== 4631cdf0e10cSrcweirdnl Check for system vigra 4632cdf0e10cSrcweirdnl =================================================================== 4633cdf0e10cSrcweirAC_MSG_CHECKING([which vigra to use]) 4634cdf0e10cSrcweirif test -n "$with_system_vigra" -o -n "$with_system_headers" && \ 4635cdf0e10cSrcweir test "$with_system_vigra" != "no"; then 4636cdf0e10cSrcweir AC_MSG_RESULT([external]) 4637cdf0e10cSrcweir SYSTEM_VIGRA=YES 4638cdf0e10cSrcweir AC_LANG_PUSH([C++]) 4639cdf0e10cSrcweir AC_CHECK_HEADER(vigra/copyimage.hxx, [], 4640cdf0e10cSrcweir [AC_MSG_ERROR(vigra/copyimage.hxx not found. install vigra)], []) 4641cdf0e10cSrcweir AC_LANG_POP([C++]) 4642cdf0e10cSrcweirelse 4643cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4644cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE VIGRA" 4645cdf0e10cSrcweir SYSTEM_VIGRA=NO 4646cdf0e10cSrcweirfi 4647cdf0e10cSrcweirAC_SUBST(SYSTEM_VIGRA) 4648cdf0e10cSrcweir 4649cdf0e10cSrcweirdnl =================================================================== 4650cdf0e10cSrcweirdnl Check for system odbc 4651cdf0e10cSrcweirdnl =================================================================== 4652cdf0e10cSrcweirAC_MSG_CHECKING([which odbc headers to use]) 4653cdf0e10cSrcweirif test -n "$with_system_odbc_headers" -o -n "$with_system_headers" && \ 4654cdf0e10cSrcweir test "$with_system_odbc_headers" != "no"; then 4655cdf0e10cSrcweir AC_MSG_RESULT([external]) 4656cdf0e10cSrcweir SYSTEM_ODBC_HEADERS=YES 4657cdf0e10cSrcweir 4658cdf0e10cSrcweir AC_CHECK_HEADER(sqlext.h, [], 4659cdf0e10cSrcweir [AC_MSG_ERROR(odbc not found. install odbc)], []) 4660cdf0e10cSrcweirelse 4661cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4662cdf0e10cSrcweir SYSTEM_ODBC_HEADERS=NO 4663cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE UNIXODBC" 4664cdf0e10cSrcweirfi 4665cdf0e10cSrcweirAC_SUBST(SYSTEM_ODBC_HEADERS) 4666cdf0e10cSrcweir 4667cdf0e10cSrcweirAC_MSG_CHECKING([whether to build XML Security support]) 466806f2ef55SHerbert Dürrif test "$enable_nss_module" = "no"; then 466906f2ef55SHerbert Dürr AC_MSG_RESULT([no, since NSS disabled but needed]) 4670cdf0e10cSrcweirelse 4671cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4672cdf0e10cSrcweirfi 4673cdf0e10cSrcweir 4674cdf0e10cSrcweirAC_MSG_CHECKING([whether to build LDAP configuration backend]) 4675cdf0e10cSrcweirif test -z "$enable_ldap" || test "$enable_ldap" = "yes"; then 467606f2ef55SHerbert Dürr if test "$with_openldap" = "yes"; then 4677cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4678cdf0e10cSrcweir WITH_LDAP=YES 4679cdf0e10cSrcweir else 4680cdf0e10cSrcweir WITH_LDAP=NO 4681cdf0e10cSrcweir fi 4682cdf0e10cSrcweirelse 4683cdf0e10cSrcweir AC_MSG_RESULT([no]) 4684cdf0e10cSrcweir WITH_LDAP=NO 4685cdf0e10cSrcweirfi 4686cdf0e10cSrcweir 4687cdf0e10cSrcweirif test "$WITH_LDAP" = "YES"; then 4688cdf0e10cSrcweir dnl =================================================================== 468906f2ef55SHerbert Dürr dnl Test whether we want to use the OpenLDAP LDAP SDK 4690cdf0e10cSrcweir dnl =================================================================== 4691cdf0e10cSrcweir AC_MSG_CHECKING([which LDAP SDK to use]) 4692cdf0e10cSrcweir if test -n "$with_openldap" && test "$with_openldap" != "no"; then 4693cdf0e10cSrcweir AC_MSG_RESULT([OpenLDAP]) 4694cdf0e10cSrcweir WITH_OPENLDAP=YES 4695cdf0e10cSrcweir AC_CHECK_HEADERS(ldap.h, [], 4696cdf0e10cSrcweir [AC_MSG_ERROR(ldap.h not found. install openldap libs)], []) 4697cdf0e10cSrcweir AC_CHECK_LIB(ldap, ldap_simple_bind_s, [], 4698cdf0e10cSrcweir [AC_MSG_ERROR(openldap lib not found or functional)], []) 4699cdf0e10cSrcweir # rumours say that OpenLDAP doesn't have that function. I looked and 4700cdf0e10cSrcweir # it has it. Test for it to be sure 4701cdf0e10cSrcweir AC_CHECK_LIB(ldap, ldap_set_option, [], 4702cdf0e10cSrcweir [AC_MSG_ERROR(openldap lib not found or functional)], []) 4703cdf0e10cSrcweir fi 4704cdf0e10cSrcweirfi 4705cdf0e10cSrcweirAC_SUBST(WITH_LDAP) 4706cdf0e10cSrcweirAC_SUBST(WITH_OPENLDAP) 4707cdf0e10cSrcweir 47086f8e4455SHerbert DürrAC_MSG_CHECKING([whether to build the internal NSS module]) 4709cdf0e10cSrcweirif test "$enable_nss_module" != "no"; then 4710cdf0e10cSrcweir ENABLE_NSS_MODULE="YES" 4711cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE NSS" 4712cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4713cdf0e10cSrcweir if test "$_os" = "WINNT"; then 4714cdf0e10cSrcweir AC_MSG_CHECKING([for Mozilla build tooling]) 4715cdf0e10cSrcweir if test -z "$MOZILLABUILD" ; then 47166f8e4455SHerbert DürrAC_MSG_ERROR([ 47176f8e4455SHerbert DürrMozilla build tooling not found! 47186f8e4455SHerbert Dürr It is required for NSS that is needed for AOO's security facilities. 47196f8e4455SHerbert Dürr Either disable NSS using the option --disable-nss-module 47206f8e4455SHerbert Dürr or use the --with-mozilla-build option after installing the tool obtained 4721da2e13d4SMatthias Seidel from https://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/]) 4722cdf0e10cSrcweir else 4723cdf0e10cSrcweir if test \( "$WITH_MINGWIN" = "yes" \) ; then 4724cdf0e10cSrcweir if test ! -d "$MOZILLABUILD" ; then 4725cdf0e10cSrcweirAC_MSG_ERROR([Mozilla build tooling incomplete!]) 4726cdf0e10cSrcweir else 4727cdf0e10cSrcweir AC_MSG_RESULT([ok]) 4728cdf0e10cSrcweir fi 4729cdf0e10cSrcweir else 4730c4e06ec6SMatthias Seidel if test ! -d "$MOZILLABUILD/msys" ; then 4731cdf0e10cSrcweirAC_MSG_ERROR([Mozilla build tooling incomplete!]) 4732cdf0e10cSrcweir else 4733cdf0e10cSrcweir AC_MSG_RESULT([ok]) 4734cdf0e10cSrcweir fi 4735cdf0e10cSrcweir fi 4736cdf0e10cSrcweir fi 4737cdf0e10cSrcweir fi 4738cdf0e10cSrcweirelse 4739cdf0e10cSrcweir ENABLE_NSS_MODULE="NO" 4740cdf0e10cSrcweir AC_MSG_RESULT([no]) 4741cdf0e10cSrcweirfi 4742cdf0e10cSrcweir 4743cdf0e10cSrcweirAC_SUBST(ENABLE_NSS_MODULE) 4744cdf0e10cSrcweirAC_SUBST(MOZILLABUILD) 4745cdf0e10cSrcweirAC_SUBST(MOZ_INC) 4746cdf0e10cSrcweir 4747cdf0e10cSrcweirdnl =================================================================== 4748cdf0e10cSrcweirdnl Check for system sane 4749cdf0e10cSrcweirdnl =================================================================== 4750cdf0e10cSrcweirAC_MSG_CHECKING([which sane header to use]) 4751cdf0e10cSrcweirif test -n "$with_system_sane_header" -o -n "$with_system_headers" && \ 4752cdf0e10cSrcweir test "$with_system_sane_header" != "no"; then 4753cdf0e10cSrcweir AC_MSG_RESULT([external]) 4754cdf0e10cSrcweir SYSTEM_SANE_HEADER=YES 4755cdf0e10cSrcweir AC_CHECK_HEADER(sane/sane.h, [], 4756cdf0e10cSrcweir [AC_MSG_ERROR(sane not found. install sane)], []) 4757cdf0e10cSrcweirelse 4758cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4759cdf0e10cSrcweir SYSTEM_SANE_HEADER=NO 4760cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE SANE" 4761cdf0e10cSrcweirfi 4762cdf0e10cSrcweirAC_SUBST(SYSTEM_SANE_HEADER) 4763cdf0e10cSrcweir 4764cdf0e10cSrcweirdnl =================================================================== 4765cdf0e10cSrcweirdnl Check for system icu 4766cdf0e10cSrcweirdnl =================================================================== 4767cdf0e10cSrcweirAC_MSG_CHECKING([which icu to use]) 4768cdf0e10cSrcweirif test -n "$with_system_icu" -o -n "$with_system_libs" && \ 4769cdf0e10cSrcweir test "$with_system_icu" != "no"; then 4770cdf0e10cSrcweir AC_MSG_RESULT([external]) 4771cdf0e10cSrcweir SYSTEM_ICU=YES 4772cdf0e10cSrcweir AC_LANG_PUSH([C++]) 4773cdf0e10cSrcweir AC_MSG_CHECKING([for unicode/rbbi.h]) 4774cdf0e10cSrcweir AC_TRY_CPP(unicode/rbbi.h, AC_MSG_RESULT([checked.]), AC_MSG_ERROR([icu headers not found.])) 4775cdf0e10cSrcweir AC_LANG_POP([C++]) 4776cdf0e10cSrcweir AC_PATH_PROG(SYSTEM_GENBRK, genbrk, [], [$PATH:/usr/sbin:/sbin]) 4777cdf0e10cSrcweir if test -z "$SYSTEM_GENBRK"; then 4778cdf0e10cSrcweir AC_MSG_ERROR([\"genbrk\" not found in \$PATH, install the icu development tool \"genbrk"\]) 4779cdf0e10cSrcweir fi 4780cdf0e10cSrcweir AC_PATH_PROG(SYSTEM_GENCCODE, genccode, [], [$PATH:/usr/sbin:/sbin]) 4781cdf0e10cSrcweir if test -z "$SYSTEM_GENCCODE"; then 4782cdf0e10cSrcweir AC_MSG_ERROR([\"genccode\" not found in \$PATH, install the icu development tool \"genccode"\]) 4783cdf0e10cSrcweir fi 4784cdf0e10cSrcweir AC_PATH_PROG(SYSTEM_GENCMN, gencmn, [], [$PATH:/usr/sbin:/sbin]) 4785cdf0e10cSrcweir if test -z "$SYSTEM_GENCMN"; then 4786cdf0e10cSrcweir AC_MSG_ERROR([\"gencmn\" not found in \$PATH, install the icu development tool \"gencmn"\]) 4787cdf0e10cSrcweir fi 4788cdf0e10cSrcweir 4789cdf0e10cSrcweir AC_PATH_PROG( ICUCONFIG, icu-config) 4790cdf0e10cSrcweir AC_MSG_CHECKING([ICU version]) 479186bbd642SYuri Dario if test "$_os" = "OS2"; then 479286bbd642SYuri Dario ICU_MAJOR=4 479386bbd642SYuri Dario else 479486bbd642SYuri Dario ICU_VERSION=`$ICUCONFIG --version` 479586bbd642SYuri Dario ICU_MAJOR=`$ICUCONFIG --version | cut -d"." -f1` 479686bbd642SYuri Dario ICU_MINOR=`$ICUCONFIG --version | cut -d"." -f2` 479786bbd642SYuri Dario ICU_MICRO=`$ICUCONFIG --version | cut -d"." -f3` 479886bbd642SYuri Dario fi 4799cdf0e10cSrcweir 4800cdf0e10cSrcweir if test "$ICU_MAJOR" -ge "4"; then 4801cdf0e10cSrcweir AC_MSG_RESULT([OK]) 4802cdf0e10cSrcweir else 4803cdf0e10cSrcweir AC_MSG_ERROR([not suitable, only >= 4.0 supported currently]) 4804cdf0e10cSrcweir fi 4805cdf0e10cSrcweir 4806cdf0e10cSrcweirelse 4807cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4808cdf0e10cSrcweir SYSTEM_ICU=NO 4809cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE ICU" 4810cdf0e10cSrcweirfi 4811cdf0e10cSrcweirAC_SUBST(SYSTEM_ICU) 4812cdf0e10cSrcweirAC_SUBST(SYSTEM_GENBRK) 4813cdf0e10cSrcweirAC_SUBST(SYSTEM_GENCCODE) 4814cdf0e10cSrcweirAC_SUBST(SYSTEM_GENCMN) 4815cdf0e10cSrcweirAC_SUBST(ICU_MAJOR) 4816cdf0e10cSrcweirAC_SUBST(ICU_MINOR) 4817cdf0e10cSrcweirAC_SUBST(ICU_MICRO) 4818cdf0e10cSrcweir 4819cdf0e10cSrcweirdnl =================================================================== 4820cdf0e10cSrcweirdnl Graphite 4821cdf0e10cSrcweirdnl =================================================================== 4822cdf0e10cSrcweir 48239ef65f0eSAndre FischerENABLE_GRAPHITE="FALSE" 4824cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable graphite support]) 4825539e46a3SPedro Giffuniif test "x$enable_graphite" = "xyes" -a \( "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBSD" \) ; then 4826cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4827cdf0e10cSrcweir ENABLE_GRAPHITE="TRUE" 4828cdf0e10cSrcweir AC_MSG_CHECKING([which graphite to use]) 4829cdf0e10cSrcweir if test -n "$with_system_graphite" -o -n "$with_system_libs" && \ 4830cdf0e10cSrcweir test "$with_system_graphite" != "no"; then 4831cdf0e10cSrcweir AC_MSG_RESULT([external]) 4832cdf0e10cSrcweir SYSTEM_GRAPHITE=YES 4833cdf0e10cSrcweir PKG_CHECK_MODULES( GRAPHITE, silgraphite ) 4834cdf0e10cSrcweir else 4835cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4836cdf0e10cSrcweir SYSTEM_GRAPHITE=NO 4837cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE GRAPHITE" 4838cdf0e10cSrcweir fi 4839cdf0e10cSrcweirelse 4840cdf0e10cSrcweir AC_MSG_RESULT([no]) 48419ef65f0eSAndre Fischer ENABLE_GRAPHITE="FALSE" 4842cdf0e10cSrcweirfi 4843cdf0e10cSrcweirAC_SUBST(ENABLE_GRAPHITE) 4844cdf0e10cSrcweirAC_SUBST(SYSTEM_GRAPHITE) 4845cdf0e10cSrcweirAC_SUBST(GRAPHITE_LIBS) 4846cdf0e10cSrcweirAC_SUBST(GRAPHITE_CFLAGS) 4847cdf0e10cSrcweir 484861a3a0ffSHerbert Dürr 4849cdf0e10cSrcweirdnl =================================================================== 4850cdf0e10cSrcweirdnl Checks for libraries. 4851cdf0e10cSrcweirdnl =================================================================== 4852cdf0e10cSrcweirdnl Check for Mac OS X native GUI, which may is now required; the X11 build is no longer supported 4853cdf0e10cSrcweirdnl See if we have the AppKit framework for building with Quartz graphics. 4854cdf0e10cSrcweir 4855cdf0e10cSrcweirif test "$_os" = "Darwin"; then 4856cdf0e10cSrcweir if test "x$with_x" = "xyes"; then 4857cdf0e10cSrcweir AC_MSG_ERROR([X11 build is no longer supported on MacOSX, please use the native aqua build]) 4858cdf0e10cSrcweir else 4859cdf0e10cSrcweir AC_MSG_CHECKING([for /System/Library/Frameworks/AppKit.framework]) 4860cdf0e10cSrcweir if test -d "/System/Library/Frameworks/AppKit.framework/"; then 4861cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4862cdf0e10cSrcweir x_includes="no_x_includes" 4863cdf0e10cSrcweir x_libraries="no_x_libraries" 4864cdf0e10cSrcweir dnl disable some things used on other Unix versions but not on the aqua build 4865cdf0e10cSrcweir enable_gtk=no 4866cdf0e10cSrcweir enable_cups=no 4867cdf0e10cSrcweir ENABLE_CUPS="" 4868cdf0e10cSrcweir AC_SUBST(ENABLE_CUPS) 4869cdf0e10cSrcweir else 4870cdf0e10cSrcweir AC_MSG_ERROR([No AppKit.framewrok found]) 4871cdf0e10cSrcweir fi 4872cdf0e10cSrcweir fi 4873cdf0e10cSrcweirfi 4874cdf0e10cSrcweir 4875cdf0e10cSrcweirdnl *************************************** 4876cdf0e10cSrcweirdnl testing for X libraries and includes... 4877cdf0e10cSrcweirdnl *************************************** 4878cdf0e10cSrcweirif test "$_os" = "Darwin" -a "x$x_includes" = "xno_x_includes"; then 4879cdf0e10cSrcweir echo "Do Nothing for _os = Darwin" 4880cdf0e10cSrcweir dnl Mac OS X using Aqua graphics. Don't check for X11. 4881cdf0e10cSrcweir : 4882cdf0e10cSrcweirelif test "$_os" = "OS2" ; then 4883cdf0e10cSrcweir echo "Do Nothing for _os = OS2. Don't check for X11." 4884cdf0e10cSrcweir dnl OS/2 uses native graphics. Don't check for X11. 4885cdf0e10cSrcweir : 4886cdf0e10cSrcweirelif test "$_os" != "WINNT" ; then 4887cdf0e10cSrcweir AC_PATH_X 4888cdf0e10cSrcweir AC_PATH_XTRA 4889cdf0e10cSrcweir CPPFLAGS="$CPPFLAGS $X_CFLAGS" 4890cdf0e10cSrcweir 4891cdf0e10cSrcweir if test "x$x_includes" = "x"; then 4892cdf0e10cSrcweir x_includes="default_x_includes" 4893cdf0e10cSrcweir fi 4894cdf0e10cSrcweir if test "x$x_libraries" = "x"; then 4895cdf0e10cSrcweir x_libraries="default_x_libraries" 4896cdf0e10cSrcweir fi 4897cdf0e10cSrcweir dnl The variables $x_libraries and $x_includes are set. 4898cdf0e10cSrcweir if test -z "$x_libraries"; then 4899cdf0e10cSrcweir AC_MSG_ERROR([No X libraries found]) # Exit 4900cdf0e10cSrcweir fi 4901cdf0e10cSrcweir if test -z "$x_includes"; then 4902cdf0e10cSrcweir AC_MSG_ERROR([No X includes found]) # Exit 4903cdf0e10cSrcweir fi 4904cdf0e10cSrcweir CFLAGS=$X_CFLAGS 4905cdf0e10cSrcweir LDFLAGS="$X_LDFLAGS $X_LIBS" 4906cdf0e10cSrcweir AC_CHECK_LIB(X11, XOpenDisplay, x_libs="-lX11 $X_EXTRA_LIBS", [AC_MSG_ERROR([X Development libraries not found])]) 4907cdf0e10cSrcweir dnl Check if the XauDisposeAuth symbol is provided by libXau. 4908cdf0e10cSrcweir AC_CHECK_LIB(Xau, XauDisposeAuth, XAU_LIBS="-lXau", []) 4909cdf0e10cSrcweirelse 4910cdf0e10cSrcweir x_includes="no_x_includes" 4911cdf0e10cSrcweir x_libraries="no_x_libraries" 4912cdf0e10cSrcweirfi 4913cdf0e10cSrcweirif test -z "$x_includes"; then 4914cdf0e10cSrcweir x_includes="no_x_includes" 4915cdf0e10cSrcweirfi 4916cdf0e10cSrcweirif test -z "$x_libraries"; then 4917cdf0e10cSrcweir x_libraries="no_x_libraries" 4918cdf0e10cSrcweirfi 4919cdf0e10cSrcweirif test "$x_includes" = "default_x_includes"; then 4920cdf0e10cSrcweir XINC="/usr/include" 4921cdf0e10cSrcweirelse 4922cdf0e10cSrcweir XINC="$x_includes" 4923cdf0e10cSrcweirfi 4924cdf0e10cSrcweirAC_SUBST(XINC) 4925cdf0e10cSrcweirif test "$x_libraries" = "default_x_libraries"; then 4926cdf0e10cSrcweir XLIB=`$PKG_CONFIG --variable=libdir x11` 4927cdf0e10cSrcweir if test "x$XLIB" = x; then 4928cdf0e10cSrcweir XLIB="/usr/lib" 4929cdf0e10cSrcweir fi 4930cdf0e10cSrcweirelse 4931cdf0e10cSrcweir XLIB="$x_libraries" 4932cdf0e10cSrcweirfi 4933cdf0e10cSrcweirAC_SUBST(XLIB) 4934cdf0e10cSrcweirAC_SUBST(XAU_LIBS) 4935cdf0e10cSrcweir 4936cdf0e10cSrcweirdnl =================================================================== 4937da2e13d4SMatthias Seideldnl Check if fontconfig/fontconfig.h is available 4938cdf0e10cSrcweirdnl =================================================================== 4939cdf0e10cSrcweirif test "$ENABLE_FONTCONFIG" = "TRUE" ; then 4940cdf0e10cSrcweir AC_CHECK_HEADER(fontconfig/fontconfig.h, [], 4941cdf0e10cSrcweir [AC_MSG_ERROR([fontconfig/fontconfig.h could not be found. libfontconfig1-dev or fontconfig???-devel missing?])], []) 4942cdf0e10cSrcweir AC_MSG_CHECKING([whether fontconfig is >= 2.2.0]) 4943cdf0e10cSrcweir AC_TRY_RUN([ 4944cdf0e10cSrcweir#include <fontconfig/fontconfig.h> 4945cdf0e10cSrcweir 4946cdf0e10cSrcweirint main(int argc, char **argv) { 4947cdf0e10cSrcweir if(FC_MAJOR > 2 || (FC_MAJOR == 2 && FC_MINOR >= 2)) return 0; 4948cdf0e10cSrcweir else return 1; 4949cdf0e10cSrcweir} 4950cdf0e10cSrcweir], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR([no, fontconfig >= 2.2.0 needed])]) 4951cdf0e10cSrcweirfi 4952cdf0e10cSrcweir 4953cdf0e10cSrcweirdnl =================================================================== 4954cdf0e10cSrcweirdnl Check for system Xrender 4955cdf0e10cSrcweirdnl =================================================================== 4956cdf0e10cSrcweirAC_MSG_CHECKING([whether to link to Xrender]) 4957cdf0e10cSrcweirif test -n "$enable_xrender_link" -a "$enable_xrender_link" != "no"; then 4958cdf0e10cSrcweir AC_MSG_RESULT([yes]) 4959cdf0e10cSrcweir XRENDER_LINK=YES 4960cdf0e10cSrcweir with_system_xrender_headers=yes 4961cdf0e10cSrcweirelse 4962cdf0e10cSrcweir AC_MSG_RESULT([no, dynamically open it]) 4963cdf0e10cSrcweir XRENDER_LINK=NO 4964cdf0e10cSrcweirfi 4965cdf0e10cSrcweirAC_MSG_CHECKING([which Xrender headers to use]) 4966cdf0e10cSrcweirif test -n "$with_system_xrender_headers" -o -n "$with_system_headers" && \ 4967cdf0e10cSrcweir test "$with_system_xrender_headers" != "no"; then 4968cdf0e10cSrcweir AC_MSG_RESULT([external]) 4969cdf0e10cSrcweir SYSTEM_XRENDER_HEADERS=YES 4970cdf0e10cSrcweir AC_CHECK_HEADER(X11/extensions/Xrender.h, [], 4971cdf0e10cSrcweir [AC_MSG_ERROR(Xrender not found. install X)], []) 4972cdf0e10cSrcweirelse 4973cdf0e10cSrcweir AC_MSG_RESULT([internal]) 4974cdf0e10cSrcweir SYSTEM_XRENDER_HEADERS=NO 4975cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE X11_EXTENSIONS" 4976cdf0e10cSrcweirfi 4977cdf0e10cSrcweirif test "$XRENDER_LINK" = "YES"; then 4978cdf0e10cSrcweir AC_CHECK_LIB(Xrender, XRenderQueryVersion, [], 4979cdf0e10cSrcweir [AC_MSG_ERROR(libXrender not found or functional)], []) 4980cdf0e10cSrcweirfi 4981cdf0e10cSrcweirAC_SUBST(SYSTEM_XRENDER_HEADERS) 4982cdf0e10cSrcweirAC_SUBST(XRENDER_LINK) 4983cdf0e10cSrcweir 4984cdf0e10cSrcweirdnl =================================================================== 4985cdf0e10cSrcweirdnl Check for XRandr 4986cdf0e10cSrcweirdnl =================================================================== 4987cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable RandR support]) 4988cdf0e10cSrcweirif test "$test_randr" = "yes" -a \( "$enable_randr" = "yes" -o "$enable_randr" = "TRUE" \) ; then 4989cdf0e10cSrcweir if test -z "$enable_randr_link" -o "$enable_randr_link" = "no"; then 4990cdf0e10cSrcweir XRANDR_DLOPEN="TRUE" 4991cdf0e10cSrcweir AC_MSG_RESULT([resorting to dlopen libXrandr at runtime]) 4992cdf0e10cSrcweir else 4993cdf0e10cSrcweir XRANDR_DLOPEN="FALSE" 4994cdf0e10cSrcweir PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2, ENABLE_RANDR="TRUE", ENABLE_RANDR="") 4995cdf0e10cSrcweir if test "$ENABLE_RANDR" != "TRUE"; then 4996cdf0e10cSrcweir AC_CHECK_HEADER(X11/extensions/Xrandr.h, [], 4997cdf0e10cSrcweir [AC_MSG_ERROR([X11/extensions/Xrandr.h could not be found. X11 dev missing?])], []) 4998cdf0e10cSrcweir XRANDR_CFLAGS=" " 4999cdf0e10cSrcweir AC_CHECK_LIB(Xrandr, XRRQueryExtension, [], 5000cdf0e10cSrcweir [ AC_MSG_ERROR(libXrandr not found or functional) ], []) 5001cdf0e10cSrcweir XRANDR_LIBS="-lXrandr " 5002cdf0e10cSrcweir ENABLE_RANDR="TRUE" 5003cdf0e10cSrcweir AC_MSG_RESULT([enabling RandR support]) 5004cdf0e10cSrcweir fi 5005cdf0e10cSrcweir fi 5006cdf0e10cSrcweirelse 5007cdf0e10cSrcweir ENABLE_RANDR="" 5008cdf0e10cSrcweir AC_MSG_RESULT([no]) 5009cdf0e10cSrcweirfi 5010cdf0e10cSrcweirAC_SUBST(XRANDR_DLOPEN) 5011cdf0e10cSrcweirAC_SUBST(XRANDR_CFLAGS) 5012cdf0e10cSrcweirAC_SUBST(XRANDR_LIBS) 5013cdf0e10cSrcweirAC_SUBST(ENABLE_RANDR) 5014cdf0e10cSrcweir 50150021cf80SHerbert Dürrdnl =================================================================== 50160021cf80SHerbert Dürrdnl Check for system nss 50170021cf80SHerbert Dürrdnl =================================================================== 50180021cf80SHerbert DürrAC_MSG_CHECKING([which libnss to use]) 50190021cf80SHerbert Dürrif test -n "$with_system_nss" -o -n "$with_system_libs" && test "$with_system_nss" != "no"; then 50200021cf80SHerbert Dürr AC_MSG_RESULT([external]) 50210021cf80SHerbert Dürr PKG_CHECK_MODULES( NSS, nss ) 50220021cf80SHerbert Dürr SYSTEM_NSS=YES 50230021cf80SHerbert Dürrelse 50240021cf80SHerbert Dürr AC_MSG_RESULT([internal]) 50250021cf80SHerbert Dürr SYSTEM_NSS=NO 50260021cf80SHerbert Dürr BUILD_TYPE="$BUILD_TYPE NSS" 50270021cf80SHerbert Dürrfi 50280021cf80SHerbert DürrAC_SUBST(SYSTEM_NSS) 50290021cf80SHerbert DürrAC_SUBST(NSS_CFLAGS) 50300021cf80SHerbert DürrAC_SUBST(NSS_LIBS) 50310021cf80SHerbert Dürr 5032cdf0e10cSrcweirdnl =================================================================== 5033cdf0e10cSrcweirdnl Check for system openssl 5034cdf0e10cSrcweirdnl =================================================================== 5035cdf0e10cSrcweirAC_MSG_CHECKING([which libssl to use]) 5036cdf0e10cSrcweirif test -n "$with_system_openssl" -o -n "$with_system_libs" && \ 5037cdf0e10cSrcweir test "$with_system_openssl" != "no"; then 5038cdf0e10cSrcweir AC_MSG_RESULT([external]) 5039239c1b90SJim Jagielski if test "$_os" = "FreeBSD"; then 5040cdf0e10cSrcweir OPENSSL_CFLAGS= 5041cdf0e10cSrcweir OPENSSL_LIBS="-lssl -lcrypto" 5042cdf0e10cSrcweir else 5043cdf0e10cSrcweir PKG_CHECK_MODULES( OPENSSL, openssl ) 5044cdf0e10cSrcweir fi 5045cdf0e10cSrcweir SYSTEM_OPENSSL=YES 5046cdf0e10cSrcweirelse 5047cdf0e10cSrcweir AC_MSG_RESULT([internal]) 5048cdf0e10cSrcweir SYSTEM_OPENSSL=NO 5049cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE OPENSSL" 5050cdf0e10cSrcweirfi 5051cdf0e10cSrcweirAC_SUBST(SYSTEM_OPENSSL) 5052cdf0e10cSrcweirAC_SUBST(OPENSSL_CFLAGS) 5053cdf0e10cSrcweirAC_SUBST(OPENSSL_LIBS) 5054cdf0e10cSrcweir 5055cdf0e10cSrcweirdnl =================================================================== 5056cdf0e10cSrcweirdnl Check for system redland 5057cdf0e10cSrcweirdnl =================================================================== 5058cdf0e10cSrcweirAC_MSG_CHECKING([which redland library to use]) 5059cdf0e10cSrcweirif test -n "$with_system_redland" -o -n "$with_system_libs" && \ 5060cdf0e10cSrcweir test "$with_system_redland" != "no"; then 5061cdf0e10cSrcweir AC_MSG_RESULT([external]) 5062cdf0e10cSrcweir SYSTEM_REDLAND=YES 5063cdf0e10cSrcweir dnl versions before 1.0.8 write RDF/XML that is useless for ODF (@xml:base) 5064cdf0e10cSrcweir PKG_CHECK_MODULES(REDLAND, redland >= 1.0.8) 5065cdf0e10cSrcweirelse 5066cdf0e10cSrcweir AC_MSG_RESULT([internal]) 5067cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE REDLAND" 5068cdf0e10cSrcweir SYSTEM_REDLAND=NO 5069cdf0e10cSrcweirfi 5070cdf0e10cSrcweirAC_SUBST(SYSTEM_REDLAND) 5071cdf0e10cSrcweirAC_SUBST(REDLAND_CFLAGS) 5072cdf0e10cSrcweirAC_SUBST(REDLAND_LIBS) 5073cdf0e10cSrcweir 5074cdf0e10cSrcweirdnl =================================================================== 5075a44fea77SAriel Constenla-Hailednl Check for hunspell 5076cdf0e10cSrcweirdnl =================================================================== 5077a44fea77SAriel Constenla-HaileAC_MSG_CHECKING([whether to build the Spell Checking component]) 5078a44fea77SAriel Constenla-HaileENABLE_HUNSPELL= 50790ea1a209SEike Rathke 5080a44fea77SAriel Constenla-Haileif test "x$enable_hunspell" != "xno" ; then 5081a44fea77SAriel Constenla-Haile AC_MSG_CHECKING([which libhunspell to use]) 5082a44fea77SAriel Constenla-Haile if test -n "$with_system_hunspell" -o -n "$with_system_libs" && \ 5083a44fea77SAriel Constenla-Haile test "$with_system_hunspell" != "no"; then 5084a44fea77SAriel Constenla-Haile AC_MSG_RESULT([external]) 5085a44fea77SAriel Constenla-Haile SYSTEM_HUNSPELL=YES 5086a44fea77SAriel Constenla-Haile AC_LANG_PUSH([C++]) 5087a44fea77SAriel Constenla-Haile PKG_CHECK_MODULES(HUNSPELL, hunspell, HUNSPELL_PC="TRUE", HUNSPELL_PC="" ) 5088a44fea77SAriel Constenla-Haile if test "$HUNSPELL_PC" != "TRUE"; then 5089a44fea77SAriel Constenla-Haile AC_CHECK_HEADER(hunspell.hxx, [], 5090a44fea77SAriel Constenla-Haile [AC_CHECK_HEADER(hunspell/hunspell.hxx, [ HUNSPELL_CFLAGS=-I/usr/include/hunspell ], 5091a44fea77SAriel Constenla-Haile [AC_MSG_ERROR(hunspell headers not found.)], []) 5092a44fea77SAriel Constenla-Haile ], []) 5093a44fea77SAriel Constenla-Haile AC_CHECK_LIB(hunspell, main, [], 5094a44fea77SAriel Constenla-Haile [ AC_MSG_ERROR(hunspell library not found.) ], []) 5095a44fea77SAriel Constenla-Haile HUNSPELL_LIBS=-lhunspell 5096a44fea77SAriel Constenla-Haile fi 5097a44fea77SAriel Constenla-Haile AC_LANG_POP([C++]) 5098a44fea77SAriel Constenla-Haile else 5099a44fea77SAriel Constenla-Haile AC_MSG_RESULT([internal]) 5100a44fea77SAriel Constenla-Haile SYSTEM_HUNSPELL=NO 5101a44fea77SAriel Constenla-Haile BUILD_TYPE="$BUILD_TYPE HUNSPELL" 5102a44fea77SAriel Constenla-Haile fi 5103a44fea77SAriel Constenla-Haile ENABLE_HUNSPELL=YES 5104a44fea77SAriel Constenla-Haile AC_SUBST(SYSTEM_HUNSPELL) 5105a44fea77SAriel Constenla-Haile AC_SUBST(HUNSPELL_CFLAGS) 5106a44fea77SAriel Constenla-Haile AC_SUBST(HUNSPELL_LIBS) 5107cdf0e10cSrcweirelse 5108a44fea77SAriel Constenla-Haile AC_MSG_RESULT([no]) 5109cdf0e10cSrcweirfi 5110a44fea77SAriel Constenla-HaileAC_SUBST(ENABLE_HUNSPELL) 5111cdf0e10cSrcweir 5112cdf0e10cSrcweirdnl =================================================================== 5113a44fea77SAriel Constenla-Hailednl Checking for libhyphen 5114cdf0e10cSrcweirdnl =================================================================== 5115a44fea77SAriel Constenla-HaileAC_MSG_CHECKING([whether to build the Hyphenator component]) 5116a44fea77SAriel Constenla-HaileENABLE_HYPHEN= 5117a44fea77SAriel Constenla-Haile 5118a44fea77SAriel Constenla-Haileif test "x$enable_hyphen" != "xno" ; then 5119a44fea77SAriel Constenla-Haile AC_MSG_CHECKING([which libhyphen to use]) 5120a44fea77SAriel Constenla-Haile if test -n "$with_system_hyphen" -o -n "$with_system_libs" && \ 5121a44fea77SAriel Constenla-Haile test "$with_system_hyphen" != "no"; then 5122a44fea77SAriel Constenla-Haile AC_MSG_RESULT([external]) 5123a44fea77SAriel Constenla-Haile SYSTEM_HYPH=YES 5124a44fea77SAriel Constenla-Haile AC_CHECK_HEADER(hyphen.h, [], 5125a44fea77SAriel Constenla-Haile [ AC_MSG_ERROR(libhyphen headers not found.)], []) 5126a44fea77SAriel Constenla-Haile AC_CHECK_MEMBER(struct _HyphenDict.cset, [], 5127a44fea77SAriel Constenla-Haile [ AC_MSG_ERROR(no. You are sure you have libhyphen headers?)], 5128a44fea77SAriel Constenla-Haile [#include <hyphen.h>]) 5129a44fea77SAriel Constenla-Haile AC_CHECK_LIB(hyphen, hnj_hyphen_hyphenate2, [HYPHEN_LIB=-lhyphen], 5130a44fea77SAriel Constenla-Haile [ AC_MSG_ERROR(libhyphen not found or too old.)], []) 5131a44fea77SAriel Constenla-Haile if test -z "$HYPHEN_LIB"; then 5132a44fea77SAriel Constenla-Haile AC_CHECK_LIB(hyph, hnj_hyphen_hyphenate2, [HYPHEN_LIB=-lhyph], 5133a44fea77SAriel Constenla-Haile [ AC_MSG_ERROR(libhyphen not found or too old.)], []) 5134a44fea77SAriel Constenla-Haile fi 5135a44fea77SAriel Constenla-Haile if test -z "$HYPHEN_LIB"; then 5136a44fea77SAriel Constenla-Haile AC_CHECK_LIB(hnj, hnj_hyphen_hyphenate2, [HYPHEN_LIB=-lhnj], 5137a44fea77SAriel Constenla-Haile [ AC_MSG_ERROR(libhyphen not found or too old.)], []) 5138a44fea77SAriel Constenla-Haile fi 5139a44fea77SAriel Constenla-Haile else 5140a44fea77SAriel Constenla-Haile AC_MSG_RESULT([internal]) 5141a44fea77SAriel Constenla-Haile SYSTEM_HYPH=NO 5142a44fea77SAriel Constenla-Haile BUILD_TYPE="$BUILD_TYPE HYPHEN" 5143cdf0e10cSrcweir fi 5144a44fea77SAriel Constenla-Haile ENABLE_HYPHEN=YES 5145a44fea77SAriel Constenla-Haile AC_SUBST(SYSTEM_HYPH) 5146a44fea77SAriel Constenla-Haile AC_SUBST(HYPHEN_LIB) 5147cdf0e10cSrcweirelse 5148a44fea77SAriel Constenla-Haile AC_MSG_RESULT([no]) 5149cdf0e10cSrcweirfi 5150a44fea77SAriel Constenla-HaileAC_SUBST(ENABLE_HYPHEN) 5151cdf0e10cSrcweir 5152764319a5SAndre Fischer 5153764319a5SAndre Fischer#dnl =================================================================== 5154764319a5SAndre Fischer#dnl Check whether we are allowed to bundle dictionaries and whether 5155764319a5SAndre Fischer#dnl hunspell is available. 5156764319a5SAndre Fischer#dnl =================================================================== 5157764319a5SAndre FischerENABLE_BUNDLED_DICTIONARIES= 5158764319a5SAndre Fischerif test "x$enable_bundled_dictionaries" != "xno" -a "x$ENABLE_HUNSPELL" = "xYES"; then 5159764319a5SAndre Fischer ENABLE_BUNDLED_DICTIONARIES=YES 5160764319a5SAndre Fischerfi 5161764319a5SAndre FischerAC_SUBST(ENABLE_BUNDLED_DICTIONARIES) 5162764319a5SAndre Fischer 5163764319a5SAndre Fischer 5164764319a5SAndre Fischer 5165cdf0e10cSrcweirdnl =================================================================== 5166cdf0e10cSrcweirdnl Checking for mythes 5167cdf0e10cSrcweirdnl =================================================================== 5168cdf0e10cSrcweirAC_MSG_CHECKING([which mythes to use]) 516935266ad7SPedro Giffuniif test -n "$with_system_mythes" -o -n "$with_system_libs" && \ 517035266ad7SPedro Giffuni test "$with_system_mythes" != "no"; then 5171cdf0e10cSrcweir AC_MSG_RESULT([external]) 5172cdf0e10cSrcweir SYSTEM_MYTHES=YES 5173cdf0e10cSrcweir AC_LANG_PUSH([C++]) 5174cdf0e10cSrcweir PKG_CHECK_MODULES(MYTHES, mythes, MYTHES_PKGCONFIG=yes, MYTHES_PKGCONFIG=no) 5175cdf0e10cSrcweir if test "$MYTHES_PKGCONFIG" = "no"; then 5176cdf0e10cSrcweir AC_CHECK_HEADER(mythes.hxx, [], 5177cdf0e10cSrcweir [ AC_MSG_ERROR(mythes.hxx headers not found.)], []) 5178cdf0e10cSrcweir AC_CHECK_LIB(mythes-1.2, main, [], 5179cdf0e10cSrcweir [ MYTHES_FOUND=no], []) 5180cdf0e10cSrcweir if test "$MYTHES_FOUND" = "no"; then 5181cdf0e10cSrcweir AC_CHECK_LIB(mythes, main, [MYTHES_FOUND=yes], 5182cdf0e10cSrcweir [ MYTHES_FOUND=no], []) 5183cdf0e10cSrcweir fi 5184cdf0e10cSrcweir if test "$MYTHES_FOUND" = "no"; then 5185cdf0e10cSrcweir AC_MSG_ERROR([mythes library not found!.]) 5186cdf0e10cSrcweir fi 5187cdf0e10cSrcweir fi 5188cdf0e10cSrcweir AC_LANG_POP([C++]) 5189cdf0e10cSrcweirelse 5190cdf0e10cSrcweir AC_MSG_RESULT([internal]) 5191cdf0e10cSrcweir SYSTEM_MYTHES=NO 5192cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE MYTHES" 5193cdf0e10cSrcweirfi 5194cdf0e10cSrcweirAC_SUBST(SYSTEM_MYTHES) 5195cdf0e10cSrcweirAC_SUBST(MYTHES_CFLAGS) 5196cdf0e10cSrcweirAC_SUBST(MYTHES_LIBS) 5197cdf0e10cSrcweir 51980ea1a209SEike Rathke 5199cdf0e10cSrcweirdnl =================================================================== 5200cdf0e10cSrcweirdnl Checking for libtextcat 5201cdf0e10cSrcweirdnl =================================================================== 5202cdf0e10cSrcweirAC_MSG_CHECKING([which libtextcat to use]) 5203cdf0e10cSrcweirif test -n "$with_system_libtextcat" && test "$with_system_libtextcat" != "no"; then 5204cdf0e10cSrcweir AC_MSG_RESULT([external]) 5205cdf0e10cSrcweir SYSTEM_LIBTEXTCAT=YES 5206cdf0e10cSrcweir AC_CHECK_HEADER(libtextcat/textcat.h, [], 5207cdf0e10cSrcweir [ AC_MSG_ERROR(libtextcat headers not found.)], []) 5208cdf0e10cSrcweir AC_CHECK_LIB(textcat, special_textcat_Init, , 5209cdf0e10cSrcweir [ AC_MSG_ERROR(libtextcat library not found or not suitable. libtextcat typically needs to be patched)], []) 5210cdf0e10cSrcweirelse 5211cdf0e10cSrcweir AC_MSG_RESULT([internal]) 5212cdf0e10cSrcweir SYSTEM_LIBTEXTCAT=NO 5213cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE LIBTEXTCAT" 5214cdf0e10cSrcweirfi 5215cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBTEXTCAT) 5216cdf0e10cSrcweir 5217cdf0e10cSrcweirAC_MSG_CHECKING([which libtextcat data directory to use]) 5218cdf0e10cSrcweirif test -n "$with_system_libtextcat_data" && test "$with_system_libtextcat_data" != "no"; then 5219cdf0e10cSrcweir if test "$with_system_libtextcat_data" = "yes"; then 5220cdf0e10cSrcweir SYSTEM_LIBTEXTCAT_DATA=file:///usr/share/libtextcat 5221cdf0e10cSrcweir else 5222cdf0e10cSrcweir SYSTEM_LIBTEXTCAT_DATA=file://$with_system_libtextcat_data 5223cdf0e10cSrcweir fi 5224cdf0e10cSrcweir AC_MSG_RESULT([$SYSTEM_LIBTEXTCAT_DATA]) 5225cdf0e10cSrcweirelse 5226cdf0e10cSrcweir AC_MSG_RESULT([internal]) 5227cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE LIBTEXTCATDATA" 5228cdf0e10cSrcweirfi 5229cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBTEXTCAT_DATA) 5230cdf0e10cSrcweir 5231cdf0e10cSrcweirdnl *************************************** 5232cdf0e10cSrcweirdnl testing libc version for Linux... 5233cdf0e10cSrcweirdnl *************************************** 5234cdf0e10cSrcweirif test "$_os" = "Linux"; then 5235cdf0e10cSrcweir AC_MSG_CHECKING([whether libc is >= 2.1.1]) 5236cdf0e10cSrcweir exec 6>/dev/null # no output 5237cdf0e10cSrcweir AC_CHECK_LIB(c, gnu_get_libc_version, HAVE_LIBC=yes; export HAVE_LIBC) 5238cdf0e10cSrcweir exec 6>&1 # output on again 5239cdf0e10cSrcweir if test "$HAVE_LIBC"; then 5240cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5241cdf0e10cSrcweir else 5242cdf0e10cSrcweir AC_MSG_ERROR([no, upgrade libc]) 5243cdf0e10cSrcweir fi 5244cdf0e10cSrcweirfi 5245cdf0e10cSrcweir 5246cdf0e10cSrcweirif test "$_os" != "WNT"; then 5247cdf0e10cSrcweir AC_CHECK_FUNCS(getopt, HAVE_GETOPT=YES, [HAVE_GETOPT=NO]) 5248cdf0e10cSrcweir AC_CHECK_FUNCS(readdir_r, HAVE_READDIR_R=YES, [HAVE_READDIR_R=NO]) 5249cdf0e10cSrcweir if test "$HAVE_GETOPT" = "YES" -a "$HAVE_READDIR_R" = "YES"; then 5250cdf0e10cSrcweir SYSTEM_LIBC=YES 5251cdf0e10cSrcweir fi 5252cdf0e10cSrcweirelse 5253cdf0e10cSrcweir HAVE_GETOPT=NO 5254cdf0e10cSrcweir HAVE_READDIR_R=NO 5255cdf0e10cSrcweir SYSTEM_LIBC=YES 5256cdf0e10cSrcweirfi 5257cdf0e10cSrcweirAC_SUBST(HAVE_GETOPT) 5258cdf0e10cSrcweirAC_SUBST(HAVE_READDIR_R) 5259cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBC) 5260cdf0e10cSrcweir 5261cdf0e10cSrcweirdnl ========================================= 5262cdf0e10cSrcweirdnl Check for the Microsoft Platform SDK. 5263cdf0e10cSrcweirdnl ========================================= 5264cdf0e10cSrcweirdnl FIXME: I don't know yet if PSDK works with MinGW, keep it until I know better, 5265cdf0e10cSrcweirdnl and add "-a \( "$WITH_MINGWIN" != "yes" \)" then 5266cdf0e10cSrcweirif test \( "$_os" = "WINNT" \) ; then 5267cdf0e10cSrcweir AC_MSG_CHECKING([for PSDK files]) 5268cdf0e10cSrcweir if test -z "$with_psdk_home"; then 5269cdf0e10cSrcweir # This first line will detect a February 2003 Microsoft Platform SDK 5270edd74ba5SDamjan Jovanovic PSDK_HOME=`$OOWINTOOL --psdk-home` 5271cdf0e10cSrcweir # But there might be also an April 2005 PSDK, unfortunately MS changed 5272cdf0e10cSrcweir # the registry entry. (we prefer the old version!?) 5273cdf0e10cSrcweir if test -z "$PSDK_HOME"; then 5274cdf0e10cSrcweir PSDK_HOME=`cat /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MicrosoftSDK/InstalledSDKs/*/Install\ Dir 2> /dev/null | tr '\000' '\n' | head -n 1` 5275cdf0e10cSrcweir fi 5276cdf0e10cSrcweir # normalize if found 5277cdf0e10cSrcweir if test -n "$PSDK_HOME"; then 5278cdf0e10cSrcweir PSDK_HOME=`cygpath -d "$PSDK_HOME"` 5279cdf0e10cSrcweir PSDK_HOME=`cygpath -u "$PSDK_HOME"` 5280cdf0e10cSrcweir fi 5281cdf0e10cSrcweir else 5282cdf0e10cSrcweir PSDK_HOME=`cygpath -u "$with_psdk_home"` 5283cdf0e10cSrcweir fi 5284cdf0e10cSrcweir # Remove a possible trailing backslash 5285cdf0e10cSrcweir PSDK_HOME=`echo $PSDK_HOME | $SED 's/\/$//'` 5286cdf0e10cSrcweir # Problem with current PSDK (iz 49865) 5287cdf0e10cSrcweir if test -f "$PSDK_HOME/Lib/libcp.lib"; then 5288cdf0e10cSrcweir AC_MSG_ERROR([ 5289cdf0e10cSrcweir 5290cdf0e10cSrcweirSome modules do not build correctly with MS Platform SDK - April 2005 5291cdf0e10cSrcweirEdition if the library ($PSDK_HOME/Lib/libcp.lib) is found. 5292cdf0e10cSrcweirRemove/rename/backup that file and restart configure. Details about this 5293cdf0e10cSrcweirproblem can be found in issue 49856.]) 5294cdf0e10cSrcweir fi 5295407bc2eeSMatthias Seidel# Windows SDK has different headers 5296cdf0e10cSrcweir if test \( -f "$PSDK_HOME/Include/adoint.h" \) \ 5297cdf0e10cSrcweir -a \( -f "$PSDK_HOME/Include/SqlUcode.h" \) \ 5298cdf0e10cSrcweir -a \( -f "$PSDK_HOME/Include/usp10.h" \); then 5299cdf0e10cSrcweir HAVE_PSDK_H="yes" 5300cdf0e10cSrcweir else 5301cdf0e10cSrcweir HAVE_PSDK_H="no" 5302cdf0e10cSrcweir fi 5303cdf0e10cSrcweir if test -f "$PSDK_HOME/lib/unicows.lib"; then 5304cdf0e10cSrcweir HAVE_PSDK_LIB="yes" 5305cdf0e10cSrcweir else 5306cdf0e10cSrcweir HAVE_PSDK_LIB="no" 5307cdf0e10cSrcweir fi 5308cdf0e10cSrcweir if test "$HAVE_PSDK_H" = "no" -o "$HAVE_PSDK_LIB" = "no"; then 5309cdf0e10cSrcweir AC_MSG_ERROR([Some (all?) PSDK files not found, please check if all needed Platform SDKs 5310cdf0e10cSrcweirare installed or use --with-psdk-home .]) 5311cdf0e10cSrcweir fi 5312cdf0e10cSrcweir if test ! -x "$PSDK_HOME/bin/msiinfo.exe" \ 5313cdf0e10cSrcweir -o ! -x "$PSDK_HOME/bin/msidb.exe" \ 5314cdf0e10cSrcweir -o ! -x "$PSDK_HOME/bin/uuidgen.exe" \ 5315cdf0e10cSrcweir -o ! -x "$PSDK_HOME/bin/msitran.exe" ; then 5316cdf0e10cSrcweir AC_MSG_ERROR([Some (all) files of the Windows Installer SDK are missing, please install.]) 5317cdf0e10cSrcweir fi 5318cdf0e10cSrcweir AC_MSG_RESULT([SDK files found ...)]) 5319cdf0e10cSrcweirdnl Check if this is the right SDK. 532028633775SPedro Giffuni if echo $PSDK_HOME | $GREP "v6.1" >/dev/null 2>/dev/null; then 5321cdf0e10cSrcweir AC_MSG_RESULT([Found Windows SDK 6.1 ($PSDK_HOME)]) 5322cdf0e10cSrcweir WINDOWS_VISTA_PSDK=TRUE 532328633775SPedro Giffuni elif echo $PSDK_HOME | $GREP "v6.0" >/dev/null 2>/dev/null; then 5324cdf0e10cSrcweir AC_MSG_RESULT([Found Windows SDK 6.0 ($PSDK_HOME)]) 5325cdf0e10cSrcweir WINDOWS_VISTA_PSDK=TRUE 532628633775SPedro Giffuni elif echo $PSDK_HOME | $GREP "v7.0" >/dev/null 2>/dev/null; then 53278e162c1bSOliver-Rainer Wittmann AC_MSG_RESULT([Found Windows SDK 7.0 ($PSDK_HOME)]) 53288e162c1bSOliver-Rainer Wittmann WINDOWS_VISTA_PSDK=TRUE 5329cdf0e10cSrcweir else 5330cdf0e10cSrcweir AC_MSG_RESULT([Found Legacy Windows Platform SDK ($PSDK_HOME)]) 5331cdf0e10cSrcweir fi 5332cdf0e10cSrcweirfi 5333cdf0e10cSrcweirAC_SUBST(PSDK_HOME) 5334cdf0e10cSrcweirAC_SUBST(WINDOWS_VISTA_PSDK) 5335cdf0e10cSrcweir 5336cdf0e10cSrcweirdnl ========================================= 5337cdf0e10cSrcweirdnl Check for the Microsoft DirectX SDK. 5338cdf0e10cSrcweirdnl ========================================= 5339cdf0e10cSrcweirif test \( "$_os" = "WINNT" \) ; then 5340cdf0e10cSrcweir AC_MSG_CHECKING([for DirectX SDK files]) 5341cdf0e10cSrcweir if test -z "$with_directx_home"; then 5342cdf0e10cSrcweir dnl A standard installation of the DirectX SDK sets $DXSDK_DIR 5343cdf0e10cSrcweir if test -n "$DXSDK_DIR"; then 5344cdf0e10cSrcweir DIRECTXSDK_HOME=`cygpath -d "$DXSDK_DIR"` 5345cdf0e10cSrcweir DIRECTXSDK_HOME=`cygpath -u "$DIRECTXSDK_HOME"` 5346cdf0e10cSrcweir fi 5347cdf0e10cSrcweir # At this point $DIRECTXSDK_HOME might still be undefined. This will lead to 5348cdf0e10cSrcweir # the "DirectX SDK files not found" error later 5349cdf0e10cSrcweir else 5350cdf0e10cSrcweir DIRECTXSDK_HOME=`cygpath -u "$with_directx_home"` 5351cdf0e10cSrcweir fi 5352cdf0e10cSrcweir # Remove a possible trailing backslash 5353cdf0e10cSrcweir DIRECTXSDK_HOME=`echo $DIRECTXSDK_HOME | $SED 's/\/$//'` 5354cdf0e10cSrcweir 5355cdf0e10cSrcweir if test -f "$DIRECTXSDK_HOME/Include/ddraw.h" ; then 5356549fe914SJürgen Schmidt HAVE_DIRECTDRAW_H="yes" 5357549fe914SJürgen Schmidt else 5358549fe914SJürgen Schmidt HAVE_DIRECTDRAW_H="no" 5359549fe914SJürgen Schmidt fi 5360549fe914SJürgen Schmidt if test -f "$DIRECTXSDK_HOME/Include/d3d9.h" ; then 5361cdf0e10cSrcweir HAVE_DIRECTXSDK_H="yes" 5362cdf0e10cSrcweir else 5363cdf0e10cSrcweir HAVE_DIRECTXSDK_H="no" 5364cdf0e10cSrcweir fi 5365549fe914SJürgen Schmidt 5366cdf0e10cSrcweir # MS changed the location of the libraries with dec 2004 directx sdk 5367cdf0e10cSrcweir if test -d "$DIRECTXSDK_HOME/lib/x86" ; then 5368cdf0e10cSrcweir DIRECTXSDK_LIB="$DIRECTXSDK_HOME/lib/x86" 5369cdf0e10cSrcweir else 5370cdf0e10cSrcweir DIRECTXSDK_LIB="$DIRECTXSDK_HOME/lib" 5371cdf0e10cSrcweir fi 5372cdf0e10cSrcweir if test -f "$DIRECTXSDK_LIB/ddraw.lib" ; then 5373549fe914SJürgen Schmidt HAVE_DIRECTDRAW_LIB="yes" 5374549fe914SJürgen Schmidt else 5375549fe914SJürgen Schmidt HAVE_DIRECTDRAW_LIB="no" 5376549fe914SJürgen Schmidt fi 5377549fe914SJürgen Schmidt if test -f "$DIRECTXSDK_LIB/d3d9.lib" ; then 5378cdf0e10cSrcweir HAVE_DIRECTXSDK_LIB="yes" 5379cdf0e10cSrcweir else 5380cdf0e10cSrcweir HAVE_DIRECTXSDK_LIB="no" 5381cdf0e10cSrcweir fi 5382549fe914SJürgen Schmidt 5383549fe914SJürgen Schmidt if test "$HAVE_DIRECTDRAW_H" = "yes" -a "$HAVE_DIRECTDRAW_LIB" = "yes" ; then 5384549fe914SJürgen Schmidt ENABLE_DIRECT_DRAW="TRUE" 5385549fe914SJürgen Schmidt fi 5386549fe914SJürgen Schmidt if test "$HAVE_DIRECTXSDK_H" = "yes" -a "$HAVE_DIRECTXSDK_LIB" = "yes" ; then 5387549fe914SJürgen Schmidt HAVE_DIRECTXSDK="yes" 5388549fe914SJürgen Schmidt else 5389549fe914SJürgen Schmidt HAVE_DIRECTXSDK="no" 5390549fe914SJürgen Schmidt fi 5391549fe914SJürgen Schmidt 5392cdf0e10cSrcweir if test -n "$ENABLE_DIRECTX"; then 5393549fe914SJürgen Schmidt if test "$HAVE_DIRECTDRAW" = "yes" -o "$HAVE_DIRECTXSDK" = "yes" ; then 5394cdf0e10cSrcweir AC_MSG_RESULT([found]) 5395cdf0e10cSrcweir else 53967f413237SHerbert Dürr AC_MSG_ERROR([DirectX SDK files not found, please use --with-directx-home or --disable-directx.]) 5397cdf0e10cSrcweir fi 5398cdf0e10cSrcweir else 5399cdf0e10cSrcweir DIRECTXSDK_HOME="" 5400cdf0e10cSrcweir AC_MSG_RESULT([disabled]) 5401cdf0e10cSrcweir fi 5402cdf0e10cSrcweirfi 5403549fe914SJürgen SchmidtAC_SUBST(ENABLE_DIRECT_DRAW) 5404cdf0e10cSrcweirAC_SUBST(DIRECTXSDK_HOME) 5405cdf0e10cSrcweirAC_SUBST(DIRECTXSDK_LIB) 5406cdf0e10cSrcweir 54078e8da03fSAriel Constenla-Haile 54088e8da03fSAriel Constenla-Hailednl ============================================ 54098e8da03fSAriel Constenla-Hailednl Check for ATL and MFC 54108e8da03fSAriel Constenla-Hailednl ============================================ 54118e8da03fSAriel Constenla-Haileif test \( "$_os" = "WINNT" \) ; then 54128e8da03fSAriel Constenla-Haile AC_MSG_CHECKING([for ATL and MFC]) 54130fd36615SAriel Constenla-Haile if test "$DISABLE_ATL" = "TRUE"; then 54140fd36615SAriel Constenla-Haile AC_MSG_RESULT([ATL is disabled, nothing to check]) 54158e8da03fSAriel Constenla-Haile else 54168e8da03fSAriel Constenla-Haile AC_MSG_NOTICE([testing ATL/MFC libs and includes]) 54178e8da03fSAriel Constenla-Haile if test -z "$with_atl_include_dir"; then 54188e8da03fSAriel Constenla-Haile ATL_INCLUDE=$COMPATH/atlmfc/include 54198e8da03fSAriel Constenla-Haile else 54208e8da03fSAriel Constenla-Haile ATL_INCLUDE=`cygpath -u "$with_atl_include_dir"` 54218e8da03fSAriel Constenla-Haile fi 54228e8da03fSAriel Constenla-Haile if test -z "$with_atl_lib_dir"; then 54238e8da03fSAriel Constenla-Haile ATL_LIB=$COMPATH/atlmfc/lib 5424da2e13d4SMatthias Seidel ATL_LIB_X64=$COMPATH/atlmfc/lib/amd64 54258e8da03fSAriel Constenla-Haile else 54268e8da03fSAriel Constenla-Haile ATL_LIB=`cygpath -u "$with_atl_lib_dir"` 542733605542SJürgen Schmidt ATL_LIB_X64=$ATL_LIB/../amd64 54288e8da03fSAriel Constenla-Haile fi 54298e8da03fSAriel Constenla-Haile if test -z "$with_mfc_include_dir"; then 54308e8da03fSAriel Constenla-Haile MFC_INCLUDE=$COMPATH/atlmfc/include 54318e8da03fSAriel Constenla-Haile else 54328e8da03fSAriel Constenla-Haile MFC_INCLUDE=`cygpath -u "$with_mfc_include_dir"` 54338e8da03fSAriel Constenla-Haile fi 54348e8da03fSAriel Constenla-Haile if test -z "$with_mfc_lib_dir"; then 54358e8da03fSAriel Constenla-Haile MFC_LIB=$COMPATH/atlmfc/lib 54368e8da03fSAriel Constenla-Haile else 54378e8da03fSAriel Constenla-Haile MFC_LIB=`cygpath -u "$with_mfc_lib_dir"` 54388e8da03fSAriel Constenla-Haile fi 54398e8da03fSAriel Constenla-Haile 54408e8da03fSAriel Constenla-Haile ATL_INCLUDE=`echo $ATL_INCLUDE | $SED 's/\/$//'` 54418e8da03fSAriel Constenla-Haile ATL_LIB=`echo $ATL_LIB | $SED 's/\/$//'` 544233605542SJürgen Schmidt ATL_LIB_X64=`echo $ATL_LIB_X64 | $SED 's/\/$//'` 54438e8da03fSAriel Constenla-Haile MFC_INCLUDE=`echo $MFC_INCLUDE | $SED 's/\/$//'` 54448e8da03fSAriel Constenla-Haile MFC_LIB=`echo $MFC_LIB | $SED 's/\/$//'` 54458e8da03fSAriel Constenla-Haile 54461706e35bSAriel Constenla-Haile AC_MSG_NOTICE([looking for atlbase.h in "$ATL_INCLUDE"]) 54471706e35bSAriel Constenla-Haile if test -f "$ATL_INCLUDE/atlbase.h"; then 54488e8da03fSAriel Constenla-Haile HAVE_ATL_H="yes" 54498e8da03fSAriel Constenla-Haile else 54501706e35bSAriel Constenla-Haile HAVE_ATL_H="no" 54518e8da03fSAriel Constenla-Haile fi 54521706e35bSAriel Constenla-Haile AC_MSG_NOTICE([found atlbase.h in "$ATL_INCLUDE"? "$HAVE_ATL_H"]) 54531706e35bSAriel Constenla-Haile 54541706e35bSAriel Constenla-Haile AC_MSG_NOTICE([looking for afx.h in "$MFC_INCLUDE"]) 54558e8da03fSAriel Constenla-Haile if test -f "$MFC_INCLUDE/afx.h"; then 54568e8da03fSAriel Constenla-Haile HAVE_MFC_H="yes" 54578e8da03fSAriel Constenla-Haile else 54581706e35bSAriel Constenla-Haile HAVE_MFC_H="no" 54598e8da03fSAriel Constenla-Haile fi 54601706e35bSAriel Constenla-Haile AC_MSG_NOTICE([found afx.h in "$MFC_INCLUDE"? "$HAVE_MFC_H"]) 54611706e35bSAriel Constenla-Haile 54621706e35bSAriel Constenla-Haile AC_MSG_NOTICE([looking for atls.lib in "$ATL_LIB"]) 54638e8da03fSAriel Constenla-Haile if test -f "$ATL_LIB/atls.lib"; then 54648e8da03fSAriel Constenla-Haile HAVE_ATL_LIB="yes" 54651706e35bSAriel Constenla-Haile AC_MSG_NOTICE([looking for atlthunk.lib in "$ATL_LIB"]) 54668e8da03fSAriel Constenla-Haile if test -f "$ATL_LIB/atlthunk.lib"; then 54678e8da03fSAriel Constenla-Haile HAVE_ATLTHUNK="YES" 54688e8da03fSAriel Constenla-Haile else 54698e8da03fSAriel Constenla-Haile HAVE_ATLTHUNK="NO" 54708e8da03fSAriel Constenla-Haile fi 54711706e35bSAriel Constenla-Haile AC_MSG_NOTICE([found atlthunk.lib in "$ATL_LIB"? "$HAVE_ATLTHUNK"]) 54728e8da03fSAriel Constenla-Haile else 54738e8da03fSAriel Constenla-Haile HAVE_ATL_LIB="no" 54748e8da03fSAriel Constenla-Haile fi 54751706e35bSAriel Constenla-Haile AC_MSG_NOTICE([found atls.lib in "$ATL_LIB"? "$HAVE_ATL_LIB"]) 54768e8da03fSAriel Constenla-Haile 547707a3d7f1SPedro Giffuni dnl TODO check also MFC libraries, they seem to have different names 54788e8da03fSAriel Constenla-Haile dnl mfc42.lib mfc90.lib 54798e8da03fSAriel Constenla-Haile if test -d "$MFC_LIB"; then 54808e8da03fSAriel Constenla-Haile HAVE_MFC_LIB="yes" 54818e8da03fSAriel Constenla-Haile else 54828e8da03fSAriel Constenla-Haile HAVE_MFC_LIB="no" 54838e8da03fSAriel Constenla-Haile fi 54848e8da03fSAriel Constenla-Haile 54858e8da03fSAriel Constenla-Haile if test "$HAVE_ATL_H" = "no" -o "$HAVE_MFC_H" = "no" -o "$HAVE_ATL_LIB" = "no" -o "$HAVE_MFC_LIB" = "no"; then 54868e8da03fSAriel Constenla-Haile ATL_INCLUDE= 54878e8da03fSAriel Constenla-Haile ATL_LIB= 548833605542SJürgen Schmidt ATL_LIB_X64= 54898e8da03fSAriel Constenla-Haile MFC_INCLUDE= 54908e8da03fSAriel Constenla-Haile MFC_LIB= 54918e8da03fSAriel Constenla-Haile HAVE_ATL_LIB= 54928e8da03fSAriel Constenla-Haile dnl TODO shouldn't this be an error? 54938e8da03fSAriel Constenla-Haile DISABLE_ACTIVEX="TRUE" 54948e8da03fSAriel Constenla-Haile DISABLE_ATL="TRUE" 54958e8da03fSAriel Constenla-Haile AC_MSG_RESULT([ATL/MFC disabled]) 54968e8da03fSAriel Constenla-Haile else 54978e8da03fSAriel Constenla-Haile ATL_INCLUDE=`cygpath -dm "$ATL_INCLUDE"` 54988e8da03fSAriel Constenla-Haile ATL_LIB=`cygpath -dm "$ATL_LIB"` 549933605542SJürgen Schmidt ATL_LIB_X64=`cygpath -dm "$ATL_LIB_X64"` 55008e8da03fSAriel Constenla-Haile MFC_INCLUDE=`cygpath -dm "$MFC_INCLUDE"` 55018e8da03fSAriel Constenla-Haile MFC_LIB=`cygpath -dm "$MFC_LIB"` 55028e8da03fSAriel Constenla-Haile AC_MSG_RESULT([ATL/MFC enabled]) 55038e8da03fSAriel Constenla-Haile fi 55048e8da03fSAriel Constenla-Haile fi 55058e8da03fSAriel Constenla-Hailefi 55068e8da03fSAriel Constenla-HaileAC_SUBST(ATL_INCLUDE) 55078e8da03fSAriel Constenla-HaileAC_SUBST(ATL_LIB) 550833605542SJürgen SchmidtAC_SUBST(ATL_LIB_X64) 55098e8da03fSAriel Constenla-HaileAC_SUBST(HAVE_ATLTHUNK) 55108e8da03fSAriel Constenla-HaileAC_SUBST(MFC_INCLUDE) 55118e8da03fSAriel Constenla-HaileAC_SUBST(MFC_LIB) 55128e8da03fSAriel Constenla-Haile 55138e8da03fSAriel Constenla-Haile 5514cdf0e10cSrcweirdnl ============================================ 5515cdf0e10cSrcweirdnl Check for Nullsoft Scriptable Install System 5516cdf0e10cSrcweirdnl ============================================ 5517cdf0e10cSrcweirNSIS_PATH="" 5518cdf0e10cSrcweirif test "$_os" = "WINNT" ; then 5519cdf0e10cSrcweir AC_MSG_CHECKING([for NSIS]) 5520cdf0e10cSrcweir AC_PATH_PROG(NSIS_PATH, nsis.exe) 5521cdf0e10cSrcweir if test -n "$NSIS_PATH"; then 5522cdf0e10cSrcweir NSIS_PATH=`dirname "$NSIS_PATH"` 5523cdf0e10cSrcweir fi 5524cdf0e10cSrcweir if test -n "$with_nsis_path"; then 5525cdf0e10cSrcweir with_nsis_path=`cygpath -u "$with_nsis_path"` 5526cdf0e10cSrcweir fi 5527cdf0e10cSrcweir if test -e "$with_nsis_path/nsis.exe"; then 5528cdf0e10cSrcweir NSIS_PATH="$with_nsis_path" 5529cdf0e10cSrcweir fi 5530edd74ba5SDamjan Jovanovic nsistest=`$OOWINTOOL --nsis-dir`; 5531cdf0e10cSrcweir if test -x "$nsistest/nsis.exe"; then 5532cdf0e10cSrcweir NSIS_PATH="$nsistest" 5533cdf0e10cSrcweir fi 5534cdf0e10cSrcweir if test -z "$NSIS_PATH"; then 5535cdf0e10cSrcweir AC_MSG_WARN([NSIS not found, no self contained installer will be build.]) 5536cdf0e10cSrcweir echo "NSIS not found, no self contained installer will be build." >> warn 5537cdf0e10cSrcweir else 5538cdf0e10cSrcweir NSIS_PATH=`cygpath -d "$NSIS_PATH"` 5539cdf0e10cSrcweir NSIS_PATH=`cygpath -u "$NSIS_PATH"` 5540cdf0e10cSrcweir AC_MSG_RESULT([found ($NSIS_PATH)]) 5541b871de36Sarielch AC_MSG_CHECKING([whether NSIS version is >= 3.*]) 5542b871de36Sarielch nsis_version_string=`"$NSIS_PATH/makensis.exe" /VERSION | $SED -e s/^v//i` 5543b871de36Sarielch nsis_version_major=`echo $nsis_version_string | cut -d. -f1` 5544b871de36Sarielch nsis_version_minor=`echo $nsis_version_string | cut -d. -f2` 5545b871de36Sarielch if test "$nsis_version_major" -ge "3"; then 5546b871de36Sarielch AC_MSG_RESULT([found NSIS $nsis_version_major.$nsis_version_minor >= 3.*]) 5547b871de36Sarielch AC_MSG_CHECKING([whether NSIS was compiled with Unicode support]) 5548b871de36Sarielch if echo `"$NSIS_PATH/makensis.exe" /HDRINFO` | $EGREP "\bNSIS_UNICODE_MAKENSIS\b" 2>&1 >/dev/null; then 5549b871de36Sarielch AC_MSG_RESULT([NSIS version compiled with Unicode support.]) 5550b871de36Sarielch else 5551b871de36Sarielch NSIS_PATH="" 5552b871de36Sarielch AC_MSG_WARN([NSIS version compiled without Unicode support, no self contained installer will be build.]) 5553b871de36Sarielch fi 5554b871de36Sarielch else 5555b871de36Sarielch NSIS_PATH="" 5556b871de36Sarielch AC_MSG_WARN([NSIS version found is < 3.*, no self contained installer will be build.]) 5557b871de36Sarielch fi 5558cdf0e10cSrcweir fi 5559cdf0e10cSrcweirfi 5560cdf0e10cSrcweirAC_SUBST(NSIS_PATH) 5561cdf0e10cSrcweir 5562cdf0e10cSrcweirdnl *************************************** 5563cdf0e10cSrcweirdnl testing bison and flex exist 5564cdf0e10cSrcweirdnl *************************************** 5565cdf0e10cSrcweirAC_PATH_PROG(BISON, bison) 5566cdf0e10cSrcweirif test -z "$BISON"; then 5567cdf0e10cSrcweir AC_MSG_ERROR([no bison found in \$PATH, install bison]) 5568cdf0e10cSrcweirelse 5569cdf0e10cSrcweir AC_MSG_CHECKING([the bison version]) 557028633775SPedro Giffuni _bison_version=`$BISON --version | $GREP GNU | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`; 5571cdf0e10cSrcweir _bison_longver=`echo $_bison_version | $AWK -F. '{ print \$1*1000+\$2}'` 5572cdf0e10cSrcweir # Accept newer than 1.875 or older(equal) than 1.75 5573cdf0e10cSrcweir if test "$_bison_longver" -ge 1875 -o "$_bison_longver" -le 1075; then 5574cdf0e10cSrcweir if test "$_bison_version" = "1.875" ; then 5575cdf0e10cSrcweir AC_MSG_WARN([suspect ($BISON $_bison_version)]) 5576cdf0e10cSrcweir echo "Suspect ($BISON $_bison_version) suggest upgrade" >> warn 5577cdf0e10cSrcweir else 5578cdf0e10cSrcweir AC_MSG_RESULT([checked ($BISON $_bison_version)]) 5579cdf0e10cSrcweir fi 5580cdf0e10cSrcweir else 5581cdf0e10cSrcweir AC_MSG_ERROR([failed ($BISON $_bison_version need 1.875+ (or 1.75 and older))]) 5582cdf0e10cSrcweir fi 5583cdf0e10cSrcweirfi 5584cdf0e10cSrcweirAC_PATH_PROG(FLEX, flex) 5585cdf0e10cSrcweirif test -z "$FLEX"; then 5586cdf0e10cSrcweir AC_MSG_ERROR([no flex found in \$PATH, install flex]) 5587cdf0e10cSrcweirfi 5588cdf0e10cSrcweirdnl *************************************** 5589cdf0e10cSrcweirdnl testing that patch exists 5590cdf0e10cSrcweirdnl *************************************** 5591cdf0e10cSrcweirAC_PATH_PROG(PATCH, patch) 5592cdf0e10cSrcweirif test -z "$PATCH"; then 5593cdf0e10cSrcweir AC_MSG_ERROR([\"patch\" not found in \$PATH, install the development tool named\"patch"\]) 5594cdf0e10cSrcweirfi 5595cdf0e10cSrcweir 5596cdf0e10cSrcweirdnl On Solaris, FreeBSD or MacOS X, check if --with-gnu-patch was used 5597cdf0e10cSrcweirif test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then 5598cdf0e10cSrcweir if test -z "$with_gnu_patch"; then 5599cdf0e10cSrcweir GNUPATCH=$PATCH 5600cdf0e10cSrcweir else 5601cdf0e10cSrcweir if test -x "$with_gnu_patch"; then 5602cdf0e10cSrcweir GNUPATCH=$with_gnu_patch 5603cdf0e10cSrcweir else 5604cdf0e10cSrcweir AC_MSG_ERROR([--with-gnu-patch did not point to an executable]) 5605cdf0e10cSrcweir fi 5606cdf0e10cSrcweir fi 5607cdf0e10cSrcweir 5608cdf0e10cSrcweir AC_MSG_CHECKING([whether $GNUPATCH is GNU patch]) 560928633775SPedro Giffuni if $GNUPATCH --version | $GREP "Free Software Foundation" >/dev/null 2>/dev/null; then 5610cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5611cdf0e10cSrcweir else 5612cdf0e10cSrcweir AC_MSG_ERROR([no, GNU patch needed. install or specify with --with-gnu-patch=/path/to/it]) 5613cdf0e10cSrcweir fi 5614cdf0e10cSrcweirfi 5615cdf0e10cSrcweir 5616cdf0e10cSrcweirdnl We also need to check for --with-gnu-cp 5617cdf0e10cSrcweir 5618cdf0e10cSrcweirif test -z "$with_gnu_cp"; then 561962840caaSPedro Giffuni # check the place where the GNU stuff is hidden on Solaris... 5620cdf0e10cSrcweir if test -x /usr/gnu/bin/cp; then 5621cdf0e10cSrcweir GNUCP=/usr/gnu/bin/cp 5622cdf0e10cSrcweir else 5623cdf0e10cSrcweir AC_PATH_PROGS(GNUCP, gnucp cp) 5624cdf0e10cSrcweir fi 5625cdf0e10cSrcweir if test -z $GNUCP; then 5626cdf0e10cSrcweir AC_MSG_ERROR([Neither gnucp nor cp found. Install GNU cp and/or specify --with-gnu-cp=/path/to/it]) 5627cdf0e10cSrcweir fi 5628cdf0e10cSrcweirelse 5629cdf0e10cSrcweir if test -x "$with_gnu_cp"; then 5630cdf0e10cSrcweir GNUCP=$with_gnu_cp 5631cdf0e10cSrcweir else 5632cdf0e10cSrcweir AC_MSG_ERROR([--with-gnu-cp did not point to an executable]) 5633cdf0e10cSrcweir fi 5634cdf0e10cSrcweirfi 5635cdf0e10cSrcweir 5636cdf0e10cSrcweirAC_MSG_CHECKING([whether $GNUCP is GNU cp from coreutils with preserve= support]) 563728633775SPedro Giffuniif $GNUCP --version 2>/dev/null | $GREP "coreutils" >/dev/null 2>/dev/null; then 5638cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5639cdf0e10cSrcweirelse 5640cdf0e10cSrcweir AC_MSG_RESULT([no]) 5641cdf0e10cSrcweir GNUCP='' 5642cdf0e10cSrcweirfi 5643cdf0e10cSrcweir 5644cdf0e10cSrcweirif test -z "$GNUCP"; then 564562840caaSPedro Giffuni if test "$_os" = "SunOS"; then 5646cdf0e10cSrcweir AC_MSG_ERROR([no, GNU cp from coreutils is needed. install or specify with --with-gnu-cp=/path/to/it]) 5647cdf0e10cSrcweir else 5648cdf0e10cSrcweir AC_MSG_RESULT([no GNU cp from coreutils found - using the system's cp command]) 5649cdf0e10cSrcweir fi 5650cdf0e10cSrcweirfi 5651cdf0e10cSrcweir 5652cdf0e10cSrcweirAC_SUBST(GNUPATCH) 5653cdf0e10cSrcweirAC_SUBST(GNUCP) 5654cdf0e10cSrcweir 5655cdf0e10cSrcweirdnl *************************************** 5656cdf0e10cSrcweirdnl testing bash tools path on Windows 5657cdf0e10cSrcweirdnl *************************************** 5658cdf0e10cSrcweirif test "$_os" = "WINNT"; then 5659cdf0e10cSrcweir CYGWIN_PATH="" 5660cdf0e10cSrcweir AC_PATH_PROG(CYGWIN_PATH, bash) 5661cdf0e10cSrcweir CYGWIN_PATH=`dirname "$CYGWIN_PATH"` 5662cdf0e10cSrcweirfi 5663cdf0e10cSrcweirif test -z "$CYGWIN_PATH"; then 5664cdf0e10cSrcweir CYGWIN_PATH="NO_CYGWIN" 5665cdf0e10cSrcweirfi 5666cdf0e10cSrcweirAC_SUBST(CYGWIN_PATH) 5667cdf0e10cSrcweir 5668cdf0e10cSrcweirdnl *************************************** 5669cdf0e10cSrcweirdnl testing ml.exe assembler path 5670cdf0e10cSrcweirdnl *************************************** 5671cdf0e10cSrcweirif test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then 5672cdf0e10cSrcweir AC_MSG_CHECKING([ml.exe assembler path]) 5673cdf0e10cSrcweir if test -n "$with_asm_home"; then 5674cdf0e10cSrcweir with_asm_home=`cygpath -u "$with_asm_home"` 5675cdf0e10cSrcweir fi 5676cdf0e10cSrcweir if test ! -x "$with_asm_home/ml.exe"; then 5677cdf0e10cSrcweir AC_PATH_PROG(ML_EXE, ml.exe) 5678cdf0e10cSrcweir if test -z "$ML_EXE"; then 5679cdf0e10cSrcweir if test -x "$with_cl_home/bin/ml.exe"; then 5680cdf0e10cSrcweir with_asm_home=$with_cl_home/bin 5681cdf0e10cSrcweir AC_MSG_RESULT([found ($with_asm_home)]) 5682cdf0e10cSrcweir else 5683cdf0e10cSrcweir AC_MSG_ERROR([Configure did not find ml.exe assembler.]) 5684cdf0e10cSrcweir fi 5685cdf0e10cSrcweir else 5686cdf0e10cSrcweir with_asm_home="ASM_IN_PATH" 5687cdf0e10cSrcweir fi 5688cdf0e10cSrcweir fi 5689cdf0e10cSrcweir AC_MSG_RESULT([$ASM_HOME]) 5690cdf0e10cSrcweirelse 5691cdf0e10cSrcweir with_asm_home="NO_ASM_HOME" 5692cdf0e10cSrcweirfi 5693cdf0e10cSrcweirASM_HOME="$with_asm_home" 5694cdf0e10cSrcweirAC_SUBST(ASM_HOME) 5695da2e13d4SMatthias Seidel 5696ad35682bStruckmandnl *************************************** 5697ad35682bStruckmandnl testing nasm.exe assembler path 5698ad35682bStruckmandnl *************************************** 5699ad35682bStruckmanif test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes" -a "$SYSTEM_OPENSSL" = "NO"; then 5700ad35682bStruckman AC_MSG_CHECKING([nasm.exe assembler path]) 5701ad35682bStruckman if test -n "$with_nasm_home"; then 5702ad35682bStruckman with_nasm_home=`cygpath -u "$with_nasm_home"` 5703ad35682bStruckman fi 5704ad35682bStruckman if test ! -x "$with_nasm_home/nasm.exe"; then 5705ad35682bStruckman AC_PATH_PROG(NASM_EXE, nasm.exe) 5706ad35682bStruckman if test -z "$NASM_EXE"; then 5707ad35682bStruckman with_nasm_home="NO_NASM_HOME" 5708069075cfSDon Lewis AC_MSG_ERROR([NASM is required to build on Windows, please install or use --with-nasm-home],,) 5709ad35682bStruckman else 5710ad35682bStruckman with_nasm_home="NASM_IN_PATH" 5711ad35682bStruckman fi 5712ad35682bStruckman fi 5713ad35682bStruckman AC_MSG_RESULT([$NASM_HOME]) 5714ad35682bStruckmanelse 5715ad35682bStruckman with_nasm_home="NO_NASM_HOME" 5716ad35682bStruckmanfi 5717ad35682bStruckmanNASM_HOME="$with_nasm_home" 5718ad35682bStruckmanAC_SUBST(NASM_HOME) 5719da2e13d4SMatthias Seidel 5720cdf0e10cSrcweirdnl =================================================================== 5721cdf0e10cSrcweirdnl testing handle deprecated unzip switch 5722cdf0e10cSrcweirdnl =================================================================== 5723cdf0e10cSrcweirif test -z "$with_zip_home"; then 5724cdf0e10cSrcweir with_zip_home="$with_unzip_home" 5725cdf0e10cSrcweirfi 5726cdf0e10cSrcweirdnl =================================================================== 5727cdf0e10cSrcweirdnl Zip will be found where you tell me to find it 5728cdf0e10cSrcweirdnl =================================================================== 5729cdf0e10cSrcweirif test -n "$with_zip_home" ; then 5730cdf0e10cSrcweir if test "$_os" = "WINNT"; then 5731cdf0e10cSrcweir with_zip_home=`cygpath -u "$with_zip_home"` 5732cdf0e10cSrcweir fi 5733cdf0e10cSrcweir ZIP="$with_zip_home/zip" 5734cdf0e10cSrcweir UNZIP="$with_zip_home/unzip" 5735cdf0e10cSrcweir ZIP_HOME="$with_zip_home" 5736cdf0e10cSrcweirelse 5737cdf0e10cSrcweir AC_PATH_PROG(ZIP, zip) 5738cdf0e10cSrcweir AC_PATH_PROG(UNZIP, unzip) 5739cdf0e10cSrcweir ZIP_HOME=`dirname "$ZIP"` 5740cdf0e10cSrcweirfi 5741cdf0e10cSrcweirdnl =================================================================== 5742cdf0e10cSrcweirdnl Zip must be available or else it is an error, all platforms 5743cdf0e10cSrcweirdnl =================================================================== 5744cdf0e10cSrcweirif test -z "$ZIP" -o -z "$UNZIP"; then 5745cdf0e10cSrcweir AC_MSG_ERROR([Zip/Unzip are required to build, please install or use --with-zip-home],,) 5746cdf0e10cSrcweirfi 5747b63233d8Sdamjanif "$ZIP" -FS < /dev/null 2>&1 | $EGREP "no such option: S" > /dev/null; then 5748b63233d8Sdamjan AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home],,) 5749b63233d8Sdamjanfi 5750cdf0e10cSrcweir 5751cdf0e10cSrcweirdnl =================================================================== 5752cdf0e10cSrcweirdnl Zip must be a specific type for different build types. 5753cdf0e10cSrcweirdnl =================================================================== 5754cdf0e10cSrcweirif test "$_os" = "WINNT"; then 575528633775SPedro Giffuni if test -n "`$ZIP -h | $GREP -i WinNT`" ; then 5756cdf0e10cSrcweirAC_MSG_ERROR([$ZIP found in the path is not the required cygwin version of Info-ZIPs zip.exe.]) 5757cdf0e10cSrcweir fi 5758cdf0e10cSrcweirfi 5759cdf0e10cSrcweirAC_SUBST(ZIP_HOME) 5760cdf0e10cSrcweir 5761cdf0e10cSrcweirdnl =================================================================== 5762cdf0e10cSrcweirdnl Windows builds need dbghelp.dll in external/dbghelp/ 5763cdf0e10cSrcweirdnl =================================================================== 5764cdf0e10cSrcweirif test "$_os" = "WINNT"; then 5765cdf0e10cSrcweir AC_MSG_CHECKING([for dbghelp.dll]) 5766cdf0e10cSrcweir if test -x ./external/dbghelp/dbghelp.dll; then 57677f413237SHerbert Dürr AC_MSG_RESULT([found and executable]) 5768cdf0e10cSrcweir else 5769cdf0e10cSrcweir AC_MSG_ERROR([dbghelp.dll is missing in external/dbghelp/. 5770cdf0e10cSrcweirGet it from the Microsoft site and put it into external/dbghelp. 5771cdf0e10cSrcweir(Note: Microsoft seems to enjoy changing the exact location of this file. You 5772cdf0e10cSrcweirmay have to search Microsoft's website.) Last time it was seen at: 5773da2e13d4SMatthias Seidel<https://www.microsoft.com/downloads/release.asp?releaseid=30682>.]) 5774cdf0e10cSrcweir fi 5775cdf0e10cSrcweirfi 5776cdf0e10cSrcweir 57773edd2c3eSJürgen Schmidtdnl =================================================================== 57783edd2c3eSJürgen Schmidtdnl Windows builds need vcredist_x*.exe in external/vcredist/ 57793edd2c3eSJürgen Schmidtdnl =================================================================== 57803edd2c3eSJürgen SchmidtWITH_VC_REDIST="" 57813edd2c3eSJürgen Schmidt 57823edd2c3eSJürgen Schmidtif test "$_os" = "WINNT"; then 57833edd2c3eSJürgen Schmidt AC_MSG_CHECKING([for vcredist_x86.exe]) 57843edd2c3eSJürgen Schmidt if test -x ./external/vcredist/vcredist_x86.exe; then 57853edd2c3eSJürgen Schmidt AC_MSG_RESULT([found and executable]) 57863edd2c3eSJürgen Schmidt else 57873edd2c3eSJürgen Schmidt AC_MSG_ERROR([ vcredist_x86.exe is missing in external/vcredist/. 5788da2e13d4SMatthias SeidelGet it from the Microsoft site and put it into external/vcredist. You can try 5789da2e13d4SMatthias Seidelto download it from https://www.microsoft.com/download/en/search.aspx?q=redistributable%20package.]) 57903edd2c3eSJürgen Schmidt fi 57913edd2c3eSJürgen Schmidt AC_MSG_CHECKING([for vcredist_x64.exe]) 57923edd2c3eSJürgen Schmidt if test -x ./external/vcredist/vcredist_x64.exe; then 57933edd2c3eSJürgen Schmidt AC_MSG_RESULT([found and executable]) 57943edd2c3eSJürgen Schmidt else 57953edd2c3eSJürgen Schmidt AC_MSG_ERROR([ vcredist_x64.exe is missing in external/vcredist/. 5796da2e13d4SMatthias SeidelGet it from the Microsoft site and put it into external/vcredist. You can try 5797da2e13d4SMatthias Seidelto download it from https://www.microsoft.com/download/en/search.aspx?q=redistributable%20package.]) 57983edd2c3eSJürgen Schmidt fi 57993edd2c3eSJürgen Schmidt WITH_VC_REDIST=YES 58003edd2c3eSJürgen Schmidt AC_SUBST(WITH_VC_REDIST) 58013edd2c3eSJürgen Schmidtfi 58023edd2c3eSJürgen Schmidt 5803cdf0e10cSrcweirdnl =================================================================== 5804cdf0e10cSrcweirdnl Windows builds - use oowintool to copy CRT dlls and manifest 5805cdf0e10cSrcweirdnl =================================================================== 5806cdf0e10cSrcweirif test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then 5807edd74ba5SDamjan Jovanovic if $OOWINTOOL --msvc-copy-dlls ./external/msvcp ; then 5808cdf0e10cSrcweir : 5809cdf0e10cSrcweir else 5810cdf0e10cSrcweir AC_MSG_ERROR([oowintool failed to copy CRT]) 5811cdf0e10cSrcweir fi 5812cdf0e10cSrcweirfi 5813cdf0e10cSrcweir 5814cdf0e10cSrcweirdnl =================================================================== 5815cdf0e10cSrcweirdnl Windows builds need gdiplus.dll in external/gdiplus/ 5816cdf0e10cSrcweirdnl =================================================================== 5817cdf0e10cSrcweirif test "$_os" = "WINNT"; then 5818cdf0e10cSrcweir AC_MSG_CHECKING([for gdiplus.dll]) 5819cdf0e10cSrcweir if test -x ./external/gdiplus/gdiplus.dll; then 58207f413237SHerbert Dürr AC_MSG_RESULT([found and executable]) 5821cdf0e10cSrcweir else 5822cdf0e10cSrcweir AC_MSG_ERROR([gdiplus.dll is missing in external/gdiplus/. 5823cdf0e10cSrcweirGet it from the Microsoft site and put it into external/gdiplus. 5824cdf0e10cSrcweirYou may have to search Microsoft's website. Last time it was seen at: 5825da2e13d4SMatthias Seidel<https://www.microsoft.com/downloads/details.aspx?familyid=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&displaylang=en>.]) 5826cdf0e10cSrcweir fi 5827cdf0e10cSrcweirfi 5828cdf0e10cSrcweir 582985e23226SAriel Constenla-Hailednl =================================================================== 583085e23226SAriel Constenla-Hailednl Windows builds need msvcr100.dll in external/msvcp100/ 583185e23226SAriel Constenla-Hailednl =================================================================== 583285e23226SAriel Constenla-Haileif test "$_os" = "WINNT"; then 583385e23226SAriel Constenla-Haile AC_MSG_CHECKING([for msvcr100.dll]) 583485e23226SAriel Constenla-Haile if test -x ./external/msvcp100/msvcr100.dll; then 583585e23226SAriel Constenla-Haile AC_MSG_RESULT([found and executable]) 583685e23226SAriel Constenla-Haile else 583785e23226SAriel Constenla-Haile AC_MSG_ERROR([msvcr100.dll is missing in external/msvcp100/. 583885e23226SAriel Constenla-HaileGet it from the Microsoft Visual C++ 2010 Redistributable Package (x86), 583985e23226SAriel Constenla-Hailefrom the Microsoft site and put it into external/msvcp100. 584085e23226SAriel Constenla-HaileYou may have to search Microsoft's website. Last time it was seen at: 5841da2e13d4SMatthias Seidel<https://www.microsoft.com/en-us/download/search.aspx?q=Microsoft+Visual+C%2b%2b+2010+Redistributable>.]) 584285e23226SAriel Constenla-Haile fi 584385e23226SAriel Constenla-Hailefi 584485e23226SAriel Constenla-Haile 5845cdf0e10cSrcweirdnl =================================================================== 5846cdf0e10cSrcweirdnl Test which vclplugs have to be built. 5847cdf0e10cSrcweirdnl =================================================================== 5848cdf0e10cSrcweirAC_MSG_CHECKING([which VCLplugs shall be built]) 5849cdf0e10cSrcweirENABLE_GTK="" 5850cdf0e10cSrcweirif test "x$enable_gtk" = "xyes"; then 5851cdf0e10cSrcweir ENABLE_GTK="TRUE" 5852cdf0e10cSrcweir R="gtk" 5853cdf0e10cSrcweirfi 5854cdf0e10cSrcweirAC_SUBST(ENABLE_GTK) 5855cdf0e10cSrcweir 5856cdf0e10cSrcweirENABLE_KDE="" 5857cdf0e10cSrcweirif test "x$enable_kde" = "xyes"; then 5858cdf0e10cSrcweir ENABLE_KDE="TRUE" 5859cdf0e10cSrcweir R="$R kde" 5860cdf0e10cSrcweirfi 5861cdf0e10cSrcweirAC_SUBST(ENABLE_KDE) 5862cdf0e10cSrcweir 5863cdf0e10cSrcweirENABLE_KDE4="" 5864cdf0e10cSrcweirif test "x$enable_kde4" = "xyes"; then 5865cdf0e10cSrcweir ENABLE_KDE4="TRUE" 5866cdf0e10cSrcweir R="$R kde4" 5867cdf0e10cSrcweirfi 5868cdf0e10cSrcweirAC_SUBST(ENABLE_KDE4) 5869cdf0e10cSrcweir 5870cdf0e10cSrcweirif test -z "$R"; then 5871cdf0e10cSrcweir AC_MSG_RESULT([none]) 5872cdf0e10cSrcweirelse 5873cdf0e10cSrcweir AC_MSG_RESULT([$R]) 5874cdf0e10cSrcweirfi 5875cdf0e10cSrcweir 5876cdf0e10cSrcweirdnl =================================================================== 5877cdf0e10cSrcweirdnl GCONF check 5878cdf0e10cSrcweirdnl =================================================================== 5879cdf0e10cSrcweir 5880cdf0e10cSrcweirENABLE_GCONF="" 5881cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable GConf support]) 5882cdf0e10cSrcweirif test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$_os" != "OS2" -a "$enable_gconf" = "yes"; then 5883cdf0e10cSrcweir ENABLE_GCONF="TRUE" 5884cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5885cdf0e10cSrcweir PKG_CHECK_MODULES( GCONF, gconf-2.0 ) 5886cdf0e10cSrcweirelse 5887cdf0e10cSrcweir AC_MSG_RESULT([no]) 5888cdf0e10cSrcweirfi 5889cdf0e10cSrcweirAC_SUBST(ENABLE_GCONF) 5890cdf0e10cSrcweir 5891cdf0e10cSrcweirdnl =================================================================== 5892cdf0e10cSrcweirdnl Gnome VFS check 5893cdf0e10cSrcweirdnl =================================================================== 5894cdf0e10cSrcweir 5895cdf0e10cSrcweirENABLE_GNOMEVFS="" 5896cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable GNOME VFS support]) 5897cdf0e10cSrcweirif test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes"; then 5898cdf0e10cSrcweir ENABLE_GNOMEVFS="TRUE" 5899cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5900cdf0e10cSrcweir PKG_CHECK_MODULES( GNOMEVFS, gnome-vfs-2.0 >= 2.6.0 ) 5901cdf0e10cSrcweir if test "$ENABLE_GCONF" != "TRUE"; then 5902cdf0e10cSrcweir PKG_CHECK_MODULES( GCONF, gconf-2.0 ) 5903cdf0e10cSrcweir fi 5904cdf0e10cSrcweirelse 5905cdf0e10cSrcweir AC_MSG_RESULT([no]) 5906cdf0e10cSrcweirfi 5907cdf0e10cSrcweirAC_SUBST(ENABLE_GNOMEVFS) 5908cdf0e10cSrcweir 5909cdf0e10cSrcweirdnl =================================================================== 5910cdf0e10cSrcweirdnl Check whether the gtk 2.0 libraries are available. 5911cdf0e10cSrcweirdnl =================================================================== 5912cdf0e10cSrcweir 5913cdf0e10cSrcweirGTK_CFLAGS="" 5914cdf0e10cSrcweirGTK_LIBS="" 5915cdf0e10cSrcweirENABLE_SYSTRAY_GTK="" 5916cdf0e10cSrcweirENABLE_DBUS="" 5917cdf0e10cSrcweirif test "$test_gtk" = "yes"; then 5918cdf0e10cSrcweir 5919cdf0e10cSrcweir if test "$ENABLE_GTK" = "TRUE" ; then 5920cdf0e10cSrcweir PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 ,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) 5921cdf0e10cSrcweir PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) 5922cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE GTK" 5923cdf0e10cSrcweir 5924cdf0e10cSrcweir if test "x$enable_systray" = "xyes"; then 5925595ead2bSAriel Constenla-Haile PKG_CHECK_MODULES(GTK_2_10,gtk+-2.0 >= 2.10.0, 59262ad018beSPedro Giffuni [ENABLE_SYSTRAY_GTK="TRUE" 59272ad018beSPedro Giffuni BUILD_TYPE="$BUILD_TYPE SYSTRAY_GTK"], 59282ad018beSPedro Giffuni [ENABLE_SYSTRAY_GTK=""]) 5929cdf0e10cSrcweir fi 5930cdf0e10cSrcweir 5931cdf0e10cSrcweir AC_MSG_CHECKING([whether to enable DBUS support]) 5932cdf0e10cSrcweir if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_dbus" = "yes"; then 5933cdf0e10cSrcweir ENABLE_DBUS="TRUE" 5934cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5935cdf0e10cSrcweir PKG_CHECK_MODULES( DBUS, dbus-glib-1 >= 0.70 ) 5936cdf0e10cSrcweir else 5937cdf0e10cSrcweir AC_MSG_RESULT([no]) 5938cdf0e10cSrcweir fi 5939cdf0e10cSrcweir 5940cdf0e10cSrcweir AC_MSG_CHECKING([whether to enable GIO support]) 5941cdf0e10cSrcweir if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gio" = "yes"; then 5942cdf0e10cSrcweir if test "$ENABLE_GNOMEVFS" = "TRUE" ; then 5943cdf0e10cSrcweir AC_MSG_ERROR([please use --enable-gio only together with --disable-gnome-vfs.]) 5944cdf0e10cSrcweir fi 5945cdf0e10cSrcweir ENABLE_GIO="TRUE" 5946cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5947cdf0e10cSrcweir PKG_CHECK_MODULES( GIO, gio-2.0 ) 5948cdf0e10cSrcweir else 5949cdf0e10cSrcweir AC_MSG_RESULT([no]) 5950cdf0e10cSrcweir fi 5951cdf0e10cSrcweir 5952cdf0e10cSrcweir fi 5953cdf0e10cSrcweir 5954cdf0e10cSrcweirfi 5955cdf0e10cSrcweirAC_SUBST(ENABLE_GIO) 5956cdf0e10cSrcweirAC_SUBST(ENABLE_DBUS) 5957cdf0e10cSrcweirAC_SUBST(ENABLE_SYSTRAY_GTK) 5958cdf0e10cSrcweirAC_SUBST(GTK_CFLAGS) 5959cdf0e10cSrcweirAC_SUBST(GTK_LIBS) 5960cdf0e10cSrcweirAC_SUBST(GTHREAD_CFLAGS) 5961cdf0e10cSrcweirAC_SUBST(GTHREAD_LIBS) 5962cdf0e10cSrcweir 5963cdf0e10cSrcweirdnl =================================================================== 5964cdf0e10cSrcweirdnl Check whether the GStreamer libraries are available. 5965cdf0e10cSrcweirdnl =================================================================== 5966cdf0e10cSrcweir 5967cdf0e10cSrcweirGSTREAMER_CFLAGS="" 5968cdf0e10cSrcweirGSTREAMER_LIBS="" 5969cdf0e10cSrcweirENABLE_GSTREAMER="" 5970cdf0e10cSrcweir 5971cdf0e10cSrcweirif test "$test_gstreamer" = "yes"; then 5972cdf0e10cSrcweir AC_MSG_CHECKING([whether to build the GStreamer media backend]) 5973cdf0e10cSrcweir if test "x$enable_gstreamer" != "xno" ; then 5974b6e71573SDamjan Jovanovic PKG_CHECK_MODULES( GSTREAMER, gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-1.0 gstreamer-video-1.0,,AC_MSG_ERROR([requirements to build the GStreamer media backend not met. Do not use --enable-gstreamer or install the missing packages])) 5975cdf0e10cSrcweir ENABLE_GSTREAMER="TRUE" 5976cdf0e10cSrcweir AC_MSG_RESULT([yes]) 5977cdf0e10cSrcweir else 5978cdf0e10cSrcweir AC_MSG_RESULT([no]) 5979cdf0e10cSrcweir fi 5980cdf0e10cSrcweirfi 5981cdf0e10cSrcweirAC_SUBST(ENABLE_GSTREAMER) 5982cdf0e10cSrcweirAC_SUBST(GSTREAMER_CFLAGS) 5983cdf0e10cSrcweirAC_SUBST(GSTREAMER_LIBS) 5984cdf0e10cSrcweir 59851309f2c9SPedro Giffunidnl =================================================================== 59861309f2c9SPedro Giffunidnl Check the ARM target 59871309f2c9SPedro Giffunidnl =================================================================== 59881309f2c9SPedro Giffuni 5989a5232f55Spfgif echo "$build_cpu" | $GREP -q arm; then 59901309f2c9SPedro Giffuni # default value 59911309f2c9SPedro Giffuni ARM_TARGET=ARMV4T 59921309f2c9SPedro Giffuni AC_MSG_CHECKING([which ARM processor optimization to use]) 59931309f2c9SPedro Giffuni if test "$with_arm_target" -lt "6"; then 59941309f2c9SPedro Giffuni ARM_TARGET=ARMV4T 59951309f2c9SPedro Giffuni elif test "$with_arm_target" = "6"; then 59961309f2c9SPedro Giffuni ARM_TARGET=ARMV6 59971309f2c9SPedro Giffuni elif test "$with_arm_target" -gt "6"; then 59981309f2c9SPedro Giffuni ARM_TARGET=ARMV7 59991309f2c9SPedro Giffuni fi 60001309f2c9SPedro Giffuni AC_MSG_RESULT([$ARM_TARGET]) 60011309f2c9SPedro Giffuni AC_SUBST(ARM_TARGET) 60021309f2c9SPedro Giffunifi 6003cdf0e10cSrcweir 6004cdf0e10cSrcweirdnl =================================================================== 6005cdf0e10cSrcweirdnl Check whether the Cairo libraries are available. 6006cdf0e10cSrcweirdnl =================================================================== 6007cdf0e10cSrcweir 6008cdf0e10cSrcweirENABLE_CAIRO="" 6009cdf0e10cSrcweirBUILD_PIXMAN="" 6010cdf0e10cSrcweirSYSTEM_CAIRO="" 6011cdf0e10cSrcweir 6012cdf0e10cSrcweirif test "$test_cairo" = "yes"; then 6013cdf0e10cSrcweir 6014cdf0e10cSrcweir AC_MSG_CHECKING([whether to use cairo]) 6015cdf0e10cSrcweir if test "x$enable_cairo" != "xno" ; then 6016cdf0e10cSrcweir ENABLE_CAIRO="TRUE" 6017cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6018cdf0e10cSrcweir AC_MSG_CHECKING([which cairo to use]) 6019cdf0e10cSrcweir if test -n "$with_system_cairo" -o -n "$with_system_libs" && \ 6020cdf0e10cSrcweir test "$with_system_cairo" != "no"; then 6021cdf0e10cSrcweir AC_MSG_RESULT([external]) 6022cdf0e10cSrcweir SYSTEM_CAIRO=YES 6023da2e13d4SMatthias Seidel 6024cdf0e10cSrcweir PKG_CHECK_MODULES( CAIRO, cairo >= 1.0.2 ) 6025cdf0e10cSrcweir if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$ENABLE_FONTCONFIG" != "TRUE" ; then 6026cdf0e10cSrcweir AC_MSG_ERROR([Cairo library requires fontconfig.]) 6027cdf0e10cSrcweir fi 6028cdf0e10cSrcweir if test "$with_system_xrender_headers" = "yes"; then 6029cdf0e10cSrcweir AC_MSG_CHECKING([whether Xrender.h defines PictStandardA8]) 6030cdf0e10cSrcweir AC_TRY_RUN([ 6031cdf0e10cSrcweir#include <X11/extensions/Xrender.h> 6032cdf0e10cSrcweir 6033cdf0e10cSrcweirint main(int argc, char **argv) { 6034cdf0e10cSrcweir#ifdef PictStandardA8 6035cdf0e10cSrcweir return 0; 6036cdf0e10cSrcweir#else 6037cdf0e10cSrcweir return 1; 6038cdf0e10cSrcweir#endif 6039cdf0e10cSrcweir} 6040cdf0e10cSrcweir ], [AC_MSG_RESULT([yes])], [AC_MSG_ERROR([no, X headers too old.])]) 6041cdf0e10cSrcweir fi 6042cdf0e10cSrcweir else 6043cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE CAIRO" 6044cdf0e10cSrcweir dnl === compiler fails on pixman with 64bit architectures...=== 6045cdf0e10cSrcweir if test "$build_cpu" != "x86_64"; then 6046cdf0e10cSrcweir BUILD_PIXMAN=YES 6047cdf0e10cSrcweir fi 6048da2e13d4SMatthias Seidel AC_MSG_RESULT([internal]) 6049cdf0e10cSrcweir fi 6050cdf0e10cSrcweir else 6051cdf0e10cSrcweir AC_MSG_RESULT([no]) 6052cdf0e10cSrcweir fi 6053cdf0e10cSrcweirfi 6054cdf0e10cSrcweir 6055cdf0e10cSrcweirAC_SUBST(ENABLE_CAIRO) 6056cdf0e10cSrcweirAC_SUBST(BUILD_PIXMAN) 6057cdf0e10cSrcweirAC_SUBST(SYSTEM_CAIRO) 6058cdf0e10cSrcweirAC_SUBST(CAIRO_CFLAGS) 6059cdf0e10cSrcweirAC_SUBST(CAIRO_LIBS) 6060cdf0e10cSrcweir 606146dacce6SMichael StahlENABLE_CAIRO_CANVAS="FALSE" 606246dacce6SMichael Stahlif test "$enable_cairo_canvas" = "yes" -a "$ENABLE_CAIRO" = "TRUE" ; then 606346dacce6SMichael Stahl ENABLE_CAIRO_CANVAS="TRUE" 606446dacce6SMichael Stahlfi 606546dacce6SMichael StahlAC_SUBST(ENABLE_CAIRO_CANVAS) 606646dacce6SMichael Stahl 6067cdf0e10cSrcweirdnl =================================================================== 6068cdf0e10cSrcweirdnl Check whether the OpenGL libraries are available 6069cdf0e10cSrcweirdnl =================================================================== 6070cdf0e10cSrcweir 6071cdf0e10cSrcweirAC_MSG_CHECKING([whether to build the OpenGL Transitions component]) 6072cdf0e10cSrcweirENABLE_OPENGL= 6073cdf0e10cSrcweir 6074cdf0e10cSrcweirif test "x$enable_opengl" != "xno" ; then 6075cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6076cdf0e10cSrcweir AC_CHECK_HEADER(GL/gl.h, [], 6077cdf0e10cSrcweir [AC_MSG_ERROR([OpenGL headers not found])], []) 6078cdf0e10cSrcweir AC_CHECK_LIB(GL, main, [], 6079cdf0e10cSrcweir [AC_MSG_ERROR(libGL not installed or functional)], []) 6080cdf0e10cSrcweir AC_CHECK_LIB(GLU, main, [], 6081cdf0e10cSrcweir [AC_MSG_ERROR(libGLU not installed or functional)], []) 6082cdf0e10cSrcweir ENABLE_OPENGL=TRUE 6083cdf0e10cSrcweirelse 6084cdf0e10cSrcweir AC_MSG_RESULT([no]) 6085cdf0e10cSrcweirfi 6086cdf0e10cSrcweir 6087cdf0e10cSrcweirAC_SUBST(ENABLE_OPENGL) 6088cdf0e10cSrcweir 6089cdf0e10cSrcweir 6090cdf0e10cSrcweirAC_MSG_CHECKING([whether to build the PDF Import extension]) 6091cdf0e10cSrcweirif test -n "$enable_pdfimport" -a "$enable_pdfimport" != "no"; then 6092cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6093cdf0e10cSrcweir ENABLE_PDFIMPORT=YES 6094cdf0e10cSrcweir 6095cdf0e10cSrcweir dnl =================================================================== 6096cdf0e10cSrcweir dnl Check for system poppler 6097cdf0e10cSrcweir dnl =================================================================== 60987afab28fSJürgen Schmidt AC_MSG_CHECKING([whether to use system pdf backend]) 6099cdf0e10cSrcweir if test -n "$with_system_poppler" -o -n "$with_system_libs" && \ 6100cdf0e10cSrcweir test "$with_system_poppler" != "no"; then 6101cdf0e10cSrcweir AC_MSG_RESULT([external]) 6102cdf0e10cSrcweir SYSTEM_POPPLER=YES 6103cdf0e10cSrcweir PKG_CHECK_MODULES( POPPLER, poppler >= 0.8.0 ) 6104cdf0e10cSrcweir else 61057afab28fSJürgen Schmidt AC_MSG_RESULT([no]) 6106cdf0e10cSrcweir SYSTEM_POPPLER=NO 61077afab28fSJürgen Schmidt ENABLE_PDFIMPORT=NO 6108cdf0e10cSrcweir fi 6109cdf0e10cSrcweirelse 6110cdf0e10cSrcweir AC_MSG_RESULT([no]) 6111cdf0e10cSrcweir ENABLE_PDFIMPORT=NO 6112cdf0e10cSrcweirfi 6113cdf0e10cSrcweirAC_SUBST(ENABLE_PDFIMPORT) 6114cdf0e10cSrcweirAC_SUBST(SYSTEM_POPPLER) 6115cdf0e10cSrcweirAC_SUBST(POPPLER_CFLAGS) 6116cdf0e10cSrcweirAC_SUBST(POPPLER_LIBS) 6117cdf0e10cSrcweir 6118cdf0e10cSrcweirAC_MSG_CHECKING([whether to build the Wiki Publisher extension]) 6119da2e13d4SMatthias Seidelif test -n "$enable_wiki_publisher" -a "$enable_wiki_publisher" != "no" && test "$WITH_JAVA" != "no"; then 6120cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6121cdf0e10cSrcweir AC_MSG_CHECKING([for swext module]) 6122cdf0e10cSrcweir if test -d ./swext; then 6123cdf0e10cSrcweir AC_MSG_RESULT([OK]) 6124cdf0e10cSrcweir else 6125cdf0e10cSrcweir AC_MSG_ERROR([not existing. get it (did you get the -extensions tarball?)]) 6126cdf0e10cSrcweir fi 6127cdf0e10cSrcweir ENABLE_MEDIAWIKI=YES 6128cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE SWEXT" 6129cdf0e10cSrcweirelse 6130cdf0e10cSrcweir AC_MSG_RESULT([no]) 6131cdf0e10cSrcweir ENABLE_MEDIAWIKI=NO 6132cdf0e10cSrcweirfi 6133cdf0e10cSrcweirAC_SUBST(ENABLE_MEDIAWIKI) 6134cdf0e10cSrcweir 6135cdf0e10cSrcweirif test "$ENABLE_MEDIAWIKI" = "YES"; then 6136cdf0e10cSrcweir AC_MSG_CHECKING([which Servlet API Jar to use]) 6137cdf0e10cSrcweir if test -n "$with_system_servlet_api"; then 6138cdf0e10cSrcweir AC_MSG_RESULT([external]) 6139cdf0e10cSrcweir SYSTEM_SERVLETAPI=YES 6140cdf0e10cSrcweir if test -z "$SERVLETAPI_JAR"; then 6141cdf0e10cSrcweir SERVLETAPI_JAR=/usr/share/java/servlet-api.jar 6142cdf0e10cSrcweir fi 6143cdf0e10cSrcweir AC_CHECK_FILE($SERVLETAPI_JAR, [], 6144cdf0e10cSrcweir [AC_MSG_ERROR(servlet-api.jar not found.)], []) 6145cdf0e10cSrcweir else 6146cdf0e10cSrcweir AC_MSG_RESULT([internal]) 6147cdf0e10cSrcweir SYSTEM_SERVLETAPI=NO 6148cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE TOMCAT" 6149cdf0e10cSrcweir fi 6150cdf0e10cSrcweirfi 6151cdf0e10cSrcweirAC_SUBST(SYSTEM_SERVLETAPI) 6152cdf0e10cSrcweirAC_SUBST(SERVLETAPI_JAR) 6153cdf0e10cSrcweir 6154cdf0e10cSrcweirAC_MSG_CHECKING([whether to build the Report Builder extension]) 6155cdf0e10cSrcweirif test -n "$enable_report_builder" -a "$enable_report_builder" != "no" && test "$WITH_JAVA" != "no"; then 6156cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6157cdf0e10cSrcweir ENABLE_REPORTBUILDER=YES 615857f49b00SOliver-Rainer Wittmann SYSTEM_JFREEREPORT=YES 6159cdf0e10cSrcweir AC_MSG_CHECKING([for reportbuilder module]) 6160cdf0e10cSrcweir if test -d ./reportbuilder; then 6161cdf0e10cSrcweir AC_MSG_RESULT([OK]) 6162cdf0e10cSrcweir else 6163cdf0e10cSrcweir AC_MSG_ERROR([not existing. get it (did you get the -extensions tarball?)]) 6164cdf0e10cSrcweir fi 616524fe865aSOliver-Rainer Wittmann AC_MSG_CHECKING([which jfreereport libs to use (for Report Builder extension)]) 616624fe865aSOliver-Rainer Wittmann AC_MSG_RESULT([external]) 616724fe865aSOliver-Rainer Wittmann if test -z $SAC_JAR; then 616824fe865aSOliver-Rainer Wittmann SAC_JAR=/usr/share/java/sac.jar 616924fe865aSOliver-Rainer Wittmann fi 617024fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($SAC_JAR, [], 617124fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(sac.jar not found.)], []) 617224fe865aSOliver-Rainer Wittmann 617324fe865aSOliver-Rainer Wittmann if test -z $LIBXML_JAR; then 6174da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libxml-1.0.0.jar, 617524fe865aSOliver-Rainer Wittmann [ LIBXML_JAR=/usr/share/java/libxml-1.0.0.jar ], 617624fe865aSOliver-Rainer Wittmann [ 6177da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libxml.jar, 617824fe865aSOliver-Rainer Wittmann [ LIBXML_JAR=/usr/share/java/libxml.jar ], 617924fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libxml.jar replacement not found.)] 6180cdf0e10cSrcweir ) 618124fe865aSOliver-Rainer Wittmann ] 618224fe865aSOliver-Rainer Wittmann ) 618324fe865aSOliver-Rainer Wittmann else 618424fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBXML_JAR, [], 618524fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libxml.jar not found.)], []) 618624fe865aSOliver-Rainer Wittmann fi 6187cdf0e10cSrcweir 618824fe865aSOliver-Rainer Wittmann if test -z $FLUTE_JAR; then 6189da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/flute-1.3.0.jar, 619024fe865aSOliver-Rainer Wittmann [ FLUTE_JAR=/usr/share/java/flute-1.3.0.jar ], 619124fe865aSOliver-Rainer Wittmann [ 6192da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/flute.jar, 619324fe865aSOliver-Rainer Wittmann [ FLUTE_JAR=/usr/share/java/flute.jar ], 619424fe865aSOliver-Rainer Wittmann [ AC_MSG_ERROR(flute-1.3.0.jar replacement not found.)] 6195cdf0e10cSrcweir ) 619624fe865aSOliver-Rainer Wittmann ] 619724fe865aSOliver-Rainer Wittmann ) 619824fe865aSOliver-Rainer Wittmann else 619924fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($FLUTE_JAR, [], 620024fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(flute-1.3.0.jar not found.)], []) 620124fe865aSOliver-Rainer Wittmann fi 6202cdf0e10cSrcweir 620324fe865aSOliver-Rainer Wittmann if test -z $JFREEREPORT_JAR; then 6204da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/flow-engine-0.9.2.jar, 620524fe865aSOliver-Rainer Wittmann [ JFREEREPORT_JAR=/usr/share/java/flow-engine-0.9.2.jar ], 620624fe865aSOliver-Rainer Wittmann [ 6207da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/flow-engine.jar, 620824fe865aSOliver-Rainer Wittmann [ JFREEREPORT_JAR=/usr/share/java/flow-engine.jar ], 620924fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(jfreereport.jar replacement not found.)] 6210cdf0e10cSrcweir ) 621124fe865aSOliver-Rainer Wittmann ] 621224fe865aSOliver-Rainer Wittmann ) 621324fe865aSOliver-Rainer Wittmann else 621424fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($JFREEREPORT_JAR, [], 621524fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(jfreereport.jar not found.)], []) 621624fe865aSOliver-Rainer Wittmann fi 6217cdf0e10cSrcweir 621824fe865aSOliver-Rainer Wittmann if test -z $LIBLAYOUT_JAR; then 6219da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/liblayout-0.2.9.jar, 622024fe865aSOliver-Rainer Wittmann [ LIBLAYOUT_JAR=/usr/share/java/liblayout-0.2.9.jar ], 622124fe865aSOliver-Rainer Wittmann [ 6222da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/liblayout.jar, 622324fe865aSOliver-Rainer Wittmann [ LIBLAYOUT_JAR=/usr/share/java/liblayout.jar ], 622424fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(liblayout.jar replacement not found.)] 6225cdf0e10cSrcweir ) 622624fe865aSOliver-Rainer Wittmann ] 622724fe865aSOliver-Rainer Wittmann ) 622824fe865aSOliver-Rainer Wittmann else 622924fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBLAYOUT_JAR, [], 623024fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(liblayout.jar not found.)], []) 623124fe865aSOliver-Rainer Wittmann fi 6232cdf0e10cSrcweir 623324fe865aSOliver-Rainer Wittmann if test -z $LIBLOADER_JAR; then 6234da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libloader-1.0.0.jar, 623524fe865aSOliver-Rainer Wittmann [ LIBLOADER_JAR=/usr/share/java/libloader-1.0.0.jar ], 623624fe865aSOliver-Rainer Wittmann [ 6237da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libloader.jar, 623824fe865aSOliver-Rainer Wittmann [ LIBLOADER_JAR=/usr/share/java/libloader.jar ], 623924fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libloader.jar replacement not found.)] 6240cdf0e10cSrcweir ) 624124fe865aSOliver-Rainer Wittmann ] 624224fe865aSOliver-Rainer Wittmann ) 624324fe865aSOliver-Rainer Wittmann else 624424fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBLOADER_JAR, [], 624524fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libloader.jar not found.)], []) 624624fe865aSOliver-Rainer Wittmann fi 6247cdf0e10cSrcweir 624824fe865aSOliver-Rainer Wittmann if test -z $LIBFORMULA_JAR; then 6249da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libformula-0.2.0.jar, 625024fe865aSOliver-Rainer Wittmann [ LIBFORMULA_JAR=/usr/share/java/libformula-0.2.0.jar ], 625124fe865aSOliver-Rainer Wittmann [ 6252da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libformula.jar, 625324fe865aSOliver-Rainer Wittmann [ LIBFORMULA_JAR=/usr/share/java/libformula.jar ], 625424fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libformula.jar replacement not found.)] 6255cdf0e10cSrcweir ) 625624fe865aSOliver-Rainer Wittmann ] 625724fe865aSOliver-Rainer Wittmann ) 625824fe865aSOliver-Rainer Wittmann else 625924fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBFORMULA_JAR, [], 626024fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libformula.jar not found.)], []) 626124fe865aSOliver-Rainer Wittmann fi 6262cdf0e10cSrcweir 626324fe865aSOliver-Rainer Wittmann if test -z $LIBREPOSITORY_JAR; then 6264da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/librepository-1.0.0.jar, 626524fe865aSOliver-Rainer Wittmann [ LIBREPOSITORY_JAR=/usr/share/java/librepository-1.0.0.jar ], 626624fe865aSOliver-Rainer Wittmann [ 6267da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/librepository.jar, 626824fe865aSOliver-Rainer Wittmann [ LIBREPOSITORY_JAR=/usr/share/java/librepository.jar ], 626924fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(librepository.jar replacement not found.)] 6270cdf0e10cSrcweir ) 627124fe865aSOliver-Rainer Wittmann ] 627224fe865aSOliver-Rainer Wittmann ) 627324fe865aSOliver-Rainer Wittmann else 627424fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBREPOSITORY_JAR, [], 627524fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(librepository.jar not found.)], []) 627624fe865aSOliver-Rainer Wittmann fi 6277cdf0e10cSrcweir 627824fe865aSOliver-Rainer Wittmann if test -z $LIBFONTS_JAR; then 6279da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libfonts-1.0.0.jar, 628024fe865aSOliver-Rainer Wittmann [ LIBFONTS_JAR=/usr/share/java/libfonts-1.0.0.jar ], 628124fe865aSOliver-Rainer Wittmann [ 6282da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libfonts.jar, 628324fe865aSOliver-Rainer Wittmann [ LIBFONTS_JAR=/usr/share/java/libfonts.jar ], 628424fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libfonts.jar replacement not found.)] 6285cdf0e10cSrcweir ) 628624fe865aSOliver-Rainer Wittmann ] 628724fe865aSOliver-Rainer Wittmann ) 628824fe865aSOliver-Rainer Wittmann else 628924fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBFONTS_JAR, [], 629024fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libfonts.jar not found.)], []) 629124fe865aSOliver-Rainer Wittmann fi 6292cdf0e10cSrcweir 629324fe865aSOliver-Rainer Wittmann if test -z $LIBSERIALIZER_JAR; then 6294da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libserializer-1.0.0.jar, 629524fe865aSOliver-Rainer Wittmann [ LIBSERIALIZER_JAR=/usr/share/java/libserializer-1.0.0.jar ], 629624fe865aSOliver-Rainer Wittmann [ 6297da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libserializer.jar, 629824fe865aSOliver-Rainer Wittmann [ LIBSERIALIZER_JAR=/usr/share/java/libserializer.jar ], 629924fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libserializer.jar replacement not found.)] 6300cdf0e10cSrcweir ) 630124fe865aSOliver-Rainer Wittmann ] 630224fe865aSOliver-Rainer Wittmann ) 630324fe865aSOliver-Rainer Wittmann else 630424fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBSERIALIZER_JAR, [], 630524fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libserializer.jar not found.)], []) 630624fe865aSOliver-Rainer Wittmann fi 6307cdf0e10cSrcweir 6308cdf0e10cSrcweir 630924fe865aSOliver-Rainer Wittmann if test -z $LIBBASE_JAR; then 6310da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libbase-1.0.0.jar, 631124fe865aSOliver-Rainer Wittmann [ LIBBASE_JAR=/usr/share/java/libbase-1.0.0.jar ], 631224fe865aSOliver-Rainer Wittmann [ 6313da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/libbase.jar, 631424fe865aSOliver-Rainer Wittmann [ LIBBASE_JAR=/usr/share/java/libbase.jar ], 631524fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libbase.jar replacement not found.)] 6316cdf0e10cSrcweir ) 631724fe865aSOliver-Rainer Wittmann ] 631824fe865aSOliver-Rainer Wittmann ) 6319cdf0e10cSrcweir else 632024fe865aSOliver-Rainer Wittmann AC_CHECK_FILE($LIBBASE_JAR, [], 632124fe865aSOliver-Rainer Wittmann [AC_MSG_ERROR(libbase.jar not found.)], []) 6322cdf0e10cSrcweir fi 6323cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE REPORTBUILDER" 6324cdf0e10cSrcweirelse 6325cdf0e10cSrcweir AC_MSG_RESULT([no]) 6326cdf0e10cSrcweir ENABLE_REPORTBUILDER=NO 6327cdf0e10cSrcweirfi 6328cdf0e10cSrcweirAC_SUBST(ENABLE_REPORTBUILDER) 632957f49b00SOliver-Rainer WittmannAC_SUBST(SYSTEM_JFREEREPORT) 6330cdf0e10cSrcweirAC_SUBST(SAC_JAR) 6331cdf0e10cSrcweirAC_SUBST(LIBXML_JAR) 6332cdf0e10cSrcweirAC_SUBST(FLUTE_JAR) 6333cdf0e10cSrcweirAC_SUBST(JFREEREPORT_JAR) 6334cdf0e10cSrcweirAC_SUBST(LIBBASE_JAR) 6335cdf0e10cSrcweirAC_SUBST(LIBLAYOUT_JAR) 6336cdf0e10cSrcweirAC_SUBST(LIBLOADER_JAR) 6337cdf0e10cSrcweirAC_SUBST(LIBFORMULA_JAR) 6338cdf0e10cSrcweirAC_SUBST(LIBREPOSITORY_JAR) 6339cdf0e10cSrcweirAC_SUBST(LIBFONTS_JAR) 6340cdf0e10cSrcweirAC_SUBST(LIBSERIALIZER_JAR) 6341cdf0e10cSrcweir 6342b0374c35Smseidel# this has to be here because both the Wiki Publisher and the Report 6343b0374c35Smseidel# Builder use commons-logging, while the non-optional PostgreSQL 6344b0374c35Smseidel# connector uses commons-lang. 63453c5114b8SDamjan JovanovicAC_MSG_CHECKING([which Apache commons-* libs to use]) 63463c5114b8SDamjan Jovanovicif test "$with_system_apache_commons" = "yes"; then 63473c5114b8SDamjan Jovanovic SYSTEM_APACHE_COMMONS=YES 63483c5114b8SDamjan Jovanovic AC_MSG_RESULT([external]) 6349cdf0e10cSrcweir 63503c5114b8SDamjan Jovanovic if test -z $COMMONS_LANG_JAR; then 6351da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-lang3-3.3.jar, 63523c5114b8SDamjan Jovanovic [ COMMONS_LANG_JAR=/usr/share/java/commons-lang3-3.3.jar ], 63533c5114b8SDamjan Jovanovic [ 6354da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-lang.jar, 63553c5114b8SDamjan Jovanovic [ COMMONS_LANG_JAR=/usr/share/java/commons-lang.jar ], 63563c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-lang.jar replacement not found.)] 6357cdf0e10cSrcweir ) 63583c5114b8SDamjan Jovanovic ] 63593c5114b8SDamjan Jovanovic ) 63603c5114b8SDamjan Jovanovic else 63613c5114b8SDamjan Jovanovic AC_CHECK_FILE($COMMONS_LANG_JAR, [], 63623c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-lang.jar not found.)], []) 63633c5114b8SDamjan Jovanovic fi 63643c5114b8SDamjan Jovanovic AC_MSG_CHECKING([whether commons-lang is version 3.x]) 63653c5114b8SDamjan Jovanovic export COMMONS_LANG_JAR 63663c5114b8SDamjan Jovanovic if $PERL -e 'use Archive::Zip; 63673c5114b8SDamjan Jovanovic my $file = "$ENV{'COMMONS_LANG_JAR'}"; 63683c5114b8SDamjan Jovanovic my $zip = Archive::Zip->new( $file ); 63693c5114b8SDamjan Jovanovic my $mf = $zip->contents ( "META-INF/MANIFEST.MF" ); 63703c5114b8SDamjan Jovanovic if ( $mf =~ m/Specification-Version: 3.*/ ) { 63713c5114b8SDamjan Jovanovic exit 0; 63723c5114b8SDamjan Jovanovic } else { 63733c5114b8SDamjan Jovanovic exit 1; 63743c5114b8SDamjan Jovanovic }'; then 63753c5114b8SDamjan Jovanovic AC_MSG_RESULT([yes]) 63763c5114b8SDamjan Jovanovic else 63773c5114b8SDamjan Jovanovic AC_MSG_ERROR([no, you need Apache Commons Lang 3.x]) 63783c5114b8SDamjan Jovanovic fi 6379cdf0e10cSrcweir 63803c5114b8SDamjan Jovanovic if test "$ENABLE_MEDIAWIKI" = "YES"; then 63813c5114b8SDamjan Jovanovic if test -z $COMMONS_CODEC_JAR; then 6382da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-codec-1.9.jar, 63833c5114b8SDamjan Jovanovic [ COMMONS_CODEC_JAR=/usr/share/java/commons-codec-1.9.jar ], 63843c5114b8SDamjan Jovanovic [ 6385da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-codec.jar, 63863c5114b8SDamjan Jovanovic [ COMMONS_CODEC_JAR=/usr/share/java/commons-codec.jar ], 63873c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-codec.jar replacement not found.)] 63883c5114b8SDamjan Jovanovic ) 63893c5114b8SDamjan Jovanovic ] 63903c5114b8SDamjan Jovanovic ) 63913c5114b8SDamjan Jovanovic else 63923c5114b8SDamjan Jovanovic AC_CHECK_FILE($COMMONS_CODEC_JAR, [], 63933c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-codec.jar not found.)], []) 6394cdf0e10cSrcweir fi 63953c5114b8SDamjan Jovanovic 63963c5114b8SDamjan Jovanovic if test -z $COMMONS_HTTPCLIENT_JAR; then 6397da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-httpclient-3.1.jar, 63983c5114b8SDamjan Jovanovic [ COMMONS_HTTPCLIENT_JAR=/usr/share/java/commons-httpclient-3.1.jar ], 63993c5114b8SDamjan Jovanovic [ 6400da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-httpclient.jar, 64013c5114b8SDamjan Jovanovic [ COMMONS_HTTPCLIENT_JAR=/usr/share/java/commons-httpclient.jar ], 64023c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-httpclient.jar replacement not found.)] 64033c5114b8SDamjan Jovanovic ) 64043c5114b8SDamjan Jovanovic ] 64053c5114b8SDamjan Jovanovic ) 64063c5114b8SDamjan Jovanovic else 64073c5114b8SDamjan Jovanovic AC_CHECK_FILE($COMMONS_HTTPCLIENT_JAR, [], 64083c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-httpclient.jar not found.)], []) 6409cdf0e10cSrcweir fi 6410cdf0e10cSrcweir fi 64113c5114b8SDamjan Jovanovic if test "$ENABLE_MEDIAWIKI" = "YES" -o "$ENABLE_REPORTBUILDER" = "YES"; then 64123c5114b8SDamjan Jovanovic if test -z $COMMONS_LOGGING_JAR; then 6413da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-logging-1.1.3.jar, 64143c5114b8SDamjan Jovanovic [ COMMONS_LOGGING_JAR=/usr/share/java/commons-logging-1.1.3.jar ], 64153c5114b8SDamjan Jovanovic [ 6416da2e13d4SMatthias Seidel AC_CHECK_FILE(/usr/share/java/commons-logging.jar, 64173c5114b8SDamjan Jovanovic [ COMMONS_LOGGING_JAR=/usr/share/java/commons-logging.jar ], 64183c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-logging.jar replacement not found.)] 64193c5114b8SDamjan Jovanovic ) 64203c5114b8SDamjan Jovanovic ] 64213c5114b8SDamjan Jovanovic ) 64223c5114b8SDamjan Jovanovic else 64233c5114b8SDamjan Jovanovic AC_CHECK_FILE($COMMONS_LOGGING_JAR, [], 64243c5114b8SDamjan Jovanovic [AC_MSG_ERROR(commons-logging.jar not found.)], []) 64253c5114b8SDamjan Jovanovic fi 64263c5114b8SDamjan Jovanovic fi 64273c5114b8SDamjan Jovanovicelse 64283c5114b8SDamjan Jovanovic AC_MSG_RESULT([internal]) 64293c5114b8SDamjan Jovanovic SYSTEM_APACHE_COMMONS=NO 64303c5114b8SDamjan Jovanovic BUILD_TYPE="$BUILD_TYPE APACHE_COMMONS TOMCAT" 6431cdf0e10cSrcweirfi 6432cdf0e10cSrcweirAC_SUBST(SYSTEM_APACHE_COMMONS) 6433cdf0e10cSrcweirAC_SUBST(COMMONS_CODEC_JAR) 6434cdf0e10cSrcweirAC_SUBST(COMMONS_LANG_JAR) 6435cdf0e10cSrcweirAC_SUBST(COMMONS_HTTPCLIENT_JAR) 6436cdf0e10cSrcweirAC_SUBST(COMMONS_LOGGING_JAR) 6437cdf0e10cSrcweir 6438cdf0e10cSrcweirdnl =================================================================== 6439cdf0e10cSrcweirdnl Check whether the Qt and KDE libraries are available. 6440cdf0e10cSrcweirdnl =================================================================== 6441cdf0e10cSrcweir 6442cdf0e10cSrcweirKDE_CFLAGS="" 6443cdf0e10cSrcweirKDE_LIBS="" 6444cdf0e10cSrcweirMOC="moc" 6445cdf0e10cSrcweirif test "$test_kde" = "yes" -a "$ENABLE_KDE" = "TRUE" ; then 6446cdf0e10cSrcweir dnl Search paths for Qt and KDE 6447cdf0e10cSrcweir if test "$build_cpu" != "x86_64" ; then 6448cdf0e10cSrcweir qt_incdirs="$QTINC /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib/qt3/include /usr/lib/qt/include /usr/share/qt3/include $x_includes" 6449cdf0e10cSrcweir qt_libdirs="$QTLIB /usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt3/lib /usr/lib/qt/lib /usr/share/qt3/lib $x_libraries" 6450cdf0e10cSrcweir else 6451cdf0e10cSrcweir qt_incdirs="$QTINC /usr/local/qt/include /usr/include/qt /usr/include /usr/X11R6/include/X11/qt /usr/X11R6/include/qt /usr/lib64/qt3/include /usr/lib64/qt/include /usr/share/qt3/include /usr/lib/qt3/include /usr/lib/qt/include $x_includes" 6452cdf0e10cSrcweir qt_libdirs="$QTLIB /usr/local/qt/lib64 /usr/lib64/qt /usr/lib64 /usr/X11R6/lib64/X11/qt /usr/X11R6/lib64/qt /usr/lib64/qt3/lib64 /usr/lib64/qt/lib64 /usr/share/qt3/lib64 /usr/local/qt/lib /usr/lib/qt /usr/lib /usr/X11R6/lib/X11/qt /usr/X11R6/lib/qt /usr/lib/qt3/lib /usr/lib/qt/lib /usr/share/qt3/lib $x_libraries" 6453cdf0e10cSrcweir fi 6454cdf0e10cSrcweir if test -n "$QTDIR" ; then 6455cdf0e10cSrcweir qt_incdirs="$QTDIR/include $qt_incdirs" 6456cdf0e10cSrcweir if test "$build_cpu" != "x86_64" ; then 6457cdf0e10cSrcweir qt_libdirs="$QTDIR/lib $qt_libdirs" 6458cdf0e10cSrcweir else 6459cdf0e10cSrcweir qt_libdirs="$QTDIR/lib64 $QTDIR/lib $qt_libdirs" 6460cdf0e10cSrcweir fi 6461cdf0e10cSrcweir fi 6462cdf0e10cSrcweir if test "$build_cpu" != "x86_64" ; then 6463cdf0e10cSrcweir kde_incdirs="/usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /opt/kde3/include /opt/kde/include $x_includes" 6464cdf0e10cSrcweir kde_libdirs="/usr/lib/kde/lib /usr/local/kde/lib /usr/kde/lib /usr/lib/kde /usr/lib/kde3 /usr/X11R6/lib /usr/local/lib /opt/kde3/lib /opt/kde/lib /usr/X11R6/kde/lib /usr/lib $x_libraries" 6465cdf0e10cSrcweir else 6466cdf0e10cSrcweir kde_incdirs="/usr/lib64/kde/include /usr/lib/kde/include /usr/local/kde/include /usr/local/include /usr/kde/include /usr/include/kde /opt/kde3/include /opt/kde/include $x_includes" 6467cdf0e10cSrcweir kde_libdirs="/usr/lib64/kde/lib64 /usr/local/kde/lib64 /usr/kde/lib64 /usr/lib64/kde /usr/lib64/kde3 /usr/X11R6/lib64 /usr/local/lib64 /opt/kde3/lib64 /opt/kde/lib64 /usr/X11R6/kde/lib64 /usr/lib/kde/lib /usr/local/kde/lib /usr/kde/lib /usr/lib/kde /usr/lib/kde3 /usr/lib /usr/X11R6/lib /usr/local/lib /opt/kde3/lib /opt/kde/lib /usr/X11R6/kde/lib /usr/lib64 $x_libraries" 6468cdf0e10cSrcweir fi 6469cdf0e10cSrcweir if test -n "$KDEDIR" ; then 6470cdf0e10cSrcweir kde_incdirs="$KDEDIR/include $kde_incdirs" 6471cdf0e10cSrcweir if test "$build_cpu" != "x86_64" ; then 6472cdf0e10cSrcweir kde_libdirs="$KDEDIR/lib $kde_libdirs" 6473cdf0e10cSrcweir else 6474cdf0e10cSrcweir kde_libdirs="$KDEDIR/lib64 $KDEDIR/lib $kde_libdirs" 6475cdf0e10cSrcweir fi 6476cdf0e10cSrcweir fi 6477cdf0e10cSrcweir 6478cdf0e10cSrcweir dnl What to test 6479cdf0e10cSrcweir qt_test_include="qstyle.h" 6480cdf0e10cSrcweir qt_test_library="libqt-mt.so" 6481cdf0e10cSrcweir kde_test_include="ksharedptr.h" 6482cdf0e10cSrcweir kde_test_library="libkdeui.so" 6483cdf0e10cSrcweir 6484cdf0e10cSrcweir dnl Check for Qt headers 6485cdf0e10cSrcweir AC_MSG_CHECKING([for Qt headers]) 6486cdf0e10cSrcweir qt_incdir="no" 6487cdf0e10cSrcweir for kde_check in $qt_incdirs ; do 6488cdf0e10cSrcweir if test -r "$kde_check/$qt_test_include" ; then 6489cdf0e10cSrcweir qt_incdir="$kde_check" 6490cdf0e10cSrcweir break 6491cdf0e10cSrcweir fi 6492cdf0e10cSrcweir done 6493cdf0e10cSrcweir AC_MSG_RESULT([$qt_incdir]) 6494cdf0e10cSrcweir if test "x$qt_incdir" = "xno" ; then 6495da2e13d4SMatthias Seidel AC_MSG_ERROR([Qt headers not found. Please specify the root of 6496cdf0e10cSrcweiryour Qt installation by exporting QTDIR before running "configure".]) 6497cdf0e10cSrcweir fi 6498cdf0e10cSrcweir 6499cdf0e10cSrcweir dnl Check for Qt libraries 6500cdf0e10cSrcweir AC_MSG_CHECKING([for Qt libraries]) 6501cdf0e10cSrcweir qt_libdir="no" 6502cdf0e10cSrcweir for qt_check in $qt_libdirs ; do 6503cdf0e10cSrcweir if test -r "$qt_check/$qt_test_library" ; then 6504cdf0e10cSrcweir qt_libdir="$qt_check" 6505cdf0e10cSrcweir break 6506cdf0e10cSrcweir fi 6507cdf0e10cSrcweir done 6508cdf0e10cSrcweir AC_MSG_RESULT([$qt_libdir]) 6509cdf0e10cSrcweir if test "x$qt_libdir" = "xno" ; then 6510da2e13d4SMatthias Seidel AC_MSG_ERROR([Qt libraries not found. Please specify the root of 6511cdf0e10cSrcweiryour Qt installation by exporting QTDIR before running "configure".]) 6512cdf0e10cSrcweir fi 6513cdf0e10cSrcweir 6514cdf0e10cSrcweir dnl Check for Meta Object Compiler 6515cdf0e10cSrcweir AC_PATH_PROG( MOC, moc, no, [$QTDIR/bin:$PATH] ) 6516cdf0e10cSrcweir if test "$MOC" = "no" ; then 6517da2e13d4SMatthias Seidel AC_MSG_ERROR([Qt Meta Object Compiler not found. Please specify 6518cdf0e10cSrcweirthe root of your Qt installation by exporting QTDIR before running "configure".]) 6519cdf0e10cSrcweir fi 6520cdf0e10cSrcweir 6521cdf0e10cSrcweir dnl Check for KDE headers 6522cdf0e10cSrcweir AC_MSG_CHECKING([for KDE headers]) 6523cdf0e10cSrcweir kde_incdir="no" 6524cdf0e10cSrcweir for kde_check in $kde_incdirs ; do 6525cdf0e10cSrcweir if test -r "$kde_check/$kde_test_include" ; then 6526cdf0e10cSrcweir kde_incdir="$kde_check" 6527cdf0e10cSrcweir break 6528cdf0e10cSrcweir fi 6529cdf0e10cSrcweir done 6530cdf0e10cSrcweir AC_MSG_RESULT([$kde_incdir]) 6531cdf0e10cSrcweir if test "x$kde_incdir" = "xno" ; then 6532da2e13d4SMatthias Seidel AC_MSG_ERROR([KDE headers not found. Please specify the root of 6533cdf0e10cSrcweiryour KDE installation by exporting KDEDIR before running "configure".]) 6534cdf0e10cSrcweir fi 6535cdf0e10cSrcweir 6536cdf0e10cSrcweir dnl Check for KDE libraries 6537cdf0e10cSrcweir AC_MSG_CHECKING([for KDE libraries]) 6538cdf0e10cSrcweir kde_libdir="no" 6539cdf0e10cSrcweir for kde_check in $kde_libdirs ; do 6540cdf0e10cSrcweir if test -r "$kde_check/$kde_test_library" ; then 6541cdf0e10cSrcweir kde_libdir="$kde_check" 6542cdf0e10cSrcweir break 6543cdf0e10cSrcweir fi 6544cdf0e10cSrcweir done 6545cdf0e10cSrcweir AC_MSG_RESULT([$kde_libdir]) 6546cdf0e10cSrcweir if test "x$kde_libdir" = "xno" ; then 6547da2e13d4SMatthias Seidel AC_MSG_ERROR([KDE libraries not found. Please specify the root of 6548cdf0e10cSrcweiryour KDE installation by exporting KDEDIR before running "configure".]) 6549cdf0e10cSrcweir fi 6550cdf0e10cSrcweir 6551cdf0e10cSrcweir dnl Set the variables 6552cdf0e10cSrcweir KDE_CFLAGS="-I$qt_incdir -I$kde_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT" 6553cdf0e10cSrcweir KDE_LIBS="-L$kde_libdir -L$qt_libdir -lkdeui -lkdecore -lqt-mt" 6554cdf0e10cSrcweirfi 6555cdf0e10cSrcweirAC_SUBST(KDE_CFLAGS) 6556cdf0e10cSrcweirAC_SUBST(KDE_LIBS) 6557cdf0e10cSrcweirAC_SUBST(MOC) 6558cdf0e10cSrcweir 6559cdf0e10cSrcweirdnl =================================================================== 6560cdf0e10cSrcweirdnl KDE4 Integration 6561cdf0e10cSrcweirdnl =================================================================== 6562cdf0e10cSrcweir 6563cdf0e10cSrcweirKDE4_CFLAGS="" 6564cdf0e10cSrcweirKDE4_LIBS="" 6565cdf0e10cSrcweirMOC4="moc" 6566cdf0e10cSrcweirif test "$test_kde4" = "yes" -a "$ENABLE_KDE4" = "TRUE" ; then 6567cdf0e10cSrcweir qt_incdirs="$QT4INC $QT4DIR /usr/include/qt4 /usr/include $x_includes" 6568cdf0e10cSrcweir qt_libdirs="$QT4LIB /usr/lib $x_libraries" 6569da2e13d4SMatthias Seidel 6570c1d0fc05SHerbert Dürr kde_incdirs="/usr/include /usr/include/kde4 $x_includes" 6571c1d0fc05SHerbert Dürr kde_libdirs="/usr/lib /usr/lib/kde4 /usr/lib/kde4/devel $x_libraries" 6572da2e13d4SMatthias Seidel 6573cdf0e10cSrcweir if test "$build_cpu" = "x86_64" ; then 6574cdf0e10cSrcweir qt_libdirs="$qt_libdirs /usr/lib64/qt4 /usr/lib64/qt /usr/lib64" 6575c1d0fc05SHerbert Dürr kde_libdirs="$kde_libdirs /usr/lib64 /usr/lib64/kde4 /usr/lib64/kde4/devel" 6576cdf0e10cSrcweir fi 6577cdf0e10cSrcweir 6578cdf0e10cSrcweir if test -n "$KDE4DIR" ; then 6579cdf0e10cSrcweir kde_incdirs="$KDE4DIR/include $kde_incdirs" 6580cdf0e10cSrcweir if test "$build_cpu" != "x86_64" ; then 6581cdf0e10cSrcweir kde_libdirs="$KDE4DIR/lib $kde_libdirs" 6582cdf0e10cSrcweir else 6583cdf0e10cSrcweir kde_libdirs="$KDE4DIR/lib64 $KDE4DIR/lib $kde_libdirs" 6584cdf0e10cSrcweir fi 6585cdf0e10cSrcweir fi 6586cdf0e10cSrcweir 6587cdf0e10cSrcweir qt_test_include="Qt/qobject.h" 6588cdf0e10cSrcweir qt_test_library="libQtCore.so" 6589cdf0e10cSrcweir kde_test_include="ksharedptr.h" 6590cdf0e10cSrcweir kde_test_library="libkdeui.so" 6591da2e13d4SMatthias Seidel 6592cdf0e10cSrcweir AC_MSG_CHECKING([for Qt4 headers]) 6593cdf0e10cSrcweir qt_header_dir="no" 6594cdf0e10cSrcweir for inc_dir in $qt_incdirs ; do 6595cdf0e10cSrcweir if test -r "$inc_dir/$qt_test_include" ; then 6596cdf0e10cSrcweir qt_header_dir="$inc_dir" 6597cdf0e10cSrcweir break 6598cdf0e10cSrcweir fi 6599cdf0e10cSrcweir done 6600da2e13d4SMatthias Seidel 6601cdf0e10cSrcweir AC_MSG_RESULT([$qt_header_dir]) 6602cdf0e10cSrcweir if test "x$qt_header_dir" = "xno" ; then 6603da2e13d4SMatthias Seidel AC_MSG_ERROR([Qt4 headers not found. Please specify the root of your Qt4 installation by exporting QT4DIR before running "configure".]) 6604cdf0e10cSrcweir fi 6605da2e13d4SMatthias Seidel 6606cdf0e10cSrcweir AC_MSG_CHECKING([for Qt4 libraries]) 6607cdf0e10cSrcweir qt_lib_dir="no" 6608cdf0e10cSrcweir for lib_dir in $qt_libdirs ; do 6609cdf0e10cSrcweir if test -r "$lib_dir/$qt_test_library" ; then 6610cdf0e10cSrcweir qt_lib_dir="$lib_dir" 6611cdf0e10cSrcweir break 6612cdf0e10cSrcweir fi 6613cdf0e10cSrcweir done 6614da2e13d4SMatthias Seidel 6615cdf0e10cSrcweir AC_MSG_RESULT([$qt_lib_dir]) 6616da2e13d4SMatthias Seidel 6617cdf0e10cSrcweir if test "x$qt_lib_dir" = "xno" ; then 6618da2e13d4SMatthias Seidel AC_MSG_ERROR([Qt4 libraries not found. Please specify the root of your Qt4 installation by exporting QT4DIR before running "configure".]) 6619cdf0e10cSrcweir fi 6620cdf0e10cSrcweir 6621cdf0e10cSrcweir dnl Check for Meta Object Compiler 6622c1d0fc05SHerbert Dürr AC_PATH_PROG( MOCQT4, moc-qt4, no, [$QT4DIR/bin:$PATH] ) 6623c1d0fc05SHerbert Dürr MOC4="$MOCQT4" 6624cdf0e10cSrcweir if test "$MOC4" = "no" ; then 6625c1d0fc05SHerbert Dürr AC_PATH_PROG( MOC4, moc, no, [$PATH:$QT4DIR/bin] ) 6626c1d0fc05SHerbert Dürr if test "$MOC4" = "no" ; then 6627da2e13d4SMatthias Seidel AC_MSG_ERROR([Qt Meta Object Compiler not found. Please specify the root of your Qt installation by exporting QT4DIR before running "configure".]) 6628c1d0fc05SHerbert Dürr fi 6629cdf0e10cSrcweir fi 6630cdf0e10cSrcweir 6631cdf0e10cSrcweir dnl Check for KDE4 headers 6632cdf0e10cSrcweir AC_MSG_CHECKING([for KDE4 headers]) 6633cdf0e10cSrcweir kde_incdir="no" 6634cdf0e10cSrcweir for kde_check in $kde_incdirs ; do 6635cdf0e10cSrcweir if test -r "$kde_check/$kde_test_include" ; then 6636cdf0e10cSrcweir kde_incdir="$kde_check" 6637cdf0e10cSrcweir break 6638cdf0e10cSrcweir fi 6639cdf0e10cSrcweir done 6640cdf0e10cSrcweir AC_MSG_RESULT([$kde_incdir]) 6641cdf0e10cSrcweir if test "x$kde_incdir" = "xno" ; then 6642da2e13d4SMatthias Seidel AC_MSG_ERROR([KDE4 headers not found. Please specify the root of your KDE4 installation by exporting KDE4DIR before running "configure".]) 6643cdf0e10cSrcweir fi 6644cdf0e10cSrcweir 6645cdf0e10cSrcweir dnl Check for KDE4 libraries 6646cdf0e10cSrcweir AC_MSG_CHECKING([for KDE4 libraries]) 6647cdf0e10cSrcweir kde_libdir="no" 6648cdf0e10cSrcweir for kde_check in $kde_libdirs ; do 6649cdf0e10cSrcweir if test -r "$kde_check/$kde_test_library" ; then 6650cdf0e10cSrcweir kde_libdir="$kde_check" 6651cdf0e10cSrcweir break 6652cdf0e10cSrcweir fi 6653cdf0e10cSrcweir done 6654da2e13d4SMatthias Seidel 6655cdf0e10cSrcweir AC_MSG_RESULT([$kde_libdir]) 6656cdf0e10cSrcweir if test "x$kde_libdir" = "xno" ; then 6657da2e13d4SMatthias Seidel AC_MSG_ERROR([KDE4 libraries not found. Please specify the root of your KDE4 installation by exporting KDE4DIR before running "configure".]) 6658cdf0e10cSrcweir fi 6659cdf0e10cSrcweir 6660cdf0e10cSrcweir KDE4_CFLAGS="`pkg-config --cflags QtCore` `pkg-config --cflags QtGui` -I$kde_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT" 6661cdf0e10cSrcweir KDE4_LIBS="-L$kde_libdir -L$qt_lib_dir -lkdeui -lkdecore -lQtCore -lQtGui" 6662cdf0e10cSrcweirfi 6663cdf0e10cSrcweirAC_SUBST(KDE4_CFLAGS) 6664cdf0e10cSrcweirAC_SUBST(KDE4_LIBS) 6665cdf0e10cSrcweirAC_SUBST(MOC4) 6666cdf0e10cSrcweir 6667cdf0e10cSrcweirdnl =================================================================== 6668cdf0e10cSrcweirdnl Test for the enabling the lockdown pieces 6669cdf0e10cSrcweirdnl =================================================================== 6670cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable the lockdown pieces]) 6671cdf0e10cSrcweirENABLE_LOCKDOWN="" 6672cdf0e10cSrcweirif test -n "$enable_lockdown" && test "$enable_lockdown" != "no"; then 6673cdf0e10cSrcweir ENABLE_LOCKDOWN=YES 6674cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6675cdf0e10cSrcweirelse 6676cdf0e10cSrcweir AC_MSG_RESULT([no]) 6677cdf0e10cSrcweirfi 6678cdf0e10cSrcweirAC_SUBST(ENABLE_LOCKDOWN) 6679cdf0e10cSrcweir 6680cdf0e10cSrcweirdnl =================================================================== 6681cdf0e10cSrcweirdnl Test whether to include Evolution 2 support 6682cdf0e10cSrcweirdnl =================================================================== 6683cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable evolution 2 support]) 6684cdf0e10cSrcweirif test "$enable_evolution2" = "yes" -o "$enable_evolution2" = "TRUE"; then 6685cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6686cdf0e10cSrcweir PKG_CHECK_MODULES(GOBJECT, gobject-2.0) 6687cdf0e10cSrcweir ENABLE_EVOAB2="TRUE" 6688cdf0e10cSrcweirelse 6689cdf0e10cSrcweir ENABLE_EVOAB2="" 6690cdf0e10cSrcweir AC_MSG_RESULT([no]) 6691cdf0e10cSrcweirfi 6692cdf0e10cSrcweirAC_SUBST(ENABLE_EVOAB2) 6693cdf0e10cSrcweirAC_SUBST(GOBJECT_CFLAGS) 6694da2e13d4SMatthias SeidelAC_SUBST(GOBJECT_LIBS) 6695cdf0e10cSrcweir 6696cdf0e10cSrcweirdnl =================================================================== 6697cdf0e10cSrcweirdnl Test whether to include MathMLDTD 6698cdf0e10cSrcweirdnl =================================================================== 6699cdf0e10cSrcweirAC_MSG_CHECKING([whether to include MathMLDTD]) 6700cdf0e10cSrcweirif test -n "$enable_mathmldtd"; then 6701cdf0e10cSrcweir if test "$enable_mathmldtd" = "no"; then 6702cdf0e10cSrcweir AC_MSG_RESULT([no]) 6703cdf0e10cSrcweir SCPDEFS="$SCPDEFS -DWITHOUT_MATHMLDTD" 6704cdf0e10cSrcweir else 6705cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6706cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE MATHMLDTD" 6707cdf0e10cSrcweir fi 6708cdf0e10cSrcweirelse 6709cdf0e10cSrcweir AC_MSG_RESULT([no]) 6710cdf0e10cSrcweir SCPDEFS="$SCPDEFS -DWITHOUT_MATHMLDTD" 6711cdf0e10cSrcweirfi 6712cdf0e10cSrcweir 6713cdf0e10cSrcweirdnl =================================================================== 67143c6578e9SAndre Fischerdnl Test whether to include category-B fonts 6715cdf0e10cSrcweirdnl =================================================================== 67163c6578e9SAndre FischerWITH_CATB_FONTS= 67173c6578e9SAndre FischerAC_MSG_CHECKING([whether to include category B fonts]) 671809a06707SAndre Fischerif test "x$enable_category_b_fonts" = "xyes" && test "x$with_fonts" != "xno"; then 67193c6578e9SAndre Fischer AC_MSG_RESULT([yes]) 67203c6578e9SAndre Fischer BUILD_TYPE="$BUILD_TYPE CATB_FONTS" 67213c6578e9SAndre Fischer WITH_CATB_FONTS=YES 67223c6578e9SAndre Fischer SCPDEFS="$SCPDEFS -DWITH_CATB_FONTS" 67233c6578e9SAndre Fischerelse 67243c6578e9SAndre Fischer AC_MSG_RESULT([no]) 67253c6578e9SAndre Fischer WITH_CATB_FONTS=NO 67263c6578e9SAndre Fischerfi 67273c6578e9SAndre Fischer 67283c6578e9SAndre Fischerdnl =================================================================== 67293c6578e9SAndre Fischerdnl Test whether to include category-A fonts 67303c6578e9SAndre Fischerdnl =================================================================== 67313c6578e9SAndre FischerWITH_CATA_FONTS= 67323c6578e9SAndre FischerAC_MSG_CHECKING([whether to include category A fonts]) 67333c6578e9SAndre Fischerif test "x$with_fonts" != "xno" ; then 6734cdf0e10cSrcweir AC_MSG_RESULT([yes]) 67353c6578e9SAndre Fischer WITH_CATA_FONTS=YES 67363c6578e9SAndre Fischer SCPDEFS="$SCPDEFS -DWITH_CATA_FONTS" 67373c6578e9SAndre Fischerelse 67383c6578e9SAndre Fischer AC_MSG_RESULT([no]) 67393c6578e9SAndre Fischer WITH_CATA_FONTS=NO 67403c6578e9SAndre Fischer WITH_CATB_FONTS=NO 67413c6578e9SAndre Fischerfi 67423c6578e9SAndre Fischer 67433c6578e9SAndre FischerWITH_FONTS=NO 67443c6578e9SAndre FischerAC_MSG_CHECKING([whether any fonts are included]) 67453c6578e9SAndre Fischerif test "x$WITH_CATA_FONTS" = "xYES" -o "x$WITH_CATB_FONTS" = "xYES"; then 6746cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE MORE_FONTS" 67473c6578e9SAndre Fischer WITH_FONTS=YES 67483c6578e9SAndre Fischer AC_MSG_RESULT([yes]) 6749cdf0e10cSrcweirelse 6750cdf0e10cSrcweir AC_MSG_RESULT([no]) 6751cdf0e10cSrcweirfi 67523c6578e9SAndre Fischer 67533c6578e9SAndre FischerAC_SUBST(WITH_CATA_FONTS) 67543c6578e9SAndre FischerAC_SUBST(WITH_CATB_FONTS) 6755cdf0e10cSrcweirAC_SUBST(WITH_FONTS) 6756cdf0e10cSrcweir 6757cdf0e10cSrcweirdnl =================================================================== 6758cdf0e10cSrcweirdnl Test whether to include ppds 6759cdf0e10cSrcweirdnl =================================================================== 6760cdf0e10cSrcweirAC_MSG_CHECKING([whether to include PPDs]) 6761cdf0e10cSrcweirif test "$with_ppds" != "no"; then 6762cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6763cdf0e10cSrcweirelse 6764cdf0e10cSrcweir AC_MSG_RESULT([no]) 6765cdf0e10cSrcweir WITHOUT_PPDS=YES 6766cdf0e10cSrcweir SCPDEFS="$SCPDEFS -DWITHOUT_PPDS" 6767cdf0e10cSrcweirfi 6768cdf0e10cSrcweirAC_SUBST(WITHOUT_PPDS) 6769cdf0e10cSrcweir 6770cdf0e10cSrcweirdnl =================================================================== 6771cdf0e10cSrcweirdnl Test whether to include afms 6772cdf0e10cSrcweirdnl =================================================================== 6773cdf0e10cSrcweirAC_MSG_CHECKING([whether to include AFMs]) 6774cdf0e10cSrcweirif test "$with_afms" != "no"; then 6775cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6776cdf0e10cSrcweir BUILD_TYPE="$BUILD_TYPE AFMS" 6777cdf0e10cSrcweirelse 6778cdf0e10cSrcweir AC_MSG_RESULT([no]) 6779cdf0e10cSrcweir WITHOUT_AFMS=YES 6780cdf0e10cSrcweir SCPDEFS="$SCPDEFS -DWITHOUT_AFMS" 6781cdf0e10cSrcweirfi 6782cdf0e10cSrcweirAC_SUBST(WITHOUT_AFMS) 6783cdf0e10cSrcweir 6784cdf0e10cSrcweirAC_SUBST(SCPDEFS) 6785cdf0e10cSrcweir 6786cdf0e10cSrcweirAC_MSG_CHECKING([whether and how to use Xinerama]) 6787cdf0e10cSrcweirif test "$_os" = "Darwin"; then 6788cdf0e10cSrcweir USE_XINERAMA=YES 6789cdf0e10cSrcweir XINERAMA_LINK=dynamic 6790cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6791cdf0e10cSrcweirelif test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then 6792cdf0e10cSrcweir if test -e "$XLIB/libXinerama.so" -a -e "$XLIB/libXinerama.a"; then 6793cdf0e10cSrcweir # we have both versions, let the user decide but use the dynamic one 6794cdf0e10cSrcweir # per default 6795cdf0e10cSrcweir USE_XINERAMA=YES 6796cdf0e10cSrcweir if test -z "$with_static_xinerama" -o -n "$with_system_libs"; then 6797cdf0e10cSrcweir XINERAMA_LINK=dynamic 6798cdf0e10cSrcweir else 6799cdf0e10cSrcweir XINERAMA_LINK=static 6800cdf0e10cSrcweir fi 6801cdf0e10cSrcweir elif test -e "$XLIB/libXinerama.so" -a ! -e "$XLIB/libXinerama.a"; then 6802cdf0e10cSrcweir # we have only the dynamic version 6803cdf0e10cSrcweir USE_XINERAMA=YES 6804cdf0e10cSrcweir XINERAMA_LINK=dynamic 6805cdf0e10cSrcweir elif test -e "$XLIB/libXinerama.a"; then 6806cdf0e10cSrcweir # static version 680728633775SPedro Giffuni if echo $build_cpu | $GREP -E 'i[[3456]]86' 2>/dev/null >/dev/null; then 6808cdf0e10cSrcweir USE_XINERAMA=YES 6809cdf0e10cSrcweir XINERAMA_LINK=static 6810cdf0e10cSrcweir else 6811cdf0e10cSrcweir USE_XINERAMA=NO 6812cdf0e10cSrcweir XINERAMA_LINK=none 6813cdf0e10cSrcweir fi 6814cdf0e10cSrcweir else 6815cdf0e10cSrcweir # no Xinerama 6816cdf0e10cSrcweir USE_XINERAMA=NO 6817cdf0e10cSrcweir XINERAMA_LINK=none 6818cdf0e10cSrcweir fi 6819cdf0e10cSrcweir if test "$USE_XINERAMA" = "YES"; then 6820cdf0e10cSrcweir AC_MSG_RESULT([yes, with $XINERAMA_LINK linking]) 6821cdf0e10cSrcweir AC_CHECK_HEADER(X11/extensions/Xinerama.h, [], 6822cdf0e10cSrcweir [AC_MSG_ERROR(Xinerama header not found.)], []) 6823cdf0e10cSrcweir XINERAMA_EXTRA_LIBS="-L$XLIB -lXext" 6824cdf0e10cSrcweir if test "$_os" = "FreeBSD"; then 6825cdf0e10cSrcweir XINERAMA_EXTRA_LIBS="$XINERAMA_EXTRA_LIBS -lXt" 6826cdf0e10cSrcweir fi 6827cdf0e10cSrcweir if test "$_os" = "Linux"; then 6828cdf0e10cSrcweir XINERAMA_EXTRA_LIBS="$XINERAMA_EXTRA_LIBS -ldl" 6829cdf0e10cSrcweir fi 6830cdf0e10cSrcweir AC_CHECK_LIB(Xinerama, XineramaIsActive, [], 6831cdf0e10cSrcweir [AC_MSG_ERROR(Xinerama not functional?)], [$XINERAMA_EXTRA_LIBS]) 6832cdf0e10cSrcweir else 6833cdf0e10cSrcweir AC_MSG_RESULT([no, libXinerama not found or wrong architecture.]) 6834cdf0e10cSrcweir fi 6835cdf0e10cSrcweirelse 6836cdf0e10cSrcweir AC_MSG_RESULT([no]) 6837cdf0e10cSrcweirfi 6838cdf0e10cSrcweirAC_SUBST(USE_XINERAMA) 6839cdf0e10cSrcweirAC_SUBST(XINERAMA_LINK) 6840cdf0e10cSrcweir 6841cdf0e10cSrcweirdnl =================================================================== 6842498ce991SArmin Le Granddnl always rely on the system version of gdk-pixbuf 6843cdf0e10cSrcweirdnl =================================================================== 6844cdf0e10cSrcweir 6845498ce991SArmin Le GrandSYSTEM_GDKPIXBUF=YES 6846cdf0e10cSrcweirAC_SUBST(SYSTEM_GDKPIXBUF) 6847cdf0e10cSrcweir 6848cdf0e10cSrcweirdnl =================================================================== 6849498ce991SArmin Le Granddnl always rely on the system version of glib 6850cdf0e10cSrcweirdnl =================================================================== 6851cdf0e10cSrcweir 6852498ce991SArmin Le GrandSYSTEM_GLIB=YES 6853cdf0e10cSrcweirAC_SUBST(SYSTEM_GLIB) 6854cdf0e10cSrcweir 6855cdf0e10cSrcweirdnl =================================================================== 6856498ce991SArmin Le Granddnl always rely on the system version of gettext 6857cdf0e10cSrcweirdnl =================================================================== 6858cdf0e10cSrcweir 6859498ce991SArmin Le GrandSYSTEM_GETTEXT=YES 6860cdf0e10cSrcweirAC_SUBST(SYSTEM_GETTEXT) 6861cdf0e10cSrcweir 6862c25219e0SPedro Giffuniif test "$_os" = "FreeBSD"; then 6863c25219e0SPedro Giffuni LIBINTL_PREFIX= 6864c25219e0SPedro Giffuni for dir in $CPPFLAGS; do 6865c25219e0SPedro Giffuni if dir=`expr -- $dir : '-I\(.*\)'`; then 6866c25219e0SPedro Giffuni if test -f "$dir/libintl.h" ; then 6867c25219e0SPedro Giffuni LIBINTL_PREFIX=`dirname $dir` 6868c25219e0SPedro Giffuni fi 6869c25219e0SPedro Giffuni fi 6870c25219e0SPedro Giffuni done 6871c25219e0SPedro Giffuni AC_SUBST(LIBINTL_PREFIX) 6872c25219e0SPedro Giffunifi 6873c25219e0SPedro Giffuni 6874cdf0e10cSrcweirdnl =================================================================== 6875498ce991SArmin Le Granddnl always rely on the system version of pango 6876cdf0e10cSrcweirdnl =================================================================== 6877cdf0e10cSrcweir 6878498ce991SArmin Le GrandSYSTEM_PANGO=YES 6879cdf0e10cSrcweirAC_SUBST(SYSTEM_PANGO) 6880cdf0e10cSrcweir 6881cdf0e10cSrcweirdnl =================================================================== 6882cdf0e10cSrcweirdnl Test whether to build libpng or rely on the system version 6883cdf0e10cSrcweirdnl =================================================================== 6884cdf0e10cSrcweirAC_MSG_CHECKING([whether to build own version of libpng]) 6885cdf0e10cSrcweir 6886cdf0e10cSrcweircase "$_os" in 6887cdf0e10cSrcweir WINNT*) # Windows 6888cdf0e10cSrcweir SYSTEM_LIBPNG=NO 6889cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6890cdf0e10cSrcweir ;; 6891cdf0e10cSrcweir Darwin*) 6892cdf0e10cSrcweir SYSTEM_LIBPNG=NO 6893cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6894cdf0e10cSrcweir ;; 6895cdf0e10cSrcweir *) 6896cdf0e10cSrcweir SYSTEM_LIBPNG=YES 6897cdf0e10cSrcweir AC_MSG_RESULT([no]) 6898cdf0e10cSrcweir ;; 6899cdf0e10cSrcweiresac 6900cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBPNG) 6901cdf0e10cSrcweir 6902cdf0e10cSrcweirdnl =================================================================== 6903cdf0e10cSrcweirdnl Test whether to build libjpeg or rely on the system version 6904cdf0e10cSrcweirdnl =================================================================== 6905cdf0e10cSrcweirdnl FIXME: this is currently because we have jpeg-6b for our filters 6906cdf0e10cSrcweirdnl and jpeg-8 as dependency for librsvg 6907cdf0e10cSrcweirdnl this should be unified into using only one version for both 6908cdf0e10cSrcweir 6909cdf0e10cSrcweirAC_MSG_CHECKING([whether to build own version of libjpeg]) 6910cdf0e10cSrcweir 6911e4fb754eSPedro Giffuniif test "$SYSTEM_JPEG" = "YES"; then 6912cdf0e10cSrcweirSYSTEM_LIBJPEG=YES 6913cdf0e10cSrcweirelse 6914cdf0e10cSrcweircase "$_os" in 6915cdf0e10cSrcweir WINNT*) # Windows 6916cdf0e10cSrcweir SYSTEM_LIBJPEG=NO 6917cdf0e10cSrcweir ;; 6918cdf0e10cSrcweir Darwin*) 6919cdf0e10cSrcweir SYSTEM_LIBJPEG=NO 6920cdf0e10cSrcweir ;; 6921cdf0e10cSrcweir *) 69229ef65f0eSAndre Fischer SYSTEM_LIBJPEG=YES 69239ef65f0eSAndre Fischer ;; 6924cdf0e10cSrcweiresac 6925cdf0e10cSrcweirfi 6926cdf0e10cSrcweir 6927e4fb754eSPedro Giffuniif test "$SYSTEM_LIBJPEG" = "YES"; then 6928cdf0e10cSrcweir AC_MSG_RESULT([no]) 6929cdf0e10cSrcweirelse 6930cdf0e10cSrcweir AC_MSG_RESULT([yes]) 6931cdf0e10cSrcweirfi 6932cdf0e10cSrcweirAC_SUBST(SYSTEM_LIBJPEG) 6933cdf0e10cSrcweir 69343d781bd6SAndre Fischerdnl =================================================================== 69353d781bd6SAndre Fischerdnl Test whether rat scan was requested and whether apache-rat is available 69363d781bd6SAndre Fischerdnl =================================================================== 69373d781bd6SAndre FischerRAT_JAR= 69383d781bd6SAndre FischerAC_MSG_CHECKING([whether to trigger rat scan]) 693957d1faa0SMaho NAKATAif test -z "$with_rat_scan" -o "$with_rat_scan" = "no"; then 6940b23cf23bSAriel Constenla-Haile AC_MSG_RESULT([no]) 6941b23cf23bSAriel Constenla-Haileelse 694257d1faa0SMaho NAKATA if test "$WITH_JAVA" = "no"; then 69433d781bd6SAndre Fischer AC_MSG_ERROR([no, java disabled, enable with --with-java]) 694457d1faa0SMaho NAKATA elif test "$enable_saxon" = "no"; then 69453d781bd6SAndre Fischer AC_MSG_ERROR([no, saxon disabled, enable with --enable-category-b]) 694657d1faa0SMaho NAKATA elif test "$with_rat_scan" = "yes"; then 69473d781bd6SAndre Fischer AC_MSG_RESULT([yes, use pre-built library]) 69483d781bd6SAndre Fischer RAT_JAR_HOME="BUILD" 69493d781bd6SAndre Fischer BUILD_TYPE="$BUILD_TYPE RAT" 69503d781bd6SAndre Fischer else 69513d781bd6SAndre Fischer AC_MSG_RESULT([yes, use pre-installed library]) 69523d781bd6SAndre Fischer AC_MSG_CHECKING([whether apache-rat is available]) 69533d781bd6SAndre Fischer if test -d "$with_rat_scan"; then 69543d781bd6SAndre Fischer RAT_JAR_HOME=$with_rat_scan 69553d781bd6SAndre Fischer else 69563d781bd6SAndre Fischer AC_MSG_ERROR([$with_rat_scan is not a directory]) 69573d781bd6SAndre Fischer fi 69583d781bd6SAndre Fischer fi 69593d781bd6SAndre Fischerfi 69603d781bd6SAndre FischerAC_SUBST(RAT_JAR_HOME) 69613d781bd6SAndre Fischer 6962cdf0e10cSrcweir 6963cdf0e10cSrcweirdnl =================================================================== 6964cdf0e10cSrcweirdnl Test for the presence of Ant and that it works 6965cdf0e10cSrcweirdnl =================================================================== 6966cdf0e10cSrcweir 6967cdf0e10cSrcweirif test "$SOLAR_JAVA" != ""; then 6968cdf0e10cSrcweirANT_HOME=; export ANT_HOME 6969cdf0e10cSrcweirWITH_ANT_HOME=; export WITH_ANT_HOME 6970cdf0e10cSrcweirif test -z "$with_ant_home"; then 697161f8b8e8SAndrew Rist if test "$_os" = "OS2"; then 697286bbd642SYuri Dario AC_PATH_PROGS(ANT, ant.cmd) 697361f8b8e8SAndrew Rist else 697437cc8903SMatthias Seidel AC_PATH_PROGS(ANT, [apache-ant ant ant.sh ant.bat ant.cmd]) 697561f8b8e8SAndrew Rist fi 6976cdf0e10cSrcweirelse 6977cdf0e10cSrcweir if test "$_os" = "WINNT"; then 6978cdf0e10cSrcweir with_ant_home=`cygpath -u "$with_ant_home"` 6979cdf0e10cSrcweir fi 698061f8b8e8SAndrew Rist if test "$_os" = "OS2"; then 698186bbd642SYuri Dario AC_PATH_PROGS(ANT, ant.cmd,,$with_ant_home/bin:$PATH) 698261f8b8e8SAndrew Rist else 698337cc8903SMatthias Seidel AC_PATH_PROGS(ANT, [apache-ant ant ant.sh ant.bat ant.cmd],,$with_ant_home/bin:$PATH) 698461f8b8e8SAndrew Rist fi 6985cdf0e10cSrcweir WITH_ANT_HOME=$with_ant_home 6986cdf0e10cSrcweir ANT_HOME=$with_ant_home 6987cdf0e10cSrcweirfi 6988cdf0e10cSrcweir 6989cdf0e10cSrcweirif test -z "$ANT"; then 6990cdf0e10cSrcweir AC_MSG_ERROR([Ant not found - Make sure it's in the path or use --with-ant-home]) 6991cdf0e10cSrcweirelse 6992cdf0e10cSrcweir # resolve relative or absolute symlink 6993cdf0e10cSrcweir while test -h "$ANT"; do 6994cdf0e10cSrcweir a_cwd=`pwd` 6995cdf0e10cSrcweir a_basename=`basename "$ANT"` 6996cdf0e10cSrcweir a_script=`ls -l "$ANT" | sed "s/.*${a_basename} -> //g"` 6997cdf0e10cSrcweir cd "`dirname "$ANT"`" 6998cdf0e10cSrcweir cd "`dirname "$a_script"`" 6999cdf0e10cSrcweir ANT="`pwd`"/"`basename "$a_script"`" 7000cdf0e10cSrcweir cd "$a_cwd" 7001cdf0e10cSrcweir done 7002cdf0e10cSrcweir 7003cdf0e10cSrcweir if test "$_os" = "OS2"; then 7004cdf0e10cSrcweir ANT_HOME=`echo $ANT | $SED -n "s/\/bin\/ant.*\$//p"` 7005cdf0e10cSrcweir export ANT_HOME 7006cdf0e10cSrcweir fi 7007cdf0e10cSrcweir 7008cdf0e10cSrcweir AC_MSG_CHECKING([if $ANT works]) 7009cdf0e10cSrcweircat > conftest.java << EOF 7010cdf0e10cSrcweir public class conftest { 7011cdf0e10cSrcweir int testmethod(int a, int b) { 7012cdf0e10cSrcweir return a + b; 7013cdf0e10cSrcweir } 7014cdf0e10cSrcweir } 7015cdf0e10cSrcweirEOF 7016cdf0e10cSrcweir 7017cdf0e10cSrcweircat > conftest.xml << EOF 7018cdf0e10cSrcweir <project name="conftest" default="conftest"> 7019cdf0e10cSrcweir <target name="conftest"> 7020cdf0e10cSrcweir <javac srcdir="." includes="conftest.java"> 7021cdf0e10cSrcweir </javac> 7022cdf0e10cSrcweir </target> 7023cdf0e10cSrcweir </project> 7024cdf0e10cSrcweirEOF 7025cdf0e10cSrcweir oldJAVA_HOME=$JAVA_HOME 7026cdf0e10cSrcweir if test "$JAVACISGCJ" = "yes"; then 7027cdf0e10cSrcweir JAVA_HOME=; export JAVA_HOME 7028cdf0e10cSrcweir ant_cmd="$ANT -Dbuild.compiler=gcj -buildfile conftest.xml 1>&2" 7029cdf0e10cSrcweir else 7030cdf0e10cSrcweir ant_cmd="$ANT -buildfile conftest.xml 1>&2" 7031cdf0e10cSrcweir fi 7032cdf0e10cSrcweir AC_TRY_EVAL(ant_cmd) 7033cdf0e10cSrcweir if test $? = 0 && test -f ./conftest.class ; then 7034da2e13d4SMatthias Seidel AC_MSG_RESULT([Ant works]) 7035cdf0e10cSrcweir if test -z "$WITH_ANT_HOME"; then 7036cdf0e10cSrcweir ANT_HOME=`$ANT -diagnostics | $EGREP "ant.home :" | $SED -e "s#ant.home : ##g"` 7037cdf0e10cSrcweir if test -z "$ANT_HOME"; then 7038cdf0e10cSrcweir ANT_HOME=`echo $ANT | $SED -n "s/\/bin\/ant.*\$//p"` 7039cdf0e10cSrcweir fi 7040cdf0e10cSrcweir else 7041cdf0e10cSrcweir ANT_HOME="$WITH_ANT_HOME" 7042cdf0e10cSrcweir fi 7043cdf0e10cSrcweir else 7044cdf0e10cSrcweir echo "configure: Ant test failed" >&5 7045cdf0e10cSrcweir cat conftest.java >&5 7046cdf0e10cSrcweir cat conftest.xml >&5 7047cdf0e10cSrcweir AC_MSG_WARN([Ant does not work - Some Java projects will not build!]) 7048cdf0e10cSrcweir ANT_HOME="" 7049cdf0e10cSrcweir echo "Ant does not work - Some Java projects will not build!" >>warn 7050cdf0e10cSrcweir fi 7051cdf0e10cSrcweir JAVA_HOME=$oldJAVA_HOME 7052cdf0e10cSrcweir rm -f conftest* core core.* *.core 7053cdf0e10cSrcweirfi 7054cdf0e10cSrcweirif test -z "$ANT_HOME"; then 7055cdf0e10cSrcweir ANT_HOME="NO_ANT_HOME" 7056cdf0e10cSrcweirfi 7057cdf0e10cSrcweirAC_SUBST(ANT_HOME) 7058cdf0e10cSrcweir 7059cdf0e10cSrcweirdnl Checking for ant.jar 7060cdf0e10cSrcweirif test "$ANT_HOME" != "NO_ANT_HOME"; then 7061cdf0e10cSrcweir AC_MSG_CHECKING([Ant lib directory]) 7062cdf0e10cSrcweir if test -f $ANT_HOME/lib/ant.jar; then 7063da2e13d4SMatthias Seidel ANT_LIB="$ANT_HOME/lib" 7064cdf0e10cSrcweir else 7065cdf0e10cSrcweir if test -f $ANT_HOME/ant.jar; then 7066da2e13d4SMatthias Seidel ANT_LIB="$ANT_HOME" 7067cdf0e10cSrcweir else 7068cdf0e10cSrcweir if test -f /usr/share/java/ant.jar; then 7069cdf0e10cSrcweir ANT_LIB=/usr/share/java 7070cdf0e10cSrcweir else 7071cdf0e10cSrcweir if test -f /usr/share/ant-core/lib/ant.jar; then 7072cdf0e10cSrcweir ANT_LIB=/usr/share/ant-core/lib 7073cdf0e10cSrcweir else 7074cdf0e10cSrcweir if test -f $ANT_HOME/lib/ant/ant.jar; then 7075cdf0e10cSrcweir ANT_LIB="$ANT_HOME/lib/ant" 7076cdf0e10cSrcweir else 7077cdf0e10cSrcweir if test -f /usr/share/lib/ant/ant.jar; then 7078cdf0e10cSrcweir ANT_LIB=/usr/share/lib/ant 7079cdf0e10cSrcweir else 7080cdf0e10cSrcweir AC_MSG_ERROR([Ant libraries not found!]) 7081cdf0e10cSrcweir fi 7082da2e13d4SMatthias Seidel fi 7083cdf0e10cSrcweir fi 7084cdf0e10cSrcweir fi 7085cdf0e10cSrcweir fi 7086cdf0e10cSrcweir fi 7087cdf0e10cSrcweir AC_MSG_RESULT([Ant lib directory found.]) 7088cdf0e10cSrcweirfi 7089cdf0e10cSrcweirAC_SUBST(ANT_LIB) 7090cdf0e10cSrcweirfi 7091cdf0e10cSrcweir 709237cc8903SMatthias Seidelant_minver=1.9.1 7093cdf0e10cSrcweir# update for more extensions... 7094cdf0e10cSrcweirif test "$ENABLE_MEDIAWIKI" = "YES"; then 709537cc8903SMatthias Seidel ant_minver=1.9.1 7096cdf0e10cSrcweirfi 7097cdf0e10cSrcweirant_minminor1=`echo $ant_minver | cut -d"." -f2` 7098cdf0e10cSrcweir 7099cdf0e10cSrcweirAC_MSG_CHECKING([whether ant is >= $ant_minver]) 7100cdf0e10cSrcweirant_version=`$ANT -version | $AWK '{ print $4; }'` 7101cdf0e10cSrcweirant_version_major=`echo $ant_version | cut -d. -f1` 7102cdf0e10cSrcweirant_version_minor=`echo $ant_version | cut -d. -f2` 7103cdf0e10cSrcweirecho "configure: ant_version $ant_version " >&5 7104cdf0e10cSrcweirecho "configure: ant_version_major $ant_version_major " >&5 7105cdf0e10cSrcweirecho "configure: ant_version_minor $ant_version_minor " >&5 7106cdf0e10cSrcweirif test "$ant_version_major" -ge "2"; then 7107cdf0e10cSrcweir AC_MSG_RESULT([yes, $ant_version]) 7108cdf0e10cSrcweirelif test "$ant_version_major" = "1" && test "$ant_version_minor" -ge "$ant_minminor1"; then 7109cdf0e10cSrcweir AC_MSG_RESULT([yes, $ant_version]) 7110cdf0e10cSrcweirelse 7111cdf0e10cSrcweir AC_MSG_ERROR([no, you need at least ant >= $ant_minver]) 7112cdf0e10cSrcweirfi 7113cdf0e10cSrcweir 7114cdf0e10cSrcweirif test "$ENABLE_MEDIAWIKI" = "YES"; then 7115cdf0e10cSrcweirAC_MSG_CHECKING([whether ant supports mapper type="regexp"]) 7116cdf0e10cSrcweirrm -rf confdir 7117cdf0e10cSrcweirmkdir confdir 7118cdf0e10cSrcweircat > conftest.java << EOF 7119cdf0e10cSrcweir public class conftest { 7120cdf0e10cSrcweir int testmethod(int a, int b) { 7121cdf0e10cSrcweir return a + b; 7122cdf0e10cSrcweir } 7123cdf0e10cSrcweir } 7124cdf0e10cSrcweirEOF 7125cdf0e10cSrcweir 7126cdf0e10cSrcweircat > conftest.xml << EOF 7127cdf0e10cSrcweir <project name="conftest" default="conftest"> 7128cdf0e10cSrcweir <target name="conftest" depends="copytest"> 7129cdf0e10cSrcweir <javac srcdir="." includes="conftest.java"> 7130cdf0e10cSrcweir </javac> 7131cdf0e10cSrcweir </target> 7132cdf0e10cSrcweir <target name="copytest"> 7133cdf0e10cSrcweir <copy todir="confdir"> 7134cdf0e10cSrcweir <fileset dir="confdir" includes="**/*.abc" casesensitive="yes"/> 7135cdf0e10cSrcweir <filterset/> 7136cdf0e10cSrcweir <mapper type="regexp" from="^(.*[/\\])foo([/\\].*)" to="\1baa\2"/> 7137cdf0e10cSrcweir </copy> 7138cdf0e10cSrcweir </target> 7139cdf0e10cSrcweir </project> 7140cdf0e10cSrcweirEOF 7141cdf0e10cSrcweir if test "$JAVACISGCJ" = "yes"; then 7142cdf0e10cSrcweir JAVA_HOME=; export JAVA_HOME 7143cdf0e10cSrcweir ant_cmd="$ANT -Dbuild.compiler=gcj -buildfile conftest.xml 1>&2" 7144cdf0e10cSrcweir else 7145cdf0e10cSrcweir ant_cmd="$ANT -buildfile conftest.xml 1>&2" 7146cdf0e10cSrcweir fi 7147cdf0e10cSrcweir AC_TRY_EVAL(ant_cmd) 7148cdf0e10cSrcweir if test $? = 0 && test -f ./conftest.class ; then 7149da2e13d4SMatthias Seidel AC_MSG_RESULT([yes]) 7150cdf0e10cSrcweir rm -rf confdir 7151cdf0e10cSrcweir else 7152cdf0e10cSrcweir echo "configure: Ant test failed" >&5 7153cdf0e10cSrcweir cat conftest.java >&5 7154cdf0e10cSrcweir cat conftest.xml >&5 7155cdf0e10cSrcweir rm -rf confdir 7156cdf0e10cSrcweir AC_MSG_ERROR([no. Did you install ant-apache-regexp?]) 7157cdf0e10cSrcweir fi 7158cdf0e10cSrcweirfi 7159cdf0e10cSrcweirrm -f conftest* core core.* *.core 7160cdf0e10cSrcweir 7161cdf0e10cSrcweirOOO_JUNIT_JAR= 716211e97782SDamjan JovanovicJUNIT_NEEDS_HAMCREST= 7163f0157b90Skschenkif test "$SOLAR_JAVA" != "" && test "$with_junit" != "no"; then 716411e97782SDamjan Jovanovic AC_MSG_CHECKING([for JUnit]) 7165e4fb754eSPedro Giffuni if test "$with_junit" = "yes"; then 7166cdf0e10cSrcweir if test -e /usr/share/java/junit4.jar; then 716711e97782SDamjan Jovanovic OOO_JUNIT_JAR=/usr/share/java/junit4.jar 7168cdf0e10cSrcweir else 716911e97782SDamjan Jovanovic if test -e /usr/local/share/java/classes/junit4.jar; then 717011e97782SDamjan Jovanovic OOO_JUNIT_JAR=/usr/local/share/java/classes/junit4.jar 7171cdf0e10cSrcweir else 717211e97782SDamjan Jovanovic if test -e /usr/share/lib/java/junit.jar; then 717311e97782SDamjan Jovanovic OOO_JUNIT_JAR=/usr/share/lib/java/junit.jar 717411e97782SDamjan Jovanovic else 717511e97782SDamjan Jovanovic if test -e /usr/share/local/lib/java/junit.jar; then 717611e97782SDamjan Jovanovic OOO_JUNIT_JAR=/usr/share/local/lib/java/junit.jar 717711e97782SDamjan Jovanovic else 717811e97782SDamjan Jovanovic if test -e /usr/share/java/junit.jar; then 717911e97782SDamjan Jovanovic OOO_JUNIT_JAR=/usr/share/java/junit.jar 718011e97782SDamjan Jovanovic else 718111e97782SDamjan Jovanovic if test -e /usr/local/share/java/classes/junit.jar; then 718211e97782SDamjan Jovanovic OOO_JUNIT_JAR=/usr/local/share/java/classes/junit.jar 718311e97782SDamjan Jovanovic fi 718411e97782SDamjan Jovanovic fi 718511e97782SDamjan Jovanovic fi 718611e97782SDamjan Jovanovic fi 7187cdf0e10cSrcweir fi 7188cdf0e10cSrcweir fi 7189cdf0e10cSrcweir else 7190cdf0e10cSrcweir OOO_JUNIT_JAR=$with_junit 7191cdf0e10cSrcweir fi 719211e97782SDamjan Jovanovic if test -e "$OOO_JUNIT_JAR"; then 719311e97782SDamjan Jovanovic AC_MSG_RESULT([yes]) 719411e97782SDamjan Jovanovic else 719511e97782SDamjan Jovanovic AC_MSG_ERROR([cannot find JUnit 4 jar; please install one in the default 719611e97782SDamjan Jovanoviclocations (/usr/share/java or /usr/local/share/java/classes), specify its pathname via 719711e97782SDamjan Jovanovic--with-junit=..., or disable it via --without-junit.]) 719811e97782SDamjan Jovanovic fi 7199cdf0e10cSrcweir if test "$_os" = "WINNT"; then 7200cdf0e10cSrcweir OOO_JUNIT_JAR=`cygpath -m "$OOO_JUNIT_JAR"` 7201cdf0e10cSrcweir fi 720211e97782SDamjan Jovanovic AC_MSG_CHECKING([whether JUnit is version 4.x]) 720311e97782SDamjan Jovanovic export OOO_JUNIT_JAR 720411e97782SDamjan Jovanovic if $PERL -e 'use Archive::Zip; 720511e97782SDamjan Jovanovic my $file = "$ENV{'OOO_JUNIT_JAR'}"; 720611e97782SDamjan Jovanovic my $zip = Archive::Zip->new( $file ); 720711e97782SDamjan Jovanovic my $mf = $zip->contents ( "META-INF/MANIFEST.MF" ); 720811e97782SDamjan Jovanovic if ( $mf =~ m/Implementation-Version: 4.12*/ ) { 720911e97782SDamjan Jovanovic exit 0; 721011e97782SDamjan Jovanovic } elsif ( $mf =~ m/Implementation-Version: 4.11*/ ) { 721111e97782SDamjan Jovanovic exit 0; 72125b85db3eSDamjan Jovanovic } elsif ( $mf =~ m/Bundle-Version: 4.12*/ ) { 72135b85db3eSDamjan Jovanovic exit 0; 72145b85db3eSDamjan Jovanovic } elsif ( $mf =~ m/Bundle-Version: 4.11*/ ) { 72155b85db3eSDamjan Jovanovic exit 0; 721611e97782SDamjan Jovanovic } else { 721711e97782SDamjan Jovanovic exit 1; 721811e97782SDamjan Jovanovic }'; then 721911e97782SDamjan Jovanovic AC_MSG_RESULT([yes, but Hamcrest Core is mandatory with this JUnit version (>= 4.11)]) 722011e97782SDamjan Jovanovic JUNIT_NEEDS_HAMCREST=yes 722111e97782SDamjan Jovanovic elif $PERL -e 'use Archive::Zip; 722211e97782SDamjan Jovanovic my $file = "$ENV{'OOO_JUNIT_JAR'}"; 722311e97782SDamjan Jovanovic my $zip = Archive::Zip->new( $file ); 722411e97782SDamjan Jovanovic my $mf = $zip->contents ( "META-INF/MANIFEST.MF" ); 722511e97782SDamjan Jovanovic if ( $mf =~ m/Implementation-Version: 4.*/ ) { 722611e97782SDamjan Jovanovic exit 0; 72275b85db3eSDamjan Jovanovic } elsif ( $mf =~ m/Bundle-Version: 4.*/ ) { 722811e97782SDamjan Jovanovic } else { 722911e97782SDamjan Jovanovic exit 1; 723011e97782SDamjan Jovanovic }'; then 723111e97782SDamjan Jovanovic AC_MSG_RESULT([yes]) 7232cdf0e10cSrcweir else 723311e97782SDamjan Jovanovic AC_MSG_ERROR([no, your JUnit version is too old, you need JUnit 4.x]) 7234cdf0e10cSrcweir fi 7235cdf0e10cSrcweirfi 7236cdf0e10cSrcweirAC_SUBST(OOO_JUNIT_JAR) 7237cdf0e10cSrcweir 7238947c15fcSDamjan JovanovicHAMCREST_CORE_JAR= 723911e97782SDamjan Jovanovicif test "$SOLAR_JAVA" != "" && test "$with_hamcrest_core" != "no"; then 7240947c15fcSDamjan Jovanovic AC_MSG_CHECKING([for hamcrest-core]) 7241947c15fcSDamjan Jovanovic if test "$with_hamcrest_core" = "yes"; then 724211e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest-core-1.3.jar; then 7243947c15fcSDamjan Jovanovic HAMCREST_CORE_JAR=/usr/share/java/hamcrest-core-1.3.jar 724411e97782SDamjan Jovanovic fi 724511e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest-core-1.3.jar; then 724611e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/local/share/java/classes/hamcrest-core-1.3.jar 724711e97782SDamjan Jovanovic fi 724811e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/lib/java/hamcrest-core.jar; then 724911e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/share/lib/java/hamcrest-core.jar 725011e97782SDamjan Jovanovic fi 725111e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/lib/java/hamcrest-core.jar; then 725211e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/local/share/lib/java/hamcrest-core.jar 725311e97782SDamjan Jovanovic fi 725411e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest-core.jar; then 725511e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/share/java/hamcrest-core.jar 725611e97782SDamjan Jovanovic fi 725711e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest-core.jar; then 725811e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/local/share/java/classes/hamcrest-core.jar 725911e97782SDamjan Jovanovic fi 726011e97782SDamjan Jovanovic # Sometimes the "-core-" part is missing... 726111e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest1.3.jar; then 726211e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/share/java/hamcrest1.3.jar 726311e97782SDamjan Jovanovic fi 726411e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest1.3.jar; then 726511e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/local/share/java/classes/hamcrest1.3.jar 726611e97782SDamjan Jovanovic fi 726711e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/lib/java/hamcrest.jar; then 726811e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/share/lib/java/hamcrest.jar 726911e97782SDamjan Jovanovic fi 727011e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/lib/java/hamcrest.jar; then 727111e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/local/share/lib/java/hamcrest.jar 727211e97782SDamjan Jovanovic fi 727311e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest.jar; then 727411e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/share/java/hamcrest.jar 727511e97782SDamjan Jovanovic fi 727611e97782SDamjan Jovanovic if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest.jar; then 727711e97782SDamjan Jovanovic HAMCREST_CORE_JAR=/usr/local/share/java/classes/hamcrest.jar 7278947c15fcSDamjan Jovanovic fi 7279947c15fcSDamjan Jovanovic else 7280947c15fcSDamjan Jovanovic HAMCREST_CORE_JAR=$with_hamcrest_core 7281947c15fcSDamjan Jovanovic fi 728211e97782SDamjan Jovanovic if test -e "$HAMCREST_CORE_JAR"; then 728311e97782SDamjan Jovanovic AC_MSG_RESULT([yes]) 728411e97782SDamjan Jovanovic if test "$_os" = "WINNT"; then 728511e97782SDamjan Jovanovic HAMCREST_CORE_JAR=`cygpath -m "$HAMCREST_CORE_JAR"` 728611e97782SDamjan Jovanovic fi 7287947c15fcSDamjan Jovanovic else 728811e97782SDamjan Jovanovic if test "$JUNIT_NEEDS_HAMCREST" = "yes"; then 728911e97782SDamjan Jovanovic AC_MSG_ERROR([cannot find hamcrest-core jar; please install one in the 729011e97782SDamjan Jovanovicdefault locations (/usr/share/java or /usr/local/share/java/classes), specify its 7291947c15fcSDamjan Jovanovicpathname via --with-hamcrest-core=..., or disable 729211e97782SDamjan Jovanovicit via --without-hamcrest-core or --without-junit]) 729311e97782SDamjan Jovanovic else 729411e97782SDamjan Jovanovic AC_MSG_RESULT([no, skipping]) 729511e97782SDamjan Jovanovic fi 729611e97782SDamjan Jovanovic fi 729711e97782SDamjan Jovanovicelse 729811e97782SDamjan Jovanovic if test "$JUNIT_NEEDS_HAMCREST" = "yes"; then 729911e97782SDamjan Jovanovic AC_MSG_ERROR([JUnit needs Hamcrest but Hamcrest disabled.]) 7300947c15fcSDamjan Jovanovic fi 7301947c15fcSDamjan Jovanovicfi 7302947c15fcSDamjan JovanovicAC_SUBST(HAMCREST_CORE_JAR) 7303947c15fcSDamjan Jovanovic 7304cdf0e10cSrcweirAC_MSG_CHECKING([which languages to be built]) 7305cdf0e10cSrcweirWITH_LANG="$with_lang" 7306cdf0e10cSrcweirif test -z "$WITH_LANG"; then 7307cdf0e10cSrcweir AC_MSG_RESULT([en-US]) 7308cdf0e10cSrcweirelse 7309cdf0e10cSrcweir AC_MSG_RESULT([$WITH_LANG]) 73103e9d7d56SAndre Fischer ADDITIONAL_REPOSITORIES="$ADDITIONAL_REPOSITORIES ../extras" 73113e9d7d56SAndre Fischer BUILD_TYPE="$BUILD_TYPE L10N" 7312cdf0e10cSrcweirfi 7313cdf0e10cSrcweirAC_SUBST(WITH_LANG) 7314cdf0e10cSrcweir 7315cdf0e10cSrcweirAC_MSG_CHECKING([which languages have poor help localizations]) 7316cdf0e10cSrcweirWITH_POOR_HELP_LOCALIZATIONS="$with_poor_help_localizations" 7317cdf0e10cSrcweirif test -z "$WITH_POOR_HELP_LOCALIZATIONS"; then 7318cdf0e10cSrcweir AC_MSG_RESULT([none]) 7319cdf0e10cSrcweirelse 7320cdf0e10cSrcweir AC_MSG_RESULT([$WITH_POOR_HELP_LOCALIZATIONS]) 7321cdf0e10cSrcweirfi 7322cdf0e10cSrcweirAC_SUBST(WITH_POOR_HELP_LOCALIZATIONS) 7323cdf0e10cSrcweir 7324cdf0e10cSrcweirAC_MSG_CHECKING([which dictionaries to include]) 7325cdf0e10cSrcweirif test -z "$with_dict"; then 7326cdf0e10cSrcweir WITH_DICT=,ALL, 7327cdf0e10cSrcweir AC_MSG_RESULT([ALL]) 7328cdf0e10cSrcweirelse 7329cdf0e10cSrcweir WITH_DICT=","$with_dict"," 7330cdf0e10cSrcweir AC_MSG_RESULT([$with_dict]) 7331cdf0e10cSrcweirfi 7332cdf0e10cSrcweirAC_SUBST(WITH_DICT) 7333cdf0e10cSrcweir 7334cdf0e10cSrcweirAC_MSG_CHECKING([for additional 'intro' bitmaps]) 7335cdf0e10cSrcweirINTRO_BITMAPS= 7336cdf0e10cSrcweirif test -z "$with_intro_bitmaps" -o "$with_intro_bitmaps" = "no" ; then 7337cdf0e10cSrcweir INTRO_BITMAPS= 7338cdf0e10cSrcweir AC_MSG_RESULT([none]) 7339cdf0e10cSrcweirelse 7340cdf0e10cSrcweir for bitmap in `echo $with_intro_bitmaps | tr ',' ' '` ; do 7341cdf0e10cSrcweir case "$bitmap" in 7342073e6ddbSmseidel *.png) ;; 7343073e6ddbSmseidel *) bitmap= ; AC_MSG_WARN([Intro bitmaps should be .png files!]) ;; 7344cdf0e10cSrcweir esac 7345cdf0e10cSrcweir if test -n "$bitmap" ; then 7346cdf0e10cSrcweir INTRO_BITMAPS="$INTRO_BITMAPS $bitmap" 7347cdf0e10cSrcweir fi 7348cdf0e10cSrcweir done 7349cdf0e10cSrcweir AC_MSG_RESULT([$INTRO_BITMAPS]) 7350cdf0e10cSrcweirfi 7351cdf0e10cSrcweirAC_SUBST(INTRO_BITMAPS) 7352cdf0e10cSrcweir 7353cdf0e10cSrcweirAC_MSG_CHECKING([for additional 'about' bitmaps]) 7354cdf0e10cSrcweirABOUT_BITMAPS= 7355cdf0e10cSrcweirif test -z "$with_about_bitmaps" -o "$with_about_bitmaps" = "no" ; then 7356cdf0e10cSrcweir ABOUT_BITMAPS= 7357cdf0e10cSrcweir AC_MSG_RESULT([none]) 7358cdf0e10cSrcweirelse 7359cdf0e10cSrcweir for bitmap in `echo $with_about_bitmaps | tr ',' ' '` ; do 7360cdf0e10cSrcweir case "$bitmap" in 7361073e6ddbSmseidel *.png) ;; 7362073e6ddbSmseidel *) bitmap= ; AC_MSG_WARN([About bitmaps should be .png files!]) ;; 7363cdf0e10cSrcweir esac 7364cdf0e10cSrcweir if test -n "$bitmap" ; then 7365cdf0e10cSrcweir ABOUT_BITMAPS="$ABOUT_BITMAPS $bitmap" 7366cdf0e10cSrcweir fi 7367cdf0e10cSrcweir done 7368cdf0e10cSrcweir AC_MSG_RESULT([$ABOUT_BITMAPS]) 7369cdf0e10cSrcweirfi 7370cdf0e10cSrcweirAC_SUBST(ABOUT_BITMAPS) 7371cdf0e10cSrcweir 7372cdf0e10cSrcweirOOO_VENDOR= 7373cdf0e10cSrcweirAC_MSG_CHECKING([for vendor]) 7374cdf0e10cSrcweirif test -z "$with_vendor" -o "$with_vendor" = "no" ; then 7375cdf0e10cSrcweir AC_MSG_RESULT([not set]) 7376cdf0e10cSrcweirelse 7377cdf0e10cSrcweir OOO_VENDOR="$with_vendor" 7378cdf0e10cSrcweir AC_MSG_RESULT([$OOO_VENDOR]) 7379cdf0e10cSrcweirfi 7380cdf0e10cSrcweirAC_SUBST(OOO_VENDOR) 7381cdf0e10cSrcweir 7382cdf0e10cSrcweirUNIXWRAPPERNAME= 7383cdf0e10cSrcweirAC_MSG_CHECKING([for UNIX wrapper name]) 7384da2e13d4SMatthias Seidelif test -z "$with_unix_wrapper" -o "$with_unix_wrapper" = "no" -o "$with_unix_wrapper" = "yes" ; then 7385cdf0e10cSrcweir AC_MSG_RESULT([not set]) 7386cdf0e10cSrcweirelse 7387cdf0e10cSrcweir UNIXWRAPPERNAME="$with_unix_wrapper" 7388cdf0e10cSrcweir AC_MSG_RESULT([$UNIXWRAPPERNAME]) 7389cdf0e10cSrcweirfi 7390cdf0e10cSrcweirAC_SUBST(UNIXWRAPPERNAME) 7391cdf0e10cSrcweir 7392cdf0e10cSrcweirAC_MSG_CHECKING([whether to statically link to Gtk]) 7393cdf0e10cSrcweirif test -n "$enable_static_gtk" && test "$enable_static_gtk" != "no"; then 7394cdf0e10cSrcweir ENABLE_STATIC_GTK="TRUE" 7395cdf0e10cSrcweir AC_MSG_RESULT([yes]) 7396cdf0e10cSrcweirelse 7397da2e13d4SMatthias Seidel ENABLE_STATIC_GTK="FALSE" 7398cdf0e10cSrcweir AC_MSG_RESULT([no]) 7399cdf0e10cSrcweirfi 7400cdf0e10cSrcweirAC_SUBST(ENABLE_STATIC_GTK) 7401cdf0e10cSrcweir 7402cdf0e10cSrcweirAC_MSG_CHECKING([whether to use layout dialogs]) 7403cdf0e10cSrcweirif test -n "$enable_layout" && test "$enable_layout" != "no"; then 7404cdf0e10cSrcweir ENABLE_LAYOUT="TRUE" 7405cdf0e10cSrcweir AC_MSG_RESULT([yes]) 7406cdf0e10cSrcweirelse 7407da2e13d4SMatthias Seidel ENABLE_LAYOUT="FALSE" 7408cdf0e10cSrcweir AC_MSG_RESULT([no]) 7409cdf0e10cSrcweirfi 7410cdf0e10cSrcweirAC_SUBST(ENABLE_LAYOUT) 7411cdf0e10cSrcweir 7412cdf0e10cSrcweir# =================================================================== 7413cdf0e10cSrcweir# De- or increase default verbosity of build process 7414cdf0e10cSrcweir# =================================================================== 7415cdf0e10cSrcweirAC_MSG_CHECKING([build verbosity]) 7416cdf0e10cSrcweirif test -n "$enable_verbose"; then 7417cdf0e10cSrcweir if test "$enable_verbose" = "yes"; then 7418cdf0e10cSrcweir VERBOSE="TRUE" 7419cdf0e10cSrcweir AC_MSG_RESULT([high]) 7420cdf0e10cSrcweir fi 7421cdf0e10cSrcweir if test "$enable_verbose" = "no"; then 7422cdf0e10cSrcweir VERBOSE="FALSE" 7423cdf0e10cSrcweir AC_MSG_RESULT([low]) 7424cdf0e10cSrcweir fi 7425cdf0e10cSrcweirelse 7426cdf0e10cSrcweir AC_MSG_RESULT([not set]) 7427cdf0e10cSrcweirfi 7428cdf0e10cSrcweirAC_SUBST(VERBOSE) 7429cdf0e10cSrcweir 7430cdf0e10cSrcweirdnl =================================================================== 7431e986c8d8SMatthias Seideldnl Hook up AOOs nodep environmental variable to automake's equivalent 7432cdf0e10cSrcweirdnl --enable-dependency-tracking configure option 7433cdf0e10cSrcweirdnl =================================================================== 7434cdf0e10cSrcweirAC_MSG_CHECKING([whether to enable dependency tracking]) 7435cdf0e10cSrcweirif test "$enable_dependency_tracking" = "no"; then 7436cdf0e10cSrcweir nodep=TRUE 7437cdf0e10cSrcweir AC_MSG_RESULT([no]) 7438cdf0e10cSrcweirelse 7439cdf0e10cSrcweir AC_MSG_RESULT([yes]) 7440cdf0e10cSrcweirfi 7441cdf0e10cSrcweirAC_SUBST(nodep) 7442cdf0e10cSrcweir 7443cdf0e10cSrcweirdnl =================================================================== 7444cdf0e10cSrcweirdnl Setting up the environment. 7445cdf0e10cSrcweirdnl =================================================================== 7446cdf0e10cSrcweirecho "********************************************************************" 7447cdf0e10cSrcweirecho "* *" 7448cdf0e10cSrcweirecho "* Setting up the build environment variables. *" 7449cdf0e10cSrcweirecho "* *" 7450cdf0e10cSrcweirecho "********************************************************************" 7451cdf0e10cSrcweir 7452cdf0e10cSrcweirif test -z "$COMPATH"; then 7453cdf0e10cSrcweir AC_MSG_ERROR([No compiler found.]) 7454cdf0e10cSrcweirfi 7455cdf0e10cSrcweirAC_SUBST(COMPATH) 74561e1ac450SHerbert DürrAC_SUBST(CC_PATH) 7457cdf0e10cSrcweir 7458cdf0e10cSrcweirAC_MSG_CHECKING([solver path]) 7459cdf0e10cSrcweirif test -z "$with_local_solver"; then 7460cdf0e10cSrcweir LOCAL_SOLVER="DEFAULT" 7461cdf0e10cSrcweir AC_MSG_RESULT([default]) 7462cdf0e10cSrcweirelse 7463cdf0e10cSrcweir LOCAL_SOLVER=$with_local_solver 7464cdf0e10cSrcweir AC_MSG_RESULT([$with_local_solver]) 7465cdf0e10cSrcweirfi 7466cdf0e10cSrcweirAC_SUBST(LOCAL_SOLVER) 7467cdf0e10cSrcweir 7468cdf0e10cSrcweirAC_SUBST(BUILD_TYPE) 7469149f2bc0SAndre FischerAC_SUBST(ADDITIONAL_REPOSITORIES) 7470cdf0e10cSrcweir 7471da2e13d4SMatthias Seidel# make sure config.guess is +x; we execute config.guess, so it has to be so; 7472cdf0e10cSrcweirchmod +x ./config.guess 7473cdf0e10cSrcweir 74749ef65f0eSAndre Fischer# Create files from their *.in templates. 74759ef65f0eSAndre FischerAC_CONFIG_FILES([set_soenv Makefile]) 74769ef65f0eSAndre Fischer 74779ef65f0eSAndre FischerAC_MSG_NOTICE([writing config.status]) 74789ef65f0eSAndre FischerAC_OUTPUT 7479cdf0e10cSrcweir 7480cdf0e10cSrcweirdnl Executing the set_soenv script to setup the environment variables. 7481cdf0e10cSrcweirchmod a+x set_soenv 7482cdf0e10cSrcweirif test -z "$enable_check_only"; then 7483cdf0e10cSrcweir './set_soenv' 7484cdf0e10cSrcweirelse 7485cdf0e10cSrcweir echo 7486cdf0e10cSrcweir echo Test Complete 7487cdf0e10cSrcweir echo No environment file will be generated 7488cdf0e10cSrcweir echo 7489cdf0e10cSrcweir num_warnings=`wc -l warn` 7490cdf0e10cSrcweir _num=`echo $num_warnings | $AWK '{ print $1 }'` 7491cdf0e10cSrcweir if test $_num -gt 0; then 7492cdf0e10cSrcweir echo The following warning\(s\) were generated by configure 7493cdf0e10cSrcweir echo ---------------------------------------------------- 7494cdf0e10cSrcweir echo 7495cdf0e10cSrcweir cat warn 7496cdf0e10cSrcweir echo 7497cdf0e10cSrcweir else 7498cdf0e10cSrcweir echo There were no warnings 7499cdf0e10cSrcweir fi 7500cdf0e10cSrcweir echo 7501da2e13d4SMatthias Seidelfi 7502f0157b90Skschenk 750336a2d835Smseidel 7504