Diff for /Amaya/configure.in between versions 1.60 and 1.61

version 1.60, 2001/02/28 10:33:43 version 1.61, 2001/04/02 13:16:16
Line 406  AC_PATH_MOTIF Line 406  AC_PATH_MOTIF
   
 dnl  ***************************************************************  dnl  ***************************************************************
 dnl  dnl
 dnl    SPECIFIC STUFF : CONFIGURATION OPTIONS FOR THOT AND AMAYA  dnl    SPECIFIC STUFF : CONFIGURATION OPTIONS FOR AMAYA
 dnl  dnl
 dnl  ***************************************************************  dnl  ***************************************************************
   
 THOT_VER="2.6"  AMAYA_VER="4.4"
 AMAYA_VER="4.3"  
   
 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 423  CEXTRACT_FLAGS="+O" Line 422  CEXTRACT_FLAGS="+O"
   
 dnl  dnl
 dnl Adjust the some variables depending on the host and compiler  dnl Adjust the some variables depending on the host and compiler
 dnl Thot NEED signed chars !!!  dnl Thotlib NEED signed chars !!!
 dnl  dnl
   
 if test "${CC}" = "gcc" ; then  if test "${CC}" = "gcc" ; then
Line 440  if test "$ac_cv_c_const" = "no" ; then Line 439  if test "$ac_cv_c_const" = "no" ; then
 fi  fi
   
 dnl  dnl
 dnl Check for availability of amaya and thot editor sources  dnl Check for availability of amaya sources
 dnl  dnl
   
 build_thot="yes"  
 build_amaya="yes"  build_amaya="yes"
   
 if test "$with_thot" = "no" ; then  
     build_thot="no"  
 else  
   if test ! -f $srcdir/thot/Makefile.in ; then  
     build_thot="no"  
   fi  
 fi  
   
 if test "$with_amaya" = "no" ; then  if test "$with_amaya" = "no" ; then
     build_amaya="no"      build_amaya="no"
 else  else
Line 566  API="\$(THOTDIR)/thotlib/include" Line 556  API="\$(THOTDIR)/thotlib/include"
 VAR="\$(THOTDIR)/thotlib/internals/var"  VAR="\$(THOTDIR)/thotlib/internals/var"
 INCL="\$(THOTDIR)/thotlib/internals/h"  INCL="\$(THOTDIR)/thotlib/internals/h"
 FUNC="\$(THOTDIR)/thotlib/internals/f"  FUNC="\$(THOTDIR)/thotlib/internals/f"
 SCHEMAS="\$(THOTDIR)/schemas"  
 SCHEMASOPERA="\$(THOTDIR)/schemasOPERA"  
 if test "${LIBPNG}" = "../libpng.a" ; then  if test "${LIBPNG}" = "../libpng.a" ; then
 #there is a modified header file we need  #there is a modified header file we need
 PNGINCL="-I\$(THOTDIR)/libpng -I\$(THOTDIR)/libpng/zlib"  PNGINCL="-I\$(THOTDIR)/libpng -I\$(THOTDIR)/libpng/zlib"
Line 581  dnl Line 569  dnl
 dnl Set up the include variables.  dnl Set up the include variables.
 dnl  dnl
   
 THOTINCLUDES="-I${API} -I${VAR} -I${INCL} -I${FUNC} -I${SCHEMAS} ${JPEGINCL} ${PNGINCL}"  THOTINCLUDES="-I${API} -I${VAR} -I${INCL} -I${FUNC} ${JPEGINCL} ${PNGINCL}"
 APIINCLUDES=-I${API}  APIINCLUDES=-I${API}
     
 if test "${VPATHOPT}" = "" ; then  if test "${VPATHOPT}" = "" ; then
Line 592  dnl Line 580  dnl
 dnl Exports the current values of the variables.  dnl Exports the current values of the variables.
 dnl  dnl
   
 AC_SUBST(THOT_VER)  
 AC_SUBST(AMAYA_VER)  AC_SUBST(AMAYA_VER)
 AC_SUBST(CEXTRACT_VER)  AC_SUBST(CEXTRACT_VER)
 AC_SUBST(CEXTRACT_FLAGS)  AC_SUBST(CEXTRACT_FLAGS)
