![]() |
|
|||
Warning, /analysis/HCalib/configure.in is written in an unsupported language. File is not indexed.
0001 AC_INIT(configure.in) 0002 0003 AM_INIT_AUTOMAKE(HCalib, 1.00) 0004 0005 AC_PROG_CXX(CC g++) 0006 AC_ENABLE_STATIC(no) 0007 AC_PROG_LIBTOOL 0008 0009 dnl no point in suppressing warnings people should 0010 dnl at least see them, so here we go for g++: -Wall 0011 if test $ac_cv_prog_gxx = yes; then 0012 CXXFLAGS="$CXXFLAGS -std=c++0x -Wall" 0013 fi 0014 0015 AC_OUTPUT(Makefile) 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |