Fixes.
authorBruno Haible <bruno@clisp.org>
Wed, 15 Jan 2003 12:48:56 +0000 (12:48 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jan 2003 12:48:56 +0000 (12:48 +0000)
ChangeLog
modules/setenv
modules/stpcpy

index d234ea4c9d74116465336a8f0be87d39c533a358..0c1ebe0e7c11cea6a63e10e6c4f802bc847bca79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * modules/stpcpy: Distribute lib/stpcpy.h.
+       * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
+
 2003-01-11  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool (func_create_testdir): Store config/* files in the main
index 507ee21c9c1f3c80e7213b9878eceed0916c0bb9..786f382981274bf10c5cb8f34c8126e34ebc5586 100644 (file)
@@ -9,11 +9,13 @@ lib/unsetenv.c
 m4/setenv.m4
 
 Depends-on:
+alloca
 
 configure.ac:
 gt_FUNC_SETENV
 
 Makefile.am:
+lib_SOURCES += setenv.h
 
 Include:
 "setenv.h"
index 71ca62f9915fb69b5d3f94a3802980d907ad24ee..ad3e64d8db3cdc11b3fc8104da77cd7903106e55 100644 (file)
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_STPCPY
 
 Makefile.am:
+lib_SOURCES += stpcpy.h
 
 Include:
 "stpcpy.h"