gnulib-tool-py
[Top][All Lists]
Advanced

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

[gnulib-tool-py] regex: gl_LGPL in comparison


From: Dmitriy Selyutin
Subject: [gnulib-tool-py] regex: gl_LGPL in comparison
Date: Thu, 17 May 2012 23:35:10 +0400

Hi everyone!

Looking through the code of gnulib-tool, I've found that there is an interesting part of regex (lines 4200-4204):

      /gl_LGPL(/ {
        s,^.*gl_LGPL([[ ]*\([^]"$`\\)]*\).*$,cached_lgpl="\1",p
      }
      /gl_LGPL/ {
        s,^.*$,cached_lgpl=yes,p

Why we don't have the same two lines for some other variables, e.g., for gl_LIBTOOL? Do I misunderstand something?

reply via email to

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