home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / useful / dist / gnu / gdbm / build / config.status next >
Encoding:
Text File  |  1993-09-26  |  1.5 KB  |  60 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. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh configure amigados ;;
  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. PROGS='libgdbm.a testgdbm testdbm testndbm tndbm tdbm conv2gdbm'
  20. CC='gcc'
  21. CPP='${CC-cc} -E'
  22. INSTALL='/usr/ucb/install -c'
  23. INSTALL_PROGRAM='$(INSTALL)'
  24. INSTALL_DATA='$(INSTALL) -m 644'
  25. ALLOCA=''
  26. LIBS=''
  27. srcdir='.'
  28. DEFS=' -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_RENAME=1 -DHAVE_FTRUNCATE=1 -DHAVE_FSYNC=1 -DHAVE_ST_BLKSIZE=1'
  29. prefix=''
  30. exec_prefix=''
  31. prsub=''
  32.  
  33. top_srcdir=$srcdir
  34. for file in .. Makefile; do if [ "x$file" != "x.." ]; then
  35.   srcdir=$top_srcdir
  36.   # Remove last slash and all that follows it.  Not all systems have dirname.
  37.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  38.   if test "$dir" != "$file"; then
  39.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  40.     test ! -d $dir && mkdir $dir
  41.   fi
  42.   echo creating $file
  43.   rm -f $file
  44.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  45.   sed -e "
  46. $prsub
  47. s%@PROGS@%$PROGS%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%@ALLOCA@%$ALLOCA%g
  54. s%@LIBS@%$LIBS%g
  55. s%@srcdir@%$srcdir%g
  56. s%@DEFS@%$DEFS%
  57. " $top_srcdir/${file}.in >> $file
  58. fi; done
  59.  
  60.