[Commits] [SCM] themes branch, master, updated. 20221017-3-g29ded66

mones at claws-mail.org mones at claws-mail.org
Sun Oct 23 17:30:42 UTC 2022


The branch, master has been updated
       via  29ded66099259c3ce608f5c14a1d30771b9040a9 (commit)
      from  d7a42533377cfdc17aafab70240a422e81260da2 (commit)

Summary of changes:
 generate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 29ded66099259c3ce608f5c14a1d30771b9040a9
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun Oct 23 19:27:27 2022 +0200

    Set an appropriate level of strictness
    
    We're missing several files required by the defautl gnu level¹, which
    can cause failures while building, specially when autoreconf-ing.
    
    ¹ https://www.gnu.org/software/automake/manual/html_node/Strictness.html

diff --git a/generate b/generate
index 56839c9..169350d 100755
--- a/generate
+++ b/generate
@@ -210,7 +210,7 @@ class Generator:
         logging.info('generating {}'.format(makefile))
         with open(makefile, 'w', encoding='utf-8') as mkf:
             add_extra_dist(mkf, ['claws-mail-themes', 'RELEASE_NOTES'])
-            mkf.write('AUTOMAKE_OPTIONS = dist-bzip2 dist-xz\n\n')
+            mkf.write('AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-xz\n\n')
             mkf.write('SUBDIRS = ')
             mkf.write(' \\\n '.join(configured)) # already sorted
         if not quiet:

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail Themes


More information about the Commits mailing list