Hi John,
> In the Octave sources, we limit the direct use of gnulib header files to
> one convenience library so we add
>
>-Ilibgnu -I$(srcdir)/libgnu
>
> to one library-specific CPPFLAGS variable,
> %canon_reldir%_libwrappers_la_CPPFLAGS. We don't want to add them to
> AM_CPPFLAGS and h
First, thanks for working on the new --automake-subdir feature. We've
been wanting to use a non-recursive build of gnulib with Octave for many
years but have never been able to make it work completely with the
previous non-recursive-gnulib-prefix-hack module.
For the following, I updated to