Diff for /rpl/Attic/aclocal.m4 between versions 1.24 and 1.26

version 1.24, 2011/09/19 07:37:00 version 1.26, 2011/11/17 19:29:35
Line 841  Check your system clock]) Line 841  Check your system clock])
 fi  fi
 AC_MSG_RESULT(yes)])  AC_MSG_RESULT(yes)])
   
   # Copyright (C) 2009  Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
   # serial 1
   
   # AM_SILENT_RULES([DEFAULT])
   # --------------------------
   # Enable less verbose build rules; with the default set to DEFAULT
   # (`yes' being less verbose, `no' or empty being verbose).
   AC_DEFUN([AM_SILENT_RULES],
   [AC_ARG_ENABLE([silent-rules],
   [  --enable-silent-rules          less verbose build output (undo: `make V=1')
     --disable-silent-rules         verbose build output (undo: `make V=0')])
   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
   AM_BACKSLASH='\'
   AC_SUBST([AM_BACKSLASH])dnl
   _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
   ])
   
 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.  # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation

Removed from v.1.24  
changed lines
  Added in v.1.26


CVSweb interface <joel.bertrand@systella.fr>