Diff for /parser3/configure.ac between versions 1.9 and 1.10

version 1.9, 2016/12/23 16:29:27 version 1.10, 2016/12/26 15:43:18
Line 61  AC_SUBST(dll_extension) Line 61  AC_SUBST(dll_extension)
 dnl Misc arguments  dnl Misc arguments
 AC_ARG_WITH(build-warnings, [  --with-build-warnings   to enable build-time compiler warnings if gcc is used],  AC_ARG_WITH(build-warnings, [  --with-build-warnings   to enable build-time compiler warnings if gcc is used],
         AC_MSG_WARN(enabling compiler warnings)          AC_MSG_WARN(enabling compiler warnings)
         CXXFLAGS="$CXXFLAGS -W -Wall -Wstrict-prototypes -Wmissing-prototypes"          CXXFLAGS="$CXXFLAGS -Wextra -Wall -Wno-parentheses"
 )  )
   
 AC_ARG_WITH(coverage, [  --with-coverage   to enable gcov code coverage support],  AC_ARG_WITH(coverage, [  --with-coverage   to enable gcov code coverage support],

Removed from v.1.9  
changed lines
  Added in v.1.10


E-mail: