| configure.ac (85e23226) | configure.ac (1706e35b) |
|---|---|
| 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 --- 5765 unchanged lines hidden (view full) --- 5774 MFC_LIB=`cygpath -u "$with_mfc_lib_dir"` 5775 fi 5776 5777 ATL_INCLUDE=`echo $ATL_INCLUDE | $SED 's/\/$//'` 5778 ATL_LIB=`echo $ATL_LIB | $SED 's/\/$//'` 5779 MFC_INCLUDE=`echo $MFC_INCLUDE | $SED 's/\/$//'` 5780 MFC_LIB=`echo $MFC_LIB | $SED 's/\/$//'` 5781 | 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 --- 5765 unchanged lines hidden (view full) --- 5774 MFC_LIB=`cygpath -u "$with_mfc_lib_dir"` 5775 fi 5776 5777 ATL_INCLUDE=`echo $ATL_INCLUDE | $SED 's/\/$//'` 5778 ATL_LIB=`echo $ATL_LIB | $SED 's/\/$//'` 5779 MFC_INCLUDE=`echo $MFC_INCLUDE | $SED 's/\/$//'` 5780 MFC_LIB=`echo $MFC_LIB | $SED 's/\/$//'` 5781 |
| 5782 if test -f "$ATL_INCLUDE/atlase.h"; then | 5782 AC_MSG_NOTICE([looking for atlbase.h in "$ATL_INCLUDE"]) 5783 if test -f "$ATL_INCLUDE/atlbase.h"; then |
| 5783 HAVE_ATL_H="yes" 5784 else | 5784 HAVE_ATL_H="yes" 5785 else |
| 5785 HAVA_ATL_H="no" | 5786 HAVE_ATL_H="no" |
| 5786 fi | 5787 fi |
| 5788 AC_MSG_NOTICE([found atlbase.h in "$ATL_INCLUDE"? "$HAVE_ATL_H"]) 5789 5790 AC_MSG_NOTICE([looking for afx.h in "$MFC_INCLUDE"]) |
|
| 5787 if test -f "$MFC_INCLUDE/afx.h"; then 5788 HAVE_MFC_H="yes" 5789 else | 5791 if test -f "$MFC_INCLUDE/afx.h"; then 5792 HAVE_MFC_H="yes" 5793 else |
| 5790 HAVA_MFC_H="no" | 5794 HAVE_MFC_H="no" |
| 5791 fi | 5795 fi |
| 5796 AC_MSG_NOTICE([found afx.h in "$MFC_INCLUDE"? "$HAVE_MFC_H"]) 5797 5798 AC_MSG_NOTICE([looking for atls.lib in "$ATL_LIB"]) |
|
| 5792 if test -f "$ATL_LIB/atls.lib"; then 5793 HAVE_ATL_LIB="yes" | 5799 if test -f "$ATL_LIB/atls.lib"; then 5800 HAVE_ATL_LIB="yes" |
| 5801 AC_MSG_NOTICE([looking for atlthunk.lib in "$ATL_LIB"]) |
|
| 5794 if test -f "$ATL_LIB/atlthunk.lib"; then 5795 HAVE_ATLTHUNK="YES" 5796 else 5797 HAVE_ATLTHUNK="NO" 5798 fi | 5802 if test -f "$ATL_LIB/atlthunk.lib"; then 5803 HAVE_ATLTHUNK="YES" 5804 else 5805 HAVE_ATLTHUNK="NO" 5806 fi |
| 5807 AC_MSG_NOTICE([found atlthunk.lib in "$ATL_LIB"? "$HAVE_ATLTHUNK"]) |
|
| 5799 else 5800 HAVE_ATL_LIB="no" 5801 fi | 5808 else 5809 HAVE_ATL_LIB="no" 5810 fi |
| 5811 AC_MSG_NOTICE([found atls.lib in "$ATL_LIB"? "$HAVE_ATL_LIB"]) |
|
| 5802 5803 dnl TODO check also MFC libraries, they seem to have diferent names 5804 dnl mfc42.lib mfc90.lib 5805 if test -d "$MFC_LIB"; then 5806 HAVE_MFC_LIB="yes" 5807 else 5808 HAVE_MFC_LIB="no" 5809 fi --- 1888 unchanged lines hidden --- | 5812 5813 dnl TODO check also MFC libraries, they seem to have diferent names 5814 dnl mfc42.lib mfc90.lib 5815 if test -d "$MFC_LIB"; then 5816 HAVE_MFC_LIB="yes" 5817 else 5818 HAVE_MFC_LIB="no" 5819 fi --- 1888 unchanged lines hidden --- |