Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /coresoftware/offline/framework/phoolraw/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(phoolraw, [2.0])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 AC_PROG_CXX(CC g++)
0006 LT_INIT([disable-static])
0007 
0008 dnl   unused param warnings come from newbasic include
0009 if test $ac_cv_prog_gxx = yes; then
0010   CXXFLAGS="$CXXFLAGS -Wall -Wextra -Werror -Wshadow"
0011 fi
0012 
0013 AC_CONFIG_FILES([Makefile])
0014 AC_OUTPUT