home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / useful / dist / gnu / shellutils / build / config.status next >
Encoding:
Text File  |  1993-09-26  |  1.7 KB  |  61 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 fishpond:
  6. #
  7. # configure amigados
  8.  
  9. case "$1" in
  10.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  11.   exec /bin/sh configure amigados ;;
  12. esac
  13.  
  14. trap 'rm -f Makefile lib/Makefile src/Makefile man/Makefile; exit 1' 1 3 15
  15. PROGS=' uname nice nohup stty'
  16. MAN=' uname.1 nice.1 nohup.1 stty.1'
  17. CC='gcc -O'
  18. CPP='${CC-cc} -E'
  19. INSTALL='/usr/ucb/install -c'
  20. INSTALL_PROGRAM='$(INSTALL)'
  21. INSTALL_DATA='$(INSTALL) -m 644'
  22. RANLIB='@:'
  23. LIBOBJS=' gethostname.o getusershell.o'
  24. ALLOCA=''
  25. LIBS=''
  26. srcdir='.'
  27. DEFS=' -DHAVE_LIMITS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_SHADOW_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DUSG=1 -DHAVE_STRERROR=1 -DNICE_PRIORITY=1 -DHAVE_UNAME=1 -DWINSIZE_IN_PTEM=1 -DGWINSZ_BROKEN=1 -DHAVE_VPRINTF=1 -DHAVE_TZNAME=1 -DDIRENT=1'
  28. prefix=''
  29. exec_prefix=''
  30. prsub=''
  31.  
  32. top_srcdir=$srcdir
  33. for file in Makefile lib/Makefile src/Makefile man/Makefile; do
  34.   srcdir=$top_srcdir
  35.   # Remove last slash and all that follows it.  Not all systems have dirname.
  36.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  37.   if test "$dir" != "$file"; then
  38.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  39.     test ! -d $dir && mkdir $dir
  40.   fi
  41.   echo creating $file
  42.   rm -f $file
  43.   echo "# Generated automatically from `basename $file`.in by configure." > $file
  44.   sed -e "
  45. $prsub
  46. s%@PROGS@%$PROGS%g
  47. s%@MAN@%$MAN%g
  48. s%@CC@%$CC%g
  49. s%@CPP@%$CPP%g
  50. s%@INSTALL@%$INSTALL%g
  51. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  52. s%@INSTALL_DATA@%$INSTALL_DATA%g
  53. s%@RANLIB@%$RANLIB%g
  54. s%@LIBOBJS@%$LIBOBJS%g
  55. s%@ALLOCA@%$ALLOCA%g
  56. s%@LIBS@%$LIBS%g
  57. s%@srcdir@%$srcdir%g
  58. s%@DEFS@%$DEFS%" $top_srcdir/${file}.in >> $file
  59. done
  60.  
  61.