On Thu, 24 Sep 2009 09:19:33 -0700
Alan Coopersmith <[email protected]> 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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to