]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't compile strtoul.c on platforms that already have strtoul.
authorBruno Haible <bruno@clisp.org>
Fri, 28 Jan 2005 12:59:55 +0000 (12:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:07 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am

index 3749a8d46b8e85fabac8ec60d91ddfafe9876803..aa25a8f8ebb731d87ece5297ede4db7c0e31edb4 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-27  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgettextlib_la_SOURCES): Remove strtoul.c.
+       (LIBADD_SOURCE): Add strtoul.c here.
+
 2005-01-28  Bruno Haible  <bruno@clisp.org>
 
        * stpncpy.h (stpncpy): Define as a macro without arguments, so that
index 1f2df7bf85bacdb51162c065ba435d55c4c020de..824e468f49b922a7b69c3e856f013a74c22e56ba 100644 (file)
@@ -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.