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