home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / djgpp / config.site < prev    next >
Encoding:
Text File  |  1998-06-05  |  951 b   |  29 lines

  1. #! /bin/sh
  2.  
  3. # This is the config.site file for configuring GNU packages
  4. # which are to be built with DJGPP tools.
  5.  
  6. # Include the djgpp subdirectory in PATH, so that getconf is found
  7. PATH="$srcdir/djgpp;$PATH"
  8.  
  9. # These two variables are required, otherwise looking for
  10. # programs along the PATH will not work.
  11. PATH_SEPARATOR=:
  12. PATH_EXPAND=y
  13.  
  14. # The root of the DJGPP tree serves as the default prefix
  15. test "x$prefix" = xNONE && prefix='${DJDIR}'
  16.  
  17. # This is required for config.status script to be run, since
  18. # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
  19. CONFIG_SHELL=${CONFIG_SHELL='sh'}
  20.  
  21. # These are set here so the generated Makefile's will be good
  22. # for every DJGPP installation, not only the one where the
  23. # package was configured.
  24. # $INSTALL must be an absolute path name, otherwise config.status
  25. # will try to prepend ./ and ../ to it when it goes into subdirs.
  26. INSTALL=${INSTALL='${DJDIR}/bin/ginstall -c'}
  27. RANLIB=${RANLIB='ranlib'}
  28.  
  29.