config.status 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 su1304:
  6. #
  7. # ./configure
  8. case "$1" in
  9. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  10. exec /bin/sh ./configure ;;
  11. esac
  12. trap 'rm -f Makefile; exit 1' 1 3 15
  13. CC='gcc -O'
  14. CPP='${CC-cc} -E'
  15. INSTALL='/usr/ucb/install -c'
  16. INSTALL_PROGRAM='$(INSTALL)'
  17. INSTALL_DATA='$(INSTALL) -m 644'
  18. ALLOCA=''
  19. LIBS=''
  20. srcdir='.'
  21. DEFS=' -DSTDC_HEADERS=1 -DUSG=1 -DHAVE_STRERROR=1 -DHAVE_ALLOCA_H=1'
  22. prefix=''
  23. exec_prefix=''
  24. prsub=''
  25. top_srcdir=$srcdir
  26. for file in Makefile; do
  27. srcdir=$top_srcdir
  28. # Remove last slash and all that follows it. Not all systems have dirname.
  29. dir=`echo $file|sed 's,/[^/][^/]*$,,'`
  30. if test "$dir" != "$file"; then
  31. test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  32. test ! -d $dir && mkdir $dir
  33. fi
  34. echo creating $file
  35. rm -f $file
  36. echo "# Generated automatically from `basename $file`.in by configure." > $file
  37. sed -e "
  38. $prsub
  39. s,@CC@,$CC,g
  40. s,@CPP@,$CPP,g
  41. s,@INSTALL@,$INSTALL,g
  42. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,g
  43. s,@INSTALL_DATA@,$INSTALL_DATA,g
  44. s,@ALLOCA@,$ALLOCA,g
  45. s,@LIBS@,$LIBS,g
  46. s,@srcdir@,$srcdir,g
  47. s,@DEFS@,$DEFS," $top_srcdir/${file}.in >> $file
  48. done