Index: /trunk/FACT++/.macro_dir/root_path.m4
===================================================================
--- /trunk/FACT++/.macro_dir/root_path.m4	(revision 10442)
+++ /trunk/FACT++/.macro_dir/root_path.m4	(revision 10443)
@@ -38,9 +38,9 @@
   AC_ARG_WITH([rootsys],
               [AC_HELP_STRING([--with-rootsys],
-			      [top of the ROOT installation directory])],
+			      [path to the ROOT executables or top ROOT installation directory])],
     			      [user_rootsys=$withval],
 			      [user_rootsys="none"])
   if test ! x"$user_rootsys" = xnone; then
-    rootbin="$user_rootsys"
+    rootbin="$user_rootsys:$user_rootsys/bin"
   elif test ! x"$ROOTSYS" = x ; then 
     rootbin="$ROOTSYS/bin"
