- Timestamp:
- Feb 21, 2010 10:27:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/split/coin.m4
r1474 r1475 2159 2159 fi 2160 2160 2161 # need to come before AC_OUTPUT 2162 if test x$coin_projectdir != xyes; then 2163 # write coin_subdirs to a file so that project configuration knows where to find uninstalled projects 2164 echo $coin_subdirs > coin_subdirs.txt 2165 else 2166 # substitute for OBJDIR, needed to setup .pc file for uninstalled project 2167 ABSBUILDDIR="`pwd`" 2168 AC_SUBST(ABSBUILDDIR) 2169 fi 2170 2161 2171 AC_OUTPUT 2162 2172
Note: See TracChangeset
for help on using the changeset viewer.