/[autoconf]/autoconf/aclocal.m4
ViewVC logotype

Diff of /autoconf/aclocal.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by akim, Tue Sep 3 06:09:30 2002 UTC revision 1.27 by akim, Tue Sep 3 09:17:44 2002 UTC
# Line 1  Line 1 
1  # aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*-  # generated automatically by aclocal 1.6c -*- Autoconf -*-
2    
3  # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002  # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
4  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
# Line 43  Line 43 
43  # 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...
44    
45    
46  AC_PREREQ([2.52])  AC_PREREQ([2.53b])
47    
48  # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow  # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
49  # the ones we care about.  # the ones we care about.
# Line 100  AC_REQUIRE([AC_PROG_AWK])dnl Line 100  AC_REQUIRE([AC_PROG_AWK])dnl
100  AC_REQUIRE([AC_PROG_MAKE_SET])dnl  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
101    
102  _AM_IF_OPTION([no-dependencies],,  _AM_IF_OPTION([no-dependencies],,
103  [AC_PROVIDE_IFELSE([AC_PROG_][CC],  [AC_PROVIDE_IFELSE([AC_PROG_CC],
104                    [_AM_DEPENDENCIES(CC)],                    [_AM_DEPENDENCIES(CC)],
105                    [define([AC_PROG_][CC],                    [define([AC_PROG_CC],
106                            defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl                            defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
107  AC_PROVIDE_IFELSE([AC_PROG_][CXX],  AC_PROVIDE_IFELSE([AC_PROG_CXX],
108                    [_AM_DEPENDENCIES(CXX)],                    [_AM_DEPENDENCIES(CXX)],
109                    [define([AC_PROG_][CXX],                    [define([AC_PROG_CXX],
110                            defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl                            defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
111  ])  ])
112  ])  ])
113    
114    
115    # When config.status generates a header, we must update the stamp-h file.
116    # This file resides in the same directory as the config header
117    # that is generated.  The stamp files are numbered to have different names.
118    
119    # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
120    # loop where config.status creates the headers, so we can generate
121    # our stamp files there.
122    AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
123    [_am_stamp_count=`expr ${_am_stamp_count-0} + 1`
124    echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
125    
126  # Copyright 2002  Free Software Foundation, Inc.  # Copyright 2002  Free Software Foundation, Inc.
127    
128  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 131  AC_PROVIDE_IFELSE([AC_PROG_][CXX], Line 143  AC_PROVIDE_IFELSE([AC_PROG_][CXX],
143  # ----------------------------  # ----------------------------
144  # Automake X.Y traces this macro to ensure aclocal.m4 has been  # Automake X.Y traces this macro to ensure aclocal.m4 has been
145  # generated from the m4 files accompanying Automake X.Y.  # generated from the m4 files accompanying Automake X.Y.
146  AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])  AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6c"])
147    
148  # AM_SET_CURRENT_AUTOMAKE_VERSION  # AM_SET_CURRENT_AUTOMAKE_VERSION
149  # -------------------------------  # -------------------------------
150  # Call AM_AUTOMAKE_VERSION so it can be traced.  # Call AM_AUTOMAKE_VERSION so it can be traced.
151  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
152  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
153           [AM_AUTOMAKE_VERSION([1.6.3])])           [AM_AUTOMAKE_VERSION([1.6c])])
154    
155  # Helper functions for option handling.                    -*- Autoconf -*-  # Helper functions for option handling.                    -*- Autoconf -*-
156    
# Line 533  else Line 545  else
545  fi  fi
546  ])  ])
547  AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])  AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
548    AM_CONDITIONAL([am__fastdep$1], [
549      test "x$enable_dependency_tracking" != xno \
550      && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
551  ])  ])
552    
553    
# Line 652  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] Line 667  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
667       [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])       [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
668  ])  ])
669    
670  # Copyright 2001 Free Software Foundation, Inc.             -*- Autoconf -*-  # Check to see how 'make' treats includes.      -*- Autoconf -*-
671    
672    # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
673    
674  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
675  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 692  echo "include confinc" > confmf Line 709  echo "include confinc" > confmf
709  # In particular we don't look at `^make:' because GNU make might  # In particular we don't look at `^make:' because GNU make might
710  # be invoked under some other name (usually "gmake"), in which  # be invoked under some other name (usually "gmake"), in which
711  # case it prints its new name instead of `make'.  # case it prints its new name instead of `make'.
712  if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then  if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
713     am__include=include     am__include=include
714     am__quote=     am__quote=
715     _am_result=GNU     _am_result=GNU
# Line 787  if test x"$M4" != x; then Line 804  if test x"$M4" != x; then
804  fi])])  fi])])
805    
806    
807  # Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.  # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
808    #   Free Software Foundation, Inc.
809    
810  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
811  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 804  fi])]) Line 822  fi])])
822  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
823  # 02111-1307, USA.  # 02111-1307, USA.
824    
825  # serial 5  # serial 6
826    
827  # AM_PATH_LISPDIR  # AM_PATH_LISPDIR
828  # ---------------  # ---------------
# Line 845  AC_DEFUN([AM_PATH_LISPDIR], Line 863  AC_DEFUN([AM_PATH_LISPDIR],
863  AC_SUBST(lispdir)  AC_SUBST(lispdir)
864  ])# AM_PATH_LISPDIR  ])# AM_PATH_LISPDIR
865    
866    AU_DEFUN([ud_PATH_LISPDIR], [AM_PATH_LISPDIR])
867    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26