evdispatch 0.2.6 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
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,
7
7
  # with or without modifications, as long as this notice is preserved.
@@ -11,6 +11,11 @@
11
11
  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
  # PARTICULAR PURPOSE.
13
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])])
18
+
14
19
  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
15
20
 
16
21
  # serial 48 AC_PROG_LIBTOOL
@@ -1370,7 +1375,7 @@ darwin* | rhapsody*)
1370
1375
  version_type=darwin
1371
1376
  need_lib_prefix=no
1372
1377
  need_version=no
1373
- library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1378
+ library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
1374
1379
  soname_spec='${libname}${release}${major}$shared_ext'
1375
1380
  shlibpath_overrides_runpath=yes
1376
1381
  shlibpath_var=DYLD_LIBRARY_PATH
@@ -6388,7 +6393,7 @@ SED=$lt_cv_path_SED
6388
6393
  AC_MSG_RESULT([$SED])
6389
6394
  ])
6390
6395
 
6391
- # Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
6396
+ # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
6392
6397
  #
6393
6398
  # This file is free software; the Free Software Foundation
6394
6399
  # gives unlimited permission to copy and/or distribute it,
@@ -6398,14 +6403,29 @@ AC_MSG_RESULT([$SED])
6398
6403
  # ----------------------------
6399
6404
  # Automake X.Y traces this macro to ensure aclocal.m4 has been
6400
6405
  # generated from the m4 files accompanying Automake X.Y.
6401
- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
6406
+ # (This private macro should not be called outside this file.)
6407
+ AC_DEFUN([AM_AUTOMAKE_VERSION],
6408
+ [am__api_version='1.10'
6409
+ dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6410
+ dnl require some minimum version. Point them to the right macro.
6411
+ m4_if([$1], [1.10], [],
6412
+ [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6413
+ ])
6414
+
6415
+ # _AM_AUTOCONF_VERSION(VERSION)
6416
+ # -----------------------------
6417
+ # aclocal traces this macro to find the Autoconf version.
6418
+ # This is a private macro too. Using m4_define simplifies
6419
+ # the logic in aclocal, which can simply ignore this definition.
6420
+ m4_define([_AM_AUTOCONF_VERSION], [])
6402
6421
 
6403
6422
  # AM_SET_CURRENT_AUTOMAKE_VERSION
6404
6423
  # -------------------------------
6405
- # Call AM_AUTOMAKE_VERSION so it can be traced.
6424
+ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
6406
6425
  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
6407
6426
  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6408
- [AM_AUTOMAKE_VERSION([1.9.6])])
6427
+ [AM_AUTOMAKE_VERSION([1.10])dnl
6428
+ _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
6409
6429
 
6410
6430
  # AM_AUX_DIR_EXPAND -*- Autoconf -*-
6411
6431
 
@@ -6462,14 +6482,14 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
6462
6482
 
6463
6483
  # AM_CONDITIONAL -*- Autoconf -*-
6464
6484
 
6465
- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
6485
+ # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
6466
6486
  # Free Software Foundation, Inc.
6467
6487
  #
6468
6488
  # This file is free software; the Free Software Foundation
6469
6489
  # gives unlimited permission to copy and/or distribute it,
6470
6490
  # with or without modifications, as long as this notice is preserved.
6471
6491
 
6472
- # serial 7
6492
+ # serial 8
6473
6493
 
6474
6494
  # AM_CONDITIONAL(NAME, SHELL-CONDITION)
6475
6495
  # -------------------------------------
@@ -6478,8 +6498,10 @@ AC_DEFUN([AM_CONDITIONAL],
6478
6498
  [AC_PREREQ(2.52)dnl
6479
6499
  ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
6480
6500
  [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6481
- AC_SUBST([$1_TRUE])
6482
- AC_SUBST([$1_FALSE])
6501
+ AC_SUBST([$1_TRUE])dnl
6502
+ AC_SUBST([$1_FALSE])dnl
6503
+ _AM_SUBST_NOTMAKE([$1_TRUE])dnl
6504
+ _AM_SUBST_NOTMAKE([$1_FALSE])dnl
6483
6505
  if $2; then
6484
6506
  $1_TRUE=
6485
6507
  $1_FALSE='#'
@@ -6493,15 +6515,14 @@ AC_CONFIG_COMMANDS_PRE(
6493
6515
  Usually this means the macro was only invoked conditionally.]])
6494
6516
  fi])])
