home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ade-misc-src.tgz / ade-misc-src.tar / fsf / configure.in < prev    next >
Text File  |  1996-09-28  |  823b  |  16 lines

  1. dnl Process this file file with autoconf to produce a configure script.
  2. dnl This file is a shell script fragment that supplies the information
  3. dnl necessary to tailor a template configure script into the configure
  4. dnl script appropriate for this directory.  For more information, check
  5. dnl any existing configure script.
  6.  
  7. AC_PREREQ(1.118)
  8. AC_INIT(Makefile.in)
  9. AC_PROG_CC
  10.  
  11. # configure the subdirectories too
  12. # except {fontutils, emacs, emacs18}
  13. AC_CONFIG_SUBDIRS(autoconf automake bc binutils bison calc cpio cvs dejagnu diffutils doschk ecc ed f2c fileutils findutils flex g77 gawk gcc gdb gdbm gettext ghostscript gmp gnat grep groff gzip id-utils indent ispell less libg++ m4 make ncurses octave patch perl ptx rcs sed sh-utils sharutils superopt tar termcap texinfo textutils tile-forth time wdiff)
  14.  
  15. AC_OUTPUT(Makefile)
  16.