opnsense-src/contrib/amd/m4/macros/package_bugreport.m4
2003-09-02 15:27:38 +00:00

8 lines
310 B
Text

dnl ######################################################################
dnl Bugreport name
AC_DEFUN(AMU_PACKAGE_BUGREPORT,
[AC_MSG_CHECKING(bug-reporting address)
AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "$1")
AC_MSG_RESULT(\"$1\")
])
dnl ======================================================================