Warning, /coresoftware/generators/sHijing/configure.ac is written in an unsupported language. File is not indexed.
0001 AC_INIT(sHijing, [1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003
0004 AM_INIT_AUTOMAKE
0005
0006 AC_PROG_CXX(CC g++)
0007 AC_PROG_F77(gfortran)
0008 LT_INIT([disable-static])
0009
0010 dnl no point in suppressing warnings people should
0011 dnl at least see them, so here we go for g++: -Wall
0012 dnl make warnings fatal errors: -Werror
0013 if test $ac_cv_prog_gxx = yes; then
0014 dnl turn off warnings about unused functions in cfortran.h
0015 CXXFLAGS="$CXXFLAGS -Wall -Werror -Wextra -Wno-unused-function -Wno-deprecated-declarations"
0016 fi
0017
0018 AC_CONFIG_FILES([Makefile])
0019 AC_OUTPUT