Changeset 7761b3 in git for m4/options.m4
- Timestamp:
- Oct 2, 2014, 8:05:25 AM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 11230be82897165247a1227c2a1c3a381ae53775db74881fd8a3032a0c41ab85cf02cf0132eb1fc3
- Parents:
- 0207021d88b5f3f7f91efe0829f4298e9f998adb
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-10-02 08:05:25+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-10-08 19:32:14+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/options.m4
r020702 r7761b3 327 327 AC_MSG_RESULT(yes) 328 328 329 L =""329 LL="" 330 330 331 for a in ${with_builtinmodules//,/ };331 for a in `echo ${with_builtinmodules}|tr ',' ' '`; 332 332 do 333 333 AC_MSG_CHECKING([whether to build-in '$a'?]) 334 334 335 L +="add($a)"336 LL +="$a"337 BUILTIN_LIBS +="dyn_modules/$a/$a.la"335 L="${L} add($a)" 336 LL="${LL} $a" 337 BUILTIN_LIBS="${BUILTIN_LIBS} dyn_modules/$a/$a.la" 338 338 AC_MSG_RESULT(yes) 339 339
Note: See TracChangeset
for help on using the changeset viewer.