home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / flex-2.4.6-src.lha / src / build / flex-2.4.6 / config.status next >
Encoding:
Text File  |  1994-02-22  |  1.9 KB  |  75 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/flex/flex-2.4.6-amiga/configure/ amigados
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     echo running ${CONFIG_SHELL-/bin/sh} /ISO/flex/flex-2.4.6-amiga/configure/ amigados
  14.     exec ${CONFIG_SHELL-/bin/sh} /ISO/flex/flex-2.4.6-amiga/configure/ amigados ;;
  15.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  16.   esac
  17. done
  18.  
  19. trap 'rm -f Makefile; exit 1' 1 3 15
  20. LN_S='ln -s'
  21. YACC='bison -y'
  22. CC='gcc'
  23. RANLIB='ranlib'
  24. INSTALL='/bin/install -c'
  25. INSTALL_PROGRAM='$(INSTALL)'
  26. INSTALL_DATA='$(INSTALL) -m 644'
  27. CPP='gcc -E'
  28. ALLOCA=''
  29. LIBS=''
  30. srcdir='/ISO/flex/flex-2.4.6-amiga'
  31. DEFS=' -DHAVE_STRING_H=1'
  32. prefix=''
  33. exec_prefix=''
  34. prsub=''
  35. extrasub=''
  36.  
  37. top_srcdir=$srcdir
  38.  
  39. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  40. for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then
  41.   srcdir=$top_srcdir
  42.   # Remove last slash and all that follows it.  Not all systems have dirname.
  43.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  44.   if test "$dir" != "$file"; then
  45.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  46.     test ! -d "$dir" && mkdir "$dir"
  47.   fi
  48.   echo creating "$file"
  49.   rm -f "$file"
  50.   comment_str="Generated automatically from `echo $file|sed 's|.*/||'`.in by configure."
  51.   case "$file" in
  52.     *.c | *.h | *.C | *.cc | *.m )  echo "/* $comment_str */" > "$file" ;;
  53.     * )          echo "# $comment_str"     > "$file" ;;
  54.   esac
  55.   sed -e "
  56. $prsub
  57. $extrasub
  58. s%@LN_S@%$LN_S%g
  59. s%@YACC@%$YACC%g
  60. s%@CC@%$CC%g
  61. s%@RANLIB@%$RANLIB%g
  62. s%@INSTALL@%$INSTALL%g
  63. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  64. s%@INSTALL_DATA@%$INSTALL_DATA%g
  65. s%@CPP@%$CPP%g
  66. s%@ALLOCA@%$ALLOCA%g
  67. s%@LIBS@%$LIBS%g
  68. s%@srcdir@%$srcdir%g
  69. s%@DEFS@%$DEFS%
  70. " $top_srcdir/${file}.in >> $file
  71. fi; done
  72.  
  73.  
  74. exit 0
  75.