Changeset 10443
- Timestamp:
- 04/21/11 13:57:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/.macro_dir/root_path.m4
r10431 r10443 38 38 AC_ARG_WITH([rootsys], 39 39 [AC_HELP_STRING([--with-rootsys], 40 [ top of theROOT installation directory])],40 [path to the ROOT executables or top ROOT installation directory])], 41 41 [user_rootsys=$withval], 42 42 [user_rootsys="none"]) 43 43 if test ! x"$user_rootsys" = xnone; then 44 rootbin="$user_rootsys "44 rootbin="$user_rootsys:$user_rootsys/bin" 45 45 elif test ! x"$ROOTSYS" = x ; then 46 46 rootbin="$ROOTSYS/bin"
Note:
See TracChangeset
for help on using the changeset viewer.