SCM Repository
Diff of /benchmarks/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 1537, Fri Oct 14 21:26:16 2011 UTC | revision 1538, Fri Oct 14 22:07:34 2011 UTC | |
---|---|---|
# | Line 110 | Line 110 |
110 | dnl ******************** Diderot configuration ******************** | dnl ******************** Diderot configuration ******************** |
111 | dnl | dnl |
112 | ||
113 | dnl | |
114 | dnl get the path to the diderot executable | |
115 | dnl | |
116 | AC_ARG_WITH(diderotc, | |
117 | AC_HELP_STRING([--with-diderotc=<path>], [specify path to Diderot compiler]), | |
118 | [ac_cv_use_diderotc=$withval], [ac_cv_use_diderotc=no]) | |
119 | if test x"$ac_cv_use_diderotc" = xno ; then | |
120 | DIDEROTC=none | |
121 | else | |
122 | AC_MSG_CHECKING([path to diderotc ($ac_cv_use_diderotc)]) | |
123 | case $ac_cv_use_diderotc in | |
124 | /*) DIDEROTC=$ac_cv_use_diderotc ;; | |
125 | *) DIDEROTC=$BMARKS_ROOT$ac_cv_use_diderotc ;; | |
126 | esac | |
127 | # check that diderotc exists and is executable | |
128 | if test -x $DIDEROTC ; then | |
129 | AC_MSG_RESULT([ okay]) | |
130 | else | |
131 | DIDEROTC=none | |
132 | AC_MSG_RESULT([ invalid]) | |
133 | fi | |
134 | fi | |
135 | if test x"$DIDEROTC" = xnone ; then | |
136 | AC_MSG_ERROR([unable to find diderotc]) | |
137 | fi | |
138 | AC_SUBST(DIDEROTC) | AC_SUBST(DIDEROTC) |
139 | ||
140 | dnl ******************** Paths ******************** | dnl ******************** Paths ******************** |
# | Line 150 | Line 175 |
175 | AC_CONFIG_FILES( | AC_CONFIG_FILES( |
176 | dnl | dnl |
177 | dnl ***** Makefiles ***** | dnl ***** Makefiles ***** |
178 | Makefile | programs/vr-lite-cam/Makefile |
programs/cr-cam-lite/Makefile | ||
179 | ) | ) |
180 | ||
181 | dnl | dnl |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |