Diff for /Amaya/configure.in between versions 1.218 and 1.219

version 1.218, 2007/02/27 14:54:52 version 1.219, 2007/02/28 12:57:14
Line 1389  make_output="Makefile Options.orig:Optio Line 1389  make_output="Makefile Options.orig:Optio
        tools/mkdep/Makefile \         tools/mkdep/Makefile \
        tools/cextract-1.7/Makefile thotlib/Makefile \         tools/cextract-1.7/Makefile thotlib/Makefile \
        thotlib/include/Makefile batch/Makefile \         thotlib/include/Makefile batch/Makefile \
        bin/amaya:../batch/amaya.in \  
        script_install:../batch/script_install.in \         script_install:../batch/script_install.in \
        script_install_gnomekde:../batch/script_install_gnomekde.in \         script_install_gnomekde:../batch/script_install_gnomekde.in \
        script_install_macosxbundle:../batch/script_install_macosxbundle.in \         script_install_macosxbundle:../batch/script_install_macosxbundle.in \
        script_uninstall:../batch/script_uninstall.in"         script_uninstall:../batch/script_uninstall.in"
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then
   
     make_output="$make_output amaya/Makefile"      make_output="$make_output amaya/Makefile"
     EXTRA_MAKEFILE_IN="$srcdir/amaya/Makefile.in \      EXTRA_MAKEFILE_IN="$srcdir/amaya/Makefile.in \
     $srcdir/amaya/Makefile.libwww"      $srcdir/amaya/Makefile.libwww"
Line 1427  dnl Line 1425  dnl
 echo timestamp > stamp-h  echo timestamp > stamp-h
   
 dnl  dnl
 dnl Check for an upgrade in the Options numbers  dnl Generate the script
 dnl  dnl
   if test ! "$AMAYAOS" = "MACOSX" ; then
       cp ../batch/amaya.in bin/amaya
       chmod a+x bin/amaya
   fi
   
   
   dnl
   dnl Check for an upgrade in the Options numbers
   dnl
 if test -f Options ; then  if test -f Options ; then
    oldversion=`grep Version Options`     oldversion=`grep Version Options`
    newversion=`grep Version Options.orig`     newversion=`grep Version Options.orig`
Line 1452  fi Line 1458  fi
 if test -f script_uninstall ; then  if test -f script_uninstall ; then
    chmod a+x script_uninstall     chmod a+x script_uninstall
 fi  fi
 if test -f bin/amaya ; then  
    chmod a+x bin/amaya  
 fi  
 ])  ])
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then

Removed from v.1.218  
changed lines
  Added in v.1.219


Webmaster