Bug 450325 - Underquoted definition of AM_PATH_CINEPAINT
Summary: Underquoted definition of AM_PATH_CINEPAINT
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: cinepaint
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Nicolas Chauvet (kwizart)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-06 17:25 UTC by Jerry James
Modified: 2008-12-10 14:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-12-10 14:00:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jerry James 2008-06-06 17:25:18 UTC
Description of problem:
Any invocation of aclocal on a machine with cinepaint-devel installed results in
this warning, even for packages with no relationship to cinepaint:

/usr/share/aclocal/cinepaint.m4:8: warning: underquoted definition of
AM_PATH_CINEPAINT
/usr/share/aclocal/cinepaint.m4:8:   run info '(automake)Extending aclocal'
/usr/share/aclocal/cinepaint.m4:8:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal

All that needs to be done is to change line 8 of cinepaint.m4 to this:

AC_DEFUN([AM_PATH_CINEPAINT],

Version-Release number of selected component (if applicable):
cinepaint-devel-0.22.1-7.fc9.i386

How reproducible:
Always

Steps to Reproduce:
1. Run aclocal in any directory with a configure.in or configure.ac file
  
Actual results:
The warning described above is issued.

Expected results:
No warnings.

Additional info:

Comment 1 Nicolas Chauvet (kwizart) 2008-06-13 00:42:38 UTC
This fix would be easy indeed.
But on the other way cinepaint will use pkg-config for the coming release.
(which will make cinepaint.m4 deprecated)
So I hope to have the problem fixed that way.


Note You need to log in before you can comment on or make changes to this bug.