|
|
@ -152,8 +152,10 @@ case "$build" in
|
|
|
|
# I've given up:
|
|
|
|
# I've given up:
|
|
|
|
# 1. trying to get Cygwin to build with gettext and friends
|
|
|
|
# 1. trying to get Cygwin to build with gettext and friends
|
|
|
|
# 2. trying to get Cygwin to install into a local directory
|
|
|
|
# 2. trying to get Cygwin to install into a local directory
|
|
|
|
echo ./configure ${withcurl} ${withssh}
|
|
|
|
make distclean
|
|
|
|
./configure ${withcurl} ${withssh}
|
|
|
|
make config
|
|
|
|
|
|
|
|
echo ./configure ${withcurl} ${withssh} --disable-nls
|
|
|
|
|
|
|
|
./configure ${withcurl} ${withssh} --disable-nls
|
|
|
|
make -j4
|
|
|
|
make -j4
|
|
|
|
# result=$?
|
|
|
|
# result=$?
|
|
|
|
make install
|
|
|
|
make install
|
|
|
|