diff options
-rw-r--r-- | bootstrap.conf | 4 | ||||
-rw-r--r-- | gl/lib/buffer-lcm.c (renamed from lib/buffer-lcm.c) | 0 | ||||
-rw-r--r-- | gl/lib/buffer-lcm.h (renamed from lib/buffer-lcm.h) | 0 | ||||
-rw-r--r-- | gl/lib/fd-reopen.c (renamed from lib/fd-reopen.c) | 0 | ||||
-rw-r--r-- | gl/lib/fd-reopen.h (renamed from lib/fd-reopen.h) | 0 | ||||
-rw-r--r-- | gl/lib/strintcmp.c (renamed from lib/strintcmp.c) | 0 | ||||
-rw-r--r-- | gl/lib/strnumcmp-in.h (renamed from lib/strnumcmp-in.h) | 0 | ||||
-rw-r--r-- | gl/lib/strnumcmp.c (renamed from lib/strnumcmp.c) | 0 | ||||
-rw-r--r-- | gl/lib/strnumcmp.h (renamed from lib/strnumcmp.h) | 0 | ||||
-rw-r--r-- | gl/lib/xfts.c (renamed from lib/xfts.c) | 0 | ||||
-rw-r--r-- | gl/lib/xfts.h (renamed from lib/xfts.h) | 0 | ||||
-rw-r--r-- | gl/modules/buffer-lcm | 23 | ||||
-rw-r--r-- | gl/modules/fd-reopen | 23 | ||||
-rw-r--r-- | gl/modules/strnumcmp | 26 | ||||
-rw-r--r-- | gl/modules/xfts | 23 | ||||
-rw-r--r-- | m4/fd-reopen.m4 | 15 | ||||
-rw-r--r-- | m4/prereq.m4 | 4 | ||||
-rw-r--r-- | m4/strnumcmp.m4 | 27 | ||||
-rw-r--r-- | m4/xfts.m4 | 14 |
19 files changed, 99 insertions, 60 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index dc0ffb605..0658e1b7b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -36,6 +36,7 @@ gnulib_modules=" autobuild backupfile base64 + buffer-lcm c-strcase c-strtod c-strtold @@ -75,6 +76,7 @@ gnulib_modules=" fclose fcntl fcntl-safer + fd-reopen fdatasync fdl fdopen @@ -219,6 +221,7 @@ gnulib_modules=" strdup-posix strftime strncat + strnumcmp strpbrk strsignal strtod @@ -258,6 +261,7 @@ gnulib_modules=" write-any-file xalloc xfreopen + xfts xgetcwd xgetgroups xgethostname diff --git a/lib/buffer-lcm.c b/gl/lib/buffer-lcm.c index 1d22dac7d..1d22dac7d 100644 --- a/lib/buffer-lcm.c +++ b/gl/lib/buffer-lcm.c diff --git a/lib/buffer-lcm.h b/gl/lib/buffer-lcm.h index 454c65be8..454c65be8 100644 --- a/lib/buffer-lcm.h +++ b/gl/lib/buffer-lcm.h diff --git a/lib/fd-reopen.c b/gl/lib/fd-reopen.c index fd4b92bea..fd4b92bea 100644 --- a/lib/fd-reopen.c +++ b/gl/lib/fd-reopen.c diff --git a/lib/fd-reopen.h b/gl/lib/fd-reopen.h index b80f09862..b80f09862 100644 --- a/lib/fd-reopen.h +++ b/gl/lib/fd-reopen.h diff --git a/lib/strintcmp.c b/gl/lib/strintcmp.c index 6e4901e22..6e4901e22 100644 --- a/lib/strintcmp.c +++ b/gl/lib/strintcmp.c diff --git a/lib/strnumcmp-in.h b/gl/lib/strnumcmp-in.h index 95ab55fdc..95ab55fdc 100644 --- a/lib/strnumcmp-in.h +++ b/gl/lib/strnumcmp-in.h diff --git a/lib/strnumcmp.c b/gl/lib/strnumcmp.c index 115ab598a..115ab598a 100644 --- a/lib/strnumcmp.c +++ b/gl/lib/strnumcmp.c diff --git a/lib/strnumcmp.h b/gl/lib/strnumcmp.h index 4deef82bd..4deef82bd 100644 --- a/lib/strnumcmp.h +++ b/gl/lib/strnumcmp.h diff --git a/lib/xfts.c b/gl/lib/xfts.c index b19200e20..b19200e20 100644 --- a/lib/xfts.c +++ b/gl/lib/xfts.c diff --git a/lib/xfts.h b/gl/lib/xfts.h index f903f4804..f903f4804 100644 --- a/lib/xfts.h +++ b/gl/lib/xfts.h diff --git a/gl/modules/buffer-lcm b/gl/modules/buffer-lcm new file mode 100644 index 000000000..1d86f715e --- /dev/null +++ b/gl/modules/buffer-lcm @@ -0,0 +1,23 @@ +Description: +Compute a good buffer size for dealing with two files. + +Files: +lib/buffer-lcm.c +lib/buffer-lcm.h + +Depends-on: +stddef + +configure.ac: + +Makefile.am: +lib_SOURCES += buffer-lcm.c buffer-lcm.h + +Include: +"buffer-lcm.h" + +License: +GPL + +Maintainer: +Paul Eggert diff --git a/gl/modules/fd-reopen b/gl/modules/fd-reopen new file mode 100644 index 000000000..70a21c317 --- /dev/null +++ b/gl/modules/fd-reopen @@ -0,0 +1,23 @@ +Description: +Open a file to a particular file descriptor. + +Files: +lib/fd-reopen.c +lib/fd-reopen.h + +Depends-on: +fcntl-h + +configure.ac: + +Makefile.am: +lib_SOURCES += fd-reopen.c fd-reopen.h + +Include: +"fd-reopen.h" + +License: +GPL + +Maintainer: +Paul Eggert diff --git a/gl/modules/strnumcmp b/gl/modules/strnumcmp new file mode 100644 index 000000000..83f4e7c38 --- /dev/null +++ b/gl/modules/strnumcmp @@ -0,0 +1,26 @@ +Description: +Compare numeric strings. + +Files: +lib/strintcmp.c +lib/strnumcmp.c +lib/strnumcmp.h +lib/strnumcmp-in.h + +Depends-on: +inline +stddef + +configure.ac: + +Makefile.am: +lib_SOURCES += strintcmp.c strnumcmp.c strnumcmp.h + +Include: +"strnumcmp.h" + +License: +GPL + +Maintainer: +Paul Eggert diff --git a/gl/modules/xfts b/gl/modules/xfts new file mode 100644 index 000000000..335946e2f --- /dev/null +++ b/gl/modules/xfts @@ -0,0 +1,23 @@ +Description: +a wrapper for fts_open + +Files: +lib/xfts.c +lib/xfts.h + +Depends-on: +stddef + +configure.ac: + +Makefile.am: +lib_SOURCES += xfts.c xfts.h + +Include: +"xfts.h" + +License: +GPL + +Maintainer: +Jim Meyering diff --git a/m4/fd-reopen.m4 b/m4/fd-reopen.m4 deleted file mode 100644 index ae7390c83..000000000 --- a/m4/fd-reopen.m4 +++ /dev/null @@ -1,15 +0,0 @@ -# Invoke open, but return either a desired file descriptor or -1. - -dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. - -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl Written by Paul Eggert. - -AC_DEFUN([gl_FD_REOPEN], -[ - AC_LIBSOURCES([fd-reopen.c, fd-reopen.h]) - AC_LIBOBJ([fd-reopen]) -]) diff --git a/m4/prereq.m4 b/m4/prereq.m4 index f458f9dc0..8ba61d129 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -36,9 +36,5 @@ AC_DEFUN([gl_PREREQ], # Invoke macros of modules that may migrate into gnulib. # There's no need to list gnulib modules here, since gnulib-tool # handles that; see ../bootstrap.conf. - AC_REQUIRE([gl_FD_REOPEN]) AC_REQUIRE([gl_FUNC_XATTR]) - AC_REQUIRE([gl_FUNC_XFTS]) - AC_REQUIRE([gl_STRINTCMP]) - AC_REQUIRE([gl_STRNUMCMP]) ]) diff --git a/m4/strnumcmp.m4 b/m4/strnumcmp.m4 deleted file mode 100644 index 437e18c9b..000000000 --- a/m4/strnumcmp.m4 +++ /dev/null @@ -1,27 +0,0 @@ -# Compare numeric strings. - -dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. - -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl Written by Paul Eggert. - -AC_DEFUN([gl_STRINTCMP], -[ - AC_LIBSOURCES([strintcmp.c, strnumcmp.h, strnumcmp-in.h]) - AC_LIBOBJ([strintcmp]) - - dnl Prerequisites of lib/strintcmp.c. - AC_REQUIRE([AC_INLINE]) -]) - -AC_DEFUN([gl_STRNUMCMP], -[ - AC_LIBSOURCES([strnumcmp.c, strnumcmp.h, strnumcmp-in.h]) - AC_LIBOBJ([strnumcmp]) - - dnl Prerequisites of lib/strnumcmp.c. - AC_REQUIRE([AC_INLINE]) -]) diff --git a/m4/xfts.m4 b/m4/xfts.m4 deleted file mode 100644 index ce556925a..000000000 --- a/m4/xfts.m4 +++ /dev/null @@ -1,14 +0,0 @@ -#serial 1 -dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_FUNC_XFTS], -[ - AC_LIBSOURCES([xfts.c, xfts.h]) - AC_LIBOBJ([xfts]) - - dnl Prerequisites of lib/xfts.c. - : -]) |