Diff for /rpl/Attic/aclocal.m4 between versions 1.29 and 1.30

version 1.29, 2012/01/17 13:12:03 version 1.30, 2012/02/23 13:05:06
Line 1 Line 1
 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-  # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
   
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.  # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
   # Inc.
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 13 Line 14
   
 m4_ifndef([AC_AUTOCONF_VERSION],  m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,  m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
 [m4_warning([this file was generated for autoconf 2.67.  [m4_warning([this file was generated for autoconf 2.68.
 You have another version of autoconf.  It may work, but is not guaranteed to.  You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.  If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.])])  To do so, use the procedure documented by the package, typically `autoreconf'.])])
   
 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.  # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
   # Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
   # serial 1
   
 # AM_AUTOMAKE_VERSION(VERSION)  # AM_AUTOMAKE_VERSION(VERSION)
 # ----------------------------  # ----------------------------
 # Automake X.Y traces this macro to ensure aclocal.m4 has been  # Automake X.Y traces this macro to ensure aclocal.m4 has been
Line 34  AC_DEFUN([AM_AUTOMAKE_VERSION], Line 38  AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.11'  [am__api_version='1.11'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.  dnl require some minimum version.  Point them to the right macro.
 m4_if([$1], [1.11.1], [],  m4_if([$1], [1.11.3], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])  ])
   
Line 50  m4_define([_AM_AUTOCONF_VERSION], []) Line 54  m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.  # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 [AM_AUTOMAKE_VERSION([1.11.1])dnl  [AM_AUTOMAKE_VERSION([1.11.3])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],  m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
   
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
   
 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.  # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
   # serial 1
   
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets  # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to  # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.  # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
Line 144  AC_CONFIG_COMMANDS_PRE( Line 150  AC_CONFIG_COMMANDS_PRE(
 Usually this means the macro was only invoked conditionally.]])  Usually this means the macro was only invoked conditionally.]])
 fi])])  fi])])
   
 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009  # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
 # Free Software Foundation, Inc.  # 2010, 2011 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
 # serial 10  # serial 12
   
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 # written in clear, in which case automake, when reading aclocal.m4,  # written in clear, in which case automake, when reading aclocal.m4,
Line 191  AC_CACHE_CHECK([dependency style of $dep Line 197  AC_CACHE_CHECK([dependency style of $dep
   # instance it was reported that on HP-UX the gcc test will end up    # instance it was reported that on HP-UX the gcc test will end up
   # making a dummy file named `D' -- because `-MD' means `put the output    # making a dummy file named `D' -- because `-MD' means `put the output
   # in D'.    # in D'.
     rm -rf conftest.dir
   mkdir conftest.dir    mkdir conftest.dir
   # Copy depcomp to subdir because otherwise we won't find it if we're    # Copy depcomp to subdir because otherwise we won't find it if we're
   # using a relative directory.    # using a relative directory.
Line 255  AC_CACHE_CHECK([dependency style of $dep Line 262  AC_CACHE_CHECK([dependency style of $dep
     break      break
       fi        fi
       ;;        ;;
     msvisualcpp | msvcmsys)      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
       # This compiler won't grok `-c -o', but also, the minuso test has        # This compiler won't grok `-c -o', but also, the minuso test has
       # not run yet.  These depmodes are late enough in the game, and        # not run yet.  These depmodes are late enough in the game, and
       # so weak that their functioning should not be impacted.        # so weak that their functioning should not be impacted.
Line 320  AC_DEFUN([AM_DEP_TRACK], Line 327  AC_DEFUN([AM_DEP_TRACK],
 if test "x$enable_dependency_tracking" != xno; then  if test "x$enable_dependency_tracking" != xno; then
   am_depcomp="$ac_aux_dir/depcomp"    am_depcomp="$ac_aux_dir/depcomp"
   AMDEPBACKSLASH='\'    AMDEPBACKSLASH='\'
     am__nodep='_no'
 fi  fi
 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])  AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 AC_SUBST([AMDEPBACKSLASH])dnl  AC_SUBST([AMDEPBACKSLASH])dnl
 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl  _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
   AC_SUBST([am__nodep])dnl
   _AM_SUBST_NOTMAKE([am__nodep])dnl
 ])  ])
   
 # Generate code to set up dependency tracking.              -*- Autoconf -*-  # Generate code to set up dependency tracking.              -*- Autoconf -*-
Line 545  for _am_header in $config_headers :; do Line 555  for _am_header in $config_headers :; do
 done  done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
   
 # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.  # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
   # Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
   # serial 1
   
 # AM_PROG_INSTALL_SH  # AM_PROG_INSTALL_SH
 # ------------------  # ------------------
 # Define $install_sh.  # Define $install_sh.
Line 717  else Line 730  else
 fi  fi
 ])  ])
   
 # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.  # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
   # Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
   # serial 1
   
 # AM_PROG_MKDIR_P  # AM_PROG_MKDIR_P
 # ---------------  # ---------------
 # Check for `mkdir -p'.  # Check for `mkdir -p'.
Line 745  esac Line 761  esac
   
 # Helper functions for option handling.                     -*- Autoconf -*-  # Helper functions for option handling.                     -*- Autoconf -*-
   
 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.  # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
   # Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
 # serial 4  # serial 5
   
 # _AM_MANGLE_OPTION(NAME)  # _AM_MANGLE_OPTION(NAME)
 # -----------------------  # -----------------------
Line 759  AC_DEFUN([_AM_MANGLE_OPTION], Line 776  AC_DEFUN([_AM_MANGLE_OPTION],
 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])  [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
   
 # _AM_SET_OPTION(NAME)  # _AM_SET_OPTION(NAME)
 # ------------------------------  # --------------------
 # Set option NAME.  Presently that only means defining a flag for this option.  # Set option NAME.  Presently that only means defining a flag for this option.
 AC_DEFUN([_AM_SET_OPTION],  AC_DEFUN([_AM_SET_OPTION],
 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])  [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
   
 # _AM_SET_OPTIONS(OPTIONS)  # _AM_SET_OPTIONS(OPTIONS)
 # ----------------------------------  # ------------------------
 # OPTIONS is a space-separated list of Automake options.  # OPTIONS is a space-separated list of Automake options.
 AC_DEFUN([_AM_SET_OPTIONS],  AC_DEFUN([_AM_SET_OPTIONS],
 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])  [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
Line 841  Check your system clock]) Line 858  Check your system clock])
 fi  fi
 AC_MSG_RESULT(yes)])  AC_MSG_RESULT(yes)])
   
 # Copyright (C) 2009  Free Software Foundation, Inc.  # Copyright (C) 2009, 2011  Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
 # serial 1  # serial 2
   
 # AM_SILENT_RULES([DEFAULT])  # AM_SILENT_RULES([DEFAULT])
 # --------------------------  # --------------------------
