Changes in configure.ac [2fbc904:0ea0b8f]
- File:
-
- 1 edited
-
configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r2fbc904 r0ea0b8f 137 137 \'--enable-gprofiler=*) ;; 138 138 \'--disable-gprofiler) ;; 139 140 # skip this, it only causes problems141 \'--srcdir=*) ;;142 139 143 140 # append all other arguments to the sub configure arguments … … 205 202 206 203 LIBCFA_TARGET_DIRS="${LIBCFA_TARGET_DIRS} ${lib_dir}" 207 LIBCFA_1TARGET_DIR="${lib_dir}"208 204 LIBCFA_TARGET_MAKEFILES="${LIBCFA_TARGET_MAKEFILES} ${lib_dir}/Makefile" 209 205 … … 217 213 218 214 AC_SUBST(LIBCFA_TARGET_DIRS) 219 AC_SUBST(LIBCFA_1TARGET_DIR)220 215 AC_SUBST(LIBCFA_TARGET_MAKEFILES) 221 216 … … 283 278 driver/Makefile 284 279 src/Makefile 285 libcfa/Makefile:libcfa/Makefile.dist.in280 benchmark/Makefile 286 281 tests/Makefile 287 282 longrun_tests/Makefile 288 benchmark/Makefile289 283 tools/Makefile 290 284 tools/prettyprinter/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.