Changeset 1445
- Timestamp:
- Nov 22, 2009 1:35:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/BSPsplit/coin.m4
r1444 r1445 2016 2016 fi 2017 2017 2018 # write coin_subdirs to a file so that project configuration knows where to find uninstalled projects2019 2018 # need to come before AC_OUTPUT 2020 2019 if test x$coin_projectdir != xyes; then 2020 # write coin_subdirs to a file so that project configuration knows where to find uninstalled projects 2021 2021 echo $coin_subdirs > coin_subdirs.txt 2022 else 2023 # substitute for OBJDIR, needed to setup .pc file for uninstalled project 2024 ABSBUILDDIR="`pwd`" 2025 AC_SUBST(ABSBUILDDIR) 2022 2026 fi 2023 2027
Note: See TracChangeset
for help on using the changeset viewer.