Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / setenv
blob0458c388d41257ca2bb771185403e08cf72500c8
1 Description:
2 setenv() function: set an environment variable.
4 Files:
5 lib/setenv.c
6 m4/setenv.m4
8 Depends-on:
9 stdlib
10 malloca
11 alloca-opt
12 unistd
13 environ
15 configure.ac:
16 gl_FUNC_SETENV
17 gl_STDLIB_MODULE_INDICATOR([setenv])
19 Makefile.am:
21 Include:
22 <stdlib.h>
24 License:
25 LGPL
27 Maintainer:
28 Bruno Haible