aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-07-08 17:18:49 -0700
committerPaul Eggert2011-07-08 17:18:49 -0700
commitf6ce9b9abaeb1bf0bfc9e9fdb470efe4e81c58bb (patch)
tree13f9d36cc2c580c084ca11498286a0b8a88cd951 /Makefile.in
parentb29e7c21796215c189442b0ae18a70c35f350158 (diff)
downloademacs-f6ce9b9abaeb1bf0bfc9e9fdb470efe4e81c58bb.tar.gz
emacs-f6ce9b9abaeb1bf0bfc9e9fdb470efe4e81c58bb.zip
Add strtoimax module, needed for Solaris 8 port.
* Makefile.in (GNULIB_MODULES): Add strtoimax. * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a3d85bad22a..ce7f3f1a3d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -337,7 +337,7 @@ GNULIB_MODULES = \
337 dup2 \ 337 dup2 \
338 filemode getloadavg getopt-gnu ignore-value intprops lstat \ 338 filemode getloadavg getopt-gnu ignore-value intprops lstat \
339 mktime pthread_sigmask readlink \ 339 mktime pthread_sigmask readlink \
340 socklen stdarg stdio strftime strtoumax symlink sys_stat 340 socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat
341GNULIB_TOOL_FLAGS = \ 341GNULIB_TOOL_FLAGS = \
342 --conditional-dependencies --import --no-changelog --no-vc-files \ 342 --conditional-dependencies --import --no-changelog --no-vc-files \
343 --makefile-name=gnulib.mk 343 --makefile-name=gnulib.mk