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 d234ea4..0c1ebe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        directory.
        * config.rpath: Move to ...
index 507ee21..786f382 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 71ca62f..ad3e64d 100644 (file)
@@ -12,6 +12,7 @@ configure.ac:
 gl_FUNC_STPCPY
 
 Makefile.am:
+lib_SOURCES += stpcpy.h
 
 Include:
 "stpcpy.h"