~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to aclocal.m4

Tags: upstream-5.5.2
ImportĀ upstreamĀ versionĀ 5.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1198
1198
fi
1199
1199
AC_MSG_RESULT(yes)])
1200
1200
 
 
1201
# Copyright (C) 2009  Free Software Foundation, Inc.
 
1202
#
 
1203
# This file is free software; the Free Software Foundation
 
1204
# gives unlimited permission to copy and/or distribute it,
 
1205
# with or without modifications, as long as this notice is preserved.
 
1206
 
 
1207
# serial 1
 
1208
 
 
1209
# AM_SILENT_RULES([DEFAULT])
 
1210
# --------------------------
 
1211
# Enable less verbose build rules; with the default set to DEFAULT
 
1212
# (`yes' being less verbose, `no' or empty being verbose).
 
1213
AC_DEFUN([AM_SILENT_RULES],
 
1214
[AC_ARG_ENABLE([silent-rules],
 
1215
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1216
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
1217
case $enable_silent_rules in
 
1218
yes) AM_DEFAULT_VERBOSITY=0;;
 
1219
no)  AM_DEFAULT_VERBOSITY=1;;
 
1220
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
1221
esac
 
1222
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
1223
AM_BACKSLASH='\'
 
1224
AC_SUBST([AM_BACKSLASH])dnl
 
1225
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
1226
])
 
1227
 
1201
1228
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
1202
1229
#
1203
1230
# This file is free software; the Free Software Foundation