home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fontutils-0.6-base.tgz / fontutils-0.6-base.tar / fsf / fontutils / configure.in < prev    next >
Text File  |  1992-10-05  |  805b  |  40 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(limn/fit.c)
  3.  
  4. dnl Write output here, instead of putting -D's on the command line.
  5. AC_CONFIG_HEADER([[[include/c-auto.h]]])
  6.  
  7. # We must have gcc.
  8. AC_PROG_CC
  9. [if test -n "$GCC"
  10. then :
  11. else
  12.   echo "Warning: these programs are written in GNU C,"
  13.   echo "so you need to have gcc."
  14. fi]
  15. AC_PROG_CPP
  16. AC_GCC_TRADITIONAL
  17. AC_PROG_INSTALL
  18. AC_PROG_RANLIB
  19.  
  20. AC_AIX
  21. AC_DYNIX_SEQ
  22. AC_ISC_POSIX
  23. AC_ISC_WLIBS
  24. AC_MINIX
  25. AC_XENIX_DIR
  26.  
  27. AC_DIR_HEADER
  28. AC_HEADER_CHECK(limits.h, :, AC_DEFINE(LIMITS_H_MISSING))
  29. AC_HEADER_CHECK(float.h, :, AC_DEFINE(FLOAT_H_MISSING))
  30. AC_MEMORY_H
  31. AC_STDC_HEADERS
  32. AC_UNISTD_H
  33. AC_USG
  34.  
  35. AC_X11_LOCATION
  36. AC_PREFIX(gcc)
  37.  
  38. # This will generate `Makefile'(s), `config.status', and our header file.
  39. AC_OUTPUT(./GNUmakefile doc/Makefile)
  40.