projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a7fec
)
* modules/inttostr (EXTRA_DIST): Move inttostr.c here....
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 13 Apr 2004 06:30:42 +0000
(06:30 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 13 Apr 2004 06:30:42 +0000
(06:30 +0000)
(lib_SOURCES): from here.
ChangeLog
patch
|
blob
|
history
modules/inttostr
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6cca66effb408d5c67ebfc570e12d9f5a4f04eea..0348131f37d58fc268a1f838f1ec83ee352f27e9 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2004-04-12 Paul Eggert <eggert@twinsun.com>
+ * modules/inttostr (EXTRA_DIST): Move inttostr.c here....
+ (lib_SOURCES): from here.
* modules/getopt (lib_SOURCES): Add getopt_int.h.
2004-04-12 Jim Meyering <jim@meyering.net>
diff --git
a/modules/inttostr
b/modules/inttostr
index 2b46d79ce2359b03ab49c562f449ec480961d734..1ecf69bc3d26888acac9f3e500932d85438cedc3 100644
(file)
--- a/
modules/inttostr
+++ b/
modules/inttostr
@@
-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"