libX11 build failure
Florian Mickler
florian at mickler.org
Thu Sep 24 13:00:39 PDT 2009
On Thu, 24 Sep 2009 09:19:33 -0700
Alan Coopersmith <Alan.Coopersmith at Sun.COM> wrote:
> The AM_SILENT_RULES macro in automake 1.11 should be setting
> AM_DEFAULT_VERBOSITY already. In my installation it's in
> /usr/share/aclocal-1.11/silent.m4 :
>
> case $enable_silent_rules in
> yes) AM_DEFAULT_VERBOSITY=0;;
> no) AM_DEFAULT_VERBOSITY=1;;
> *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
> esac
> AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
>
hm.. same here... odd...
ah, but:
my makefile somehow seems to be built by automake-1.10.2
# Makefile.in generated by automake 1.10.2 from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
crazy... automake --version reports 1.11... maybe a problem with the
live-ebuild selecting the autotools-versions or something like that...
ah... automake is a wrapper script which honors aclocal.m4:
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.10.2])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
which in turn gets generated:
$ head -n 1 aclocal.m4
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
i'm stopping here.. perhaps you know already what knob to tune and if
it's my fault or not... :)
Sincerely,
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20090924/7e7ccaf0/attachment.pgp
More information about the xorg-devel
mailing list