Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / findprog
blob537d6871001d6a3493eea2ee46cfba863ede46d5
1 Description:
2 Locating a program in PATH.
4 Files:
5 lib/findprog.h
6 lib/findprog.c
7 m4/findprog.m4
8 m4/eaccess.m4
10 Depends-on:
11 stdbool
12 xalloc
13 xconcat-filename
14 unistd
15 strdup
17 configure.ac:
18 gl_FINDPROG
20 Makefile.am:
21 lib_SOURCES += findprog.h findprog.c
23 Include:
24 "findprog.h"
26 License:
27 GPL
29 Maintainer:
30 Bruno Haible