home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / cpio-2.3-src.lha / src / build / cpio-2.3 / config.status next >
Text File  |  1994-02-23  |  2KB  |  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/cpio/cpio-2.3-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/cpio/cpio-2.3-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='cpio mt'
  20. CC='gcc'
  21. CPP='${CC-cc} -E'
  22. INSTALL='/bin/install -c'
  23. INSTALL_PROGRAM='$(INSTALL)'
  24. INSTALL_DATA='$(INSTALL) -m 644'
  25. RTAPELIB=''
  26. LIBOBJS=''
  27. ALLOCA=''
  28. LIBS=''
  29. srcdir='/ISO/cpio/cpio-2.3-amiga'
  30. DEFS=' -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DNO_REMOTE=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UTIME_H=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DDIRENT=1'
  31. prefix=''
  32. exec_prefix=''
  33. prsub=''
  34.  
  35. top_srcdir=$srcdir
  36.  
  37. # Allow make-time overrides of the generated file list.
  38. test -n "$gen_files" || gen_files="Makefile"
  39.  
  40. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  41.   srcdir=$top_srcdir
  42.   # Remove last slash and all that follows it.  Not all systems have dirname.
  43.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  44.   if test "$dir" != "$file"; then
  45.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  46.     test ! -d $dir && mkdir $dir
  47.   fi
  48.   echo creating $file
  49.   rm -f $file
  50.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  51.   sed -e "
  52. $prsub
  53. s%@PROGS@%$PROGS%g
  54. s%@CC@%$CC%g
  55. s%@CPP@%$CPP%g
  56. s%@INSTALL@%$INSTALL%g
  57. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  58. s%@INSTALL_DATA@%$INSTALL_DATA%g
  59. s%@RTAPELIB@%$RTAPELIB%g
  60. s%@LIBOBJS@%$LIBOBJS%g
  61. s%@ALLOCA@%$ALLOCA%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.