6495
6517
 
6496
-
6497
- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
6518
+ # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6498
6519
  # Free Software Foundation, Inc.
6499
6520
  #
6500
6521
  # This file is free software; the Free Software Foundation
6501
6522
  # gives unlimited permission to copy and/or distribute it,
6502
6523
  # with or without modifications, as long as this notice is preserved.
6503
6524
 
6504
- # serial 8
6525
+ # serial 9
6505
6526
 
6506
6527
  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
6507
6528
  # written in clear, in which case automake, when reading aclocal.m4,
@@ -6529,6 +6550,7 @@ AC_REQUIRE([AM_DEP_TRACK])dnl
6529
6550
  ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
6530
6551
  [$1], CXX, [depcc="$CXX" am_compiler_list=],
6531
6552
  [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6553
+ [$1], UPC, [depcc="$UPC" am_compiler_list=],
6532
6554
  [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
6533
6555
  [depcc="$$1" am_compiler_list=])
6534
6556
 
@@ -6594,6 +6616,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
6594
6616
  depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6595
6617
  $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6596
6618
  >/dev/null 2>conftest.err &&
6619
+ grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6597
6620
  grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6598
6621
  grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6599
6622
  ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
@@ -6646,7 +6669,8 @@ if test "x$enable_dependency_tracking" != xno; then
6646
6669
  AMDEPBACKSLASH='\'
6647
6670
  fi
6648
6671
  AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6649
- AC_SUBST([AMDEPBACKSLASH])
6672
+ AC_SUBST([AMDEPBACKSLASH])dnl
6673
+ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
6650
6674
  ])
6651
6675
 
6652
6676
  # Generate code to set up dependency tracking. -*- Autoconf -*-
@@ -6671,8 +6695,9 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
6671
6695
  # some people rename them; so instead we look at the file content.
6672
6696
  # Grep'ing the first line is not enough: some people post-process
6673
6697
  # each Makefile.in and add a new line on top of each file to say so.
6674
- # So let's grep whole file.
6675
- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6698
+ # Grep'ing the whole file is not good either: AIX grep has a line
6699
+ # limit of 2048, but all sed's we know have understand at least 4000.
6700
+ if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
6676
6701
  dirpart=`AS_DIRNAME("$mf")`
6677
6702
  else
6678
6703
  continue
@@ -6719,8 +6744,8 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
6719
6744
 
6720
6745
  # Do all the work for Automake. -*- Autoconf -*-
6721
6746
 
6722
- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
6723
- # Free Software Foundation, Inc.
6747
+ # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6748
+ # 2005, 2006 Free Software Foundation, Inc.
6724
6749
  #
6725
6750
  # This file is free software; the Free Software Foundation
6726
6751
  # gives unlimited permission to copy and/or distribute it,
@@ -6743,16 +6768,20 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
6743
6768
  # arguments mandatory, and then we can depend on a new Autoconf
6744
6769
  # release and drop the old call support.
