|
|
| version 1.40, 2024/12/18 19:20:55 | version 1.43, 2026/04/25 13:38:46 |
|---|---|
| Line 37 for PARAM in "$@"; do | Line 37 for PARAM in "$@"; do |
| ;; | ;; |
| "--with-mailreceive") | "--with-mailreceive") |
| printf ", with mail receiving" | printf ", with mail receiving" |
| options="$options --with-mailreceive=$project_dir/gnome" | options="$options --with-mailreceive=$project_dir/gmime" |
| build_gmime="yes" | build_gmime="yes" |
| ;; | ;; |
| "--with-system-mailreceive") | "--with-system-mailreceive") |
| printf ", with mail receiving" | printf ", with mail receiving" |
| options="$options --with-mailreceive" | options="$options --with-mailreceive" |
| ;; | ;; |
| "--with-system-amqp") | |
| printf ", with amqp" | |
| options="$options --with-amqp" | |
| ;; | |
| "--strip") | "--strip") |
| printf ", without debug information" | printf ", without debug information" |
| build_stripped="yes" | build_stripped="yes" |
| Line 311 echo | Line 315 echo |
| echo "********************************************************************************************************" | echo "********************************************************************************************************" |
| echo "Now you can copy $install_directory/bin to your cgi-bin directory" | echo "Now you can copy $install_directory/bin to your cgi-bin directory" |
| echo "Read more about installing Parser here:" | echo "Read more about installing Parser here:" |
| echo " http://www.parser.ru/en/docs/lang/install4apachecgi.htm in English" | echo " https://www.parser.ru/en/docs/lang/install4apachecgi.htm in English" |
| echo " http://www.parser.ru/docs/lang/install4apachecgi.htm in Russian" | echo " https://www.parser.ru/docs/lang/install4apachecgi.htm in Russian" |
| echo "********************************************************************************************************" | echo "********************************************************************************************************" |