Changeset 2628 for box/trunk/configure.ac
- Timestamp:
- 22/02/2010 07:55:37 (2 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2621 r2628 387 387 if test "$cmd" = "subdir"; then 388 388 echo 389 echo "Configuring $subdir..."390 cd $subdir391 389 export CC CXX CXXFLAGS LDFLAGS LIBS 392 390 args="$configure_args --target=$target_alias" 393 391 echo "Configuring $subdir with: $args" 392 393 cd $subdir 394 394 if ! ./configure $args; then 395 395 echo "Configuring $subdir with $args failed!" >&2
Note: See TracChangeset
for help on using the changeset viewer.
