Mercurial > hg > octave-lojdl > gnulib-hg
view m4/execute.m4 @ 7026:8cb7a7cacb50
Better linebreaking of copyright message.
Update copyright years.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 22 Jul 2006 16:27:07 +0000 |
parents | adff74659d81 |
children | f6167115b0de |
line wrap: on
line source
# execute.m4 serial 1 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_EXECUTE], [ dnl Prerequisites of lib/execute.c. AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_TYPE_MODE_T]) AC_CHECK_HEADERS_ONCE(unistd.h) AC_REQUIRE([AC_FUNC_FORK]) AC_CHECK_FUNCS(posix_spawn) ])