diff 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
line wrap: on
line diff
--- a/m4/gnulib-comp.m4	Sat Jan 08 17:18:39 2011 -0800
+++ b/m4/gnulib-comp.m4	Sat Jan 08 17:20:28 2011 -0800
@@ -26,7 +26,8 @@
   m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
   m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
   AC_REQUIRE([AC_PROG_RANLIB])
-  # Code from module dummy:
+  # Code from module ftoastr:
+  # Code from module intprops:
 ])
 
 # This macro should be invoked from ./configure.in, in the section
@@ -45,7 +46,9 @@
   m4_pushdef([gl_LIBSOURCES_DIR], [])
   gl_COMMON
   gl_source_base='lib'
-  # Code from module dummy:
+  # Code from module ftoastr:
+  AC_REQUIRE([gl_C99_STRTOLD])
+  # Code from module intprops:
   # End of code from modules
   m4_ifval(gl_LIBSOURCES_LIST, [
     m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
@@ -186,7 +189,12 @@
 # This macro records the list of files which have been installed by
 # gnulib-tool and may be removed by future gnulib-tool invocations.
 AC_DEFUN([gl_FILE_LIST], [
-  lib/dummy.c
+  lib/dtoastr.c
+  lib/ftoastr.c
+  lib/ftoastr.h
+  lib/intprops.h
+  lib/ldtoastr.c
   m4/00gnulib.m4
+  m4/c-strtod.m4
   m4/gnulib-common.m4
 ])