home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / build / m4-1.1 / config.status next >
Encoding:
Text File  |  1994-02-24  |  1.8 KB  |  73 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/m4/m4-1.1-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/m4/m4-1.1-amiga/configure/ amigados
  14.     exec ${CONFIG_SHELL-/bin/sh} /ISO/m4/m4-1.1-amiga/configure/ amigados ;;
  15.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  16.   esac
  17. done
  18.  
  19. trap 'rm -f Makefile lib/Makefile checks/Makefile; exit 1' 1 3 15
  20. CC='gcc'
  21. RANLIB='ranlib'
  22. INSTALL='/bin/install -c'
  23. INSTALL_PROGRAM='$(INSTALL)'
  24. INSTALL_DATA='$(INSTALL) -m 644'
  25. AWK='gawk'
  26. CPP='gcc -E'
  27. U=''
  28. LIBOBJS=''
  29. ALLOCA=''
  30. LIBS=''
  31. srcdir='/ISO/m4/m4-1.1-amiga'
  32. DEFS=' -DHAVE_STRING_H=1 -DHAVE_TMPFILE=1 -DHAVE_VPRINTF=1'
  33. prefix=''
  34. exec_prefix=''
  35. prsub=''
  36. extrasub=''
  37.  
  38. top_srcdir=$srcdir
  39.  
  40. CONFIG_FILES=${CONFIG_FILES-"Makefile lib/Makefile checks/Makefile"}
  41. for file in .. ${CONFIG_FILES}; do if test "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. $extrasub
  55. s%@CC@%$CC%g
  56. s%@RANLIB@%$RANLIB%g
  57. s%@INSTALL@%$INSTALL%g
  58. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  59. s%@INSTALL_DATA@%$INSTALL_DATA%g
  60. s%@AWK@%$AWK%g
  61. s%@CPP@%$CPP%g
  62. s%@U@%$U%g
  63. s%@LIBOBJS@%$LIBOBJS%g
  64. s%@ALLOCA@%$ALLOCA%g
  65. s%@LIBS@%$LIBS%g
  66. s%@srcdir@%$srcdir%g
  67. s%@DEFS@%$DEFS%
  68. " $top_srcdir/${file}.in >> $file
  69. fi; done
  70.  
  71.  
  72. exit 0
  73.