Warning, /coresoftware/offline/database/pdbcal/base/configure.ac is written in an unsupported language. File is not indexed.
0001 AC_INIT(pdbcalbase,[1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003
0004 AM_INIT_AUTOMAKE
0005
0006 dnl order is important, if AC_PROG_LIBTOOL is called before AC_PROG_CXX(CC g++)
0007 dnl it will choose the g++ compiler over CC on Solaris
0008 AC_PROG_CXX(CC g++)
0009 LT_INIT([disable-static])
0010
0011 if test $ac_cv_prog_gxx = yes; then
0012 CXXFLAGS="$CXXFLAGS -Wall -Wshadow -Wextra -Werror"
0013 fi
0014
0015 CINTDEFS=" -noIncludePaths -inlineInputHeader "
0016 AC_SUBST(CINTDEFS)
0017
0018 AC_CONFIG_FILES([Makefile])
0019 AC_OUTPUT