unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / popen
blob6dbb4f3ed6a979729281cd34618143504d330ca6
1 Description:
2 popen() function: open a stream to a shell command.
4 Files:
5 lib/popen.c
6 m4/popen.m4
8 Depends-on:
9 stdio
10 open            [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1]
12 configure.ac:
13 gl_FUNC_POPEN
14 gl_CONDITIONAL([GL_COND_OBJ_POPEN],
15                [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1])
16 AM_COND_IF([GL_COND_OBJ_POPEN], [
17   gl_PREREQ_POPEN
19 gl_STDIO_MODULE_INDICATOR([popen])
21 Makefile.am:
22 if GL_COND_OBJ_POPEN
23 lib_SOURCES += popen.c
24 endif
26 Include:
27 <stdio.h>
29 License:
30 LGPL
32 Maintainer:
33 Eric Blake