configure.ac (010ec03a) configure.ac (3edd2c3e)
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl * Date: $Date: 2008-09-08 07:38:40 $
7dnl *
8dnl * Desc: This file serves as input for the GNU autoconf package

--- 5753 unchanged lines hidden (view full) ---

5762Get it from the Microsoft site and put it into external/dbghelp.
5763(Note: Microsoft seems to enjoy changing the exact location of this file. You
5764may have to search Microsoft's website.) Last time it was seen at:
5765<http://www.microsoft.com/downloads/release.asp?releaseid=30682>.])
5766 fi
5767fi
5768
5769dnl ===================================================================
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl * Date: $Date: 2008-09-08 07:38:40 $
7dnl *
8dnl * Desc: This file serves as input for the GNU autoconf package

--- 5753 unchanged lines hidden (view full) ---

5762Get it from the Microsoft site and put it into external/dbghelp.
5763(Note: Microsoft seems to enjoy changing the exact location of this file. You
5764may have to search Microsoft's website.) Last time it was seen at:
5765<http://www.microsoft.com/downloads/release.asp?releaseid=30682>.])
5766 fi
5767fi
5768
5769dnl ===================================================================
5770dnl Windows builds need vcredist_x*.exe in external/vcredist/
5771dnl ===================================================================
5772WITH_VC_REDIST=""
5773
5774if test "$_os" = "WINNT"; then
5775 AC_MSG_CHECKING([for vcredist_x86.exe])
5776 if test -x ./external/vcredist/vcredist_x86.exe; then
5777 AC_MSG_RESULT([found and executable])
5778 else
5779 AC_MSG_ERROR([ vcredist_x86.exe is missing in external/vcredist/.
5780Get it from the Microsoft site and put it into external/vcredist. You can try
5781to download it from http://www.microsoft.com/download/en/search.aspx?q=redistributable%20package.])
5782 fi
5783 AC_MSG_CHECKING([for vcredist_x64.exe])
5784 if test -x ./external/vcredist/vcredist_x64.exe; then
5785 AC_MSG_RESULT([found and executable])
5786 else
5787 AC_MSG_ERROR([ vcredist_x64.exe is missing in external/vcredist/.
5788Get it from the Microsoft site and put it into external/vcredist. You can try
5789to download it from http://www.microsoft.com/download/en/search.aspx?q=redistributable%20package.])
5790 fi
5791 WITH_VC_REDIST=YES
5792 AC_SUBST(WITH_VC_REDIST)
5793fi
5794
5795dnl ===================================================================
5770dnl Windows builds - use oowintool to copy CRT dlls and manifest
5771dnl ===================================================================
5772if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
5773 if ./oowintool --msvc-copy-dlls ./external/msvcp ; then
5774 :
5775 else
5776 AC_MSG_ERROR([oowintool failed to copy CRT])
5777 fi

--- 1544 unchanged lines hidden ---
5796dnl Windows builds - use oowintool to copy CRT dlls and manifest
5797dnl ===================================================================
5798if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
5799 if ./oowintool --msvc-copy-dlls ./external/msvcp ; then
5800 :
5801 else
5802 AC_MSG_ERROR([oowintool failed to copy CRT])
5803 fi

--- 1544 unchanged lines hidden ---