summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-26 12:29:47 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-26 12:29:47 -0700
commitb6f5355a9e65892e4af245fbd9789cd9a9a5ed6b (patch)
tree5bd7d3ee0cc23ffcae7c592a3ecef6850cbc3d86 /lib
parentaa0b008761ca665ee64bc65a7208478a6bb69fe2 (diff)
downloademacs-b6f5355a9e65892e4af245fbd9789cd9a9a5ed6b.tar.gz
Update from gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/gnulib.mk17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index d79f3c2b571..f686137d38d 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -174,7 +174,7 @@ EXTRA_DIST += intprops.h
## end gnulib module intprops
-## begin gnulib module inttypes-h
+## begin gnulib module inttypes-incomplete
BUILT_SOURCES += inttypes.h
@@ -214,7 +214,7 @@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t
EXTRA_DIST += inttypes.in.h
-## end gnulib module inttypes-h
+## end gnulib module inttypes-incomplete
## begin gnulib module lstat
@@ -574,12 +574,21 @@ EXTRA_libgnu_a_SOURCES += strftime.c
## end gnulib module strftime
+## begin gnulib module strtoull
+
+
+EXTRA_DIST += strtol.c strtoul.c strtoull.c
+
+EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
+
+## end gnulib module strtoull
+
## begin gnulib module strtoumax
-EXTRA_DIST += strtoimax.c strtol.c strtoul.c strtoull.c strtoumax.c
+EXTRA_DIST += strtoimax.c strtoumax.c
-EXTRA_libgnu_a_SOURCES += strtoimax.c strtol.c strtoul.c strtoull.c strtoumax.c
+EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
## end gnulib module strtoumax