home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / tcl / tcl+tk+t / tcl7.3l1 / tcl7 / tcl7.3 / config.status < prev    next >
Encoding:
Text File  |  1994-08-21  |  1.5 KB  |  65 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 linux:
  6. #
  7. # ./configure 
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh ./configure  ;;
  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. INSTALL='/usr/bin/install -c'
  20. INSTALL_PROGRAM='$(INSTALL) -s'
  21. INSTALL_DATA='$(INSTALL) -m 644'
  22. RANLIB='ranlib'
  23. CC='cc'
  24. LIBOBJS=''
  25. CPP='cc -E'
  26. LIBS=''
  27. srcdir='.'
  28. DEFS=' -DHAVE_UNISTD_H=1'
  29. prefix=''
  30. exec_prefix=''
  31. prsub=''
  32.  
  33. top_srcdir=$srcdir
  34.  
  35. # Allow make-time overrides of the generated file list.
  36. test -n "$gen_files" || gen_files="Makefile"
  37.  
  38. for file in .. $gen_files; 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%@INSTALL@%$INSTALL%g
  52. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  53. s%@INSTALL_DATA@%$INSTALL_DATA%g
  54. s%@RANLIB@%$RANLIB%g
  55. s%@CC@%$CC%g
  56. s%@LIBOBJS@%$LIBOBJS%g
  57. s%@CPP@%$CPP%g
  58. s%@LIBS@%$LIBS%g
  59. s%@srcdir@%$srcdir%g
  60. s%@DEFS@%$DEFS%
  61. " $top_srcdir/${file}.in >> $file
  62. fi; done
  63.  
  64. exit 0
  65.