Diff for /Amaya/configure.in between versions 1.68 and 1.69

version 1.68, 2001/09/05 12:42:06 version 1.69, 2001/10/19 11:01:56
Line 15  AC_INIT(thotlib/internals/h/constpiv.h) Line 15  AC_INIT(thotlib/internals/h/constpiv.h)
 AC_REVISION  AC_REVISION
   
 dnl  dnl
   dnl Verify that configure is not being called in the Amaya directory
   dnl
   if test -d batch -a -f configure.in ; then
      echo ERROR: You must invoke the configure script in a subidrectory
      echo under the Amaya tree.
      echo For example:
      echo "  cd Amaya ; mkdir obj ; cd obj ; ../configure [your options] "
      exit 1
   fi
   
   dnl
 dnl Checks for platform information  dnl Checks for platform information
 dnl  dnl
   
Line 765  fi Line 776  fi
 fi  fi
 fi  fi
   
 echo "Now start \"make all\" (GNU make preferably) to build the bianries"  echo "Now type \"make all\" (GNU make preferably) to build the binaries"
   
   
   

Removed from v.1.68  
changed lines
  Added in v.1.69


Webmaster