# HG changeset patch # User Rik # Date 1348269122 25200 # Node ID 55ee1c97e10b6f88818c058b62d4703ea85eea29 # Parent 3e101e8b3dac842849b8d0878c0eb6709087b7ea build: Rename imported gnulib modules to non-deprecated ones to avoid bootstrap warning. * build-aux/bootstrap_gnulib.conf: Rename malloc -> malloc-gnu, realloc -> realloc-gnu. * libgnu/Makefile.am: Renamed modules propagated automatically to Makefile.am. diff -r 3e101e8b3dac -r 55ee1c97e10b build-aux/bootstrap_gnulib.conf --- a/build-aux/bootstrap_gnulib.conf Fri Sep 21 15:45:16 2012 -0700 +++ b/build-aux/bootstrap_gnulib.conf Fri Sep 21 16:12:02 2012 -0700 @@ -45,7 +45,7 @@ isatty link lstat - malloc + malloc-gnu mkdir mkfifo mkostemp @@ -58,7 +58,7 @@ progname readdir readlink - realloc + realloc-gnu rename rmdir round diff -r 3e101e8b3dac -r 55ee1c97e10b libgnu/Makefile.am --- a/libgnu/Makefile.am Fri Sep 21 15:45:16 2012 -0700 +++ b/libgnu/Makefile.am Fri Sep 21 16:12:02 2012 -0700 @@ -21,7 +21,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgnu --source-base=libgnu --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl base64 canonicalize chdir close closedir copysign copysignf crypto/md5 dup2 fclose fcntl fflush filemode floor floorf fnmatch fopen fseek ftell getcwd gethostname getopt-gnu gettimeofday glob isatty link lstat malloc mkdir mkfifo mkostemp mktime nanosleep nproc open opendir pathmax progname readdir readlink realloc rename rmdir round roundf select sigaction signal sigprocmask sleep stat stdint stdio strerror strftime strptime symlink sys_stat sys_time sys_times time times tmpfile trunc truncf unistd unlink vasprintf +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgnu --source-base=libgnu --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --libtool --macro-prefix=gl base64 canonicalize chdir close closedir copysign copysignf crypto/md5 dup2 fclose fcntl fflush filemode floor floorf fnmatch fopen fseek ftell getcwd gethostname getopt-gnu gettimeofday glob isatty link lstat malloc-gnu mkdir mkfifo mkostemp mktime nanosleep nproc open opendir pathmax progname readdir readlink realloc-gnu rename rmdir round roundf select sigaction signal sigprocmask sleep stat stdint stdio strerror strftime strptime symlink sys_stat sys_time sys_times time times tmpfile trunc truncf unistd unlink vasprintf AUTOMAKE_OPTIONS = 1.5 gnits