diff options
Diffstat (limited to 'm4/macros/package_bugreport.m4')
-rw-r--r-- | m4/macros/package_bugreport.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/macros/package_bugreport.m4 b/m4/macros/package_bugreport.m4 new file mode 100644 index 0000000000000..8e1688d9f4a77 --- /dev/null +++ b/m4/macros/package_bugreport.m4 @@ -0,0 +1,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 ====================================================================== |