verify: new macro 'assume'
[gnulib.git] / modules / non-recursive-gnulib-prefix-hack
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.
4
5 Files:
6 build-aux/prefix-gnulib-mk
7 m4/non-recursive-gnulib-prefix-hack.m4
8
9 Depends-on:
10
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   gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([lib])
16   ])
17
18 Makefile.am:
19
20 Include:
21
22 License:
23 unlimited
24
25 Maintainer:
26 Jim Meyering