Difference for ./aclocal.m4 from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 # generated automatically by aclocal 1.9.3 -*- Autoconf -*-  # generated automatically by aclocal 1.9.5 -*- Autoconf -*-
   
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # Free Software Foundation, Inc.  # 2005  Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 14
 
Line 14
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
   
 # serial 47 AC_PROG_LIBTOOL  # serial 47 AC_PROG_LIBTOOL
   # Debian $Rev: 214 $
   
   
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
Line 1432
 
Line 1433
   # before this can be enabled.    # before this can be enabled.
   hardcode_into_libs=yes    hardcode_into_libs=yes
   
   # find out which ABI we are using  
   libsuff=  
   case "$host_cpu" in  
   x86_64*|s390x*|powerpc64*)  
     echo '[#]line __oline__ "configure"' > conftest.$ac_ext  
     if AC_TRY_EVAL(ac_compile); then  
       case `/usr/bin/file conftest.$ac_objext` in  
       *64-bit*)  
         libsuff=64  
         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"  
         ;;  
       esac  
     fi  
     rm -rf conftest*  
     ;;  
   esac  
   
   # Append ld.so.conf contents to the search path    # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then    if test -f /etc/ld.so.conf; then
     lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`      lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"      sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi    fi
   
   # We used to test for /lib/ld.so.1 and disable shared libraries on    # We used to test for /lib/ld.so.1 and disable shared libraries on
Line 1464
 
Line 1448
   dynamic_linker='GNU/Linux ld.so'    dynamic_linker='GNU/Linux ld.so'
   ;;    ;;
   
   netbsdelf*-gnu)
     version_type=linux
     need_lib_prefix=no
     need_version=no
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
     soname_spec='${libname}${release}${shared_ext}$major'
     shlibpath_var=LD_LIBRARY_PATH
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes
     dynamic_linker='NetBSD ld.elf_so'
     ;;
   
 knetbsd*-gnu)  knetbsd*-gnu)
   version_type=linux    version_type=linux
   need_lib_prefix=no    need_lib_prefix=no
Line 2191
 
Line 2187
   
 # This must be Linux ELF.  # This must be Linux ELF.
 linux*)  linux*)
   case $host_cpu in  
   alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*)  
     lt_cv_deplibs_check_method=pass_all ;;  
   *)  
     # glibc up to 2.1.1 does not perform some relocations on ARM  
     # this will be overridden with pass_all, but let us keep it just in case  
     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;  
   esac  
   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`  
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
   
 netbsd*)  netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else    else
Line 3197
 
Line 3184
  ;;   ;;
     esac      esac
     ;;      ;;
   netbsd*)    netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
       wlarc=        wlarc=
Line 4687
 
Line 4674
      ;;       ;;
  esac   esac
  ;;   ;;
       netbsd*)        netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
  ;;   ;;
       osf3* | osf4* | osf5*)        osf3* | osf4* | osf5*)
  case $cc_basename in   case $cc_basename in
Line 4998
 
Line 4985
   cygwin* | mingw*)    cygwin* | mingw*)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
   ;;    ;;
     linux*)
       _LT_AC_TAGVAR(link_all_deplibs, $1)=no
     ;;
   *)    *)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   ;;    ;;
Line 5127
 
Line 5117
       fi        fi
       ;;        ;;
   
     netbsd*)      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  wlarc=   wlarc=
Line 5185
 
Line 5175
       else        else
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"          _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
       fi        fi
         _LT_AC_TAGVAR(link_all_deplibs, $1)=no
     else      else
       _LT_AC_TAGVAR(ld_shlibs, $1)=no        _LT_AC_TAGVAR(ld_shlibs, $1)=no
     fi      fi
Line 5544
 
Line 5535
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       ;;        ;;
   
     netbsd*)      netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else        else
Line 5936
 
