source: trunk/src/grep/m4/sockets.m4@ 3670

Last change on this file since 3670 was 3529, checked in by bird, 4 years ago

Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.

  • Property svn:eol-style set to LF
File size: 455 bytes
Line 
1# sockets.m4 serial 7
2dnl Copyright (C) 2008-2021 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7AC_DEFUN([gl_SOCKETS],
8[
9 AC_REQUIRE([AC_C_INLINE])
10 AC_REQUIRE([gl_SOCKETLIB])
11 gl_PREREQ_SOCKETS
12])
13
14# Prerequisites of lib/sockets.c.
15AC_DEFUN([gl_PREREQ_SOCKETS], [
16 :
17])
Note: See TracBrowser for help on using the repository browser.