Hi, > I was wondering if there's a way of using gnulib when the target project > is comprised of a simple Makefile instead of a Makefile.am and configure.ac.
A simple Makefile, instead of Makefile.am, is supported: Use gnulib-tool option --gnu-make. But a configure.ac is required; there's no way around this. Bruno