diff options
author | Jim Meyering <meyering@redhat.com> | 2012-09-20 17:47:25 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-20 17:47:32 +0200 |
commit | 958bef88f9a0471544d2ff4826e7e6d0483e9b1b (patch) | |
tree | a1f56fca9b62504618336ad8f6b86bfbe6f7e96a /gl/modules | |
parent | ba034fc449abd2b72ad52b3865c29fd98ea3de76 (diff) | |
download | coreutils-958bef88f9a0471544d2ff4826e7e6d0483e9b1b.tar.xz |
build: move non-recursive-gnulib-prefix-hack to gnulib; update
I've moved the non-recursive-gnulib-prefix-hack module to
gnulib, with two small improvements, so remove it from here
and update gnulib to the latest.
* gl/build-aux/prefix-gnulib-mk: Remove file.
* gl/m4/non-recursive-gnulib-prefix-hack.m4: Remove file.
* gl/modules/non-recursive-gnulib-prefix-hack: Remove file.
* gnulib: Update to latest.
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/non-recursive-gnulib-prefix-hack | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gl/modules/non-recursive-gnulib-prefix-hack b/gl/modules/non-recursive-gnulib-prefix-hack deleted file mode 100644 index 26cd9149c..000000000 --- a/gl/modules/non-recursive-gnulib-prefix-hack +++ /dev/null @@ -1,25 +0,0 @@ -Description: -Compute a good buffer size for dealing with two files. - -Files: -build-aux/prefix-gnulib-mk -m4/non-recursive-gnulib-prefix-hack.m4 - -Depends-on: - -configure.ac: -dnl Run our hack near the end, just before config.status creation. -dnl It must happen late, i.e., after gl_LIBOBJS has been finalized. -AC_CONFIG_COMMANDS_PRE([ - gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([lib]) - ]) - -Makefile.am: - -Include: - -License: -unlimited - -Maintainer: -Jim Meyering |