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

version 1.65, 2001/06/28 11:05:21 version 1.66, 2001/07/03 10:27:17
Line 384  LIBS="$ac_save_LIBS" Line 384  LIBS="$ac_save_LIBS"
 ])  ])
   
 AC_DEFUN(AC_PATH_MOTIF,  AC_DEFUN(AC_PATH_MOTIF,
 [AC_REQUIRE_CPP()dnl  [AC_REQUIRE_CPP()
   
 motif_includes=NONE  motif_includes=NONE
 motif_libraries=NONE  motif_libraries=NONE
Line 402  if test "$no_motif" = yes; then Line 402  if test "$no_motif" = yes; then
     ac_cv_path_motif="no_motif=yes"      ac_cv_path_motif="no_motif=yes"
 else  else
     ac_cv_path_motif="no_motif= ac_motif_includes=$ac_motif_includes ac_motif_libraries=$ac_motif_libraries"      ac_cv_path_motif="no_motif= ac_motif_includes=$ac_motif_includes ac_motif_libraries=$ac_motif_libraries"
 fi])dnl  fi])
   fi  eval "$ac_cv_path_motif"
   eval "$ac_cv_path_motif"  
 fi  fi
   
 if test "$no_motif" = yes; then  if test "$no_motif" = yes; then
Line 435  AC_SUBST(MOTIF_LIBRARIES) Line 434  AC_SUBST(MOTIF_LIBRARIES)
 ])  ])
   
 AC_PATH_MOTIF  AC_PATH_MOTIF
   fi
   
 if test "${GCC}" = "yes"; then  if test "${GCC}" = "yes"; then
    CPP="${CPP} -x c"     CPP="${CPP} -x c"
Line 761  fi Line 761  fi
 fi  fi
 fi  fi
   
 echo "Now start \"make all\" (GNU make preferably) to build the binaries"  echo "Now start \"make all\" (GNU make preferably) to build the bianries"
   
   
   

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


Webmaster