From: Bruno Haible Date: Wed, 15 Jan 2003 12:48:56 +0000 (+0000) Subject: Fixes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ca74234b09c12b0f93ee0804a6d14b5d48422b;p=pspp Fixes. --- diff --git a/ChangeLog b/ChangeLog index d234ea4c9d..0c1ebe0e7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-11 Bruno Haible + + * modules/stpcpy: Distribute lib/stpcpy.h. + * modules/setenv: Depend on alloca. Distribute lib/setenv.h. + 2003-01-11 Bruno Haible * gnulib-tool (func_create_testdir): Store config/* files in the main diff --git a/modules/setenv b/modules/setenv index 507ee21c9c..786f382981 100644 --- a/modules/setenv +++ b/modules/setenv @@ -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" diff --git a/modules/stpcpy b/modules/stpcpy index 71ca62f991..ad3e64d8db 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -12,6 +12,7 @@ configure.ac: gl_FUNC_STPCPY Makefile.am: +lib_SOURCES += stpcpy.h Include: "stpcpy.h"