In the following text, describing how to use multiple gnulib installations:
Correspondingly for the programs you will have to add something like this: ... AM_CPPFLAGS = -I$(top_srcdir)/src/gnulib -I$(top_builddir)/src/gnulib ... LIBADD = $(top_builddir)/src/gnulib/libgnutools.la should LIBADD be LDADD, since we're talking here about building a program, not a library? -- https://rrt.sc3d.org