It is currently Mon May 20, 2013 7:45 am

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: [solved]underquoted definition with aclocal
PostPosted: Sat Oct 16, 2010 10:03 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Oct 10, 2010 9:39 am
Posts: 14
Well, I would like to believe it is a bug but as I am not sure so I prefer to post here my problem:

When triying to generate a aclocal.m4 for building a project with autotools, I got this error:

Code:
pierre[code]$ aclocal
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/aalib.m4:12:   run info '(automake)Extending aclocal'
/usr/share/aclocal/aalib.m4:12:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal


I was not able to see what was not correct in the aalib.m4 file.
I am using a ZW 6.4.
Any idea?


Last edited by LNokto on Fri Nov 19, 2010 9:21 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: underquoted definition with aclocal
PostPosted: Mon Nov 08, 2010 12:31 pm 
Zenwalker
Zenwalker

Joined: Sat Aug 18, 2007 9:08 am
Posts: 2
I had the same issue with another package.

check your aalib.m4 file
Code:
AC_DEFUN(AM_PATH_AALIB,


this is the line that it complains about, after some googling, seems that the m4 package is a bit more strict, and updates are on the way

in the meantime
Code:
AC_DEFUN([AM_PATH_AALIB],


will fix those AC_DEFUN problems it is causing :)

Enjoy


 Profile Send private message  
 
 Post subject: Re: underquoted definition with aclocal
PostPosted: Mon Nov 08, 2010 9:24 pm 
Global Moderator
Global Moderator
User avatar

Joined: Sat Aug 05, 2006 9:38 am
Posts: 4560
try this new package:

http://download.zenwalk.org/people/gmg/ ... 6-66.1.txz


 Profile Send private message  
 
 Post subject: Re: underquoted definition with aclocal
PostPosted: Mon Nov 08, 2010 9:53 pm 
Zenwalker
Zenwalker

Joined: Sat Aug 18, 2007 9:08 am
Posts: 2
This affects more than just aalib, also had problems with audiofile and a few others.


 Profile Send private message  
 
 Post subject: Re: underquoted definition with aclocal
PostPosted: Mon Nov 08, 2010 11:01 pm 

Quote:
When triying to generate a aclocal.m4 for building a project with autotools, I got this error:

You can safely ignore it for now - it's a warning, not an error!
Quote:
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB


  
 
 Post subject: Re: underquoted definition with aclocal
PostPosted: Fri Nov 19, 2010 9:21 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Oct 10, 2010 9:39 am
Posts: 14
Thanks for your answers (I had not look at the topic for lot of time....)

I have done with your solution laffin and it works.


 Profile Send private message  
 
 Post subject: Re: [solved]underquoted definition with aclocal
PostPosted: Fri Apr 01, 2011 11:37 am 
Regular Zenwalker
Regular Zenwalker

Joined: Sun Oct 10, 2010 9:39 am
Posts: 14
It looks like the bug is still present in 7.0


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
 
cron