Public bug reported: Binary package hint: mpatrolc2
When running aclocal for a GNU autotools-enabled project (no matter what project), following message is printed: /usr/share/aclocal/mpatrol.m4:37: warning: underquoted definition of AM_WITH_MPATROL run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal It's a bit annoying but the fix is very simple - give proper quotation for macro name. So, with this report I'm submitting a tiny patch: mloskot:/usr/share/aclocal$ diff mpatrol.m4.orig mpatrol.m4 37c37 < AC_DEFUN(AM_WITH_MPATROL, [ --- > AC_DEFUN([AM_WITH_MPATROL], [ Now, no warning is printed. ** Affects: mpatrol (Ubuntu) Importance: Undecided Status: Unconfirmed -- Underquoted name of AM_WITH_MPATROL macro https://launchpad.net/bugs/91141 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
