home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / texinfo-3.1-src.lha / src / build / texinfo-3.1 / config.status next >
Encoding:
Text File  |  1994-02-24  |  1.9 KB  |  67 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/texinfo/texinfo-3.1-amiga/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 /ISO/texinfo/texinfo-3.1-amiga/configure/ dummy ranlib ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile libtxi/Makefile makeinfo/Makefile info/Makefile util/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. ALLOCA=''
  26. TERMLIBS=' -ltermcap'
  27. LIBS=''
  28. srcdir='/ISO/texinfo/texinfo-3.1-amiga'
  29. DEFS='-DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1'
  30. prefix=''
  31. exec_prefix=''
  32. prsub=''
  33.  
  34. top_srcdir=$srcdir
  35.  
  36. # Allow make-time overrides of the generated file list.
  37. test -n "$gen_files" || gen_files="Makefile libtxi/Makefile makeinfo/Makefile info/Makefile util/Makefile"
  38.  
  39. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  40.   srcdir=$top_srcdir
  41.   # Remove last slash and all that follows it.  Not all systems have dirname.
  42.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  43.   if test "$dir" != "$file"; then
  44.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  45.     test ! -d $dir && mkdir $dir
  46.   fi
  47.   echo creating $file
  48.   rm -f $file
  49.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  50.   sed -e "
  51. $prsub
  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%@RANLIB@%$RANLIB%g
  58. s%@ALLOCA@%$ALLOCA%g
  59. s%@TERMLIBS@%$TERMLIBS%g
  60. s%@LIBS@%$LIBS%g
  61. s%@srcdir@%$srcdir%g
  62. s%@DEFS@%$DEFS%
  63. " $top_srcdir/${file}.in >> $file
  64. fi; done
  65.  
  66. exit 0
  67.