6745
6770
  AC_DEFUN([AM_INIT_AUTOMAKE],
6746
- [AC_PREREQ([2.58])dnl
6771
+ [AC_PREREQ([2.60])dnl
6747
6772
  dnl Autoconf wants to disallow AM_ names. We explicitly allow
6748
6773
  dnl the ones we care about.
6749
6774
  m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6750
6775
  AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6751
6776
  AC_REQUIRE([AC_PROG_INSTALL])dnl
6752
- # test to see if srcdir already configured
6753
- if test "`cd $srcdir && pwd`" != "`pwd`" &&
6754
- test -f $srcdir/config.status; then
6755
- AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6777
+ if test "`cd $srcdir && pwd`" != "`pwd`"; then
6778
+ # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6779
+ # is not polluted with repeated "-I."
6780
+ AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6781
+ # test to see if srcdir already configured
6782
+ if test -f $srcdir/config.status; then
6783
+ AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6784
+ fi
6756
6785
  fi
6757
6786
 
6758
6787
  # test whether we have cygpath
@@ -6772,6 +6801,9 @@ m4_ifval([$2],
6772
6801
  AC_SUBST([PACKAGE], [$1])dnl
6773
6802
  AC_SUBST([VERSION], [$2])],
6774
6803
  [_AM_SET_OPTIONS([$1])dnl
6804
+ dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6805
+ m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6806
+ [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6775
6807
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6776
6808
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6777
6809
 
@@ -6807,6 +6839,10 @@ AC_PROVIDE_IFELSE([AC_PROG_CXX],
6807
6839
  [_AM_DEPENDENCIES(CXX)],
6808
6840
  [define([AC_PROG_CXX],
6809
6841
  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6842
+ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6843
+ [_AM_DEPENDENCIES(OBJC)],
6844
+ [define([AC_PROG_OBJC],
6845
+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6810
6846
  ])
6811
6847
  ])
6812
6848
 
@@ -6842,7 +6878,7 @@ echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
6842
6878
  # Define $install_sh.
6843
6879
  AC_DEFUN([AM_PROG_INSTALL_SH],
6844
6880
  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6845
- install_sh=${install_sh-"$am_aux_dir/install-sh"}
6881
+ install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
6846
6882
  AC_SUBST(install_sh)])
6847
6883
 
6848
6884
  # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
@@ -6949,14 +6985,14 @@ rm -f confinc confmf
6949
6985
 
6950
6986
  # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
6951
6987
 
6952
- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
6988
+ # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
6953
6989
  # Free Software Foundation, Inc.
6954
6990
  #
6955
6991
  # This file is free software; the Free Software Foundation
6956
6992
  # gives unlimited permission to copy and/or distribute it,
6957
6993
  # with or without modifications, as long as this notice is preserved.
6958
6994
 
6959
- # serial 4
6995
+ # serial 5
6960
6996
 
6961
6997
  # AM_MISSING_PROG(NAME, PROGRAM)
6962
6998
  # ------------------------------
@@ -6972,6 +7008,7 @@ AC_SUBST($1)])
6972
7008
  # If it does, set am_missing_run to use it, otherwise, to nothing.
6973
7009
  AC_DEFUN([AM_MISSING_HAS_RUN],
6974
7010
  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
7011
+ AC_REQUIRE_AUX_FILE([missing])dnl
6975
7012
  test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
6976
7013
  # Use eval to expand $SHELL
6977
7014
  if eval "$MISSING --run true"; then
@@ -6982,7 +7019,7 @@ else
6982
7019
  fi
6983
7020
  ])
6984
7021
 
6985
- # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
7022
+ # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6986
7023
  #
6987
7024
  # This file is free software; the Free Software Foundation
6988
7025
  # gives unlimited permission to copy and/or distribute it,
@@ -6990,60 +7027,23 @@ fi
6990
7027
 
6991
7028
  # AM_PROG_MKDIR_P
6992
7029
  # ---------------
6993
- # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
6994
- #
6995
- # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
6996
- # created by `make install' are always world readable, even if the
6997
- # installer happens to have an overly restrictive umask (e.g. 077).
6998
- # This was a mistake. There are at least two reasons why we must not
6999
- # use `-m 0755':
7000
- # - it causes special bits like SGID to be ignored,
7001
- # - it may be too restrictive (some setups expect 775 directories).
7002
- #
7003
- # Do not use -m 0755 and let people choose whatever they expect by
7004
- # setting umask.
7005
- #
7006
- # We cannot accept any implementation of `mkdir' that recognizes `-p'.
7007
- # Some implementations (such as Solaris 8's) are not thread-safe: if a
7008
- # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
7009
- # concurrently, both version can detect that a/ is missing, but only
7010
- # one can create it and the other will error out. Consequently we
7011
- # restrict ourselves to GNU make (using the --version option ensures
7012
- # this.)
7030
+ # Check for `mkdir -p'.
7013
7031
  AC_DEFUN([AM_PROG_MKDIR_P],
7014
- [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
7015
- # We used to keeping the `.' as first argument, in order to
7016
- # allow $(mkdir_p) to be used without argument. As in
7017
- # $(mkdir_p) $(somedir)
7018
- # where $(somedir) is conditionally defined. However this is wrong
7019
- # for two reasons:
7020
- # 1. if the package is installed by a user who cannot write `.'
7021
- # make install will fail,
7022
- # 2. the above comment should most certainly read
7023
- # $(mkdir_p) $(DESTDIR)$(somedir)
7024
- # so it does not work when $(somedir) is undefined and
7025
- # $(DESTDIR) is not.
7026
- # To support the latter case, we have to write
7027
- # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
7028
- # so the `.' trick is pointless.
7029
- mkdir_p='mkdir -p --'
7030
- else
7031
- # On NextStep and OpenStep, the `mkdir' command does not
7032
- # recognize any option. It will interpret all options as
7033
- # directories to create, and then abort because `.' already
7034
- # exists.
7035
- for d in ./-p ./--version;
7036
- do
7037
- test -d $d && rmdir $d
7038
- done
7039
- # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
7040
- if test -f "$ac_aux_dir/mkinstalldirs"; then
7041
- mkdir_p='$(mkinstalldirs)'
7042
- else
7043
- mkdir_p='$(install_sh) -d'
7044
- fi
7045
- fi
7046
- AC_SUBST([mkdir_p])])
7032
+ [AC_PREREQ([2.60])dnl
7033
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
7034
+ dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
7035
+ dnl while keeping a definition of mkdir_p for backward compatibility.
7036
+ dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
7037
+ dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
7038
+ dnl Makefile.ins that do not define MKDIR_P, so we do our own
7039
+ dnl adjustment using top_builddir (which is defined more often than
7040
+ dnl MKDIR_P).
7041
+ AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
7042
+ case $mkdir_p in
7043
+ [[\\/$]]* | ?:[[\\/]]*) ;;
7044
+ */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
7045
+ esac
7046
+ ])
7047
7047
 
7048
7048
  # Helper functions for option handling. -*- Autoconf -*-
7049
7049
 
@@ -7155,9 +7155,21 @@ dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
7155
7155
  if test "$cross_compiling" != no; then
7156
7156
  AC_CHECK_TOOL([STRIP], [strip], :)
7157
7157
  fi
7158
- INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
7158
+ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
7159
7159
  AC_SUBST([INSTALL_STRIP_PROGRAM])])
7160
7160
 
7161
+ # Copyright (C) 2006 Free Software Foundation, Inc.
7162
+ #
7163
+ # This file is free software; the Free Software Foundation
7164
+ # gives unlimited permission to copy and/or distribute it,
7165
+ # with or without modifications, as long as this notice is preserved.
7166
+
7167
+ # _AM_SUBST_NOTMAKE(VARIABLE)
7168
+ # ---------------------------
7169
+ # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
7170
+ # This macro is traced by Automake.
7171
+ AC_DEFUN([_AM_SUBST_NOTMAKE])
7172
+
7161
7173
  # Check how to create a tarball. -*- Autoconf -*-
7162
7174
 
7163
7175
  # Copyright (C) 2004, 2005 Free Software Foundation, Inc.