home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / useful / dist / gnu / textutils / build / config.status next >
Encoding:
Text File  |  1993-09-26  |  1.9 KB  |  71 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 dummy ranlib
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh configure dummy ranlib ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile lib/Makefile src/Makefile man/Makefile; exit 1' 1 3 15
  19. CC='gcc'
  20. CFLAGS='-g -O'
  21. LDFLAGS='-g'
  22. CPP='${CC-cc} -E'
  23. INSTALL='cp'
  24. INSTALL_PROGRAM='$(INSTALL)'
  25. INSTALL_DATA='$(INSTALL)'
  26. RANLIB=':'
  27. LIBOBJS=' bcopy.o stpcpy.o'
  28. ALLOCA=''
  29. LIBS=''
  30. srcdir='.'
  31. DEFS=' -DRETSIGTYPE=void -DHAVE_LONG_DOUBLE=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DHAVE_ST_BLKSIZE=1 -DDIRENT=1'
  32. prefix=''
  33. exec_prefix=''
  34. prsub=''
  35.  
  36. top_srcdir=$srcdir
  37.  
  38. # Allow make-time overrides of the generated file list.
  39. test -n "$gen_files" || gen_files="Makefile lib/Makefile src/Makefile man/Makefile"
  40.  
  41. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  42.   srcdir=$top_srcdir
  43.   # Remove last slash and all that follows it.  Not all systems have dirname.
  44.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  45.   if test "$dir" != "$file"; then
  46.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  47.     test ! -d $dir && mkdir $dir
  48.   fi
  49.   echo creating $file
  50.   rm -f $file
  51.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  52.   sed -e "
  53. $prsub
  54. s%@CC@%$CC%g
  55. s%@CFLAGS@%$CFLAGS%g
  56. s%@LDFLAGS@%$LDFLAGS%g
  57. s%@CPP@%$CPP%g
  58. s%@INSTALL@%$INSTALL%g
  59. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  60. s%@INSTALL_DATA@%$INSTALL_DATA%g
  61. s%@RANLIB@%$RANLIB%g
  62. s%@LIBOBJS@%$LIBOBJS%g
  63. s%@ALLOCA@%$ALLOCA%g
  64. s%@LIBS@%$LIBS%g
  65. s%@srcdir@%$srcdir%g
  66. s%@DEFS@%$DEFS%
  67. " $top_srcdir/${file}.in >> $file
  68. fi; done
  69.  
  70. exit 0
  71.