bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnulib-tool: Transform license on build-aux/ files too.


From: Bruno Haible
Subject: Re: [PATCH] gnulib-tool: Transform license on build-aux/ files too.
Date: Thu, 28 May 2009 13:09:42 +0200
User-agent: KMail/1.9.9

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  <address@hidden>

        * 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'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]