Changeset 505 for tags/onioncat-0.1.13/aclocal.m4
- Timestamp:
- 06/09/09 15:51:14 (3 years ago)
- Location:
- tags/onioncat-0.1.13
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from trunk)
-
aclocal.m4 (modified) (8 diffs)
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 -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, … … 14 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 15 [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.6 3.16 m4_if(AC_AUTOCONF_VERSION, [2.61],, 17 [m4_warning([this file was generated for autoconf 2.61. 18 18 You have another version of autoconf. It may work, but is not guaranteed to. 19 19 If you have problems, you may need to regenerate the build system entirely. 20 20 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 21 22 # Copyright (C) 2002, 2003, 2005, 2006, 2007 , 2008Free Software Foundation, Inc.22 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. 23 23 # 24 24 # This file is free software; the Free Software Foundation … … 35 35 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 36 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.10. 2], [],37 m4_if([$1], [1.10.1], [], 38 38 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 39 ]) … … 49 49 # ------------------------------- 50 50 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 51 # This function is AC_REQUIREd by A M_INIT_AUTOMAKE.51 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 52 52 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.10. 2])dnl53 [AM_AUTOMAKE_VERSION([1.10.1])dnl 54 54 m4_ifndef([AC_AUTOCONF_VERSION], 55 55 [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)]) 57 57 58 58 # AM_AUX_DIR_EXPAND -*- Autoconf -*- … … 304 304 # Generate code to set up dependency tracking. -*- Autoconf -*- 305 305 306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 , 2008306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 307 307 # Free Software Foundation, Inc. 308 308 # … … 311 311 # with or without modifications, as long as this notice is preserved. 312 312 313 #serial 4313 #serial 3 314 314 315 315 # _AM_OUTPUT_DEPENDENCY_COMMANDS 316 316 # ------------------------------ 317 317 AC_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 328 319 # Strip MF so we end up with the name of the file. 329 320 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 657 648 # Helper functions for option handling. -*- Autoconf -*- 658 649 659 # Copyright (C) 2001, 2002, 2003, 2005 , 2008Free 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 4650 # 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 666 657 667 658 # _AM_MANGLE_OPTION(NAME) … … 680 671 # OPTIONS is a space-separated list of Automake options. 681 672 AC_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)])]) 683 674 684 675 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
Note: See TracChangeset
for help on using the changeset viewer.
