comparison m4/gnulib-comp.m4 @ 112308:474d5026a5a2

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 22:57:07 -0800
parents f31011c088d9
children babd014aab81
comparison
equal deleted inserted replaced
112307:161cf5d0fd8b 112308:474d5026a5a2
24 m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace 24 m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
25 m4_pattern_allow([^gl_ES$])dnl a valid locale name 25 m4_pattern_allow([^gl_ES$])dnl a valid locale name
26 m4_pattern_allow([^gl_LIBOBJS$])dnl a variable 26 m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
27 m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable 27 m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
28 AC_REQUIRE([AC_PROG_RANLIB]) 28 AC_REQUIRE([AC_PROG_RANLIB])
29 # Code from module arg-nonnull:
30 # Code from module c++defs:
31 # Code from module extensions:
32 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
29 # Code from module ftoastr: 33 # Code from module ftoastr:
34 # Code from module include_next:
30 # Code from module intprops: 35 # Code from module intprops:
36 # Code from module mktime:
37 # Code from module multiarch:
38 # Code from module stddef:
39 # Code from module time:
40 # Code from module time_r:
41 # Code from module warn-on-use:
31 ]) 42 ])
32 43
33 # This macro should be invoked from ./configure.in, in the section 44 # This macro should be invoked from ./configure.in, in the section
34 # "Check for header files, types and library functions". 45 # "Check for header files, types and library functions".
35 AC_DEFUN([gl_INIT], 46 AC_DEFUN([gl_INIT],
44 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES])) 55 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
45 m4_pushdef([gl_LIBSOURCES_LIST], []) 56 m4_pushdef([gl_LIBSOURCES_LIST], [])
46 m4_pushdef([gl_LIBSOURCES_DIR], []) 57 m4_pushdef([gl_LIBSOURCES_DIR], [])
47 gl_COMMON 58 gl_COMMON
48 gl_source_base='lib' 59 gl_source_base='lib'
60 # Code from module arg-nonnull:
61 # Code from module c++defs:
62 # Code from module extensions:
49 # Code from module ftoastr: 63 # Code from module ftoastr:
50 AC_REQUIRE([gl_C99_STRTOLD]) 64 AC_REQUIRE([gl_C99_STRTOLD])
65 # Code from module include_next:
51 # Code from module intprops: 66 # Code from module intprops:
67 # Code from module mktime:
68 gl_FUNC_MKTIME
69 gl_TIME_MODULE_INDICATOR([mktime])
70 # Code from module multiarch:
71 gl_MULTIARCH
72 # Code from module stddef:
73 gl_STDDEF_H
74 # Code from module time:
75 gl_HEADER_TIME_H
76 # Code from module time_r:
77 gl_TIME_R
78 gl_TIME_MODULE_INDICATOR([time_r])
79 # Code from module warn-on-use:
52 # End of code from modules 80 # End of code from modules
53 m4_ifval(gl_LIBSOURCES_LIST, [ 81 m4_ifval(gl_LIBSOURCES_LIST, [
54 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ || 82 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
55 for gl_file in ]gl_LIBSOURCES_LIST[ ; do 83 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
56 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then 84 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
187 ]) 215 ])
188 216
189 # This macro records the list of files which have been installed by 217 # This macro records the list of files which have been installed by
190 # gnulib-tool and may be removed by future gnulib-tool invocations. 218 # gnulib-tool and may be removed by future gnulib-tool invocations.
191 AC_DEFUN([gl_FILE_LIST], [ 219 AC_DEFUN([gl_FILE_LIST], [
220 build-aux/arg-nonnull.h
221 build-aux/c++defs.h
222 build-aux/warn-on-use.h
192 lib/dtoastr.c 223 lib/dtoastr.c
193 lib/ftoastr.c 224 lib/ftoastr.c
194 lib/ftoastr.h 225 lib/ftoastr.h
195 lib/intprops.h 226 lib/intprops.h
196 lib/ldtoastr.c 227 lib/ldtoastr.c
228 lib/mktime-internal.h
229 lib/mktime.c
230 lib/stddef.in.h
231 lib/time.in.h
232 lib/time_r.c
197 m4/00gnulib.m4 233 m4/00gnulib.m4
198 m4/c-strtod.m4 234 m4/c-strtod.m4
235 m4/extensions.m4
199 m4/gnulib-common.m4 236 m4/gnulib-common.m4
200 ]) 237 m4/include_next.m4
238 m4/mktime.m4
239 m4/multiarch.m4
240 m4/stddef_h.m4
241 m4/time_h.m4
242 m4/time_r.m4
243 m4/warn-on-use.m4
244 m4/wchar_t.m4
245 ])