~ubuntu-branches/ubuntu/breezy/findutils/breezy

« back to all changes in this revision

Viewing changes to gnulib/m4/xstrtoumax.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2003-10-26 13:44:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031026134421-nrjr43wpcpd03m91
Tags: 4.1.20-3
Don't ship /usr/share/info/dir.gz, change Makefile.in to use install-info
test from new automake. The bug only applied to the autobuilt versions,
because I don't have /usr/sbin in $PATH, thanks to Santiago Vila.
(Closes: #217627)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#serial 5
 
2
dnl Cloned from xstrtoimax.m4.  Keep these files in sync.
 
3
 
 
4
AC_DEFUN([jm_XSTRTOUMAX],
 
5
[
 
6
  dnl Prerequisites of lib/xstrtoumax.c.
 
7
  AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])
 
8
  AC_REQUIRE([gl_PREREQ_XSTRTOL])
 
9
])