Line 862  yes) AM_DEFAULT_VERBOSITY=0;; Line 879  yes) AM_DEFAULT_VERBOSITY=0;;
 no)  AM_DEFAULT_VERBOSITY=1;;  no)  AM_DEFAULT_VERBOSITY=1;;
 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;  *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 esac  esac
   dnl
   dnl A few `make' implementations (e.g., NonStop OS and NextStep)
   dnl do not support nested variable expansions.
   dnl See automake bug#9928 and bug#10237.
   am_make=${MAKE-make}
   AC_CACHE_CHECK([whether $am_make supports nested variables],
      [am_cv_make_support_nested_variables],
      [if AS_ECHO([['TRUE=$(BAR$(V))
   BAR0=false
   BAR1=true
   V=1
   am__doit:
       @$(TRUE)
   .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
     am_cv_make_support_nested_variables=yes
   else
     am_cv_make_support_nested_variables=no
   fi])
   if test $am_cv_make_support_nested_variables = yes; then
     dnl Using `$V' instead of `$(V)' breaks IRIX make.
     AM_V='$(V)'
     AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   else
     AM_V=$AM_DEFAULT_VERBOSITY
     AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   fi
   AC_SUBST([AM_V])dnl
   AM_SUBST_NOTMAKE([AM_V])dnl
   AC_SUBST([AM_DEFAULT_V])dnl
   AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl  AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 AM_BACKSLASH='\'  AM_BACKSLASH='\'
 AC_SUBST([AM_BACKSLASH])dnl  AC_SUBST([AM_BACKSLASH])dnl
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl  _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])  ])
   
 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.  # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
   # serial 1
   
 # AM_PROG_INSTALL_STRIP  # AM_PROG_INSTALL_STRIP
 # ---------------------  # ---------------------
 # One issue with vendor `install' (even GNU) is that you can't  # One issue with vendor `install' (even GNU) is that you can't
Line 896  fi Line 945  fi
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])  AC_SUBST([INSTALL_STRIP_PROGRAM])])
   
 # Copyright (C) 2006, 2008  Free Software Foundation, Inc.  # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
   
 # serial 2  # serial 3
   
 # _AM_SUBST_NOTMAKE(VARIABLE)  # _AM_SUBST_NOTMAKE(VARIABLE)
 # ---------------------------  # ---------------------------
Line 911  AC_SUBST([INSTALL_STRIP_PROGRAM])]) Line 960  AC_SUBST([INSTALL_STRIP_PROGRAM])])
 AC_DEFUN([_AM_SUBST_NOTMAKE])  AC_DEFUN([_AM_SUBST_NOTMAKE])
   
 # AM_SUBST_NOTMAKE(VARIABLE)  # AM_SUBST_NOTMAKE(VARIABLE)
 # ---------------------------  # --------------------------
 # Public sister of _AM_SUBST_NOTMAKE.  # Public sister of _AM_SUBST_NOTMAKE.
 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
   
 # Check how to create a tarball.                            -*- Autoconf -*-  # Check how to create a tarball.                            -*- Autoconf -*-
   
 # Copyright (C) 2004, 2005  Free Software Foundation, Inc.  # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 939  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ Line 988  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_
 # a tarball read from stdin.  # a tarball read from stdin.
 #     $(am__untar) < result.tar  #     $(am__untar) < result.tar
 AC_DEFUN([_AM_PROG_TAR],  AC_DEFUN([_AM_PROG_TAR],
 [# Always define AMTAR for backward compatibility.  [# Always define AMTAR for backward compatibility.  Yes, it's still used
 AM_MISSING_PROG([AMTAR], [tar])  # in the wild :-(  We should find a proper way to deprecate it ...
   AC_SUBST([AMTAR], ['$${TAR-tar}'])
 m4_if([$1], [v7],  m4_if([$1], [v7],
      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],       [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
      [m4_case([$1], [ustar],, [pax],,       [m4_case([$1], [ustar],, [pax],,
               [m4_fatal([Unknown tar format])])                [m4_fatal([Unknown tar format])])
 AC_MSG_CHECKING([how to create a $1 tar archive])  AC_MSG_CHECKING([how to create a $1 tar archive])

Removed from v.1.29  
changed lines
  Added in v.1.30


CVSweb interface <joel.bertrand@systella.fr>