Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#20172 - [progsreiserfs] underquoted definition of AC_CHECK_LIBREISERFS
Attached to Project:
Arch Linux
Opened by Eric Belanger (Snowman) - Wednesday, 14 July 2010, 03:55 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 26 August 2011, 15:05 GMT
Opened by Eric Belanger (Snowman) - Wednesday, 14 July 2010, 03:55 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 26 August 2011, 15:05 GMT
|
DetailsDescription:
When running autoreconf when building another package, the following warning is printed out: $ autoreconf /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 |
This task depends upon
AC_DEFUN([AC_CHECK_LIBREISERFS],
instead of the current:
AC_DEFUN(AC_CHECK_LIBREISERFS,