| configure.ac (37cc8903) | configure.ac (407bc2ee) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 157 unchanged lines hidden (view full) --- 166],,enable_fontconfig=yes) 167AC_ARG_ENABLE(directx, 168[ --disable-directx Remove DirectX implementation for the new XCanvas 169 interface. The DirectX support requires more stuff 170 installed on Windows to compile. 171 (DirectX SDK, GDI+ libs) 172],,enable_directx=yes) 173AC_ARG_ENABLE(activex, | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 157 unchanged lines hidden (view full) --- 166],,enable_fontconfig=yes) 167AC_ARG_ENABLE(directx, 168[ --disable-directx Remove DirectX implementation for the new XCanvas 169 interface. The DirectX support requires more stuff 170 installed on Windows to compile. 171 (DirectX SDK, GDI+ libs) 172],,enable_directx=yes) 173AC_ARG_ENABLE(activex, |
| 174[ --disable-activex Disable the use of ActiveX for windows build. | 174[ --disable-activex Disable the use of ActiveX for Windows build. |
| 175 This switch is mandatory when using VC++ 2005/2008 Express. 176 Alternatively you can use the Windows Driver Kit (WDK) and 177 configure with the following switches: 178 --with-atl-include-dir=$WDK_HOME\inc\atl71 179 --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 180 --with-mfc-include-dir=$WDK_HOME\inc\mfc42 181 --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 182],,) 183 184AC_ARG_ENABLE(atl, | 175 This switch is mandatory when using VC++ 2005/2008 Express. 176 Alternatively you can use the Windows Driver Kit (WDK) and 177 configure with the following switches: 178 --with-atl-include-dir=$WDK_HOME\inc\atl71 179 --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 180 --with-mfc-include-dir=$WDK_HOME\inc\mfc42 181 --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 182],,) 183 184AC_ARG_ENABLE(atl, |
| 185[ --disable-atl Disable the use of ATL for windows build. | 185[ --disable-atl Disable the use of ATL for Windows build. |
| 186 This switch is mandatory when using VC++ 2005/2008 Express. 187 Alternatively you can use the Windows Driver Kit (WDK) and 188 configure with the following switches: 189 --with-atl-include-dir=$WDK_HOME\inc\atl71 190 --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 191 --with-mfc-include-dir=$WDK_HOME\inc\mfc42 192 --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 193],,) 194 195AC_ARG_WITH(atl-include-dir, | 186 This switch is mandatory when using VC++ 2005/2008 Express. 187 Alternatively you can use the Windows Driver Kit (WDK) and 188 configure with the following switches: 189 --with-atl-include-dir=$WDK_HOME\inc\atl71 190 --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 191 --with-mfc-include-dir=$WDK_HOME\inc\mfc42 192 --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 193],,) 194 195AC_ARG_WITH(atl-include-dir, |
| 196[ --with-atl-include-dir Path to ATL include directory for windows build. | 196[ --with-atl-include-dir Path to ATL include directory for Windows build. |
| 197 This switch is mandatory when using VC++ 2008 Express 198 and configuring with ATL/ActiveX enabled. 199 You can use the Windows Driver Kit (WDK) and 200 configure with the following switch: 201 --with-atl-include-dir=$WDK_HOME\inc\atl71 202],,) 203 204AC_ARG_WITH(atl-lib-dir, | 197 This switch is mandatory when using VC++ 2008 Express 198 and configuring with ATL/ActiveX enabled. 199 You can use the Windows Driver Kit (WDK) and 200 configure with the following switch: 201 --with-atl-include-dir=$WDK_HOME\inc\atl71 202],,) 203 204AC_ARG_WITH(atl-lib-dir, |
| 205[ --with-atl-lib-dir Path to ATL libraries directory for windows build. | 205[ --with-atl-lib-dir Path to ATL libraries directory for Windows build. |
| 206 This switch is mandatory when using VC++ 2008 Express 207 and configuring with ATL/ActiveX enabled. 208 You can use the Windows Driver Kit (WDK) and 209 configure with the following switch: 210 --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 211],,) 212 213AC_ARG_WITH(mfc-include-dir, | 206 This switch is mandatory when using VC++ 2008 Express 207 and configuring with ATL/ActiveX enabled. 208 You can use the Windows Driver Kit (WDK) and 209 configure with the following switch: 210 --with-atl-lib-dir=$WDK_HOME\lib\ATL\i386 211],,) 212 213AC_ARG_WITH(mfc-include-dir, |
| 214[ --with-mfc-include-dir Path to MFC include directory for windows build. | 214[ --with-mfc-include-dir Path to MFC include directory for Windows build. |
| 215 This switch is mandatory when using VC++ 2008 Express 216 and configuring with ATL/ActiveX enabled. 217 You can use the Windows Driver Kit (WDK) and 218 configure with the following switch: 219 --with-mfc-include-dir=$WDK_HOME\inc\mfc42 220],,) 221 222AC_ARG_WITH(mfc-lib-dir, | 215 This switch is mandatory when using VC++ 2008 Express 216 and configuring with ATL/ActiveX enabled. 217 You can use the Windows Driver Kit (WDK) and 218 configure with the following switch: 219 --with-mfc-include-dir=$WDK_HOME\inc\mfc42 220],,) 221 222AC_ARG_WITH(mfc-lib-dir, |
| 223[ --with-mfc-lib-dir Path to MFC libraries directory for windows build. | 223[ --with-mfc-lib-dir Path to MFC libraries directory for Windows build. |
| 224 This switch is mandatory when using VC++ 2008 Express 225 and configuring with ATL/ActiveX enabled. 226 You can use the Windows Driver Kit (WDK) and 227 configure with the following switch: 228 --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 229],,) 230 231 --- 69 unchanged lines hidden (view full) --- 301AC_ARG_WITH(system-cairo, 302[ --with-system-cairo Use Cairo libraries already on system 303],,) 304AC_ARG_ENABLE(cairo-canvas, 305[ --disable-cairo-canvas Determines whether to build the Cairo canvas on 306 platforms where Cairo is available. 307],,enable_cairo_canvas=yes) 308AC_ARG_ENABLE(opengl, | 224 This switch is mandatory when using VC++ 2008 Express 225 and configuring with ATL/ActiveX enabled. 226 You can use the Windows Driver Kit (WDK) and 227 configure with the following switch: 228 --with-mfc-lib-dir=$WDK_HOME\lib\Mfc\i386 229],,) 230 231 --- 69 unchanged lines hidden (view full) --- 301AC_ARG_WITH(system-cairo, 302[ --with-system-cairo Use Cairo libraries already on system 303],,) 304AC_ARG_ENABLE(cairo-canvas, 305[ --disable-cairo-canvas Determines whether to build the Cairo canvas on 306 platforms where Cairo is available. 307],,enable_cairo_canvas=yes) 308AC_ARG_ENABLE(opengl, |
| 309[ --enable-opengl Determines whether to build the OpenGL 3D slide | 309[ --enable-opengl Determines whether to build the OpenGL 3D slide |
| 310 transitions component 311],,enable_opengl=no) 312AC_ARG_ENABLE(dbus, | 310 transitions component 311],,enable_opengl=no) 312AC_ARG_ENABLE(dbus, |
| 313[ --enable-dbus Determines whether to enable presentation mode | 313[ --enable-dbus Determines whether to enable presentation mode |
| 314 screensaver control under GNOME via DBUS 315],,enable_dbus=no) 316AC_ARG_ENABLE(gconf, 317[ --disable-gconf Determines whether to use the GConf support 318],,enable_gconf=yes) 319AC_ARG_ENABLE(gnome-vfs, 320[ --disable-gnome-vfs Determines whether to use the Gnome Virtual Filing 321 System on platforms where that VFS is available 322],,enable_gnome_vfs=no) 323AC_ARG_ENABLE(gio, 324[ --enable-gio Determines whether to use the GIO support 325],,enable_gio=yes) 326AC_ARG_ENABLE(static-gtk, 327[ --enable-static-gtk Modules that are linked against gtk libraries use | 314 screensaver control under GNOME via DBUS 315],,enable_dbus=no) 316AC_ARG_ENABLE(gconf, 317[ --disable-gconf Determines whether to use the GConf support 318],,enable_gconf=yes) 319AC_ARG_ENABLE(gnome-vfs, 320[ --disable-gnome-vfs Determines whether to use the Gnome Virtual Filing 321 System on platforms where that VFS is available 322],,enable_gnome_vfs=no) 323AC_ARG_ENABLE(gio, 324[ --enable-gio Determines whether to use the GIO support 325],,enable_gio=yes) 326AC_ARG_ENABLE(static-gtk, 327[ --enable-static-gtk Modules that are linked against gtk libraries use |
| 328 the static libraries instead of the dynamic ones. | 328 the static libraries instead of the dynamic ones. |
| 329 (enables -Bstatic linker flag for gtk libraries) 330],,) 331AC_ARG_ENABLE(layout, 332[ --enable-layout Enable the compilation and use of layout dialogs 333],,) 334AC_ARG_ENABLE(nss-module, | 329 (enables -Bstatic linker flag for gtk libraries) 330],,) 331AC_ARG_ENABLE(layout, 332[ --enable-layout Enable the compilation and use of layout dialogs 333],,) 334AC_ARG_ENABLE(nss-module, |
| 335[ --disable-nss-module Whether to use the NSS module that is used for xml-security | 335[ --disable-nss-module Whether to use the NSS module that is used for xml-security |
| 336],,enable_nss_module=yes) 337AC_ARG_ENABLE(kde, 338[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms 339 where Qt and KDE are available. 340],,) 341AC_ARG_ENABLE(kde4, 342[ --enable-kde4 Determines whether to use Qt4/KDE4 vclplug on platforms | 336],,enable_nss_module=yes) 337AC_ARG_ENABLE(kde, 338[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms 339 where Qt and KDE are available. 340],,) 341AC_ARG_ENABLE(kde4, 342[ --enable-kde4 Determines whether to use Qt4/KDE4 vclplug on platforms |
| 343 where Qt4 and KDE4 are available. May be used with --enable-kde | 343 where Qt4 and KDE4 are available. May be used with --enable-kde |
| 344 if you want to support both KDE3 and KDE4. 345],,) 346AC_ARG_ENABLE(rpath, 347[ --disable-rpath Disable the use of relative paths in shared libraries 348],,) 349AC_ARG_ENABLE(pam, 350[ --disable-pam Disable pam support. 351],,) --- 7 unchanged lines hidden (view full) --- 359],,enable_crypt_link=yes) 360AC_ARG_ENABLE(xrender-link, 361[ --enable-xrender-link link with libXrender instead of dynamically open it 362],,) 363AC_ARG_ENABLE(randr, 364[ --disable-randr disable RandR support in the vcl project 365],,enable_randr=yes) 366AC_ARG_ENABLE(randr-link, | 344 if you want to support both KDE3 and KDE4. 345],,) 346AC_ARG_ENABLE(rpath, 347[ --disable-rpath Disable the use of relative paths in shared libraries 348],,) 349AC_ARG_ENABLE(pam, 350[ --disable-pam Disable pam support. 351],,) --- 7 unchanged lines hidden (view full) --- 359],,enable_crypt_link=yes) 360AC_ARG_ENABLE(xrender-link, 361[ --enable-xrender-link link with libXrender instead of dynamically open it 362],,) 363AC_ARG_ENABLE(randr, 364[ --disable-randr disable RandR support in the vcl project 365],,enable_randr=yes) 366AC_ARG_ENABLE(randr-link, |
| 367[ --disable-randr-link disable linking with libXrandr, instead dynamically | 367[ --disable-randr-link disable linking with libXrandr, instead dynamically |
| 368 open it at runtime 369],,enable_randr_link=yes) 370AC_ARG_WITH(bundled-extension-blobs, 371[ --with-bundled-extension-blobs Whitespace separated list of files in the tarball directory 372 that are to be bundled as-is for installation as extensions 373 at the first program start. Make sure to only bundle extensions 374 which can be installed without requiring a license dialog 375 and comply with their distribution requirements by updating the --- 412 unchanged lines hidden (view full) --- 788AC_ARG_WITH(system-coinmp, 789[ --with-system-coinmp Use CoinMP library already installed on the system 790],,) 791AC_ARG_ENABLE(coinmp, 792[ --disable-coinmp Do not use CoinMP as the Calc solver. 793],,) 794AC_ARG_ENABLE(check-only, 795[ --enable-check-only Use this option option if you just want to check your | 368 open it at runtime 369],,enable_randr_link=yes) 370AC_ARG_WITH(bundled-extension-blobs, 371[ --with-bundled-extension-blobs Whitespace separated list of files in the tarball directory 372 that are to be bundled as-is for installation as extensions 373 at the first program start. Make sure to only bundle extensions 374 which can be installed without requiring a license dialog 375 and comply with their distribution requirements by updating the --- 412 unchanged lines hidden (view full) --- 788AC_ARG_WITH(system-coinmp, 789[ --with-system-coinmp Use CoinMP library already installed on the system 790],,) 791AC_ARG_ENABLE(coinmp, 792[ --disable-coinmp Do not use CoinMP as the Calc solver. 793],,) 794AC_ARG_ENABLE(check-only, 795[ --enable-check-only Use this option option if you just want to check your |
| 796 environment. This option stops the generation of an | 796 environment. This option stops the generation of an |
| 797 ????env.set 798 799 Usage: --enable-check-only=yes 800],,) 801AC_ARG_ENABLE(ccache-skip, | 797 ????env.set 798 799 Usage: --enable-check-only=yes 800],,) 801AC_ARG_ENABLE(ccache-skip, |
| 802[[ --enable-ccache-skip [default=auto] allow the use of --ccache-skip to 803 escape compiler flags that would otherwise prevent | 802[[ --enable-ccache-skip [default=auto] allow the use of --ccache-skip to 803 escape compiler flags that would otherwise prevent |
| 804 caching of the result (currently used on Mac only) 805 NOTE: requires patched version because of a bug in 806 ccache (see issue 104567 for details and patch) | 804 caching of the result (currently used on Mac only) 805 NOTE: requires patched version because of a bug in 806 ccache (see issue 104567 for details and patch) |
| 807 explicitly enable if your version of ccache does not | 807 explicitly enable if your version of ccache does not |
| 808 identify as version 2.4_OOo 809]],,enable_ccache_skip=auto) 810AC_ARG_WITH(lang, 811[ --with-lang Use this option to build Apache OpenOffice with 812 additional language support. English (US) is always 813 included by default. Separate multiple languages with 814 space. For all languages, use --with-lang=ALL. 815 --- 57 unchanged lines hidden (view full) --- 873[ --with-os-version For FreeBSD users, use this option option to override 874 the detected OSVERSION. 875 876 Usage: --with-os-version=<OSVERSION> 877],,) 878AC_ARG_WITH(unzip-home, 879[ --with-unzip-home Deprecated: use --with-zip-home instead],,) 880AC_ARG_WITH(zip-home, | 808 identify as version 2.4_OOo 809]],,enable_ccache_skip=auto) 810AC_ARG_WITH(lang, 811[ --with-lang Use this option to build Apache OpenOffice with 812 additional language support. English (US) is always 813 included by default. Separate multiple languages with 814 space. For all languages, use --with-lang=ALL. 815 --- 57 unchanged lines hidden (view full) --- 873[ --with-os-version For FreeBSD users, use this option option to override 874 the detected OSVERSION. 875 876 Usage: --with-os-version=<OSVERSION> 877],,) 878AC_ARG_WITH(unzip-home, 879[ --with-unzip-home Deprecated: use --with-zip-home instead],,) 880AC_ARG_WITH(zip-home, |
| 881[ --with-zip-home If you use a non standard zip, for example windows | 881[ --with-zip-home If you use a non standard zip, for example Windows |
| 882 please supply the path for zip 883 884 Usage: --with-zip-home=<path to zip executable> 885],,) 886AC_ARG_WITH(mingwin, 887[ --with-mingwin For Windows users, use the mingwin32 compiler within 888 cygwin environment 889 --- 118 unchanged lines hidden (view full) --- 1008 LOCAL_SOLENV="DEFAULT" 1009 AC_MSG_RESULT([default]) 1010else 1011 LOCAL_SOLENV=$with_local_solenv 1012 AC_MSG_RESULT([$with_local_solenv]) 1013fi 1014AC_SUBST(LOCAL_SOLENV) 1015 | 882 please supply the path for zip 883 884 Usage: --with-zip-home=<path to zip executable> 885],,) 886AC_ARG_WITH(mingwin, 887[ --with-mingwin For Windows users, use the mingwin32 compiler within 888 cygwin environment 889 --- 118 unchanged lines hidden (view full) --- 1008 LOCAL_SOLENV="DEFAULT" 1009 AC_MSG_RESULT([default]) 1010else 1011 LOCAL_SOLENV=$with_local_solenv 1012 AC_MSG_RESULT([$with_local_solenv]) 1013fi 1014AC_SUBST(LOCAL_SOLENV) 1015 |
| 1016if test "$LOCAL_SOLENV" = "DEFAULT"; then | 1016if test "$LOCAL_SOLENV" = "DEFAULT"; then |
| 1017 _solenv="./solenv" 1018else 1019 _solenv="$LOCAL_SOLENV" 1020fi 1021AC_SUBST(_solenv) 1022 1023if test -e $_solenv/inc/minor.mk; then 1024 # Get UPD number from ./solenv/inc/minor.mk --- 560 unchanged lines hidden (view full) --- 1585if test -n "$with_bundled_extension_blobs"; then 1586 BUNDLED_EXTENSION_BLOBS="$with_bundled_extension_blobs" 1587else 1588 BUNDLED_EXTENSION_BLOBS= 1589fi 1590AC_SUBST(BUNDLED_EXTENSION_BLOBS) 1591 1592#dnl =================================================================== | 1017 _solenv="./solenv" 1018else 1019 _solenv="$LOCAL_SOLENV" 1020fi 1021AC_SUBST(_solenv) 1022 1023if test -e $_solenv/inc/minor.mk; then 1024 # Get UPD number from ./solenv/inc/minor.mk --- 560 unchanged lines hidden (view full) --- 1585if test -n "$with_bundled_extension_blobs"; then 1586 BUNDLED_EXTENSION_BLOBS="$with_bundled_extension_blobs" 1587else 1588 BUNDLED_EXTENSION_BLOBS= 1589fi 1590AC_SUBST(BUNDLED_EXTENSION_BLOBS) 1591 1592#dnl =================================================================== |
| 1593#dnl Check extensions that are to be bundled as pre-registerd | 1593#dnl Check extensions that are to be bundled as pre-registered |
| 1594#dnl =================================================================== 1595if test -n "$with_bundled_prereg_extensions"; then 1596 BUNDLED_PREREG_EXTENSIONS="$with_bundled_prereg_extensions" 1597else 1598 BUNDLED_PREREG_EXTENSIONS= 1599fi 1600AC_SUBST(BUNDLED_PREREG_EXTENSIONS) 1601 --- 32 unchanged lines hidden (view full) --- 1634AC_SUBST(SYSTEM_DICTS) 1635AC_SUBST(DICT_SYSTEM_DIR) 1636AC_SUBST(HYPH_SYSTEM_DIR) 1637AC_SUBST(THES_SYSTEM_DIR) 1638 1639if test $_os = "WINNT"; then 1640 AC_MSG_CHECKING([Windows build environment sanity]) 1641 dnl =================================================================== | 1594#dnl =================================================================== 1595if test -n "$with_bundled_prereg_extensions"; then 1596 BUNDLED_PREREG_EXTENSIONS="$with_bundled_prereg_extensions" 1597else 1598 BUNDLED_PREREG_EXTENSIONS= 1599fi 1600AC_SUBST(BUNDLED_PREREG_EXTENSIONS) 1601 --- 32 unchanged lines hidden (view full) --- 1634AC_SUBST(SYSTEM_DICTS) 1635AC_SUBST(DICT_SYSTEM_DIR) 1636AC_SUBST(HYPH_SYSTEM_DIR) 1637AC_SUBST(THES_SYSTEM_DIR) 1638 1639if test $_os = "WINNT"; then 1640 AC_MSG_CHECKING([Windows build environment sanity]) 1641 dnl =================================================================== |
| 1642 dnl Sanity check! Native windows programs cannot use cygwin symlinks! | 1642 dnl Sanity check! Native Windows programs cannot use cygwin symlinks! |
| 1643 dnl =================================================================== 1644 dnl As long as awk instead of $AWK is used somewhere in the sources, 1645 dnl check for $AWK and awk. $AWK is pointing to gawk in cygwin. 1646 if test -L $AWK -o -L `which awk` -o -L `which tar` -o -L `which gunzip` ; then 1647 AC_MSG_ERROR([$AWK, awk, tar or gunzip is a cygwin symlink! | 1643 dnl =================================================================== 1644 dnl As long as awk instead of $AWK is used somewhere in the sources, 1645 dnl check for $AWK and awk. $AWK is pointing to gawk in cygwin. 1646 if test -L $AWK -o -L `which awk` -o -L `which tar` -o -L `which gunzip` ; then 1647 AC_MSG_ERROR([$AWK, awk, tar or gunzip is a cygwin symlink! |
| 1648Native windows programs cannot use cygwin symlinks. Remove the symbolic | 1648Native Windows programs cannot use cygwin symlinks. Remove the symbolic |
| 1649link, and copy the program to the name of the link.]) 1650 fi 1651 dnl =================================================================== 1652 dnl Another sanity check! More a band-aid. winenv.* adds guw.exe to 1653 dnl CC and CXX but the configure checks here assume that guw.exe 1654 dnl (if needed at all) is not yet present. 1655 dnl =================================================================== 1656 CC=`echo $CC | $SED "s/^guw.exe //"` --- 739 unchanged lines hidden (view full) --- 2396 FRAME_HOME=`cygpath -u "$FRAME_HOME"` 2397fi 2398AC_SUBST(MIDL_PATH) 2399AC_SUBST(CSC_PATH) 2400AC_SUBST(FRAME_HOME) 2401fi 2402 2403dnl =================================================================== | 1649link, and copy the program to the name of the link.]) 1650 fi 1651 dnl =================================================================== 1652 dnl Another sanity check! More a band-aid. winenv.* adds guw.exe to 1653 dnl CC and CXX but the configure checks here assume that guw.exe 1654 dnl (if needed at all) is not yet present. 1655 dnl =================================================================== 1656 CC=`echo $CC | $SED "s/^guw.exe //"` --- 739 unchanged lines hidden (view full) --- 2396 FRAME_HOME=`cygpath -u "$FRAME_HOME"` 2397fi 2398AC_SUBST(MIDL_PATH) 2399AC_SUBST(CSC_PATH) 2400AC_SUBST(FRAME_HOME) 2401fi 2402 2403dnl =================================================================== |
| 2404dnl Check if stdc headers are available excluding windows. | 2404dnl Check if stdc headers are available excluding Windows. |
| 2405dnl =================================================================== 2406if test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then 2407 AC_HEADER_STDC 2408fi 2409 2410dnl =================================================================== 2411dnl Find pre-processors. 2412dnl =================================================================== --- 982 unchanged lines hidden (view full) --- 3395dnl =================================================================== 3396dnl Checks for programs. 3397dnl =================================================================== 3398 3399AC_MSG_CHECKING([whether to enable EPM for packing]) 3400if test "$enable_epm" = "yes"; then 3401 AC_MSG_RESULT([yes]) 3402 dnl =================================================================== | 2405dnl =================================================================== 2406if test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then 2407 AC_HEADER_STDC 2408fi 2409 2410dnl =================================================================== 2411dnl Find pre-processors. 2412dnl =================================================================== --- 982 unchanged lines hidden (view full) --- 3395dnl =================================================================== 3396dnl Checks for programs. 3397dnl =================================================================== 3398 3399AC_MSG_CHECKING([whether to enable EPM for packing]) 3400if test "$enable_epm" = "yes"; then 3401 AC_MSG_RESULT([yes]) 3402 dnl =================================================================== |
| 3403 dnl Check for epm - not needed for windows | 3403 dnl Check for epm - not needed for Windows |
| 3404 dnl =================================================================== 3405 if test "$_os" != "WINNT"; then 3406 if test -n "$with_epm"; then 3407 EPM=$with_epm 3408 else 3409 AC_PATH_PROG(EPM, epm, no) 3410 fi 3411 --- 1886 unchanged lines hidden (view full) --- 5298 if test -f "$PSDK_HOME/Lib/libcp.lib"; then 5299 AC_MSG_ERROR([ 5300 5301Some modules do not build correctly with MS Platform SDK - April 2005 5302Edition if the library ($PSDK_HOME/Lib/libcp.lib) is found. 5303Remove/rename/backup that file and restart configure. Details about this 5304problem can be found in issue 49856.]) 5305 fi | 3404 dnl =================================================================== 3405 if test "$_os" != "WINNT"; then 3406 if test -n "$with_epm"; then 3407 EPM=$with_epm 3408 else 3409 AC_PATH_PROG(EPM, epm, no) 3410 fi 3411 --- 1886 unchanged lines hidden (view full) --- 5298 if test -f "$PSDK_HOME/Lib/libcp.lib"; then 5299 AC_MSG_ERROR([ 5300 5301Some modules do not build correctly with MS Platform SDK - April 2005 5302Edition if the library ($PSDK_HOME/Lib/libcp.lib) is found. 5303Remove/rename/backup that file and restart configure. Details about this 5304problem can be found in issue 49856.]) 5305 fi |
| 5306# WIndows SDK has different headers | 5306# Windows SDK has different headers |
| 5307 if test \( -f "$PSDK_HOME/Include/adoint.h" \) \ 5308 -a \( -f "$PSDK_HOME/Include/SqlUcode.h" \) \ 5309 -a \( -f "$PSDK_HOME/Include/usp10.h" \); then 5310 HAVE_PSDK_H="yes" 5311 else 5312 HAVE_PSDK_H="no" 5313 fi 5314 if test -f "$PSDK_HOME/lib/unicows.lib"; then --- 2120 unchanged lines hidden --- | 5307 if test \( -f "$PSDK_HOME/Include/adoint.h" \) \ 5308 -a \( -f "$PSDK_HOME/Include/SqlUcode.h" \) \ 5309 -a \( -f "$PSDK_HOME/Include/usp10.h" \); then 5310 HAVE_PSDK_H="yes" 5311 else 5312 HAVE_PSDK_H="no" 5313 fi 5314 if test -f "$PSDK_HOME/lib/unicows.lib"; then --- 2120 unchanged lines hidden --- |