view modules/findprog-lgpl @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents dd1c6e77ee94
children
line wrap: on
line source

Description:
Locating a program in PATH (LGPLed version).

Files:
lib/findprog.h
lib/findprog.c
lib/findprog-lgpl.c
m4/findprog.m4
m4/eaccess.m4

Depends-on:
stdbool
strdup
concat-filename
unistd

configure.ac:
gl_FINDPROG
gl_MODULE_INDICATOR([findprog-lgpl])

Makefile.am:
lib_SOURCES += findprog.h findprog.c

Include:
"findprog.h"

License:
LGPLv2+

Maintainer:
Bruno Haible