isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 945e05cfdd8006f25b7d33f10421b515c381b277
parent 32def5dc0a31baf20685a940a57cbcd7923ba272
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Wed,  6 Nov 2013 08:37:10 +0100

use autoreconf instead of calling separate tools

this has been the correct way since a long time.

Pointed-out-by: Felipe Contreras <felipe.contreras@gmail.com>

Diffstat:
Mautogen.sh | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/autogen.sh b/autogen.sh @@ -1,7 +1,4 @@ #! /bin/sh set -e -v make -f Makefile.am log -aclocal -autoheader -automake --add-missing -autoconf +autoreconf -f -i