Red Hat Bugzilla – Bug 166982
Warning about underquoted definition of XIPH_PATH_AO in /usr/share/aclocal/ao.m4
Last modified: 2013-03-13 00:48:44 EDT
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Description of problem: When I run an autogen.sh script I get the following warning: /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO Version-Release number of selected component (if applicable): libao-devel-0.8.5-3 How reproducible: Always Steps to Reproduce: 1. autogen.sh 2. 3. Actual Results: Warning about underquoted definition of XIPH_PATH_AO in /usr/share/aclocal/ao.m4. Expected Results: No warning. Additional info:
Thanks for the report. This is just auto-foo sillyness, it poses no problems and is not a bug.
I submitted a similiar bug against aqhbci (bug 166981) and that was marked as a FC5Target bug.
Created attachment 119270 [details] Patch to remove automake warning
Please reopen. It is a simple patch (see attached) and most other projects have already moved to the stricter automake format. Also, the automake people might very well decide to one day turn this warning into an error. There's no reason libao should be the only package left to still have that warning.
Shouldn't this go upstream?
Did the patch go upstream? Anyone?