Changeset 10443


Ignore:
Timestamp:
04/21/11 13:57:16 (14 years ago)
Author:
tbretz
Message:
Allow giving root with and without bin directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.macro_dir/root_path.m4

    r10431 r10443  
    3838  AC_ARG_WITH([rootsys],
    3939              [AC_HELP_STRING([--with-rootsys],
    40                               [top of the ROOT installation directory])],
     40                              [path to the ROOT executables or top ROOT installation directory])],
    4141                              [user_rootsys=$withval],
    4242                              [user_rootsys="none"])
    4343  if test ! x"$user_rootsys" = xnone; then
    44     rootbin="$user_rootsys"
     44    rootbin="$user_rootsys:$user_rootsys/bin"
    4545  elif test ! x"$ROOTSYS" = x ; then
    4646    rootbin="$ROOTSYS/bin"
Note: See TracChangeset for help on using the changeset viewer.