Diff for /parser3/buildall between versions 1.28 and 1.32

version 1.28, 2019/11/30 22:17:48 version 1.32, 2020/12/07 16:05:42
Line 36  for PARAM in "$@"; do Line 36  for PARAM in "$@"; do
             options="$options --with-mailreceive=$project_dir/gnome"              options="$options --with-mailreceive=$project_dir/gnome"
             build_gmime="yes"              build_gmime="yes"
             ;;              ;;
           "--with-system-mailreceive")
               printf ", with mail receiving"
               options="$options --with-mailreceive"
               ;;
         "--strip")          "--strip")
             printf ", without debug information"              printf ", without debug information"
             build_stripped="yes"              build_stripped="yes"
Line 46  for PARAM in "$@"; do Line 50  for PARAM in "$@"; do
             ;;              ;;
         "--help")          "--help")
             echo              echo
             echo "Usage: buildall [--without-xml] [--with-apache] [--with-mailreceive] [--strip] [--direct-download] [--disable-safe-mode] [other configure options ...]"              echo "Usage: buildall [--without-xml] [--with-apache] [--with-mailreceive] [--with-system-mailreceive] [--strip] [--direct-download] [--disable-safe-mode] [other configure options ...]"
             exit 1              exit 1
             ;;              ;;
         *)          *)
Line 82  fi Line 86  fi
 prepare () {  prepare () {
     cd $project_dir/src      cd $project_dir/src
   
     if test ! -f "temp $1"; then      if test ! -f "$1"; then
         if test "$direct_download" = "yes"; then          if test "$direct_download" = "yes"; then
             echo "Downloading $lib from $2..."              echo "Downloading $lib from $2..."
             $download $2$1              $download $2$1
Line 253  fi Line 257  fi
 cd $parser3_dir  cd $parser3_dir
 if test ! -f "Makefile"; then  if test ! -f "Makefile"; then
     echo "Configuring parser3..."      echo "Configuring parser3..."
     ./configure --prefix=$install_directory "--with-sendmail=$sendmail_command" $options --silent $cflags $gmime_cflags      ./configure --prefix=$install_directory \
           --sysconfdir=$install_directory/bin \
           --datadir=$install_directory/bin \
           --with-sendmail="$sendmail_command" \
           $options $cflags $gmime_cflags
 fi  fi
   
 echo "Building parser3..."  echo "Building parser3..."

Removed from v.1.28  
changed lines
  Added in v.1.32


E-mail: