Diff for /Amaya/configure.in between versions 1.192 and 1.193

version 1.192, 2005/07/20 11:13:24 version 1.193, 2005/07/20 14:52:17
Line 1465  make_output="Makefile Options.orig:Optio Line 1465  make_output="Makefile Options.orig:Optio
        libjpeg/Makefile libpng/Makefile libpng/zlib/Makefile \         libjpeg/Makefile libpng/Makefile libpng/zlib/Makefile \
        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 \
          script_install:../batch/script_install.in \
          script_install_gnomekde:../batch/script_install_gnomekde.in \
          script_install_macosxbundle:../batch/script_install_macosxbundle.in \
          script_uninstall:../batch/script_uninstall.in"
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then
   
Line 1518  if test -f Options ; then Line 1522  if test -f Options ; then
        exit 1         exit 1
    fi     fi
 fi  fi
   if test -f script_install ; then
      chmod a+x script_install
   fi
   if test -f script_install_gnomekde ; then
      chmod a+x script_install_gnomekde
   fi
   if test -f script_install_macosxbundle ; then
      chmod a+x script_install_macosxbundle
   fi
   if test -f script_uninstall ; then
      chmod a+x script_uninstall
   fi
 ])  ])
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then

Removed from v.1.192  
changed lines
  Added in v.1.193


Webmaster