isync

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

commit b239e7b81477920eab2a8b310bc2af997c8b0e6b
parent 0121220339a702eb4871beebd3fe0829821065ad
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Mon, 12 Jan 2004 01:49:34 +0000

bah, forgot to remove debian/Makefile.in from AC_OUTPUT. :}
kde's overly sophisticated build system does that automatically ...

Diffstat:
Mconfigure.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in @@ -36,7 +36,7 @@ fi AC_CHECK_LIB(db, db_create, [LIBS="$LIBS -ldb"], [AC_MSG_ERROR([Berkley DB not found.])]) AC_CHECK_HEADER(db.h, , [AC_MSG_ERROR([Berkley DB header file not found.])]) -AC_OUTPUT(Makefile src/Makefile debian/Makefile isync.spec) +AC_OUTPUT(Makefile src/Makefile isync.spec) if $ssl; then AC_MSG_RESULT([