Diff for /Amaya/configure.in between versions 1.66 and 1.67

version 1.66, 2001/07/03 10:27:17 version 1.67, 2001/08/17 10:10:47
Line 446  dnl    SPECIFIC STUFF : CONFIGURATION OP Line 446  dnl    SPECIFIC STUFF : CONFIGURATION OP
 dnl  dnl
 dnl  ***************************************************************  dnl  ***************************************************************
   
 AMAYA_VER="4.4"  AMAYA_VER="5.1"
   
 dnl  dnl
 dnl We use a special versoin of cextract patched for alignment  dnl We use a special versoin of cextract patched for alignment
Line 745  if test "$build_amaya" = "yes" ; then Line 745  if test "$build_amaya" = "yes" ; then
 fi  fi
   
 if test "$no_motif" = yes ; then  if test "$no_motif" = yes ; then
       echo "Amaya configured with GTK"
   else
   if test "$no_motif" = yes ; then
     echo "Motif seems not installed on this machine"      echo "Motif seems not installed on this machine"
     echo "Amaya need Motif 1.2 or 2.0"      echo "Amaya need Motif 1.2 or 2.0"
 else  else
Line 760  if test "$motif_libraries" = "" ; then Line 763  if test "$motif_libraries" = "" ; then
 fi  fi
 fi  fi
 fi  fi
   fi
   
 echo "Now start \"make all\" (GNU make preferably) to build the bianries"  echo "Now start \"make all\" (GNU make preferably) to build the bianries"
   

Removed from v.1.66  
changed lines
  Added in v.1.67


Webmaster