ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/aclocal.m4
(Generate patch)

Comparing ircd-hybrid-7.3/aclocal.m4 (file contents):
Revision 1253 by michael, Tue Nov 1 09:03:49 2011 UTC vs.
Revision 1254 by michael, Sat Dec 24 20:16:36 2011 UTC

# Line 1 | Line 1
1 < # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
1 > # generated automatically by aclocal 1.11.2 -*- Autoconf -*-
2  
3   # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 < # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
4 > # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5 > # Inc.
6   # This file is free software; the Free Software Foundation
7   # gives unlimited permission to copy and/or distribute it,
8   # with or without modifications, as long as this notice is preserved.
# Line 9504 | Line 9505 | m4_ifndef([_LT_PROG_F77],              [AC_DEFUN([_L
9505   m4_ifndef([_LT_PROG_FC],                [AC_DEFUN([_LT_PROG_FC])])
9506   m4_ifndef([_LT_PROG_CXX],               [AC_DEFUN([_LT_PROG_CXX])])
9507  
9508 < # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
9508 > # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
9509 > # Foundation, Inc.
9510   #
9511   # This file is free software; the Free Software Foundation
9512   # gives unlimited permission to copy and/or distribute it,
9513   # with or without modifications, as long as this notice is preserved.
9514  
9515 + # serial 1
9516 +
9517   # AM_AUTOMAKE_VERSION(VERSION)
9518   # ----------------------------
9519   # Automake X.Y traces this macro to ensure aclocal.m4 has been
# Line 9519 | Line 9523 | AC_DEFUN([AM_AUTOMAKE_VERSION],
9523   [am__api_version='1.11'
9524   dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9525   dnl require some minimum version.  Point them to the right macro.
9526 < m4_if([$1], [1.11.1], [],
9526 > m4_if([$1], [1.11.2], [],
9527        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9528   ])
9529  
# Line 9535 | Line 9539 | m4_define([_AM_AUTOCONF_VERSION], [])
9539   # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9540   # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9541   AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9542 < [AM_AUTOMAKE_VERSION([1.11.1])dnl
9542 > [AM_AUTOMAKE_VERSION([1.11.2])dnl
9543   m4_ifndef([AC_AUTOCONF_VERSION],
9544    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9545   _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
9546  
9547   # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
9548  
9549 < # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
9549 > # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
9550   #
9551   # This file is free software; the Free Software Foundation
9552   # gives unlimited permission to copy and/or distribute it,
9553   # with or without modifications, as long as this notice is preserved.
9554  
9555 + # serial 1
9556 +
9557   # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
9558   # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
9559   # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
# Line 9629 | Line 9635 | AC_CONFIG_COMMANDS_PRE(
9635   Usually this means the macro was only invoked conditionally.]])
9636   fi])])
9637  
9638 < # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
9639 < # Free Software Foundation, Inc.
9638 > # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
9639 > # 2010, 2011 Free Software Foundation, Inc.
9640   #
9641   # This file is free software; the Free Software Foundation
9642   # gives unlimited permission to copy and/or distribute it,
9643   # with or without modifications, as long as this notice is preserved.
9644  
9645 < # serial 10
9645 > # serial 12
9646  
9647   # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
9648   # written in clear, in which case automake, when reading aclocal.m4,
# Line 9676 | Line 9682 | AC_CACHE_CHECK([dependency style of $dep
9682    # instance it was reported that on HP-UX the gcc test will end up
9683    # making a dummy file named `D' -- because `-MD' means `put the output
9684    # in D'.
9685 +  rm -rf conftest.dir
9686    mkdir conftest.dir
9687    # Copy depcomp to subdir because otherwise we won't find it if we're
9688    # using a relative directory.
# Line 9740 | Line 9747 | AC_CACHE_CHECK([dependency style of $dep
9747          break
9748        fi
9749        ;;
9750 <    msvisualcpp | msvcmsys)
9750 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
9751        # This compiler won't grok `-c -o', but also, the minuso test has
9752        # not run yet.  These depmodes are late enough in the game, and
9753        # so weak that their functioning should not be impacted.
# Line 9805 | Line 9812 | AC_DEFUN([AM_DEP_TRACK],
9812   if test "x$enable_dependency_tracking" != xno; then
9813    am_depcomp="$ac_aux_dir/depcomp"
9814    AMDEPBACKSLASH='\'
9815 +  am__nodep='_no'
9816   fi
9817   AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
9818   AC_SUBST([AMDEPBACKSLASH])dnl
9819   _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
9820 + AC_SUBST([am__nodep])dnl
9821 + _AM_SUBST_NOTMAKE([am__nodep])dnl
9822   ])
9823  
9824   # Generate code to set up dependency tracking.              -*- Autoconf -*-
# Line 10030 | Line 10040 | for _am_header in $config_headers :; do
10040   done
10041   echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
10042  
10043 < # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
10043 > # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
10044 > # Inc.
10045   #
10046   # This file is free software; the Free Software Foundation
10047   # gives unlimited permission to copy and/or distribute it,
10048   # with or without modifications, as long as this notice is preserved.
10049  
10050 + # serial 1
10051 +
10052   # AM_PROG_INSTALL_SH
10053   # ------------------
10054   # Define $install_sh.
# Line 10096 | Line 10109 | fi])
10109   # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
10110   # From Jim Meyering
10111  
10112 < # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
10113 < # Free Software Foundation, Inc.
10112 > # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
10113 > # 2011 Free Software Foundation, Inc.
10114   #
10115   # This file is free software; the Free Software Foundation
10116   # gives unlimited permission to copy and/or distribute it,
# Line 10117 | Line 10130 | AC_DEFUN([AM_MAINTAINER_MODE],
10130         [disable], [m4_define([am_maintainer_other], [enable])],
10131         [m4_define([am_maintainer_other], [enable])
10132          m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
10133 < AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
10133 > AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
10134    dnl maintainer-mode's default is 'disable' unless 'enable' is passed
10135    AC_ARG_ENABLE([maintainer-mode],
10136   [  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
# Line 10228 | Line 10241 | else
10241   fi
10242   ])
10243  
10244 < # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
10244 > # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
10245 > # Inc.
10246   #
10247   # This file is free software; the Free Software Foundation
10248   # gives unlimited permission to copy and/or distribute it,
10249   # with or without modifications, as long as this notice is preserved.
10250  
10251 + # serial 1
10252 +
10253   # AM_PROG_MKDIR_P
10254   # ---------------
10255   # Check for `mkdir -p'.
# Line 10256 | Line 10272 | esac
10272  
10273   # Helper functions for option handling.                     -*- Autoconf -*-
10274  
10275 < # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
10275 > # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
10276 > # Foundation, Inc.
10277   #
10278   # This file is free software; the Free Software Foundation
10279   # gives unlimited permission to copy and/or distribute it,
10280   # with or without modifications, as long as this notice is preserved.
10281  
10282 < # serial 4
10282 > # serial 5
10283  
10284   # _AM_MANGLE_OPTION(NAME)
10285   # -----------------------
# Line 10270 | Line 10287 | AC_DEFUN([_AM_MANGLE_OPTION],
10287   [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
10288  
10289   # _AM_SET_OPTION(NAME)
10290 < # ------------------------------
10290 > # --------------------
10291   # Set option NAME.  Presently that only means defining a flag for this option.
10292   AC_DEFUN([_AM_SET_OPTION],
10293   [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
10294  
10295   # _AM_SET_OPTIONS(OPTIONS)
10296 < # ----------------------------------
10296 > # ------------------------
10297   # OPTIONS is a space-separated list of Automake options.
10298   AC_DEFUN([_AM_SET_OPTIONS],
10299   [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
# Line 10352 | Line 10369 | Check your system clock])
10369   fi
10370   AC_MSG_RESULT(yes)])
10371  
10372 < # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
10372 > # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
10373   #
10374   # This file is free software; the Free Software Foundation
10375   # gives unlimited permission to copy and/or distribute it,
10376   # with or without modifications, as long as this notice is preserved.
10377  
10378 + # serial 1
10379 +
10380   # AM_PROG_INSTALL_STRIP
10381   # ---------------------
10382   # One issue with vendor `install' (even GNU) is that you can't
# Line 10380 | Line 10399 | fi
10399   INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10400   AC_SUBST([INSTALL_STRIP_PROGRAM])])
10401  
10402 < # Copyright (C) 2006, 2008  Free Software Foundation, Inc.
10402 > # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
10403   #
10404   # This file is free software; the Free Software Foundation
10405   # gives unlimited permission to copy and/or distribute it,
10406   # with or without modifications, as long as this notice is preserved.
10407  
10408 < # serial 2
10408 > # serial 3
10409  
10410   # _AM_SUBST_NOTMAKE(VARIABLE)
10411   # ---------------------------
# Line 10395 | Line 10414 | AC_SUBST([INSTALL_STRIP_PROGRAM])])
10414   AC_DEFUN([_AM_SUBST_NOTMAKE])
10415  
10416   # AM_SUBST_NOTMAKE(VARIABLE)
10417 < # ---------------------------
10417 > # --------------------------
10418   # Public sister of _AM_SUBST_NOTMAKE.
10419   AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
10420  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)