xref: /netbsd-src/external/bsd/am-utils/dist/m4/macros/package_bugreport.m4 (revision a53f50b9b44dc9467ccc9c464999b1d1c509cb0c)
1*a53f50b9Schristosdnl ######################################################################
2*a53f50b9Schristosdnl Bugreport name
3*a53f50b9SchristosAC_DEFUN([AMU_PACKAGE_BUGREPORT],
4*a53f50b9Schristos[AC_MSG_CHECKING(bug-reporting address)
5*a53f50b9SchristosAC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "$1")
6*a53f50b9SchristosAC_MSG_RESULT(\"$1\")
7*a53f50b9Schristos])
8*a53f50b9Schristosdnl ======================================================================
9