summaryrefslogtreecommitdiff
path: root/modules/setenv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-03 19:35:05 +0000
committerBruno Haible <bruno@clisp.org>2007-03-03 19:35:05 +0000
commitb3279e79e640958df55026330e30b5aa56d4c326 (patch)
tree5801c3ba4e5358265aa2718bb832b86d46dd75a1 /modules/setenv
parentc14bbe8dfae3a0f12940186f45e3dfb689c3e57d (diff)
downloadgnulib-b3279e79e640958df55026330e30b5aa56d4c326.tar.gz
Split gt_FUNC_SETENV into gl_FUNC_SETENV and gl_FUNC_UNSETENV.
Diffstat (limited to 'modules/setenv')
-rw-r--r--modules/setenv3
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: