Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/Prototype2/hcalLab/configure.in is written in an unsupported language. File is not indexed.

0001 AC_INIT(configure.in)
0002 
0003 AM_INIT_AUTOMAKE(zcalib, 1.00)
0004 
0005 AM_DISABLE_STATIC
0006 AC_PROG_LIBTOOL
0007 AC_PROG_CXX([CC g++])
0008 
0009 if test $ac_cv_prog_gcc = yes; then
0010   CXXFLAGS="$CXXFLAGS -Wall"
0011 fi
0012 
0013 ROOTLIBS=`root-config --libs`
0014 AC_SUBST(ROOTLIBS)
0015 
0016 ROOTGLIBS=`root-config --glibs`
0017 AC_SUBST(ROOTGLIBS)
0018 
0019 AC_OUTPUT(Makefile)