comparison m4/gnulib-comp.m4 @ 112305:f31011c088d9

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 17:20:28 -0800
parents 16ae11ee4ab8
children 474d5026a5a2
comparison
equal deleted inserted replaced
112304:9539682ee916 112305:f31011c088d9
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 dummy: 29 # Code from module ftoastr:
30 # Code from module intprops:
30 ]) 31 ])
31 32
32 # This macro should be invoked from ./configure.in, in the section 33 # This macro should be invoked from ./configure.in, in the section
33 # "Check for header files, types and library functions". 34 # "Check for header files, types and library functions".
34 AC_DEFUN([gl_INIT], 35 AC_DEFUN([gl_INIT],
43 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES])) 44 m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
44 m4_pushdef([gl_LIBSOURCES_LIST], []) 45 m4_pushdef([gl_LIBSOURCES_LIST], [])
45 m4_pushdef([gl_LIBSOURCES_DIR], []) 46 m4_pushdef([gl_LIBSOURCES_DIR], [])
46 gl_COMMON 47 gl_COMMON
47 gl_source_base='lib' 48 gl_source_base='lib'
48 # Code from module dummy: 49 # Code from module ftoastr:
50 AC_REQUIRE([gl_C99_STRTOLD])
51 # Code from module intprops:
49 # End of code from modules 52 # End of code from modules
50 m4_ifval(gl_LIBSOURCES_LIST, [ 53 m4_ifval(gl_LIBSOURCES_LIST, [
51 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ || 54 m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
52 for gl_file in ]gl_LIBSOURCES_LIST[ ; do 55 for gl_file in ]gl_LIBSOURCES_LIST[ ; do
53 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then 56 if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then
184 ]) 187 ])
185 188
186 # This macro records the list of files which have been installed by 189 # This macro records the list of files which have been installed by
187 # gnulib-tool and may be removed by future gnulib-tool invocations. 190 # gnulib-tool and may be removed by future gnulib-tool invocations.
188 AC_DEFUN([gl_FILE_LIST], [ 191 AC_DEFUN([gl_FILE_LIST], [
189 lib/dummy.c 192 lib/dtoastr.c
193 lib/ftoastr.c
194 lib/ftoastr.h
195 lib/intprops.h
196 lib/ldtoastr.c
190 m4/00gnulib.m4 197 m4/00gnulib.m4
198 m4/c-strtod.m4
191 m4/gnulib-common.m4 199 m4/gnulib-common.m4
192 ]) 200 ])