home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / GROFFSRC / SRC / CONFIG.STA < prev    next >
Encoding:
Text File  |  1993-07-19  |  2.3 KB  |  89 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 ars:
  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. CC='gcc'
  20. CCLIBS=''
  21. CCC='gcc'
  22. LPR='lpr'
  23. LP=''
  24. LPQ=''
  25. PSPRINT='lpr'
  26. DVIPRINT='lpr -d'
  27. PERLPATH='/usr/bin/perl'
  28. YACC='bison -y'
  29. RANLIB='ranlib'
  30. INSTALL='/usr/bin/install -c'
  31. INSTALL_PROGRAM='$(INSTALL)'
  32. INSTALL_DATA='$(INSTALL) -m 644'
  33. LN_S='ln -s'
  34. ETAGSCCFLAG='-C'
  35. SH_SCRIPT_SED_CMD=''
  36. CPP='${CC-cc} -E'
  37. LIBOBJS=''
  38. BROKEN_SPOOLER_FLAGS='7'
  39. PAGE='letter'
  40. LIBS=''
  41. srcdir='.'
  42. DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DRETSIGTYPE=void -DHAVE_MMAP=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_SYS_SIGLIST=1 -DWCOREFLAG=0200'
  43. prefix='/usr'
  44. exec_prefix='${prefix}'
  45. prsub='s%^prefix\([     ]*\)=\([     ]*\).*$%prefix\1=\2/usr%
  46. s%^exec_prefix\([     ]*\)=\([     ]*\).*$%exec_prefix\1=\2${prefix}%'
  47.  
  48. top_srcdir=$srcdir
  49. for file in .. Makefile; do if [ "x$file" != "x.." ]; then
  50.   srcdir=$top_srcdir
  51.   # Remove last slash and all that follows it.  Not all systems have dirname.
  52.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  53.   if test "$dir" != "$file"; then
  54.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  55.     test ! -d $dir && mkdir $dir
  56.   fi
  57.   echo creating $file
  58.   rm -f $file
  59.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  60.   sed -e "
  61. $prsub
  62. s%@CC@%$CC%g
  63. s%@CCLIBS@%$CCLIBS%g
  64. s%@CCC@%$CCC%g
  65. s%@LPR@%$LPR%g
  66. s%@LP@%$LP%g
  67. s%@LPQ@%$LPQ%g
  68. s%@PSPRINT@%$PSPRINT%g
  69. s%@DVIPRINT@%$DVIPRINT%g
  70. s%@PERLPATH@%$PERLPATH%g
  71. s%@YACC@%$YACC%g
  72. s%@RANLIB@%$RANLIB%g
  73. s%@INSTALL@%$INSTALL%g
  74. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  75. s%@INSTALL_DATA@%$INSTALL_DATA%g
  76. s%@LN_S@%$LN_S%g
  77. s%@ETAGSCCFLAG@%$ETAGSCCFLAG%g
  78. s%@SH_SCRIPT_SED_CMD@%$SH_SCRIPT_SED_CMD%g
  79. s%@CPP@%$CPP%g
  80. s%@LIBOBJS@%$LIBOBJS%g
  81. s%@BROKEN_SPOOLER_FLAGS@%$BROKEN_SPOOLER_FLAGS%g
  82. s%@PAGE@%$PAGE%g
  83. s%@LIBS@%$LIBS%g
  84. s%@srcdir@%$srcdir%g
  85. s%@DEFS@%$DEFS%
  86. " $top_srcdir/${file}.in >> $file
  87. fi; done
  88.  
  89.