Ignore:
Timestamp:
06/09/09 15:51:14 (3 years ago)
Author:
eagle
Message:

stable version 0.1.13 released

Location:
tags/onioncat-0.1.13
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/onioncat-0.1.13/aclocal.m4

    r502 r505  
    1 # generated automatically by aclocal 1.10.2 -*- Autoconf -*- 
     1# generated automatically by aclocal 1.10.1 -*- Autoconf -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
     
    1414m4_ifndef([AC_AUTOCONF_VERSION], 
    1515  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
    16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, 
    17 [m4_warning([this file was generated for autoconf 2.63. 
     16m4_if(AC_AUTOCONF_VERSION, [2.61],, 
     17[m4_warning([this file was generated for autoconf 2.61. 
    1818You have another version of autoconf.  It may work, but is not guaranteed to. 
    1919If you have problems, you may need to regenerate the build system entirely. 
    2020To do so, use the procedure documented by the package, typically `autoreconf'.])]) 
    2121 
    22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
     22# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc. 
    2323# 
    2424# This file is free software; the Free Software Foundation 
     
    3535dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
    3636dnl require some minimum version.  Point them to the right macro. 
    37 m4_if([$1], [1.10.2], [], 
     37m4_if([$1], [1.10.1], [], 
    3838      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 
    3939]) 
     
    4949# ------------------------------- 
    5050# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 
    51 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 
     51# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 
    5252AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    53 [AM_AUTOMAKE_VERSION([1.10.2])dnl 
     53[AM_AUTOMAKE_VERSION([1.10.1])dnl 
    5454m4_ifndef([AC_AUTOCONF_VERSION], 
    5555  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 
    56 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 
     56_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) 
    5757 
    5858# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- 
     
    304304# Generate code to set up dependency tracking.              -*- Autoconf -*- 
    305305 
    306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 
     306# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 
    307307# Free Software Foundation, Inc. 
    308308# 
     
    311311# with or without modifications, as long as this notice is preserved. 
    312312 
    313 #serial 4 
     313#serial 3 
    314314 
    315315# _AM_OUTPUT_DEPENDENCY_COMMANDS 
    316316# ------------------------------ 
    317317AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 
    318 [# Autoconf 2.62 quotes --file arguments for eval, but not when files 
    319 # are listed without --file.  Let's play safe and only enable the eval 
    320 # if we detect the quoting. 
    321 case $CONFIG_FILES in 
    322 *\'*) eval set x "$CONFIG_FILES" ;; 
    323 *)   set x $CONFIG_FILES ;; 
    324 esac 
    325 shift 
    326 for mf 
    327 do 
     318[for mf in $CONFIG_FILES; do 
    328319  # Strip MF so we end up with the name of the file. 
    329320  mf=`echo "$mf" | sed -e 's/:.*$//'` 
     
    657648# Helper functions for option handling.                     -*- Autoconf -*- 
    658649 
    659 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc. 
    660 # 
    661 # This file is free software; the Free Software Foundation 
    662 # gives unlimited permission to copy and/or distribute it, 
    663 # with or without modifications, as long as this notice is preserved. 
    664  
    665 # serial 4 
     650# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc. 
     651# 
     652# This file is free software; the Free Software Foundation 
     653# gives unlimited permission to copy and/or distribute it, 
     654# with or without modifications, as long as this notice is preserved. 
     655 
     656# serial 3 
    666657 
    667658# _AM_MANGLE_OPTION(NAME) 
     
    680671# OPTIONS is a space-separated list of Automake options. 
    681672AC_DEFUN([_AM_SET_OPTIONS], 
    682 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 
     673[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 
    683674 
    684675# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 
Note: See TracChangeset for help on using the changeset viewer.