# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat manywarnings mktime readlink socklen stdio strftime strtoumax symlink sys_stat warnings
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdio strftime strtoumax symlink sys_stat
MOSTLYCLEANFILES += core *.stackdump
## end gnulib module intprops
-## begin gnulib module inttypes
+## begin gnulib module inttypes-h
BUILT_SOURCES += inttypes.h
EXTRA_DIST += inttypes.in.h
-## end gnulib module inttypes
+## end gnulib module inttypes-h
## begin gnulib module lstat
#if @GNULIB_STRTOIMAX@
# if !@HAVE_DECL_STRTOIMAX@
+# undef strtoimax
extern intmax_t strtoimax (const char *, char **, int) _GL_ARG_NONNULL ((1));
# endif
#elif defined GNULIB_POSIXCHECK
#if @GNULIB_STRTOUMAX@
# if !@HAVE_DECL_STRTOUMAX@
+# undef strtoumax
extern uintmax_t strtoumax (const char *, char **, int) _GL_ARG_NONNULL ((1));
# endif
#elif defined GNULIB_POSIXCHECK
# Code from module ignore-value:
# Code from module include_next:
# Code from module intprops:
- # Code from module inttypes:
+ # Code from module inttypes-h:
# Code from module lstat:
- # Code from module manywarnings:
# Code from module mktime:
# Code from module multiarch:
# Code from module readlink:
# Code from module unistd:
# Code from module verify:
# Code from module warn-on-use:
- # Code from module warnings:
])
# This macro should be invoked from ./configure.in, in the section
AC_REQUIRE([AC_C_INLINE])
# Code from module include_next:
# Code from module intprops:
- # Code from module inttypes:
+ # Code from module inttypes-h:
gl_INTTYPES_H
# Code from module lstat:
gl_FUNC_LSTAT
gl_SYS_STAT_MODULE_INDICATOR([lstat])
- # Code from module manywarnings:
# Code from module mktime:
gl_FUNC_MKTIME
gl_TIME_MODULE_INDICATOR([mktime])
gl_UNISTD_H
# Code from module verify:
# Code from module warn-on-use:
- # Code from module warnings:
- AC_SUBST([WARN_CFLAGS])
# End of code from modules
m4_ifval(gl_LIBSOURCES_LIST, [
m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
m4/inttypes.m4
m4/longlong.m4
m4/lstat.m4
- m4/manywarnings.m4
m4/md5.m4
m4/mktime.m4
m4/multiarch.m4
m4/tm_gmtoff.m4
m4/unistd_h.m4
m4/warn-on-use.m4
- m4/warnings.m4
m4/wchar_t.m4
])
if test "$ac_cv_have_decl_strtoumax" != yes; then
HAVE_DECL_STRTOUMAX=0
- AC_CACHE_CHECK([whether <inttypes.h> defines strtoumax as a macro],
- gl_cv_func_strtoumax_macro,
- [AC_EGREP_CPP([inttypes_h_defines_strtoumax], [#include <inttypes.h>
- #ifdef strtoumax
- inttypes_h_defines_strtoumax
- #endif],
- gl_cv_func_strtoumax_macro=yes,
- gl_cv_func_strtoumax_macro=no)])
-
- if test "$gl_cv_func_strtoumax_macro" != yes; then
- AC_REPLACE_FUNCS([strtoumax])
- if test $ac_cv_func_strtoumax = no; then
- gl_PREREQ_STRTOUMAX
- fi
+ AC_REPLACE_FUNCS([strtoumax])
+ if test $ac_cv_func_strtoumax = no; then
+ gl_PREREQ_STRTOUMAX
fi
fi
])