/[bison]/bison/m4/subpipe.m4
ViewVC logotype

Diff of /bison/m4/subpipe.m4

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

revision 1.1 by eggert, Sun Oct 20 06:27:35 2002 UTC revision 1.2 by eggert, Thu Mar 13 00:01:07 2003 UTC
# Line 1  Line 1 
1  # -*- Autoconf -*-  # -*- Autoconf -*-
2  # Checks required to run `subpipe'.  # Checks required to run `subpipe'.
3  #  #
4  # Copyright (C) 2002 Free Software Foundation, Inc.  # Copyright (C) 2002, 2003 Free Software Foundation, Inc.
5  #  #
6  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
7  # 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 23  Line 23 
23  AC_DEFUN([BISON_PREREQ_SUBPIPE],  AC_DEFUN([BISON_PREREQ_SUBPIPE],
24  [  [
25   AC_TYPE_PID_T   AC_TYPE_PID_T
26   AC_CHECK_HEADERS([fcntl.h sys/wait.h])   AC_CHECK_HEADERS([fcntl.h])
27   AC_HEADER_SYS_WAIT   AC_HEADER_SYS_WAIT
28   AC_CHECK_FUNCS(dup2 waitpid)   AC_CHECK_FUNCS(dup2 waitpid)
29   AC_FUNC_FORK   AC_FUNC_FORK

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

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