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:
parent
f476cfbd4c
commit
3123818ca3
@ -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:
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user