diff options
-rw-r--r-- | lib/ChangeLog | 8 | ||||
-rw-r--r-- | m4/ChangeLog | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a3556298b..d7e93bc0a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-11-18 Jim Meyering <meyering@lucent.com> + + * tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning + on SunOS4. + + * Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so they'll + be created before anything else. + 2001-11-17 Jim Meyering <meyering@lucent.com> * readtokens.c: Remove explicit declarations of xmalloc and xrealloc, diff --git a/m4/ChangeLog b/m4/ChangeLog index 4b2e49790..ee3e39356 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2001-11-18 Jim Meyering <meyering@lucent.com> + + * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv. + 2001-11-17 Jim Meyering <meyering@lucent.com> * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro. |