Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /coresoftware/simulation/g4simulation/g4main/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(g4main, [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 CXXFLAGS="$CXXFLAGS -Wall -Werror -Wextra -Wshadow"
0010 
0011 dnl  AM_CONDITIONAL(GCC_GE_48, test `g++ -dumpversion | awk '{print $1>=4.8?"1":"0"}'` = 1)
0012 
0013 case $CXX in
0014   clang++)
0015     CXXFLAGS="$CXXFLAGS -Wno-c11-extensions -Wno-deprecated-copy"
0016   ;;
0017 esac
0018 
0019 CINTDEFS=" -noIncludePaths  -inlineInputHeader "
0020 AC_SUBST(CINTDEFS)
0021 
0022 AC_CONFIG_FILES([Makefile])
0023 AC_OUTPUT