Underquoted definition in m4 file

Bug #649573 reported by Adrian Petrescu
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
gtkglextmm (Ubuntu)
Fix Released
Undecided
Frank Lichtenheld
Nominated for Maverick by Adrian Petrescu

Bug Description

Line 225 of /usr/share/aclocal/gtkglextmm-1.2.m4 reads:

AC_DEFUN(AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD,

which, when running autoconf from anywhere on the system, leads to warnings of the form:

/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

While not really critical, it is annoying to see this on completely unrelated builds anywhere on the system, and it can even cause some environments like CDT on Eclipse to mark the project as having build errors. The fix is extremely simple, just replace line 255 with

AC_DEFUN([AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD],

and all is well. Hopefully this can be included in Maverick before release, it would be nice to see this finally cleared up.

Tags: patch
Revision history for this message
Adrian Petrescu (apetresc) wrote :

Since I know you guys love patches, here it is in that form :)

Changed in gtkglextmm (Ubuntu):
assignee: nobody → Adrian Petrescu (apetresc)
Revision history for this message
Frank Lichtenheld (djpig) wrote :

Fixed in 1.2.0-6 in Debian, imported for saucy

Changed in gtkglextmm (Ubuntu):
assignee: Adrian Petrescu (apetresc) → Frank Lichtenheld (djpig)
status: New → Fix Committed
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "gtkglextmm.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

tags: added: patch
Adam Conrad (adconrad)
Changed in gtkglextmm (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.