Hi Bruno, Another point:
On 10/10/10 07:35, Bruno Haible wrote: > I would suggest that you ... create a subdirectory in gnulib, > called 'libposix', with files such as > configure.ac > Makefile.am > version.in.h > version.c > README > libposix.m4 > bootstrap > and then use "gnulib-tool --import" Whether you use one file or multiple, it is still useful to *not* construct the thing where your template sources live. Since the AC_INIT macro clearly must be auto-edited, you must construe these files to be templates and not the files that autoreconf sees. Therefore, it would still be necessary to construct a separate build directory and sed these template files into it. I just used the script as the template source instead of separate files. Cheers - Bruce