home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Mail / appnmail-1.8-Solaris / regex-0.12 / config.status < prev    next >
Encoding:
Text File  |  1997-05-04  |  1.6 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 kom28:
  6. #
  7. # ./configure 
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh ./configure  ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile doc/Makefile test/Makefile; exit 1' 1 3 15
  19. CC='gcc'
  20. INSTALL='/usr/ucb/install -c'
  21. INSTALL_PROGRAM='$(INSTALL)'
  22. INSTALL_DATA='$(INSTALL) -m 644'
  23. CPP='${CC-cc} -E'
  24. ALLOCA=''
  25. LIBS=''
  26. srcdir='.'
  27. DEFS=' -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_ALLOCA_H=1'
  28. prefix='/kom1opt1'
  29. exec_prefix='${prefix}'
  30. prsub='s%^prefix\([     ]*\)=\([     ]*\).*$%prefix\1=\2/kom1opt1%
  31. s%^exec_prefix\([     ]*\)=\([     ]*\).*$%exec_prefix\1=\2${prefix}%'
  32.  
  33. top_srcdir=$srcdir
  34. for file in .. Makefile doc/Makefile test/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%@CC@%$CC%g
  48. s%@INSTALL@%$INSTALL%g
  49. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  50. s%@INSTALL_DATA@%$INSTALL_DATA%g
  51. s%@CPP@%$CPP%g
  52. s%@ALLOCA@%$ALLOCA%g
  53. s%@LIBS@%$LIBS%g
  54. s%@srcdir@%$srcdir%g
  55. s%@DEFS@%$DEFS%
  56. " $top_srcdir/${file}.in >> $file
  57. fi; done
  58.  
  59. exit 0
  60.