66# | (__| |_| | _ <| |___
77# \___|\___/|_| \_\_____|
88#
9- # Copyright (C) 2001 - 2010 , Daniel Stenberg, <[email protected] >, et al.9+ # Copyright (C) 2001 - 2011 , Daniel Stenberg, <[email protected] >, et al.1010#
1111# This software is licensed as described in the file COPYING, which
1212# you should have received as part of this distribution. The terms
@@ -88,13 +88,13 @@ while test $# -gt 0; do
8888 ;;
8989
9090 --protocols)
91- for protocol in DICT FILE FTP FTPS HTTP HTTPS IMAP IMAPS LDAP POP3 POP3S RTSP SMTP SMTPS TELNET TFTP; do
91+ for protocol in DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP POP3 POP3S RTSP SMTP SMTPS TELNET TFTP; do
9292 echo " $protocol "
9393 done
9494 ;;
9595
9696 --version)
97- echo libcurl 7.21.1
97+ echo libcurl 7.25.0
9898 exit 0
9999 ;;
100100
@@ -106,20 +106,20 @@ while test $# -gt 0; do
106106 # dash as that's used for things like version 1.2.3-CVS
107107 cpatch=` echo $checkfor | cut -d. -f3 | cut -d- -f1`
108108 checknum=` echo " $cmajor *256*256 + $cminor *256 + ${cpatch:- 0} " | bc`
109- numuppercase=` echo 071501 | tr ' a-f' ' A-F' `
109+ numuppercase=` echo 071900 | tr ' a-f' ' A-F' `
110110 nownum=` echo " obase=10; ibase=16; $numuppercase " | bc`
111111
112112 if test " $nownum " -ge " $checknum " ; then
113113 # silent success
114114 exit 0
115115 else
116- echo " requested version $checkfor is newer than existing 7.21.1 "
116+ echo " requested version $checkfor is newer than existing 7.25.0 "
117117 exit 1
118118 fi
119119 ;;
120120
121121 --vernum)
122- echo 071501
122+ echo 071900
123123 exit 0
124124 ;;
125125
@@ -142,9 +142,9 @@ while test $# -gt 0; do
142142 CURLLIBDIR=" "
143143 fi
144144 if test " Xyes" = " Xyes" ; then
145- echo ${CURLLIBDIR} -lcurl -L/mingw/lib - lssl -lcrypto -lgdi32 -lwldap32 -lws2_32 -lz -lws2_32
145+ echo ${CURLLIBDIR} -lcurl -lssl -lcrypto -lgdi32 -lwldap32 -lws2_32 -lz -lws2_32
146146 else
147- echo ${CURLLIBDIR} -lcurl -L/mingw/lib
147+ echo ${CURLLIBDIR} -lcurl
148148 fi
149149 ;;
150150
0 commit comments