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
Created attachment 152615 [details, diff] progsreiserfs-aclocal-warning.diff Attached patch
Could someone apply that patch, it's just an annoying easy to fix issue, but still annoying.
*** This bug has been marked as a duplicate of bug 442226 ***