Diff for /embedaddon/quagga/aclocal.m4 between versions 1.1.1.2 and 1.1.1.5

version 1.1.1.2, 2012/05/29 11:53:40 version 1.1.1.5, 2016/11/02 10:09:09
Line 1 Line 1
# generated automatically by aclocal 1.11.2 -*- Autoconf -*-# generated automatically by aclocal 1.11.6 -*- 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, 2010, 2011 Free Software Foundation,  # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
Line 14 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.68],,m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
[m4_warning([this file was generated for autoconf 2.68.[m4_warning([this file was generated for autoconf 2.69.
 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'.])])
Line 38  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.2], [],m4_if([$1], [1.11.6], [],
       [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 54  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.2])dnl[AM_AUTOMAKE_VERSION([1.11.6])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]))])
Line 416  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], Line 416  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])       [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 ])  ])
   
 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005  
 # 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 8  
   
 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.  
 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])  
   
 # Do all the work for Automake.                             -*- Autoconf -*-  # Do all the work for Automake.                             -*- Autoconf -*-
   
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
Line 870  Check your system clock]) Line 858  Check your system clock])
 fi  fi
 AC_MSG_RESULT(yes)])  AC_MSG_RESULT(yes)])
   
   # Copyright (C) 2009, 2011  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 2
   
   # 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
   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
   AM_BACKSLASH='\'
   AC_SUBST([AM_BACKSLASH])dnl
   _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
   ])
   
 # Copyright (C) 2001, 2003, 2005, 2011 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
Line 921  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) Line 966  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 943  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) Line 988  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 # 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])
Line 1015  AC_SUBST([am__tar]) Line 1061  AC_SUBST([am__tar])
 AC_SUBST([am__untar])  AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR  ]) # _AM_PROG_TAR
   
   m4_include([m4/ax_sys_weak_alias.m4])
 m4_include([m4/libtool.m4])  m4_include([m4/libtool.m4])
 m4_include([m4/ltoptions.m4])  m4_include([m4/ltoptions.m4])
 m4_include([m4/ltsugar.m4])  m4_include([m4/ltsugar.m4])

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>