Changeset 81da3da4 for configure.ac
- Timestamp:
- Dec 11, 2023, 4:18:13 AM (22 months ago)
- Branches:
- master
- Children:
- 21ce2c7, 2554f24
- Parents:
- 5ddb8bf (diff), 1c85ffc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5ddb8bf r81da3da4 244 244 if test "x$enable_demangler" == xyes; then 245 245 LIBDEMANGLE="libdemangle.a" 246 DEMANGLER=" demangler"246 DEMANGLER="../driver/demangler" 247 247 else 248 248 LIBDEMANGLE="" … … 273 273 libcfa/Makefile:libcfa/Makefile.dist.in 274 274 tests/Makefile 275 275 ]) 276 276 277 277 # Some of our makefile don't need to be distributed
Note:
See TracChangeset
for help on using the changeset viewer.