From: Bruno Haible Date: Fri, 28 Jan 2005 12:59:55 +0000 (+0000) Subject: Don't compile strtoul.c on platforms that already have strtoul. X-Git-Tag: v0.14.2~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3225974e773a59d27dd4291efb55e7cfce71accd;p=thirdparty%2Fgettext.git Don't compile strtoul.c on platforms that already have strtoul. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 3749a8d46..aa25a8f8e 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-01-27 Bruno Haible + + * Makefile.am (libgettextlib_la_SOURCES): Remove strtoul.c. + (LIBADD_SOURCE): Add strtoul.c here. + 2005-01-28 Bruno Haible * stpncpy.h (stpncpy): Define as a macro without arguments, so that diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am index 1f2df7bf8..824e468f4 100644 --- a/gettext-tools/lib/Makefile.am +++ b/gettext-tools/lib/Makefile.am @@ -69,7 +69,6 @@ libgettextlib_la_SOURCES = \ safe-read.h safe-read.c \ safe-write.h safe-write.c \ sh-quote.h sh-quote.c \ - strtoul.c \ tmpdir.h tmpdir.c \ ucs4-utf8.h ucs4-utf16.h \ unlocked-io.h \ @@ -105,6 +104,7 @@ LIBADD_SOURCE = \ strpbrk.h strpbrk.c \ strstr.h strstr.c \ strtol.c \ + strtoul.c \ vasprintf.h vasprintf.c # Unused sources.