This website works better with JavaScript.
Explore
Help
Sign In
sipp11
/
mbsync
mirror of
https://git.code.sf.net/p/isync/isync
Watch
1
Star
0
Fork
You've already forked mbsync
0
Code
Issues
Releases
Wiki
Activity
compile and run!
imap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121
Commits
27
Branches
36
Tags
2.1 MiB
Tree:
ff8991fd00
0.9
1.0
1.1
1.2
1.3
1.4
master
wip/INBOX-patterns-prefixing
wip/better-stderr
wip/debug-various
wip/exchange-workarounds-1.2
wip/exchange-workarounds-1.4
wip/exchange-workarounds-1.5
wip/expire-new
wip/imap-client-close
wip/maildir-path-under-inbox
wip/maildir-uid-dupes-test
wip/more-autotest-subjects
wip/movedetect
wip/notifier-cmd
wip/server-refactor
wip/simplify-state-naming
wip/socket-debug
wip/ssl-fprint
wip/test-more-paranoid
wip/uidval-recovery
wip/unchecked-remove
v0.1
v0.2
v0.3
v0.4
v0.5
v0.6
v0.7
v0.8
v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.3.0
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.3.5
v1.3.6
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.5.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ff8991fd00'
${ noResults }
mbsync
/
autogen.sh
8 lines
85 B
Raw
Normal View
History
Unescape
Escape
- took over maintenance - moved to sourceforge - reorganized cvs structure
22 years ago
#! /bin/sh
added autogen.sh to regenerate the build environment
24 years ago
# $Id$
- took over maintenance - moved to sourceforge - reorganized cvs structure
22 years ago
set
-e -v
added autogen.sh to regenerate the build environment
24 years ago
aclocal
automake --add-missing
autoconf
Patch from Oswald Buddenhagen <ossi@kde.org> - move prompt for password to imap_open() - don't ask for global password in PREAUTH state - use socketpair() to create one full-duplex fd in tunnel mode instead of two half-duplex pipes - don't set lck.l_pid in fcntl() call (its read-only) - use F_SETLK instead of F_SETLKW to avoid infinite waiting - use "$@" in autogen.sh to get proper word expansion
23 years ago
./configure
"
$@
"