home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / config.status < prev    next >
Text File  |  1998-01-25  |  9KB  |  259 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 macbox:
  6. #
  7. # ./configure  --verbose --without-gcc --prefix=/boot/home/config
  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  --verbose --without-gcc --prefix=/boot/home/config --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --verbose --without-gcc --prefix=/boot/home/config --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.12"
  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="/boot/apps/GeekGadgets/bin/install -c"
  30.  
  31. trap 'rm -fr Makefile diag/Makefile config.h conftest*; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status.
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@CFLAGS@%-O7 -rostr%g
  39. s%@CPPFLAGS@%%g
  40. s%@CXXFLAGS@%%g
  41. s%@DEFS@%-DHAVE_CONFIG_H%g
  42. s%@LDFLAGS@%%g
  43. s%@LIBS@%%g
  44. s%@exec_prefix@%${prefix}%g
  45. s%@prefix@%/boot/home/config%g
  46. s%@program_transform_name@%s,x,x,%g
  47. s%@bindir@%${exec_prefix}/bin%g
  48. s%@sbindir@%${exec_prefix}/sbin%g
  49. s%@libexecdir@%${exec_prefix}/libexec%g
  50. s%@datadir@%${prefix}/share%g
  51. s%@sysconfdir@%${prefix}/etc%g
  52. s%@sharedstatedir@%${prefix}/com%g
  53. s%@localstatedir@%${prefix}/var%g
  54. s%@libdir@%${exec_prefix}/lib%g
  55. s%@includedir@%${prefix}/include%g
  56. s%@oldincludedir@%/usr/include%g
  57. s%@infodir@%${prefix}/info%g
  58. s%@mandir@%${prefix}/man%g
  59. s%@CC@%mwcc%g
  60. s%@CPP@%mwcc -E%g
  61. s%@INSTALL_PROGRAM@%${INSTALL}%g
  62. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  63.  
  64. CEOF
  65.  
  66. # Split the substitutions into bite-sized pieces for seds with
  67. # small command number limits, like on Digital OSF/1 and HP-UX.
  68. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  69. ac_file=1 # Number of current file.
  70. ac_beg=1 # First line for current file.
  71. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  72. ac_more_lines=:
  73. ac_sed_cmds=""
  74. while $ac_more_lines; do
  75.   if test $ac_beg -gt 1; then
  76.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  77.   else
  78.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  79.   fi
  80.   if test ! -s conftest.s$ac_file; then
  81.     ac_more_lines=false
  82.     rm -f conftest.s$ac_file
  83.   else
  84.     if test -z "$ac_sed_cmds"; then
  85.       ac_sed_cmds="sed -f conftest.s$ac_file"
  86.     else
  87.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  88.     fi
  89.     ac_file=`expr $ac_file + 1`
  90.     ac_beg=$ac_end
  91.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  92.   fi
  93. done
  94. if test -z "$ac_sed_cmds"; then
  95.   ac_sed_cmds=cat
  96. fi
  97.  
  98. CONFIG_FILES=${CONFIG_FILES-"Makefile diag/Makefile"}
  99. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  100.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  101.   case "$ac_file" in
  102.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  103.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  104.   *) ac_file_in="${ac_file}.in" ;;
  105.   esac
  106.  
  107.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  108.  
  109.   # Remove last slash and all that follows it.  Not all systems have dirname.
  110.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  111.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  112.     # The file is in a subdirectory.
  113.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  114.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  115.     # A "../" for each directory in $ac_dir_suffix.
  116.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  117.   else
  118.     ac_dir_suffix= ac_dots=
  119.   fi
  120.  
  121.   case "$ac_given_srcdir" in
  122.   .)  srcdir=.
  123.       if test -z "$ac_dots"; then top_srcdir=.
  124.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  125.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  126.   *) # Relative path.
  127.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  128.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  129.   esac
  130.  
  131.   case "$ac_given_INSTALL" in
  132.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  133.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  134.   esac
  135.  
  136.   echo creating "$ac_file"
  137.   rm -f "$ac_file"
  138.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  139.   case "$ac_file" in
  140.   *Makefile*) ac_comsub="1i\\
  141. # $configure_input" ;;
  142.   *) ac_comsub= ;;
  143.   esac
  144.  
  145.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  146.   sed -e "$ac_comsub
  147. s%@configure_input@%$configure_input%g
  148. s%@srcdir@%$srcdir%g
  149. s%@top_srcdir@%$top_srcdir%g
  150. s%@INSTALL@%$INSTALL%g
  151. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  152. fi; done
  153. rm -f conftest.s*
  154.  
  155. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  156. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  157. #
  158. # ac_d sets the value in "#define NAME VALUE" lines.
  159. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  160. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  161. ac_dC='\3'
  162. ac_dD='%g'
  163. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  164. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  165. ac_uB='\([     ]\)%\1#\2define\3'
  166. ac_uC=' '
  167. ac_uD='\4%g'
  168. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  169. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  170. ac_eB='$%\1#\2define\3'
  171. ac_eC=' '
  172. ac_eD='%g'
  173.  
  174. if test "${CONFIG_HEADERS+set}" != set; then
  175.   CONFIG_HEADERS="config.h"
  176. fi
  177. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  178.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  179.   case "$ac_file" in
  180.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  181.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  182.   *) ac_file_in="${ac_file}.in" ;;
  183.   esac
  184.  
  185.   echo creating $ac_file
  186.  
  187.   rm -f conftest.frag conftest.in conftest.out
  188.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  189.   cat $ac_file_inputs > conftest.in
  190.  
  191.   cat > conftest.frag <<CEOF
  192. ${ac_dA}MAJOR_IN_SYSMACROS${ac_dB}MAJOR_IN_SYSMACROS${ac_dC}1${ac_dD}
  193. ${ac_uA}MAJOR_IN_SYSMACROS${ac_uB}MAJOR_IN_SYSMACROS${ac_uC}1${ac_uD}
  194. ${ac_eA}MAJOR_IN_SYSMACROS${ac_eB}MAJOR_IN_SYSMACROS${ac_eC}1${ac_eD}
  195. ${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
  196. ${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
  197. ${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
  198. ${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
  199. ${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
  200. ${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${ac_eC}1${ac_eD}
  201. ${ac_dA}HAVE_SBRK${ac_dB}HAVE_SBRK${ac_dC}1${ac_dD}
  202. ${ac_uA}HAVE_SBRK${ac_uB}HAVE_SBRK${ac_uC}1${ac_uD}
  203. ${ac_eA}HAVE_SBRK${ac_eB}HAVE_SBRK${ac_eC}1${ac_eD}
  204. CEOF
  205.   sed -f conftest.frag conftest.in > conftest.out
  206.   rm -f conftest.in
  207.   mv conftest.out conftest.in
  208.  
  209.   cat > conftest.frag <<CEOF
  210. ${ac_dA}HAVE_SYS_SYSMACROS_H${ac_dB}HAVE_SYS_SYSMACROS_H${ac_dC}1${ac_dD}
  211. ${ac_uA}HAVE_SYS_SYSMACROS_H${ac_uB}HAVE_SYS_SYSMACROS_H${ac_uC}1${ac_uD}
  212. ${ac_eA}HAVE_SYS_SYSMACROS_H${ac_eB}HAVE_SYS_SYSMACROS_H${ac_eC}1${ac_eD}
  213. ${ac_dA}HAVE_MALLOC_H${ac_dB}HAVE_MALLOC_H${ac_dC}1${ac_dD}
  214. ${ac_uA}HAVE_MALLOC_H${ac_uB}HAVE_MALLOC_H${ac_uC}1${ac_uD}
  215. ${ac_eA}HAVE_MALLOC_H${ac_eB}HAVE_MALLOC_H${ac_eC}1${ac_eD}
  216. ${ac_dA}HAVE_TERMIOS_H${ac_dB}HAVE_TERMIOS_H${ac_dC}1${ac_dD}
  217. ${ac_uA}HAVE_TERMIOS_H${ac_uB}HAVE_TERMIOS_H${ac_uC}1${ac_uD}
  218. ${ac_eA}HAVE_TERMIOS_H${ac_eB}HAVE_TERMIOS_H${ac_eC}1${ac_eD}
  219. ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
  220. ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
  221. ${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
  222. CEOF
  223.   sed -f conftest.frag conftest.in > conftest.out
  224.   rm -f conftest.in
  225.   mv conftest.out conftest.in
  226.  
  227.   cat > conftest.frag <<CEOF
  228. ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
  229. ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
  230. ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
  231. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  232. CEOF
  233.   sed -f conftest.frag conftest.in > conftest.out
  234.   rm -f conftest.in
  235.   mv conftest.out conftest.in
  236.  
  237.   rm -f conftest.frag conftest.h
  238.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  239.   cat conftest.in >> conftest.h
  240.   rm -f conftest.in
  241.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  242.     echo "$ac_file is unchanged"
  243.     rm -f conftest.h
  244.   else
  245.     # Remove last slash and all that follows it.  Not all systems have dirname.
  246.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  247.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  248.       # The file is in a subdirectory.
  249.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  250.     fi
  251.     rm -f $ac_file
  252.     mv conftest.h $ac_file
  253.   fi
  254. fi; done
  255.  
  256.  
  257.  
  258. exit 0
  259.