changeset 4187:e5512fc72c03

Fixes.
author Bruno Haible <bruno@clisp.org>
date Wed, 15 Jan 2003 12:48:56 +0000
parents 70a0842feb72
children 2a2694bf4ece
files ChangeLog modules/setenv modules/stpcpy
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/setenv
+++ b/modules/setenv
@@ -9,11 +9,13 @@
 m4/setenv.m4
 
 Depends-on:
+alloca
 
 configure.ac:
 gt_FUNC_SETENV
 
 Makefile.am:
+lib_SOURCES += setenv.h
 
 Include:
 "setenv.h"
--- a/modules/stpcpy
+++ b/modules/stpcpy
@@ -12,6 +12,7 @@
 gl_FUNC_STPCPY
 
 Makefile.am:
+lib_SOURCES += stpcpy.h
 
 Include:
 "stpcpy.h"