commit a310e7e2ba0a6cd7b68729d32a900eece137de8d
Author: Oswald Buddenhagen <[email protected]>
Date: Fri Aug 30 13:13:30 2019 +0200
purge vestiges of the compat wrapper
amends cbac8aa75.
configure.ac | 7 -------
isync.spec.in | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/configure.ac b/configure.ac
index f56ed81..880f17c 100644
--- 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
index fa9fb00..6298a96 100644
--- 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/*
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel