home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ispell-4.0-src.lha / src / build / ispell-4.0 / config.status next >
Text File  |  1994-02-24  |  2KB  |  67 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host :
  6. #
  7. # /ISO/ispell/ispell-4.0-amiga/configure/ amigados
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh /ISO/ispell/ispell-4.0-amiga/configure/ amigados ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile; exit 1' 1 3 15
  19. CC='gcc'
  20. CPP='${CC-cc} -E'
  21. INSTALL='/bin/install -c'
  22. INSTALL_PROGRAM='$(INSTALL)'
  23. INSTALL_DATA='$(INSTALL) -m 644'
  24. i386_host_p='nil'
  25. ALLOCA=''
  26. CHARSET='c-generic.c'
  27. LIBS=' -ltermcap -lc'
  28. srcdir='/ISO/ispell/ispell-4.0-amiga'
  29. DEFS='-DRETSIGTYPE=void -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1'
  30. prefix=''
  31. exec_prefix=''
  32. prsub=''
  33.  
  34. top_srcdir=$srcdir
  35.  
  36. # Allow make-time overrides of the generated file list.
  37. test -n "$gen_files" || gen_files="Makefile"
  38.  
  39. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  40.   srcdir=$top_srcdir
  41.   # Remove last slash and all that follows it.  Not all systems have dirname.
  42.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  43.   if test "$dir" != "$file"; then
  44.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  45.     test ! -d $dir && mkdir $dir
  46.   fi
  47.   echo creating $file
  48.   rm -f $file
  49.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  50.   sed -e "
  51. $prsub
  52. s%@CC@%$CC%g
  53. s%@CPP@%$CPP%g
  54. s%@INSTALL@%$INSTALL%g
  55. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  56. s%@INSTALL_DATA@%$INSTALL_DATA%g
  57. s%@i386_host_p@%$i386_host_p%g
  58. s%@ALLOCA@%$ALLOCA%g
  59. s%@CHARSET@%$CHARSET%g
  60. s%@LIBS@%$LIBS%g
  61. s%@srcdir@%$srcdir%g
  62. s%@DEFS@%$DEFS%
  63. " $top_srcdir/${file}.in >> $file
  64. fi; done
  65.  
  66. exit 0
  67.