diff build-aux/bootstrap.conf @ 15409:c898dbe14e1d

build: Update imported module list from gnulib. * bootstrap.conf: Update imported module list from gnulib. * libgnu/Makefile.am: Auto-updated by gnulib-tool. * liboctave/link-deps.mk: Add FLOORF_LIBM to list of GNULIB_DEPS. * lo-mappers.h (xfloor): Change float version to forward to xfloor in lo-mappers.cc instead of being an inline function. * lo-mappers.c (xfloor): New function with float signature which calls gnulib::floorf. (xround) : Fix typo and call gnulib::roundf for float version of function. * file-ops.cc: Include "canonicalize.h" for access to gnulib::canonicalize_file_name.
author Rik <rik@octave.org>
date Tue, 18 Sep 2012 10:15:05 -0700
parents abc858bc5165
children
line wrap: on
line diff
--- a/build-aux/bootstrap.conf	Tue Sep 18 08:50:17 2012 -0700
+++ b/build-aux/bootstrap.conf	Tue Sep 18 10:15:05 2012 -0700
@@ -19,17 +19,22 @@
 # gnulib modules used by this package.
 gnulib_modules="
   base64
-  c-strcase
+  canonicalize
+  chdir
+  close
+  closedir
   copysign
   copysignf
-  closedir
   crypto/md5
+  dup2
   fclose
   fcntl
+  fflush
   filemode
+  floor
+  floorf
   fnmatch
   fopen
-  fflush
   fseek
   ftell
   getcwd
@@ -40,23 +45,25 @@
   isatty
   link
   lstat
+  malloc
   mkdir
   mkfifo
   mkostemp
-  mkstemp
   mktime
   nanosleep
   nproc
+  open
   opendir
   pathmax
   progname
   readdir
   readlink
+  realloc
   rename
-  rewinddir
   rmdir
   round
   roundf
+  select
   sigaction
   signal
   sigprocmask
@@ -64,6 +71,7 @@
   stat
   stdint
   stdio
+  strerror
   strftime
   strptime
   symlink