/[m4]/m4/config/m4-obstack.m4
ViewVC logotype

Diff of /m4/config/m4-obstack.m4

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

revision 1.2 by gary, Fri Sep 5 18:32:26 2003 UTC revision 1.3 by gary, Tue Sep 9 11:48:50 2003 UTC
# Line 1  Line 1 
1  #                                                            -*- Autoconf -*-  #                                                            -*- Autoconf -*-
2  # gnu-obstack.m4 -- the libc supplied version of obstacks if available.  # m4-obstack.m4 -- the libc supplied version of obstacks if available.
3  #  #
4  # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc  # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc
5  #  #
# Line 22  Line 22 
22    
23  # serial 7  # serial 7
24    
25  # M4_AC_FUNC_OBSTACK  # m4_FUNC_OBSTACK
26  # ------------------  # ---------------
27  # Use the libc supplied version of obstacks if available.  # Use the libc supplied version of obstacks if available.
28  AC_DEFUN([M4_AC_FUNC_OBSTACK],  AC_DEFUN([m4_FUNC_OBSTACK],
29  [AC_PREREQ(2.56)dnl We use the new compiler based header checking in 2.56  [AC_PREREQ(2.56)dnl We use the new compiler based header checking in 2.56
30  AC_REQUIRE([gl_OBSTACK])  AC_REQUIRE([gl_OBSTACK])
31  m4_pattern_allow([^m4_cv_func_obstack$])dnl  m4_pattern_allow([^m4_cv_func_obstack$])dnl
# Line 70  else Line 70  else
70  fi  fi
71  AC_SUBST(OBSTACK_H)  AC_SUBST(OBSTACK_H)
72  AC_SUBST(INCLUDE_OBSTACK_H)  AC_SUBST(INCLUDE_OBSTACK_H)
73  ])# M4_AC_FUNC_OBSTACK  ])# m4_FUNC_OBSTACK

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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