Changeset 326
- Timestamp:
- 07/06/07 17:30:38 (1 year ago)
- Files:
-
- wifidog/wifidog-client/aclocal.m4 (modified) (25 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wifidog/wifidog-client/aclocal.m4
r218 r326 1 # generated automatically by aclocal 1. 9.6-*- Autoconf -*-1 # generated automatically by aclocal 1.10 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005 Free Software Foundation, Inc.4 # 2005, 2006 Free Software Foundation, Inc. 5 5 # This file is free software; the Free Software Foundation 6 6 # gives unlimited permission to copy and/or distribute it, … … 11 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 12 # PARTICULAR PURPOSE. 13 14 m4_if(m4_PACKAGE_VERSION, [2.61],, 15 [m4_fatal([this file was generated for autoconf 2.61. 16 You have another version of autoconf. If you want to use that, 17 you should regenerate the build system entirely.], [63])]) 13 18 14 19 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- … … 6381 6386 ]) 6382 6387 6383 # Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.6388 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. 6384 6389 # 6385 6390 # This file is free software; the Free Software Foundation … … 6391 6396 # Automake X.Y traces this macro to ensure aclocal.m4 has been 6392 6397 # generated from the m4 files accompanying Automake X.Y. 6393 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) 6398 # (This private macro should not be called outside this file.) 6399 AC_DEFUN([AM_AUTOMAKE_VERSION], 6400 [am__api_version='1.10' 6401 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 6402 dnl require some minimum version. Point them to the right macro. 6403 m4_if([$1], [1.10], [], 6404 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 6405 ]) 6406 6407 # _AM_AUTOCONF_VERSION(VERSION) 6408 # ----------------------------- 6409 # aclocal traces this macro to find the Autoconf version. 6410 # This is a private macro too. Using m4_define simplifies 6411 # the logic in aclocal, which can simply ignore this definition. 6412 m4_define([_AM_AUTOCONF_VERSION], []) 6394 6413 6395 6414 # AM_SET_CURRENT_AUTOMAKE_VERSION 6396 6415 # ------------------------------- 6397 # Call AM_AUTOMAKE_VERSION so itcan be traced.6416 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 6398 6417 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 6399 6418 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 6400 [AM_AUTOMAKE_VERSION([1.9.6])]) 6419 [AM_AUTOMAKE_VERSION([1.10])dnl 6420 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 6401 6421 6402 6422 # AM_AUX_DIR_EXPAND -*- Autoconf -*- … … 6455 6475 # AM_CONDITIONAL -*- Autoconf -*- 6456 6476 6457 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 6477 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 6458 6478 # Free Software Foundation, Inc. 6459 6479 # … … 6462 6482 # with or without modifications, as long as this notice is preserved. 6463 6483 6464 # serial 76484 # serial 8 6465 6485 6466 6486 # AM_CONDITIONAL(NAME, SHELL-CONDITION) … … 6471 6491 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 6472 6492 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 6473 AC_SUBST([$1_TRUE]) 6474 AC_SUBST([$1_FALSE]) 6493 AC_SUBST([$1_TRUE])dnl 6494 AC_SUBST([$1_FALSE])dnl 6495 _AM_SUBST_NOTMAKE([$1_TRUE])dnl 6496 _AM_SUBST_NOTMAKE([$1_FALSE])dnl 6475 6497 if $2; then 6476 6498 $1_TRUE= … … 6486 6508 fi])]) 6487 6509 6488 6489 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 6510 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 6490 6511 # Free Software Foundation, Inc. 6491 6512 # … … 6494 6515 # with or without modifications, as long as this notice is preserved. 6495 6516 6496 # serial 86517 # serial 9 6497 6518 6498 6519 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be … … 6522 6543 [$1], CXX, [depcc="$CXX" am_compiler_list=], 6523 6544 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 6545 [$1], UPC, [depcc="$UPC" am_compiler_list=], 6524 6546 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 6525 6547 [depcc="$$1" am_compiler_list=]) … … 6587 6609 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 6588 6610 >/dev/null 2>conftest.err && 6611 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 6589 6612 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 6590 6613 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && … … 6639 6662 fi 6640 6663 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 6641 AC_SUBST([AMDEPBACKSLASH]) 6664 AC_SUBST([AMDEPBACKSLASH])dnl 6665 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 6642 6666 ]) 6643 6667 … … 6664 6688 # Grep'ing the first line is not enough: some people post-process 6665 6689 # each Makefile.in and add a new line on top of each file to say so. 6666 # So let's grep whole file. 6667 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 6690 # Grep'ing the whole file is not good either: AIX grep has a line 6691 # limit of 2048, but all sed's we know have understand at least 4000. 6692 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 6668 6693 dirpart=`AS_DIRNAME("$mf")` 6669 6694 else … … 6724 6749 # Do all the work for Automake. -*- Autoconf -*- 6725 6750 6726 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 20056727 # Free Software Foundation, Inc.6751 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 6752 # 2005, 2006 Free Software Foundation, Inc. 6728 6753 # 6729 6754 # This file is free software; the Free Software Foundation … … 6748 6773 # release and drop the old call support. 6749 6774 AC_DEFUN([AM_INIT_AUTOMAKE], 6750 [AC_PREREQ([2. 58])dnl6775 [AC_PREREQ([2.60])dnl 6751 6776 dnl Autoconf wants to disallow AM_ names. We explicitly allow 6752 6777 dnl the ones we care about. … … 6754 6779 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 6755 6780 AC_REQUIRE([AC_PROG_INSTALL])dnl 6756 # test to see if srcdir already configured 6757 if test "`cd $srcdir && pwd`" != "`pwd`" && 6758 test -f $srcdir/config.status; then 6759 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 6781 if test "`cd $srcdir && pwd`" != "`pwd`"; then 6782 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 6783 # is not polluted with repeated "-I." 6784 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl 6785 # test to see if srcdir already configured 6786 if test -f $srcdir/config.status; then 6787 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 6788 fi 6760 6789 fi 6761 6790 … … 6777 6806 AC_SUBST([VERSION], [$2])], 6778 6807 [_AM_SET_OPTIONS([$1])dnl 6808 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. 6809 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, 6810 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl 6779 6811 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 6780 6812 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl … … 6812 6844 [define([AC_PROG_CXX], 6813 6845 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 6846 AC_PROVIDE_IFELSE([AC_PROG_OBJC], 6847 [_AM_DEPENDENCIES(OBJC)], 6848 [define([AC_PROG_OBJC], 6849 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl 6814 6850 ]) 6815 6851 ]) … … 6847 6883 AC_DEFUN([AM_PROG_INSTALL_SH], 6848 6884 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 6849 install_sh=${install_sh-" $am_aux_dir/install-sh"}6885 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} 6850 6886 AC_SUBST(install_sh)]) 6851 6887 … … 6954 6990 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 6955 6991 6956 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 200 56992 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 6957 6993 # Free Software Foundation, Inc. 6958 6994 # … … 6961 6997 # with or without modifications, as long as this notice is preserved. 6962 6998 6963 # serial 46999 # serial 5 6964 7000 6965 7001 # AM_MISSING_PROG(NAME, PROGRAM) … … 6977 7013 AC_DEFUN([AM_MISSING_HAS_RUN], 6978 7014 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 7015 AC_REQUIRE_AUX_FILE([missing])dnl 6979 7016 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 6980 7017 # Use eval to expand $SHELL … … 6987 7024 ]) 6988 7025 6989 # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.7026 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6990 7027 # 6991 7028 # This file is free software; the Free Software Foundation … … 6995 7032 # AM_PROG_MKDIR_P 6996 7033 # --------------- 6997 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. 6998 # 6999 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories 7000 # created by `make install' are always world readable, even if the 7001 # installer happens to have an overly restrictive umask (e.g. 077). 7002 # This was a mistake. There are at least two reasons why we must not 7003 # use `-m 0755': 7004 # - it causes special bits like SGID to be ignored, 7005 # - it may be too restrictive (some setups expect 775 directories). 7006 # 7007 # Do not use -m 0755 and let people choose whatever they expect by 7008 # setting umask. 7009 # 7010 # We cannot accept any implementation of `mkdir' that recognizes `-p'. 7011 # Some implementations (such as Solaris 8's) are not thread-safe: if a 7012 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' 7013 # concurrently, both version can detect that a/ is missing, but only 7014 # one can create it and the other will error out. Consequently we 7015 # restrict ourselves to GNU make (using the --version option ensures 7016 # this.) 7034 # Check for `mkdir -p'. 7017 7035 AC_DEFUN([AM_PROG_MKDIR_P], 7018 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 7019 # We used to keeping the `.' as first argument, in order to 7020 # allow $(mkdir_p) to be used without argument. As in 7021 # $(mkdir_p) $(somedir) 7022 # where $(somedir) is conditionally defined. However this is wrong 7023 # for two reasons: 7024 # 1. if the package is installed by a user who cannot write `.' 7025 # make install will fail, 7026 # 2. the above comment should most certainly read 7027 # $(mkdir_p) $(DESTDIR)$(somedir) 7028 # so it does not work when $(somedir) is undefined and 7029 # $(DESTDIR) is not. 7030 # To support the latter case, we have to write 7031 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), 7032 # so the `.' trick is pointless. 7033 mkdir_p='mkdir -p --' 7034 else 7035 # On NextStep and OpenStep, the `mkdir' command does not 7036 # recognize any option. It will interpret all options as 7037 # directories to create, and then abort because `.' already 7038 # exists. 7039 for d in ./-p ./--version; 7040 do 7041 test -d $d && rmdir $d 7042 done 7043 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. 7044 if test -f "$ac_aux_dir/mkinstalldirs"; then 7045 mkdir_p='$(mkinstalldirs)' 7046 else 7047 mkdir_p='$(install_sh) -d' 7048 fi 7049 fi 7050 AC_SUBST([mkdir_p])]) 7036 [AC_PREREQ([2.60])dnl 7037 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 7038 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, 7039 dnl while keeping a definition of mkdir_p for backward compatibility. 7040 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 7041 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 7042 dnl Makefile.ins that do not define MKDIR_P, so we do our own 7043 dnl adjustment using top_builddir (which is defined more often than 7044 dnl MKDIR_P). 7045 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 7046 case $mkdir_p in 7047 [[\\/$]]* | ?:[[\\/]]*) ;; 7048 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 7049 esac 7050 ]) 7051 7051 7052 7052 # Helper functions for option handling. -*- Autoconf -*- … … 7160 7160 AC_CHECK_TOOL([STRIP], [strip], :) 7161 7161 fi 7162 INSTALL_STRIP_PROGRAM="\$ {SHELL} \$(install_sh) -c -s"7162 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 7163 7163 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 7164 7165 # Copyright (C) 2006 Free Software Foundation, Inc. 7166 # 7167 # This file is free software; the Free Software Foundation 7168 # gives unlimited permission to copy and/or distribute it, 7169 # with or without modifications, as long as this notice is preserved. 7170 7171 # _AM_SUBST_NOTMAKE(VARIABLE) 7172 # --------------------------- 7173 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. 7174 # This macro is traced by Automake. 7175 AC_DEFUN([_AM_SUBST_NOTMAKE]) 7164 7176 7165 7177 # Check how to create a tarball. -*- Autoconf -*-
