home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gzip-1.2.4-src.lha / src / build / gzip-1.2.4 / config.status next >
Encoding:
Text File  |  1994-02-23  |  1.7 KB  |  73 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/gzip/gzip-1.2.4-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/gzip/gzip-1.2.4-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. CPP='${CC-cc} -E'
  21. INSTALL='/bin/install -c'
  22. INSTALL_PROGRAM='$(INSTALL)'
  23. INSTALL_DATA='$(INSTALL) -m 644'
  24. ZCAT='zcat'
  25. G=''
  26. CFLAGS='-O2'
  27. ASCPP='gcc -E'
  28. OBJA='match.o'
  29. SEDCMD=''
  30. LIBS=''
  31. srcdir='/ISO/gzip/gzip-1.2.4-amiga'
  32. DEFS=' -DASMV -DHAVE_UNISTD_H=1 -DDIRENT=1'
  33. prefix=''
  34. exec_prefix=''
  35. prsub=''
  36.  
  37. top_srcdir=$srcdir
  38.  
  39. # Allow make-time overrides of the generated file list.
  40. test -n "$gen_files" || gen_files="Makefile"
  41.  
  42. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  43.   srcdir=$top_srcdir
  44.   # Remove last slash and all that follows it.  Not all systems have dirname.
  45.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  46.   if test "$dir" != "$file"; then
  47.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  48.     test ! -d $dir && mkdir $dir
  49.   fi
  50.   echo creating $file
  51.   rm -f $file
  52.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  53.   sed -e "
  54. $prsub
  55. s%@CC@%$CC%g
  56. s%@CPP@%$CPP%g
  57. s%@INSTALL@%$INSTALL%g
  58. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  59. s%@INSTALL_DATA@%$INSTALL_DATA%g
  60. s%@ZCAT@%$ZCAT%g
  61. s%@G@%$G%g
  62. s%@CFLAGS@%$CFLAGS%g
  63. s%@ASCPP@%$ASCPP%g
  64. s%@OBJA@%$OBJA%g
  65. s%@SEDCMD@%$SEDCMD%g
  66. s%@LIBS@%$LIBS%g
  67. s%@srcdir@%$srcdir%g
  68. s%@DEFS@%$DEFS%
  69. " $top_srcdir/${file}.in >> $file
  70. fi; done
  71.  
  72. exit 0
  73.