Changeset 1461 for ThirdParty/ASL/branches/BSPsplit/configure.ac
- Timestamp:
- Jan 1, 2010 7:15:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/branches/BSPsplit/configure.ac
r1454 r1461 78 78 esac 79 79 AC_MSG_NOTICE([Configuring ASL to build $AMPLSOLVER_A.]) 80 81 # Set substitutable variables with the absolute path to the library name 82 # translate to windows style if necessary, but use slashes instead of backslashes 83 ABSPATH_AMPLSOLVER_INSTALLED=`${CYGPATH_W} ${prefix}/lib/ThirdParty/${AMPLSOLVER_A} | sed -e 's/\\\\/\\//g'` 84 curdir=`pwd` 85 ABSPATH_AMPLSOLVER_UNINSTALLED=`${CYGPATH_W} ${curdir}/${AMPLSOLVER_A} | sed -e 's/\\\\/\\//g'` 86 AC_SUBST(ABSPATH_AMPLSOLVER_INSTALLED) 87 AC_SUBST(ABSPATH_AMPLSOLVER_UNINSTALLED) 80 88 81 89 # Determine flags to be passed on the command line to (n)make. The main
Note: See TracChangeset
for help on using the changeset viewer.