home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / find-3.8-src.lha / src / build / find-3.8 / config.status next >
Text File  |  1994-02-23  |  2KB  |  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 :
  6. #
  7. # /ISO/find/find-3.8-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/find/find-3.8-amiga/configure/ amigados ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile lib/Makefile find/Makefile xargs/Makefile locate/Makefile man/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. RANLIB='ranlib'
  25. LIBOBJS=' stpcpy.o'
  26. ALLOCA=''
  27. LIBS=''
  28. srcdir='/ISO/find/find-3.8-amiga'
  29. DEFS=' -DDIRENT=1 -DFSTYPE_STATFS=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DHAVE_ST_BLOCKS=1 -DHAVE_ST_RDEV=1 -DHAVE_TM_ZONE=1'
  30. prefix=''
  31. exec_prefix=''
  32. prsub=''
  33.  
  34. top_srcdir=$srcdir
  35. for file in .. Makefile lib/Makefile find/Makefile xargs/Makefile locate/Makefile man/Makefile; do if [ "x$file" != "x.." ]; then
  36.   srcdir=$top_srcdir
  37.   # Remove last slash and all that follows it.  Not all systems have dirname.
  38.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  39.   if test "$dir" != "$file"; then
  40.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  41.     test ! -d $dir && mkdir $dir
  42.   fi
  43.   echo creating $file
  44.   rm -f $file
  45.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  46.   sed -e "
  47. $prsub
  48. s%@CC@%$CC%g
  49. s%@CPP@%$CPP%g
  50. s%@INSTALL@%$INSTALL%g
  51. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  52. s%@INSTALL_DATA@%$INSTALL_DATA%g
  53. s%@RANLIB@%$RANLIB%g
  54. s%@LIBOBJS@%$LIBOBJS%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.