diff options
| author | Bruno Haible <bruno@clisp.org> | 2007-03-03 19:35:05 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2007-03-03 19:35:05 +0000 |
| commit | b3279e79e640958df55026330e30b5aa56d4c326 (patch) | |
| tree | 5801c3ba4e5358265aa2718bb832b86d46dd75a1 /modules/setenv | |
| parent | c14bbe8dfae3a0f12940186f45e3dfb689c3e57d (diff) | |
| download | gnulib-b3279e79e640958df55026330e30b5aa56d4c326.tar.gz | |
Split gt_FUNC_SETENV into gl_FUNC_SETENV and gl_FUNC_UNSETENV.
Diffstat (limited to 'modules/setenv')
| -rw-r--r-- | modules/setenv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/setenv b/modules/setenv index 7f2027d48d..25ea84507c 100644 --- a/modules/setenv +++ b/modules/setenv @@ -14,7 +14,8 @@ alloca-opt unistd configure.ac: -gt_FUNC_SETENV +gl_FUNC_SETENV +gl_FUNC_UNSETENV Makefile.am: |
