Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /coresoftware/generators/PHPythia8/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(PHPythia8,[1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 AM_INIT_AUTOMAKE
0004 
0005 AC_PROG_CXX(CC g++)
0006 LT_INIT([disable-static])
0007 
0008 dnl   no point in suppressing warnings people should
0009 dnl   at least see them, so here we go for g++: -Wall
0010 dnl   make warnings fatal errors: -Werror
0011 dnl leaving this here in case we want to play with different compiler 
0012 dnl specific flags
0013 if test $ac_cv_prog_gxx = yes; then
0014    CXXFLAGS="$CXXFLAGS -Wall -pedantic -Wextra -Werror -Wshadow"
0015 fi
0016 
0017 AC_CONFIG_FILES([Makefile])
0018 AC_OUTPUT