1
2
3
4
5
AC_INIT(debug.cmod)
AC_MODULE_INIT()
AC_CONFIG_HEADER(debug_config.h)
AC_OUTPUT(Makefile,echo FOO >stamp-h)