2 Adjust a gnulib-generated gnulib.mk file and configure script so
3 that they are usable in a non-recursive make framework.
6 build-aux/prefix-gnulib-mk
7 m4/non-recursive-gnulib-prefix-hack.m4
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])