71 |
ROOTSYS=$with_root,) |
ROOTSYS=$with_root,) |
72 |
|
|
73 |
ROOT_LIBRARY="${ROOTSYS}/lib" |
ROOT_LIBRARY="${ROOTSYS}/lib" |
|
|
|
74 |
ROOT_LDFLAGS="${ROOT_LIBRARY}/libHist.so ${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libCore.so ${ROOT_LIBRARY}/libCint.so -ldl" |
ROOT_LDFLAGS="${ROOT_LIBRARY}/libHist.so ${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libCore.so ${ROOT_LIBRARY}/libCint.so -ldl" |
75 |
|
|
76 |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
79 |
ROOTCINT=${ROOTSYS}/bin/rootcint |
ROOTCINT=${ROOTSYS}/bin/rootcint |
80 |
AC_SUBST(ROOTCINT) |
AC_SUBST(ROOTCINT) |
81 |
|
|
82 |
AC_ARG_WITH(log4cppp, |
AC_MSG_CHECKING(for gprof) |
83 |
[--with-log4cpp=path Use the specified directroy for log4cpp], |
AC_ARG_ENABLE(gprof, |
84 |
LOG4CPP=$with_log4cpp,) |
[--enable-gprof enable memory profiling with gprof], |
85 |
|
gprof=$enableval,gprof=no) |
86 |
|
if test "$gprof" != no |
87 |
|
then |
88 |
|
CFLAGS="-pg $CFLAGS" |
89 |
|
AC_MSG_RESULT(enabled) |
90 |
|
else |
91 |
|
AC_MSG_RESULT(no) |
92 |
|
fi |
93 |
|
|
94 |
|
AC_ARG_WITH(log4cxx, |
95 |
|
[--with-log4cxx=path Use the specified directroy for log4cxx], |
96 |
|
LOG4CXX=$with_log4cxx,) |
97 |
|
LOG4CXX_INCLUDES="-I${LOG4CXX}/include" |
98 |
|
|
99 |
dnl Checks for header files. |
dnl Checks for header files. |
100 |
AC_HEADER_STDC |
AC_HEADER_STDC |