Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified configure.ac

    rec0d43c rde2a8af  
    3535dnl Enable debugging (no)
    3636AC_ARG_ENABLE(debug,
    37   AC_HELP_STRING([--enable-debug],[compile in debug mode [[default=no]]]),
     37  [  --enable-debug[[=value]]  compile with debug [[default=no]]],
    3838  with_debug="yes",
    3939  with_debug="no")
     
    4646dnl Enable full warnings (yes)
    4747AC_ARG_ENABLE(warnings,
    48   AC_HELP_STRING([--enable-warnings],[compile with all gcc warnings [[default=yes]]]),
     48  [  --enable-warnings[[=value]] compile with all gcc warnings [[default=yes]]],
    4949  with_warnme="no",
    5050  with_warnme="yes")
     
    6767fi
    6868
    69 dnl fail on compilation warnings
    7069AC_ARG_ENABLE(errorfail,
    71   AC_HELP_STRING([--enable-errorfail],[fail on compilation warnings [[default=no]]]),
     70  [  --enable-errorfail[[=value]]  fail on compilation warnings [[default=no]]],
    7271  AUBIO_CFLAGS="$AUBIO_CFLAGS -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter",
    73   with_errorfail="no")
    74 
    75 dnl add gcov/lcov profiling and coverage flags
    76 AC_ARG_ENABLE(lcov,
    77   AC_HELP_STRING([--enable-lcov],[compile with gcov/lcov profiling flags [[default=no]]]),
    78   AUBIO_CFLAGS="$AUBIO_CFLAGS -fprofile-arcs -ftest-coverage",
    79   with_lcov="no")
     72  with_warnme="no")
    8073
    8174dnl Check for libtool
Note: See TracChangeset for help on using the changeset viewer.