home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / doschk-1.1-src.lha / src / build / doschk-1.1 / config.status next >
Text File  |  1994-02-23  |  1KB  |  55 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/doschk/doschk-1.1-amiga/configure/ dummy gcc
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh /ISO/doschk/doschk-1.1-amiga/configure/ dummy gcc ;;
  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. INSTALL='/bin/install -c'
  21. INSTALL_PROGRAM='$(INSTALL)'
  22. INSTALL_DATA='$(INSTALL) -m 644'
  23. LIBS=''
  24. srcdir='/ISO/doschk/doschk-1.1-amiga'
  25. DEFS=''
  26. prefix=''
  27. exec_prefix=''
  28. prsub=''
  29.  
  30. top_srcdir=$srcdir
  31. for file in .. Makefile; do if [ "x$file" != "x.." ]; then
  32.   srcdir=$top_srcdir
  33.   # Remove last slash and all that follows it.  Not all systems have dirname.
  34.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  35.   if test "$dir" != "$file"; then
  36.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  37.     test ! -d $dir && mkdir $dir
  38.   fi
  39.   echo creating $file
  40.   rm -f $file
  41.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  42.   sed -e "
  43. $prsub
  44. s%@CC@%$CC%g
  45. s%@INSTALL@%$INSTALL%g
  46. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  47. s%@INSTALL_DATA@%$INSTALL_DATA%g
  48. s%@LIBS@%$LIBS%g
  49. s%@srcdir@%$srcdir%g
  50. s%@DEFS@%$DEFS%
  51. " $top_srcdir/${file}.in >> $file
  52. fi; done
  53.  
  54. exit 0
  55.