diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 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, |