home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / uuencode-1.0-src.lha / src / build / uuencode-1.0 / config.status next >
Text File  |  1993-10-01  |  1KB  |  63 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 fishpond:
  6. #
  7. # 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 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. INSTALL='cp'
  21. INSTALL_PROGRAM='$(INSTALL)'
  22. INSTALL_DATA='$(INSTALL)'
  23. CPP=''
  24. ALLOCA=''
  25. LIBS=''
  26. srcdir='.'
  27. DEFS=''
  28. prefix=''
  29. exec_prefix=''
  30. prsub=''
  31.  
  32. top_srcdir=$srcdir
  33.  
  34. # Allow make-time overrides of the generated file list.
  35. test -n "$gen_files" || gen_files="Makefile"
  36.  
  37. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  38.   srcdir=$top_srcdir
  39.   # Remove last slash and all that follows it.  Not all systems have dirname.
  40.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  41.   if test "$dir" != "$file"; then
  42.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  43.     test ! -d $dir && mkdir $dir
  44.   fi
  45.   echo creating $file
  46.   rm -f $file
  47.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  48.   sed -e "
  49. $prsub
  50. s%@CC@%$CC%g
  51. s%@INSTALL@%$INSTALL%g
  52. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  53. s%@INSTALL_DATA@%$INSTALL_DATA%g
  54. s%@CPP@%$CPP%g
  55. s%@ALLOCA@%$ALLOCA%g
  56. s%@LIBS@%$LIBS%g
  57. s%@srcdir@%$srcdir%g
  58. s%@DEFS@%$DEFS%
  59. " $top_srcdir/${file}.in >> $file
  60. fi; done
  61.  
  62. exit 0
  63.