Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221079 - sys-fs/progsreiserfs aclocal warning
Summary: sys-fs/progsreiserfs aclocal warning
Status: RESOLVED DUPLICATE of bug 442226
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 13:21 UTC by Marcus Furlong
Modified: 2012-11-26 19:25 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
progsreiserfs-aclocal-warning.diff (progsreiserfs-aclocal-warning.diff,468 bytes, patch)
2008-05-09 13:21 UTC, Marcus Furlong
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***