Line 679  $srcdir/pluginlib/Makefile.plugin" Line 666  $srcdir/pluginlib/Makefile.plugin"
     fi      fi
 fi  fi
   
 if test "$build_thot" = "yes" ; then  
   
     make_output="$make_output thot/Makefile \  
 drawlib/Makefile indexlib/Makefile"  
     EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/thot/Makefile.in \  
 $srcdir/drawlib/Makefile.in \  
 $srcdir/indexlib/Makefile.in"  
   
     if test "$build_misc" = "yes" ; then  
   
         make_output="$make_output misc/Makefile"  
         EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/misc/Makefile.in"  
   
         if test "$build_annotations" = "yes" ; then  
             make_output="$make_output misc/annotations/Makefile"  
             EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/misc/annotations/Makefile.in"  
         fi  
   
         if test "$build_util" = "yes" ; then  
   
             make_output="$make_output misc/util/Makefile"  
             EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/misc/util/Makefile.in"  
   
             if test "$build_tableaux" = "yes" ; then  
   
                 make_output="$make_output misc/util/tableaux/Makefile"  
                 EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/misc/util/tableaux/Makefile.in"  
   
             fi  
             if test "$build_transform" = "yes" ; then  
   
                 make_output="$make_output misc/util/transform/Makefile"  
                 EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/misc/util/transform/Makefile.in"  
   
             fi  
             if test "$build_versions" = "yes" ; then  
   
                 make_output="$make_output misc/util/versions/Makefile"  
                 EXTRA_MAKEFILE_IN="$EXTRA_MAKEFILE_IN \  
 $srcdir/misc/util/versions/Makefile.in"  
   
             fi  
         fi  
     fi  
 fi  
   
 AC_SUBST(EXTRA_MAKEFILE_IN)  AC_SUBST(EXTRA_MAKEFILE_IN)
 AC_OUTPUT($make_output , [  AC_OUTPUT($make_output , [
 dnl  dnl
Line 756  if test -f Options ; then Line 691  if test -f Options ; then
 fi  fi
 ])  ])
   
 if test "$build_thot" = "yes" ; then  
     if test "$build_amaya" = "yes" ; then  
         echo Amaya and Thot packages are now configured  
     else  
         echo Thot package is now configured  
     fi  
 else  
     if test "$build_amaya" = "yes" ; then  
         echo Amaya package is now configured  
     else  
         echo Nor Amaya nor Thot package found, get the corresponding archive  
     fi  
   
 fi  
   
 if test "$build_amaya" = "yes" ; then  if test "$build_amaya" = "yes" ; then
     echo Amaya configured with libWWW      echo Amaya configured with libWWW
     if test "$with_plugin" = "yes" ; then      if test "$with_plugin" = "yes" ; then
Line 789  fi Line 709  fi
   
 if test "$no_motif" = yes ; then  if test "$no_motif" = yes ; then
     echo "Motif seems not installed on this machine"      echo "Motif seems not installed on this machine"
     echo "Thot and Amaya need Motif 1.2 or 2.0"      echo "Amaya need Motif 1.2 or 2.0"
     echo "Thot and Amaya probably won't compile"  
 else  else
 if test "$motif_includes" = "" ; then  if test "$motif_includes" = "" ; then
     echo "Motif includes were not found"      echo "Motif includes were not found"
     echo "Thot and Amaya might not compile"      echo "Amaya might not compile"
     echo "Edit your Option file"      echo "Edit your Option file"
 else  else
 if test "$motif_libraries" = "" ; then  if test "$motif_libraries" = "" ; then
     echo "Motif libraries were not found"      echo "Motif libraries were not found"
     echo "Thot and Amaya might not compile"      echo "Amaya might not compile"
     echo "Edit your Option file"      echo "Edit your Option file"
 fi  fi
 fi  fi

Removed from v.1.60  
changed lines
  Added in v.1.61


Webmaster