Changeset 326

Show
Ignore:
Timestamp:
07/06/07 17:30:38 (1 year ago)
Author:
florida
Message:

Ajout mise à jour wifidog_1.3.3_rc1

Files:

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 -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
    4 # 2005  Free Software Foundation, Inc. 
     4# 2005, 2006  Free Software Foundation, Inc. 
    55# This file is free software; the Free Software Foundation 
    66# gives unlimited permission to copy and/or distribute it, 
     
    1111# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
    1212# PARTICULAR PURPOSE. 
     13 
     14m4_if(m4_PACKAGE_VERSION, [2.61],, 
     15[m4_fatal([this file was generated for autoconf 2.61. 
     16You have another version of autoconf.  If you want to use that, 
     17you should regenerate the build system entirely.], [63])]) 
    1318 
    1419# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 
     
    63816386]) 
    63826387 
    6383 # Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc. 
     6388# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc. 
    63846389# 
    63856390# This file is free software; the Free Software Foundation 
     
    63916396# Automake X.Y traces this macro to ensure aclocal.m4 has been 
    63926397# 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.) 
     6399AC_DEFUN([AM_AUTOMAKE_VERSION], 
     6400[am__api_version='1.10' 
     6401dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
     6402dnl require some minimum version.  Point them to the right macro. 
     6403m4_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. 
     6412m4_define([_AM_AUTOCONF_VERSION], []) 
    63946413 
    63956414# AM_SET_CURRENT_AUTOMAKE_VERSION 
    63966415# ------------------------------- 
    6397 # Call AM_AUTOMAKE_VERSION so it can be traced. 
     6416# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 
    63986417# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 
    63996418AC_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)]) 
    64016421 
    64026422# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- 
     
    64556475# AM_CONDITIONAL                                            -*- Autoconf -*- 
    64566476 
    6457 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 
     6477# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 
    64586478# Free Software Foundation, Inc. 
    64596479# 
     
    64626482# with or without modifications, as long as this notice is preserved. 
    64636483 
    6464 # serial 7 
     6484# serial 8 
    64656485 
    64666486# AM_CONDITIONAL(NAME, SHELL-CONDITION) 
     
    64716491 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])], 
    64726492        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 
    6473 AC_SUBST([$1_TRUE]) 
    6474 AC_SUBST([$1_FALSE]) 
     6493AC_SUBST([$1_TRUE])dnl 
     6494AC_SUBST([$1_FALSE])dnl 
     6495_AM_SUBST_NOTMAKE([$1_TRUE])dnl 
     6496_AM_SUBST_NOTMAKE([$1_FALSE])dnl 
    64756497if $2; then 
    64766498  $1_TRUE= 
     
    64866508fi])]) 
    64876509 
    6488  
    6489 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 
     6510# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 
    64906511# Free Software Foundation, Inc. 
    64916512# 
     
    64946515# with or without modifications, as long as this notice is preserved. 
    64956516 
    6496 # serial 8 
     6517# serial 9 
    64976518 
    64986519# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 
     
    65226543       [$1], CXX,  [depcc="$CXX"  am_compiler_list=], 
    65236544       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 
     6545       [$1], UPC,  [depcc="$UPC"  am_compiler_list=], 
    65246546       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'], 
    65256547                   [depcc="$$1"   am_compiler_list=]) 
     
    65876609       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 
    65886610         >/dev/null 2>conftest.err && 
     6611       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 
    65896612       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 
    65906613       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 
     
    66396662fi 
    66406663AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 
    6641 AC_SUBST([AMDEPBACKSLASH]) 
     6664AC_SUBST([AMDEPBACKSLASH])dnl 
     6665_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 
    66426666]) 
    66436667 
     
    66646688  # Grep'ing the first line is not enough: some people post-process 
    66656689  # 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 
    66686693    dirpart=`AS_DIRNAME("$mf")` 
    66696694  else 
     
    67246749# Do all the work for Automake.                             -*- Autoconf -*- 
    67256750 
    6726 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
    6727 # Free Software Foundation, Inc. 
     6751# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
     6752# 2005, 2006 Free Software Foundation, Inc. 
    67286753# 
    67296754# This file is free software; the Free Software Foundation 
     
    67486773# release and drop the old call support. 
    67496774AC_DEFUN([AM_INIT_AUTOMAKE], 
    6750 [AC_PREREQ([2.58])dnl 
     6775[AC_PREREQ([2.60])dnl 
    67516776dnl Autoconf wants to disallow AM_ names.  We explicitly allow 
    67526777dnl the ones we care about. 
     
    67546779AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 
    67556780AC_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]) 
     6781if 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 
    67606789fi 
    67616790 
     
    67776806 AC_SUBST([VERSION], [$2])], 
    67786807[_AM_SET_OPTIONS([$1])dnl 
     6808dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. 
     6809m4_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 
    67796811 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 
    67806812 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 
     
    68126844                  [define([AC_PROG_CXX], 
    68136845                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 
     6846AC_PROVIDE_IFELSE([AC_PROG_OBJC], 
     6847                  [_AM_DEPENDENCIES(OBJC)], 
     6848                  [define([AC_PROG_OBJC], 
     6849                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl 
    68146850]) 
    68156851]) 
     
    68476883AC_DEFUN([AM_PROG_INSTALL_SH], 
    68486884[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 
    6849 install_sh=${install_sh-"$am_aux_dir/install-sh"} 
     6885install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} 
    68506886AC_SUBST(install_sh)]) 
    68516887 
     
    69546990# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*- 
    69556991 
    6956 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 200
     6992# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 200
    69576993# Free Software Foundation, Inc. 
    69586994# 
     
    69616997# with or without modifications, as long as this notice is preserved. 
    69626998 
    6963 # serial 4 
     6999# serial 5 
    69647000 
    69657001# AM_MISSING_PROG(NAME, PROGRAM) 
     
    69777013AC_DEFUN([AM_MISSING_HAS_RUN], 
    69787014[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 
     7015AC_REQUIRE_AUX_FILE([missing])dnl 
    69797016test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 
    69807017# Use eval to expand $SHELL 
     
    69877024]) 
    69887025 
    6989 # Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc. 
     7026# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
    69907027# 
    69917028# This file is free software; the Free Software Foundation 
     
    69957032# AM_PROG_MKDIR_P 
    69967033# --------------- 
    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'. 
    70177035AC_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 
     7037AC_REQUIRE([AC_PROG_MKDIR_P])dnl 
     7038dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P, 
     7039dnl while keeping a definition of mkdir_p for backward compatibility. 
     7040dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 
     7041dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 
     7042dnl Makefile.ins that do not define MKDIR_P, so we do our own 
     7043dnl adjustment using top_builddir (which is defined more often than 
     7044dnl MKDIR_P). 
     7045AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 
     7046case $mkdir_p in 
     7047  [[\\/$]]* | ?:[[\\/]]*) ;; 
     7048  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 
     7049esac 
     7050]) 
    70517051 
    70527052# Helper functions for option handling.                     -*- Autoconf -*- 
     
    71607160  AC_CHECK_TOOL([STRIP], [strip], :) 
    71617161fi 
    7162 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 
     7162INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 
    71637163AC_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. 
     7175AC_DEFUN([_AM_SUBST_NOTMAKE]) 
    71647176 
    71657177# Check how to create a tarball.                            -*- Autoconf -*-