Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 AC_INIT(configure.ac)
0002 
0003 AM_INIT_AUTOMAKE(truthconversion, 1.00)
0004 AC_PROG_CXX(CC g++)
0005 AC_ENABLE_STATIC(no)
0006 LT_INIT
0007 
0008 if test $ac_cv_prog_gxx = yes; then
0009   CXXFLAGS="$CXXFLAGS -Wall -Werror -g"
0010 fi
0011 CXXFLAGS="$CXXFLAGS"
0012 ROOTLIBS=`root-config --libs`
0013 AC_SUBST(ROOTLIBS)
0014 
0015 AC_CONFIG_FILES([Makefile])
0016 AC_OUTPUT
0017