/* config.h.in. Generated from configure.in by autoheader. */
+/* Define to enable extra debugging output. */
+#undef CGROUP_DEBUG
+
/* Define to 1 if your system has a working `chown' function. */
#undef HAVE_CHOWN
ac_subst_files=''
ac_user_opts='
enable_option_checking
+enable_debug
'
ac_precious_vars='build_alias
host_alias
esac
cat <<\_ACEOF
+Optional Features:
+ --disable-option-checking ignore unrecognized --enable/--with options
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --enable-debug enable extra debugging output [default=no]
+
Some influential environment variables:
CXX C++ compiler command
CXXFLAGS C++ compiler flags
ac_config_headers="$ac_config_headers config.h"
+# Process command line options
+# Check whether --enable-debug was given.
+if test "${enable_debug+set}" = set; then
+ enableval=$enable_debug;
+cat >>confdefs.h <<\_ACEOF
+#define CGROUP_DEBUG /**/
+_ACEOF
+
+fi
+
+
# Checks for programs.
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
AC_CONFIG_SRCDIR([wrapper.c])
AC_CONFIG_HEADER([config.h])
+# Process command line options
+AC_ARG_ENABLE([debug],
+ [AC_HELP_STRING([--enable-debug],
+ [enable extra debugging output [default=no]])],
+ [AC_DEFINE([CGROUP_DEBUG], [],
+ [Define to enable extra debugging output.])],
+ [])
+
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC