Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/AntiSigma/src/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(g4histos, [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 fi
0012 
0013 ROOTLIBS=`root-config --libs`
0014 AC_SUBST(ROOTLIBS)
0015 
0016 dnl test for root 6
0017 if test `root-config --version | gawk '{print $1>=6.?"1":"0"}'` = 1; then
0018 CINTDEFS=" -noIncludePaths  -inlineInputHeader "
0019 AC_SUBST(CINTDEFS)
0020 fi
0021 
0022 AC_CONFIG_FILES([Makefile])
0023 AC_OUTPUT