home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / binutils-2.2.1 / binutils / configure.in < prev    next >
Encoding:
Text File  |  1993-02-23  |  760 b   |  31 lines

  1. # This file is a shell script that supplies the information necessary
  2. # to tailor a template configure script into the configure script
  3. # appropriate for this directory.  For more information, check any
  4. # existing configure script.
  5.  
  6. srctrigger=ar.c
  7. srcname="Binutils"
  8.  
  9. configdirs="testsuite"
  10.  
  11. # per-host:
  12.  
  13. . ${srcdir}/../bfd/configure.host
  14.  
  15. # Set up to make a link between the host's include file and "sysdep.h".
  16. files="../bfd/hosts/${my_host}.h"
  17.  
  18. links="sysdep.h"
  19.  
  20. if [ ! -f ${srcdir}/${files} ] ; then
  21.     files=../bfd/hosts/std-host.h
  22.     echo "[${srcname} has no specific support for host ${host} -- using std-host]"
  23. fi
  24.  
  25. host_makefile_frag=
  26. if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
  27.     host_makefile_frag=../bfd/config/${my_host}.mh
  28. fi
  29.  
  30. # per-target:
  31.