home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / tar-1.11.2-src.lha / src / build / tar-1.11.2 / config.status next >
Encoding:
Text File  |  1994-02-24  |  1.9 KB  |  69 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/tar/tar-1.11.2-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/tar/tar-1.11.2-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. PROGS='tar'
  20. CC='gcc'
  21. CPP='${CC-cc} -E'
  22. INSTALL='/bin/install -c'
  23. INSTALL_PROGRAM='$(INSTALL)'
  24. INSTALL_DATA='$(INSTALL) -m 644'
  25. YACC='bison -y'
  26. RTAPELIB=''
  27. DEF_AR_FILE='tape:'
  28. ALLOCA=''
  29. MALLOC=''
  30. LIBS=''
  31. srcdir='/ISO/tar/tar-1.11.2-amiga'
  32. DEFS=' -DRETSIGTYPE=void -DDIRENT=1 -DHAVE_SYS_MTIO_H=1 -DNO_REMOTE=1 -DHAVE_UNISTD_H=1 -DHAVE_GETGRGID=1 -DHAVE_GETPWUID=1 -DHAVE_STRING_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_VALLOC=1 -DHAVE_MKDIR=1 -DHAVE_MKNOD=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_FTIME=1 -DHAVE_GETCWD=1 -DHAVE_VPRINTF=1'
  33. prefix=''
  34. exec_prefix=''
  35. prsub=''
  36.  
  37. top_srcdir=$srcdir
  38. for file in .. Makefile; do if [ "x$file" != "x.." ]; then
  39.   srcdir=$top_srcdir
  40.   # Remove last slash and all that follows it.  Not all systems have dirname.
  41.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  42.   if test "$dir" != "$file"; then
  43.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  44.     test ! -d $dir && mkdir $dir
  45.   fi
  46.   echo creating $file
  47.   rm -f $file
  48.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  49.   sed -e "
  50. $prsub
  51. s%@PROGS@%$PROGS%g
  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%@YACC@%$YACC%g
  58. s%@RTAPELIB@%$RTAPELIB%g
  59. s%@DEF_AR_FILE@%$DEF_AR_FILE%g
  60. s%@ALLOCA@%$ALLOCA%g
  61. s%@MALLOC@%$MALLOC%g
  62. s%@LIBS@%$LIBS%g
  63. s%@srcdir@%$srcdir%g
  64. s%@DEFS@%$DEFS%
  65. " $top_srcdir/${file}.in >> $file
  66. fi; done
  67.  
  68. exit 0
  69.