]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Oct 2000 16:20:36 +0000 (16:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Oct 2000 16:20:36 +0000 (16:20 +0000)
2000-10-16  Ulrich Drepper  <drepper@redhat.com>

* timezone/Makefile: Define HAVE_GETTEXT fir zdump.c, zic.c,
ialloc.c, and scheck.c.
* malloc/obstack.c: Always include <libintl.h> for glibc.
* posix/getopt.c: Likewise.
Reported by Petr Vandrovec <VANDROVE@vc.cvut.cz>.

ChangeLog
timezone/Makefile

index 5d654a63de7101516f92328d7c23885b7f5cd073..4fe716afdebddaca4aed0e908d426a42f43ae6e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * timezone/Makefile: Define HAVE_GETTEXT fir zdump.c, zic.c,
+       ialloc.c, and scheck.c.
+       * malloc/obstack.c: Always include <libintl.h> for glibc.
+       * posix/getopt.c: Likewise.
+       Reported by Petr Vandrovec <VANDROVE@vc.cvut.cz>.
+
 2000-10-15  Pete Wyckoff  <pw@osc.edu>
 
        * Rules: Define _LIBC during generation of bits/stdio_lim.d.
index d62d05a20812bc271fe3fb3bc1f78dd7bb16e09d..3e8a1a849bbc0edea6ebb3ab8cd6059c4a47f58e 100644 (file)
@@ -164,10 +164,10 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
            -DTZDEFRULES='"$(posixrules-file)"' \
            -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
 
-CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID $(tz-cflags)
-CFLAGS-zic.c = -Wno-strict-prototypes -DNOID $(tz-cflags)
-CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID
-CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID
+CFLAGS-zdump.c = -Wno-strict-prototypes -DNOID $(tz-cflags) -DHAVE_GETTEXT
+CFLAGS-zic.c = -Wno-strict-prototypes -DNOID $(tz-cflags) -DHAVE_GETTEXT
+CFLAGS-ialloc.c = -Wno-strict-prototypes -DNOID -DHAVE_GETTEXT
+CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID -DHAVE_GETTEXT
 
 # We have to make sure the data for testing the tz functions is available.
 # Don't add leapseconds here since test-tz made checks that work only without