home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / Mesa-1.2.1 / widgets / config.status < prev    next >
Encoding:
Text File  |  1995-07-05  |  3.9 KB  |  131 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 crane.sco.com:
  6. #
  7. # ./configure  --with-motif
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --with-motif --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --with-motif --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.2"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/usr/bin/X11/scoinst -c"
  30.  
  31. trap 'rm -f Makefile src/Makefile include/GL/Makefile
  32.            demos/Makefile man/Makefile; exit 1' 1 2 15
  33.  
  34. # Protect against being on the right side of a sed subst in config.status. 
  35. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
  36.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  37. /^[     ]*VPATH[     ]*=[^:]*$/d
  38.  
  39. s%@CFLAGS@%-g%g
  40. s%@CPPFLAGS@%%g
  41. s%@CXXFLAGS@%%g
  42. s%@DEFS@% -DSTDC_HEADERS=1 -Dinline= -DHAVE_STRCHR=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 %g
  43. s%@LDFLAGS@%%g
  44. s%@LIBS@%%g
  45. s%@exec_prefix@%${prefix}%g
  46. s%@prefix@%/usr/local%g
  47. s%@program_transform_name@%s,x,x,%g
  48. s%@host@%i386-unknown-sco3.2v5.0.0%g
  49. s%@host_alias@%i386-unknown-sco3.2v5.0.0%g
  50. s%@host_cpu@%i386%g
  51. s%@host_vendor@%unknown%g
  52. s%@host_os@%sco3.2v5.0.0%g
  53. s%@INSTALL_PROGRAM@%${INSTALL}%g
  54. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  55. s%@LN_S@%ln -s%g
  56. s%@POD2MAN@%%g
  57. s%@POD2HTML@%%g
  58. s%@RANLIB@%ranlib%g
  59. s%@ARFLAGS@%ruv%g
  60. s%@SYS_CFLAGS@%%g
  61. s%@SYS_LDFLAGS@%%g
  62. s%@CC@%cc%g
  63. s%@CPP@%cc -E%g
  64. s%@X_CFLAGS@%%g
  65. s%@X_PRE_LIBS@%%g
  66. s%@X_LIBS@%%g
  67. s%@X_EXTRA_LIBS@% -lnsl -lsocket%g
  68. s%@MOTIFOBJ@%GLwMDrawingArea.o GLwCreateMDrawingArea.c%g
  69. s%@mesa_srcdir@%/skunk/shawnm/Mesa%g
  70.  
  71. CEOF
  72.  
  73. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile include/GL/Makefile
  74.            demos/Makefile man/Makefile"}
  75. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  76.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  77.   case "$ac_file" in
  78.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  79.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  80.   *) ac_file_in="${ac_file}.in" ;;
  81.   esac
  82.  
  83.   # Adjust relative srcdir, etc. for subdirectories.
  84.  
  85.   # Remove last slash and all that follows it.  Not all systems have dirname.
  86.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  87.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  88.     # The file is in a subdirectory.
  89.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  90.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  91.     # A "../" for each directory in $ac_dir_suffix.
  92.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  93.   else
  94.     ac_dir_suffix= ac_dots=
  95.   fi
  96.  
  97.   case "$ac_given_srcdir" in
  98.   .)  srcdir=.
  99.       if test -z "$ac_dots"; then top_srcdir=.
  100.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  101.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  102.   *) # Relative path.
  103.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  104.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  105.   esac
  106.  
  107.   case "$ac_given_INSTALL" in
  108.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  109.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  110.   esac
  111.   echo creating "$ac_file"
  112.   rm -f "$ac_file"
  113.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  114.   case "$ac_file" in
  115.   *Makefile*) ac_comsub="1i\\
  116. # $configure_input" ;;
  117.   *) ac_comsub= ;;
  118.   esac
  119.   sed -e "$ac_comsub
  120. s%@configure_input@%$configure_input%g
  121. s%@srcdir@%$srcdir%g
  122. s%@top_srcdir@%$top_srcdir%g
  123. s%@INSTALL@%$INSTALL%g
  124. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  125. fi; done
  126. rm -f conftest.subs
  127.  
  128.  
  129.  
  130. exit 0
  131.