~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

Tags: upstream-2.27.92
ImportĀ upstreamĀ versionĀ 2.27.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
10180
10180
fi
10181
10181
AC_MSG_RESULT(yes)])
10182
10182
 
 
10183
# Copyright (C) 2009  Free Software Foundation, Inc.
 
10184
#
 
10185
# This file is free software; the Free Software Foundation
 
10186
# gives unlimited permission to copy and/or distribute it,
 
10187
# with or without modifications, as long as this notice is preserved.
 
10188
 
 
10189
# serial 1
 
10190
 
 
10191
# AM_SILENT_RULES([DEFAULT])
 
10192
# --------------------------
 
10193
# Enable less verbose build rules; with the default set to DEFAULT
 
10194
# (`yes' being less verbose, `no' or empty being verbose).
 
10195
AC_DEFUN([AM_SILENT_RULES],
 
10196
[AC_ARG_ENABLE([silent-rules],
 
10197
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
10198
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
10199
case $enable_silent_rules in
 
10200
yes) AM_DEFAULT_VERBOSITY=0;;
 
10201
no)  AM_DEFAULT_VERBOSITY=1;;
 
10202
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
10203
esac
 
10204
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
10205
AM_BACKSLASH='\'
 
10206
AC_SUBST([AM_BACKSLASH])dnl
 
10207
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
10208
])
 
10209
 
10183
10210
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
10184
10211
#
10185
10212
# This file is free software; the Free Software Foundation