Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/HF-Jet/FastSimPP/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(hffastsim, [1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 
0006 AC_PROG_CXX(CC g++)
0007 LT_INIT([disable-static])
0008 
0009 if test $ac_cv_prog_gxx = yes; then
0010   CXXFLAGS="$CXXFLAGS -Wall -Werror"
0011 dnl  AM_CONDITIONAL(GCC_GE_48, test `g++ -dumpversion | gawk '{print $1>=4.8?"1":"0"}'` = 1)
0012 fi
0013 
0014 dnl test for root 6
0015 if test `root-config --version | gawk '{print $1>=6.?"1":"0"}'` = 1; then
0016 CINTDEFS=" -noIncludePaths  -inlineInputHeader "
0017 AC_SUBST(CINTDEFS)
0018 fi
0019 AM_CONDITIONAL([MAKEROOT6],[test `root-config --version | gawk '{print $1>=6.?"1":"0"}'` = 1])
0020 
0021 AC_CONFIG_FILES([Makefile])
0022 AC_OUTPUT