[Commits] [SCM] themes branch, master, updated. 20140629-36-g3daa91a

mones at claws-mail.org mones at claws-mail.org
Thu Sep 22 09:58:07 CEST 2022


The branch, master has been updated
       via  3daa91a49b9b99a1ad3ebde32f01a91b30ac4270 (commit)
      from  f8b5ff54e90435a72be547036e2a2bf617abf9b4 (commit)

Summary of changes:
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 3daa91a49b9b99a1ad3ebde32f01a91b30ac4270
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Sep 22 09:57:11 2022 +0200

    Modernize configure.ac
    
    Fixes "configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and
    three-arguments forms are deprecated."

diff --git a/configure.ac b/configure.ac
index ab52815..73e9b89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
 AC_PREREQ(2.59d)
-AC_INIT(claws-mail-themes)
-AM_INIT_AUTOMAKE(claws-mail-themes, 20140629)
+AC_INIT([claws-mail-themes], [20140629])
+AC_CONFIG_SRCDIR([achileus-noname/address.xpm])
+AM_INIT_AUTOMAKE
 
 AM_MAINTAINER_MODE
 

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


hooks/post-receive
-- 
Claws Mail Themes


More information about the Commits mailing list