This website requires JavaScript.
Explore
Help
Register
Sign In
lobo
/
isync
Watch
1
Star
0
Fork
0
You've already forked isync
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
24c57a244e
isync
/
autogen.sh
9 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
- took over maintenance - moved to sourceforge - reorganized cvs structure
2002-12-28 03:05:43 +00:00
#! /bin/sh
added autogen.sh to regenerate the build environment
2000-12-20 22:10:45 +00:00
# $Id$
- took over maintenance - moved to sourceforge - reorganized cvs structure
2002-12-28 03:05:43 +00:00
set
-e -v
added autogen.sh to regenerate the build environment
2000-12-20 22:10:45 +00:00
aclocal
- make it work without SSL - switch from -Ds in Makefile to config.h - small header cleaup
2003-05-07 00:06:37 +00:00
autoheader
added autogen.sh to regenerate the build environment
2000-12-20 22:10:45 +00:00
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
2002-06-22 01:21:43 +00:00
./configure
"
$@
"
Reference in New Issue
Copy Permalink