From fb36e5c1afa6b380a8c93bb88de66f335e7a1e14 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sat, 25 Apr 2020 09:17:15 +0300 Subject: [PATCH] Update xai's e-mail --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3525ee8..e78f6c8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([clsync],[0.4.4],[Dmitry Yu Okunev ],,[https://github.com/xaionaro/clsync]) +AC_INIT([clsync],[0.4.4],[Dmitry Yu Okunev ],,[https://github.com/xaionaro/clsync]) AC_CONFIG_SRCDIR([sync.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 foreign -Wall -Wno-portability])