summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/macros/package_bugreport.m4
blob: 15901116f44c0ed26fadc640d93cc62d5151db5a (plain)
1
2
3
4
5
6
7
8
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 ======================================================================
OpenPOWER on IntegriCloud