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

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

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

revision 1.10 by gary, Thu Aug 14 15:51:34 2003 UTC revision 1.11 by gary, Fri Aug 15 15:53:04 2003 UTC
# Line 49  rm -f $m4_obstack_h Line 49  rm -f $m4_obstack_h
49  if test $m4_cv_func_obstack = yes; then  if test $m4_cv_func_obstack = yes; then
50    
51    # The system provides obstack.h, `#include <obstack.h>' will work    # The system provides obstack.h, `#include <obstack.h>' will work
52    INCLUDE_OBSTACK_H='<obstack.h>'    INCLUDE_OBSTACK_H='#include <obstack.h>'
53    AC_DEFINE(HAVE_OBSTACK, 1, [Define if libc includes obstacks.])    AC_DEFINE(HAVE_OBSTACK, 1, [Define if libc includes obstacks.])
54    
55  else  else
# Line 60  else Line 60  else
60    # provides an implementation: So we ship m4/gnu-obstack.h, and link    # provides an implementation: So we ship m4/gnu-obstack.h, and link
61    # it to m4/obstack.h here (to substitute the missing system supplied    # it to m4/obstack.h here (to substitute the missing system supplied
62    # version).  Hence, `#include <m4/obstack.h>' will work.    # version).  Hence, `#include <m4/obstack.h>' will work.
63    INCLUDE_OBSTACK_H='<m4/obstack.h>'    INCLUDE_OBSTACK_H='#include <m4/obstack.h>'
64    AC_CONFIG_LINKS($m4_obstack_h:${top_srcdir}/m4/gnu-obstack.h)    AC_CONFIG_LINKS($m4_obstack_h:${top_srcdir}/m4/gnu-obstack.h)
65    
66    if test x"$ac_cv_header_obstack_h" != xyes; then    if test x"$ac_cv_header_obstack_h" != xyes; then

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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