Simon Josefsson wrote: > This patch allows gnulib-tool to be able to change the license from > GPLv2 to GPLv3 just like it can already do for lib/* files.
Thanks. Twiddling with '#ifdef HAVE_CONFIG_H' is however not needed on build-auc/* files, so I'm applying this: 2009-05-28 Bruno Haible <[email protected]> * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on build-aux/ files. --- gnulib-tool.orig 2009-05-28 13:07:36.000000000 +0200 +++ gnulib-tool 2009-05-28 11:50:40.000000000 +0200 @@ -2874,8 +2874,8 @@ fi fi - # Determine script to apply to auxilliary files that go into $auxdir/. - sed_transform_build_aux_file="$sed_transform_lib_file" + # Determine script to apply to auxiliary files that go into $auxdir/. + sed_transform_build_aux_file= if test -n "$do_copyrights"; then # Update license. sed_transform_build_aux_file=$sed_transform_build_aux_file'
