summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.in1
-rw-r--r--m4/gnulib-cache.m44
-rw-r--r--m4/gnulib-comp.m413
3 files changed, 14 insertions, 4 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 59fe57e..9ebf7a4 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -49,6 +49,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/alloca.m4 \
$(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
$(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \
$(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
+ $(top_srcdir)/m4/intmax_t.m4 $(top_srcdir)/m4/inttostr.m4 \
$(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 4c5fd83..0cd632c 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -14,10 +14,10 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=/home/claudio/src/idutils/idutils/ --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=. --macro-prefix=gl alloca alloca-opt atexit closeout error exclude exit exitfail extensions fnmatch fnmatch-gnu fpending getcwd getopt gettext gettext-h havelib lstat malloc mbchar mbuiter memchr memcpy mempcpy memset obstack pathmax quotearg realloc regex restrict stat-macros stdbool strcase strcspn strdup strnlen1 strpbrk strsep strstr xalloc xalloc-die xgetcwd
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=. --macro-prefix=gl alloca alloca-opt atexit closeout error exclude exit exitfail extensions fnmatch fnmatch-gnu fpending getcwd getopt gettext gettext-h havelib inttostr lstat malloc mbchar mbuiter memchr memcpy mempcpy memset obstack pathmax quotearg realloc regex restrict stat-macros stdbool strcase strcspn strdup strnlen1 strpbrk strsep strstr xalloc xalloc-die xgetcwd
# Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_MODULES([alloca alloca-opt atexit closeout error exclude exit exitfail extensions fnmatch fnmatch-gnu fpending getcwd getopt gettext gettext-h havelib lstat malloc mbchar mbuiter memchr memcpy mempcpy memset obstack pathmax quotearg realloc regex restrict stat-macros stdbool strcase strcspn strdup strnlen1 strpbrk strsep strstr xalloc xalloc-die xgetcwd])
+gl_MODULES([alloca alloca-opt atexit closeout error exclude exit exitfail extensions fnmatch fnmatch-gnu fpending getcwd getopt gettext gettext-h havelib inttostr lstat malloc mbchar mbuiter memchr memcpy mempcpy memset obstack pathmax quotearg realloc regex restrict stat-macros stdbool strcase strcspn strdup strnlen1 strpbrk strsep strstr xalloc xalloc-die xgetcwd])
gl_AVOID([])
gl_SOURCE_BASE([lib])
gl_M4_BASE([m4])
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4
index fa09a7c..f33dbbb 100644
--- a/m4/gnulib-comp.m4
+++ b/m4/gnulib-comp.m4
@@ -13,7 +13,7 @@
# In projects using CVS, this file can be treated like other built files.
-# This macro should be invoked from /home/claudio/src/idutils/idutils//configure.ac, in the section
+# This macro should be invoked from ./configure.ac, in the section
# "Checks for programs", right after AC_PROG_CC, and certainly before
# any checks for libraries, header files, types and library functions.
AC_DEFUN([gl_EARLY],
@@ -22,7 +22,7 @@ AC_DEFUN([gl_EARLY],
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
])
-# This macro should be invoked from /home/claudio/src/idutils/idutils//configure.ac, in the section
+# This macro should be invoked from ./configure.ac, in the section
# "Check for header files, types and library functions".
AC_DEFUN([gl_INIT],
[
@@ -39,6 +39,7 @@ AC_DEFUN([gl_INIT],
gl_FUNC_GETCWD
gl_GETOPT
dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
+ gl_INTTOSTR
gl_FUNC_LSTAT
AC_FUNC_MALLOC
gl_MBCHAR
@@ -93,6 +94,10 @@ AC_DEFUN([gl_FILE_LIST], [
lib/getopt_.h
lib/getopt_int.h
lib/gettext.h
+ lib/imaxtostr.c
+ lib/intprops.h
+ lib/inttostr.c
+ lib/inttostr.h
lib/lstat.c
lib/lstat.h
lib/malloc.c
@@ -106,6 +111,7 @@ AC_DEFUN([gl_FILE_LIST], [
lib/memset.c
lib/obstack.c
lib/obstack.h
+ lib/offtostr.c
lib/pathmax.h
lib/quotearg.c
lib/quotearg.h
@@ -132,6 +138,7 @@ AC_DEFUN([gl_FILE_LIST], [
lib/strsep.h
lib/strstr.c
lib/strstr.h
+ lib/umaxtostr.c
lib/xalloc-die.c
lib/xalloc.h
lib/xgetcwd.c
@@ -157,6 +164,8 @@ AC_DEFUN([gl_FILE_LIST], [
m4/iconv.m4
m4/intdiv0.m4
m4/intmax.m4
+ m4/intmax_t.m4
+ m4/inttostr.m4
m4/inttypes-pri.m4
m4/inttypes.m4
m4/inttypes_h.m4