Line 5927
 AC_MSG_RESULT([$SED])  AC_MSG_RESULT([$SED])
 ])  ])
   
 #                                                        -*- Autoconf -*-  # Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 # Copyright (C) 2002, 2003  Free Software Foundation, Inc.  #
 # Generated from amversion.in; do not edit by hand.  # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
 # This program is free software; you can redistribute it and/or modify  # with or without modifications, as long as this notice is preserved.
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
   
 # AM_AUTOMAKE_VERSION(VERSION)  # AM_AUTOMAKE_VERSION(VERSION)
 # ----------------------------  # ----------------------------
Line 5965
 
Line 5944
 # Call AM_AUTOMAKE_VERSION so it can be traced.  # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  [AM_AUTOMAKE_VERSION([1.9.3])])   [AM_AUTOMAKE_VERSION([1.9.5])])
   
 # AM_AUX_DIR_EXPAND  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
   
 # Copyright (C) 2001, 2003 Free Software Foundation, Inc.  # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
   #
 # This program is free software; you can redistribute it and/or modify  # This file is free software; the Free Software Foundation
 # it under the terms of the GNU General Public License as published by  # gives unlimited permission to copy and/or distribute it,
 # the Free Software Foundation; either version 2, or (at your option)  # with or without modifications, as long as this notice is preserved.
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets  # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to  # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
Line 6033
 
Line 6001
   
 # AM_CONDITIONAL                                              -*- Autoconf -*-  # AM_CONDITIONAL                                              -*- Autoconf -*-
   
 # Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.  # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
   # Free Software Foundation, Inc.
 # This program is free software; you can redistribute it and/or modify  #
 # it under the terms of the GNU General Public License as published by  # This file is free software; the Free Software Foundation
 # the Free Software Foundation; either version 2, or (at your option)  # gives unlimited permission to copy and/or distribute it,
 # any later version.  # with or without modifications, as long as this notice is preserved.
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 6  # serial 7
   
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)  # AM_CONDITIONAL(NAME, SHELL-CONDITION)
 # -------------------------------------  # -------------------------------------
Line 6074
 
Line 6032
 Usually this means the macro was only invoked conditionally.]])  Usually this means the macro was only invoked conditionally.]])
 fi])])  fi])])
   
 # serial 7 -*- Autoconf -*-  
   
 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004  # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # This program is free software; you can redistribute it and/or modify  # serial 8
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
   
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be  # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 # written in clear, in which case automake, when reading aclocal.m4,  # written in clear, in which case automake, when reading aclocal.m4,
Line 6102
 
Line 6049
 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...  # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
   
   
   
 # _AM_DEPENDENCIES(NAME)  # _AM_DEPENDENCIES(NAME)
 # ----------------------  # ----------------------
 # See how the compiler implements dependency checking.  # See how the compiler implements dependency checking.
Line 6244
 
Line 6190
   
 # Generate code to set up dependency tracking.   -*- Autoconf -*-  # Generate code to set up dependency tracking.   -*- Autoconf -*-
   
 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004  # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 #   Free Software Foundation, Inc.  #   Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # This program is free software; you can redistribute it and/or modify  #serial 3
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 #serial 2  
   
 # _AM_OUTPUT_DEPENDENCY_COMMANDS  # _AM_OUTPUT_DEPENDENCY_COMMANDS
 # ------------------------------  # ------------------------------
Line 6321
 
Line 6256
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])       [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 ])  ])
   
 # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-  # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
   # Free Software Foundation, Inc.
 # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.  #
   # This file is free software; the Free Software Foundation
 # This program is free software; you can redistribute it and/or modify  # gives unlimited permission to copy and/or distribute it,
 # it under the terms of the GNU General Public License as published by  # with or without modifications, as long as this notice is preserved.
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 7  # serial 8
   
 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.  # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])  AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
   
 # Do all the work for Automake.                            -*- Autoconf -*-  # Do all the work for Automake.                            -*- Autoconf -*-
   
 # This macro actually does too much some checks are only needed if  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 # your package does certain things.  But this isn't really a big deal.  
   
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004  
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # This program is free software; you can redistribute it and/or modify  # serial 12
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 11  # This macro actually does too much.  Some checks are only needed if
   # your package does certain things.  But this isn't really a big deal.
   
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])  # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 # AM_INIT_AUTOMAKE([OPTIONS])  # AM_INIT_AUTOMAKE([OPTIONS])
Line 6470
 
