utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / non-recursive-gnulib-prefix-hack
bloba4b13736cb67ecdf415f1f9b2ed09045587a309e
1 Description:
2 Adjust a gnulib-generated gnulib.mk file and configure script so
3 that they are usable in a non-recursive make framework.
5 Files:
6 build-aux/prefix-gnulib-mk
7 m4/non-recursive-gnulib-prefix-hack.m4
9 Depends-on:
11 configure.ac:
12 dnl Run our hack near the end, just before config.status creation.
13 dnl It must happen late, i.e., after gl_LIBOBJS has been finalized.
14 AC_CONFIG_COMMANDS_PRE([
15   dnl Note we can't currently pass $gl_source_base instead of 'lib',
16   dnl because $gl_source_base is unset or the wrong value in the references
17   dnl generated in m4/non-recursive-gnulib-prefix-hack.m4
18   gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([lib])
19   ])
21 Makefile.am:
23 Include:
25 License:
26 unlimited
28 Maintainer:
29 Jim Meyering