isync

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

commit a310e7e2ba0a6cd7b68729d32a900eece137de8d
parent 95d18e2778f28b7aac4f92dc6770430ee7c7ca4b
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Fri, 30 Aug 2019 13:13:30 +0200

purge vestiges of the compat wrapper

amends cbac8aa75.

Diffstat:
Mconfigure.ac | 7-------
Misync.spec.in | 2+-
2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -187,13 +187,6 @@ if test "x$ob_cv_with_zlib" != xno; then ) fi -AC_ARG_ENABLE(compat, - AC_HELP_STRING([--disable-compat], [don't include isync compatibility wrapper [no]]), - [ob_cv_enable_compat=$enableval]) -if test "x$ob_cv_enable_compat" != xno; then - AC_CHECK_FUNCS(getopt_long) -fi -AM_CONDITIONAL(with_compat, test "x$ob_cv_enable_compat" != xno -a "x$ac_cv_berkdb4" = xyes) AM_CONDITIONAL(with_mdconvert, test "x$ac_cv_berkdb4" = xyes) AC_CONFIG_FILES([Makefile src/Makefile isync.spec]) diff --git a/isync.spec.in b/isync.spec.in @@ -30,6 +30,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} rm -rf $RPM_BUILD_ROOT %files -%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample src/compat/isyncrc.sample +%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample %{_bindir}/* %{_mandir}/man1/*