Changeset 228 for trunk


Ignore:
Timestamp:
04/19/10 16:49:30 (14 years ago)
Author:
bas
Message:

Print which torque version is installed

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r217 r228  
    16881688  pbs_library_dir="`$PBSCONFIG --libs`"
    16891689  pbs_version="`$PBSCONFIG --version`"
     1690  { echo "$as_me:$LINENO: result: Found torque version: $pbs_version" >&5
     1691echo "${ECHO_T}Found torque version: $pbs_version" >&6; }
    16901692else
    16911693  { { echo "$as_me:$LINENO: error: Failed to find program pbs-config" >&5
    16921694echo "$as_me: error: Failed to find program pbs-config" >&2;}
    16931695   { (exit 1); exit 1; }; }
    1694   pbs_library_DIR=""
    1695   pbs_version=""
    16961696fi
    16971697
  • trunk/configure.in

    r217 r228  
    1919  pbs_library_dir="`$PBSCONFIG --libs`"
    2020  pbs_version="`$PBSCONFIG --version`"
     21  AC_MSG_RESULT(Found torque version: $pbs_version)
    2122else
    2223  AC_MSG_ERROR([Failed to find program pbs-config])
Note: See TracChangeset for help on using the changeset viewer.