Warning, /coresoftware/offline/framework/ffarawobjects/configure.ac is written in an unsupported language. File is not indexed.
0001 AC_INIT(ffarawobjects,[1.0])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003
0004 AM_INIT_AUTOMAKE
0005
0006 LT_INIT([disable-static])
0007
0008 AC_PROG_CXX(CC g++)
0009
0010 dnl no point in suppressing warnings people should
0011 dnl at least see them, so here we go for g++: -Wall
0012 if test $ac_cv_prog_gxx = yes; then
0013 CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic -Wextra -Wshadow"
0014 fi
0015
0016 CINTDEFS=" -noIncludePaths -inlineInputHeader "
0017 AC_SUBST(CINTDEFS)
0018
0019 AC_CONFIG_FILES([Makefile])
0020 AC_OUTPUT