Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 AC_INIT(hcal_towerid,[1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 AC_PROG_CXX(CC g++)
0006 AC_PROG_LIBTOOL
0007 
0008 LT_INIT([disable-static])
0009 
0010 ROOTLIBS=`root-config --libs`
0011 AC_SUBST(ROOTLIBS)
0012 
0013 dnl   no point in suppressing warnings people should 
0014 dnl   at least see them, so here we go for g++: -Wall
0015 if test $ac_cv_prog_gxx = yes; then
0016    CXXFLAGS="$CXXFLAGS -Wall -Werror"
0017 fi
0018 
0019 CINTDEFS=" -noIncludePaths -inlineInputHeader -Wno-inconsistent-missing-override "
0020 AC_SUBST(CINTDEFS)
0021 
0022 AC_CONFIG_FILES([Makefile])
0023 AC_OUTPUT