Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 221079

Summary: sys-fs/progsreiserfs aclocal warning
Product: Gentoo Linux Reporter: Marcus Furlong <furlongm>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jeromepoulin, pacho, robbat2
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: progsreiserfs-aclocal-warning.diff

Description Marcus Furlong 2008-05-09 13:21:10 UTC
aclocal always outputs the following warning due to progsreiserfs.m4

$ make -f Makefile.cvs
aclocal
/usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of AC_CHECK_LIBREISERFS
/usr/share/aclocal/progsreiserfs.m4:13:   run info '(automake)Extending aclocal'
/usr/share/aclocal/progsreiserfs.m4:13:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
libtoolize --force
autoheader
autoconf
automake -a

The following patch fixes the warning:

--- progsreiserfs-0.3.1-rc8/progsreiserfs.m4    2002-12-12 12:32:34.000000000 +0000
+++ progsreiserfs-0.3.1-rc8-patched/progsreiserfs.m4    2008-05-09 14:12:00.000000000 +0100
@@ -10,7 +10,7 @@
 dnl Adds the required libraries to $REISERFS_LIBS and does an
 dnl AC_SUBST(REISERFS_LIBS)

-AC_DEFUN(AC_CHECK_LIBREISERFS,
+AC_DEFUN([AC_CHECK_LIBREISERFS],
 [

 dnl save LIBS
Comment 1 Marcus Furlong 2008-05-09 13:21:52 UTC
Created attachment 152615 [details, diff]
progsreiserfs-aclocal-warning.diff

Attached patch
Comment 2 Jérôme Poulin 2009-10-20 18:06:13 UTC
Could someone apply that patch, it's just an annoying easy to fix issue, but still annoying.
Comment 3 SpanKY gentoo-dev 2012-11-26 19:25:43 UTC

*** This bug has been marked as a duplicate of bug 442226 ***