bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] modules/inttostr fix for inttostr.c


From: Paul Eggert
Subject: [Bug-gnulib] modules/inttostr fix for inttostr.c
Date: Mon, 12 Apr 2004 23:32:52 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this minor patch to modules/inttostr, since inttostr.c
shouldn't be compiled by itself.  (Is there some convention for this?
Perhaps inttostr.c's contents should be an internal .h file instead?)

2004-04-12  Paul Eggert  <address@hidden>

        * modules/inttostr (EXTRA_DIST): Move inttostr.c here....
        (lib_SOURCES): from here.

Index: modules/inttostr
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/inttostr,v
retrieving revision 1.1
diff -p -u -r1.1 inttostr
--- modules/inttostr    31 Mar 2004 06:21:11 -0000      1.1
+++ modules/inttostr    13 Apr 2004 06:30:03 -0000
@@ -17,7 +17,8 @@ configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-lib_SOURCES += imaxtostr.c inttostr.c inttostr.h offtostr.c umaxtostr.c
+EXTRA_DIST += inttostr.c
+lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
 
 Include:
 "inttostr.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]