Line 6382
 done  done
 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])  echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
   
   # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # AM_PROG_INSTALL_SH  # AM_PROG_INSTALL_SH
 # ------------------  # ------------------
 # Define $install_sh.  # Define $install_sh.
   
 # Copyright (C) 2001, 2003 Free Software Foundation, Inc.  
   
 # This program is free software; you can redistribute it and/or modify  
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 AC_DEFUN([AM_PROG_INSTALL_SH],  AC_DEFUN([AM_PROG_INSTALL_SH],
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 install_sh=${install_sh-"$am_aux_dir/install-sh"}  install_sh=${install_sh-"$am_aux_dir/install-sh"}
 AC_SUBST(install_sh)])  AC_SUBST(install_sh)])
   
 #                                                          -*- Autoconf -*-  # Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 # Copyright (C) 2003  Free Software Foundation, Inc.  #
   # This file is free software; the Free Software Foundation
 # This program is free software; you can redistribute it and/or modify  # gives unlimited permission to copy and/or distribute it,
 # it under the terms of the GNU General Public License as published by  # with or without modifications, as long as this notice is preserved.
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 1  # serial 2
   
 # Check whether the underlying file-system supports filenames  # Check whether the underlying file-system supports filenames
 # with a leading dot.  For instance MS-DOS doesn't.  # with a leading dot.  For instance MS-DOS doesn't.
Line 6529
 
Line 6417
 rmdir .tst 2>/dev/null  rmdir .tst 2>/dev/null
 AC_SUBST([am__leading_dot])])  AC_SUBST([am__leading_dot])])
   
   # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003  
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # This program is free software; you can redistribute it and/or modify  # serial 5
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 4  
   
 # AM_PROG_LEX  # AM_PROG_LEX
 # -----------  # -----------
Line 6562
 
Line 6438
   LEX=${am_missing_run}flex    LEX=${am_missing_run}flex
 fi])  fi])
   
 # Add --enable-maintainer-mode option to configure.  # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering  # From Jim Meyering
   
 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004  # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # This program is free software; you can redistribute it and/or modify  # serial 4
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 3  
   
 AC_DEFUN([AM_MAINTAINER_MODE],  AC_DEFUN([AM_MAINTAINER_MODE],
 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])  [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
Line 6604
 
Line 6469
   
 # Check to see how 'make' treats includes. -*- Autoconf -*-  # Check to see how 'make' treats includes. -*- Autoconf -*-
   
 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.  # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
   #
 # This program is free software; you can redistribute it and/or modify  # This file is free software; the Free Software Foundation
 # it under the terms of the GNU General Public License as published by  # gives unlimited permission to copy and/or distribute it,
 # the Free Software Foundation; either version 2, or (at your option)  # with or without modifications, as long as this notice is preserved.
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 2  # serial 3
   
 # AM_MAKE_INCLUDE()  # AM_MAKE_INCLUDE()
 # -----------------  # -----------------
Line 6665
 
Line 6519
 rm -f confinc confmf  rm -f confinc confmf
 ])  ])
   
 #  -*- Autoconf -*-  # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
   
   
 # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.  
   
 # This program is free software; you can redistribute it and/or modify  # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 # it under the terms of the GNU General Public License as published by  # Free Software Foundation, Inc.
 # the Free Software Foundation; either version 2, or (at your option)  #
 # any later version.  # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
 # This program is distributed in the hope that it will be useful,  # with or without modifications, as long as this notice is preserved.
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 3  # serial 4
   
 # AM_MISSING_PROG(NAME, PROGRAM)  # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------  # ------------------------------
