Add setenv, unsetenv.
authorBruno Haible <bruno@clisp.org>
Wed, 11 Dec 2002 20:34:41 +0000 (20:34 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 11 Dec 2002 20:34:41 +0000 (20:34 +0000)
lib/ChangeLog
lib/Makefile.am

index 02fa197f294b823e39f8c11db44db2fccc6174ad..762984d036ef01e73b271d5b762351d46d0d734d 100644 (file)
@@ -34,6 +34,9 @@
                (compar_fn_t): New typedef.
                (KNOWN_VALUE, STORE_VALUE): Use it.
 
+       * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
+       setenv.h.
+
 2002-12-10  Paul Eggert  <eggert@twinsun.com>
 
        Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
index a9e6bbd4b1c59cd9ceda37c9884cca30e922b3a1..8b35ea36cde4893664e709926104c69334cc0ddb 100644 (file)
@@ -94,6 +94,7 @@ libfetish_a_SOURCES = \
   same.c same.h \
   save-cwd.c save-cwd.h \
   savedir.c savedir.h \
+  setenv.c unsetenv.c setenv.h \
   settime.c \
   sha.c sha.h \
   sig2str.h \