Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 AC_INIT(frog,[2.0])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 AC_PROG_CXX(CC g++)
0006 
0007 LT_INIT([disable-static])
0008 
0009 dnl   no point in suppressing warnings people should
0010 dnl   at least see them, so here we go for g++: -Wall
0011 dnl   treat warnings as errors: -Werror
0012 CXXFLAGS="$CXXFLAGS -Wall -Wshadow -Wextra -Werror"
0013 dnl case $CXX in
0014 dnl  clang++)
0015 dnl odbc++ uses auto_ptr
0016 dnl  CXXFLAGS="$CXXFLAGS -Wall -Werror -Wno-deprecated-declarations -Wextra"
0017 dnl ;;
0018 dnl *g++)
0019 dnl  CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic -Wno-deprecated-declarations -Wextra"
0020 dnl ;;
0021 dnl esac
0022 
0023 AC_CONFIG_FILES([Makefile])
0024 AC_OUTPUT