2007-12-08 Emmanuele Bassi <ebassi@openedhand.com>

* configure.ac: Make libtool respect the -s switch of make
	and be quiet.
This commit is contained in:
Emmanuele Bassi 2007-12-08 14:59:58 +00:00
parent f476cfbd4c
commit 3123818ca3
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-12-08 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Make libtool respect the -s switch of make
and be quiet.
2007-12-07 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.h:

View File

@ -59,6 +59,11 @@ AC_PROG_CC
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
# Make libtool respect the make -s switch (kudos to jacob berman)
changequote(,)dnl
LIBTOOL="${LIBTOOL} \$(shell echo \"\$(MFLAGS)\" | awk '/^[^ ]*s/ { print \"--silent\" }')"
changequote([,])dnl
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h])