Line 6711
 
Line 6554
 fi  fi
 ])  ])
   
   # Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
   #
   # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
   # with or without modifications, as long as this notice is preserved.
   
 # AM_PROG_MKDIR_P  # AM_PROG_MKDIR_P
 # ---------------  # ---------------
 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.  # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
   #
 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.  
   
 # This program is free software; you can redistribute it and/or modify  
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories  # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
 # created by `make install' are always world readable, even if the  # created by `make install' are always world readable, even if the
 # installer happens to have an overly restrictive umask (e.g. 077).  # installer happens to have an overly restrictive umask (e.g. 077).
Line 6787
 
Line 6619
   
 # Helper functions for option handling.                    -*- Autoconf -*-  # Helper functions for option handling.                    -*- Autoconf -*-
   
 # Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.  # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
   #
 # This program is free software; you can redistribute it and/or modify  # This file is free software; the Free Software Foundation
 # it under the terms of the GNU General Public License as published by  # gives unlimited permission to copy and/or distribute it,
 # the Free Software Foundation; either version 2, or (at your option)  # with or without modifications, as long as this notice is preserved.
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 2  # serial 3
   
 # _AM_MANGLE_OPTION(NAME)  # _AM_MANGLE_OPTION(NAME)
 # -----------------------  # -----------------------
Line 6829
 
Line 6650
 AC_DEFUN([_AM_IF_OPTION],  AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])  [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
   
 #  # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 # Check to make sure that the build environment is sane.  
 #  
   
 # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.  
   
 # This program is free software; you can redistribute it and/or modify  
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  # Free Software Foundation, Inc.
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  #
 # GNU General Public License for more details.  # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
 # You should have received a copy of the GNU General Public License  # with or without modifications, as long as this notice is preserved.
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 3  # serial 4
   
 # AM_SANITY_CHECK  # AM_SANITY_CHECK
 # ---------------  # ---------------
Line 6893
 
Line 6702
 fi  fi
 AC_MSG_RESULT(yes)])  AC_MSG_RESULT(yes)])
   
 # AM_PROG_INSTALL_STRIP  # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
   #
 # Copyright (C) 2001, 2003 Free Software Foundation, Inc.  # This file is free software; the Free Software Foundation
   # gives unlimited permission to copy and/or distribute it,
 # This program is free software; you can redistribute it and/or modify  # with or without modifications, as long as this notice is preserved.
 # it under the terms of the GNU General Public License as published by  
 # the Free Software Foundation; either version 2, or (at your option)  
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
   # AM_PROG_INSTALL_STRIP
   # ---------------------
 # One issue with vendor `install' (even GNU) is that you can't  # One issue with vendor `install' (even GNU) is that you can't
 # specify the program used to strip binaries.  This is especially  # specify the program used to strip binaries.  This is especially
 # annoying in cross-compiling environments, where the build's strip  # annoying in cross-compiling environments, where the build's strip
Line 6934
 
Line 6732
   
 # Check how to create a tarball.                            -*- Autoconf -*-  # Check how to create a tarball.                            -*- Autoconf -*-
   
 # Copyright (C) 2004  Free Software Foundation, Inc.  # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
   #
 # This program is free software; you can redistribute it and/or modify  # This file is free software; the Free Software Foundation
 # it under the terms of the GNU General Public License as published by  # gives unlimited permission to copy and/or distribute it,
 # the Free Software Foundation; either version 2, or (at your option)  # with or without modifications, as long as this notice is preserved.
 # any later version.  
   
 # This program is distributed in the hope that it will be useful,  
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
 # GNU General Public License for more details.  
   
 # You should have received a copy of the GNU General Public License  
 # along with this program; if not, write to the Free Software  
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 # 02111-1307, USA.  
   
 # serial 1  
   
   # serial 2
   
 # _AM_PROG_TAR(FORMAT)  # _AM_PROG_TAR(FORMAT)
 # --------------------  # --------------------


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:53