Changeset 2619 for box/trunk/configure.ac
- Timestamp:
- 18/02/2010 18:11:01 (2 years ago)
- File:
-
- 1 edited
-
box/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/configure.ac
r2495 r2619 14 14 15 15 AC_LANG([C++]) 16 AC_PROG_CC 16 17 AC_PROG_CXX 17 18 AC_CXX_EXCEPTIONS … … 383 384 fi 384 385 386 cat parcels.txt | sed -e 's/#.*//' | while read cmd subdir configure_args; do 387 if test "$cmd" = "subdir"; then 388 echo 389 echo "Configuring $subdir..." 390 cd $subdir 391 export CC CXX CXXFLAGS LDFLAGS LIBS 392 if ! ./configure $configure_args; then 393 echo "Configuring $subdir failed!" >&2 394 exit 1 395 fi 396 fi 397 done || exit $? 398 385 399 # Write summary of important info 386 400 cat <<EOC
Note: See TracChangeset
for help on using the changeset viewer.
