Warning, /OnlMon/onlmonserver/configure.ac is written in an unsupported language. File is not indexed.
0001 AC_INIT(onlmonserver,[2.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003
0004
0005 AM_INIT_AUTOMAKE
0006
0007 AC_PROG_CXX(CC g++)
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 gcc: -Wall
0012 dnl if test $ac_cv_prog_gcc = yes; then
0013 CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wshadow -Werror"
0014 dnl CXXFLAGS="-g -Wall"
0015 dnl fi
0016
0017 AC_OUTPUT(Makefile)