mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
8 lines
310 B
Text
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 ======================================================================
|