Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> How would build-aux/ be substituted into $auxdir? Should gnulib-tool >> substitute 'build-aux/' in configure.ac:-statements to $auxdir? > > I committed this patch.
Works fine, thanks! However, I'm wondering whether: AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in]) is the best default. It seem to cause csharpcomp.sh to end up in the top-level directory. I don't like this. How about changing it to: AC_CONFIG_FILES([build-aux/csharpcomp.sh]) ? Same for javacomp-script, I assume. _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib