| Line | |
|---|
| 1 | # Invoke open, but return either a desired file descriptor or -1.
|
|---|
| 2 |
|
|---|
| 3 | dnl Copyright (C) 2005 Free Software Foundation, Inc.
|
|---|
| 4 |
|
|---|
| 5 | dnl This file is free software; the Free Software Foundation
|
|---|
| 6 | dnl gives unlimited permission to copy and/or distribute it,
|
|---|
| 7 | dnl with or without modifications, as long as this notice is preserved.
|
|---|
| 8 |
|
|---|
| 9 | dnl Written by Paul Eggert.
|
|---|
| 10 |
|
|---|
| 11 | AC_DEFUN([gl_FD_REOPEN],
|
|---|
| 12 | [
|
|---|
| 13 | AC_LIBSOURCES([fd-reopen.c, fd-reopen.h])
|
|---|
| 14 | AC_LIBOBJ([fd-reopen])
|
|---|
| 15 | ])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.