Changeset 2048
- Timestamp:
- Jan 1, 2011 9:33:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r2040 r2048 2718 2718 # --coin-instdir, and the directory named in a file ../coin_subdirs.txt 2719 2719 # or ../../coin_subdirs.txt in a variable COIN_PKG_CONFIG_PATH, which is 2720 # also AC_SUBST'ed. 2720 # also AC_SUBST'ed. For a path xxx given in the coin-subdirs.txt, also 2721 # the directory xxx/pkgconfig is added, if existing. 2721 2722 2722 2723 AC_DEFUN([AC_COIN_HAS_PKGCONFIG], … … 2790 2791 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../$i; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 2791 2792 fi 2793 if test -d ../$i/pkgconfig ; then 2794 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../$i/pkgconfig; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 2795 fi 2792 2796 done 2793 2797 fi … … 2797 2801 if test -d ../../$i ; then 2798 2802 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../../$i; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 2803 fi 2804 if test -d ../../$i/pkgconfig ; then 2805 COIN_PKG_CONFIG_PATH_UNINSTALLED="`cd ../../$i/pkgconfig; pwd`:${COIN_PKG_CONFIG_PATH_UNINSTALLED}" 2799 2806 fi 2800 2807 done
Note: See TracChangeset
for help on using the changeset viewer.