home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / UAE061.LZH / uae-0.6.1 / config.status < prev    next >
Encoding:
Text File  |  1996-08-28  |  11.8 KB  |  318 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 localhost:
  6. #
  7. # configure 
  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  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.9"
  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.  
  30. trap 'rm -fr Makefile sysconfig.h conftest*; exit 1' 1 2 15
  31.  
  32. # Protect against being on the right side of a sed subst in config.status.
  33. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  34.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  35. /^[     ]*VPATH[     ]*=[^:]*$/d
  36.  
  37. s%@CFLAGS@%-O3 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DUSE_ZFILE -m68030%g
  38. s%@CPPFLAGS@%%g
  39. s%@CXXFLAGS@%%g
  40. s%@DEFS@%-DHAVE_CONFIG_H%g
  41. s%@LDFLAGS@%%g
  42. s%@LIBS@%%g
  43. s%@exec_prefix@%${prefix}%g
  44. s%@prefix@%/usr/local%g
  45. s%@program_transform_name@%s,x,x,%g
  46. s%@bindir@%${exec_prefix}/bin%g
  47. s%@sbindir@%${exec_prefix}/sbin%g
  48. s%@libexecdir@%${exec_prefix}/libexec%g
  49. s%@datadir@%${prefix}/share%g
  50. s%@sysconfdir@%${prefix}/etc%g
  51. s%@sharedstatedir@%${prefix}/com%g
  52. s%@localstatedir@%${prefix}/var%g
  53. s%@libdir@%${exec_prefix}/lib%g
  54. s%@includedir@%${prefix}/include%g
  55. s%@oldincludedir@%/usr/include%g
  56. s%@infodir@%${prefix}/info%g
  57. s%@mandir@%${prefix}/man%g
  58. s%@CC@%gcc%g
  59. s%@CPP@%gcc -E%g
  60. s%@SET_MAKE@%%g
  61. s%@X_CFLAGS@% -DX_DISPLAY_MISSING%g
  62. s%@X_PRE_LIBS@%%g
  63. s%@X_LIBS@%%g
  64. s%@X_EXTRA_LIBS@%%g
  65. s%@LIBOBJS@%%g
  66. s%@TCLGUI@%%g
  67. s%@ac_cv_c_inline@%inline%g
  68. s%@STATFS_NO_ARGS@%2%g
  69. s%@BROKEN_JOYSTICK_H@%%g
  70. s%@STATBUF_BAVAIL@%f_bfree%g
  71. s%@LIBRARIES@%%g
  72. s%@TARGET@%amiga%g
  73. s%@GFXOBJS@%awin.o%g
  74. s%@ASMOBJS@%%g
  75.  
  76. CEOF
  77.  
  78. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  79. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  80.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  81.   case "$ac_file" in
  82.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  83.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  84.   *) ac_file_in="${ac_file}.in" ;;
  85.   esac
  86.  
  87.   # Adjust relative srcdir, etc. for subdirectories.
  88.  
  89.   # Remove last slash and all that follows it.  Not all systems have dirname.
  90.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  91.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  92.     # The file is in a subdirectory.
  93.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  94.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  95.     # A "../" for each directory in $ac_dir_suffix.
  96.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  97.   else
  98.     ac_dir_suffix= ac_dots=
  99.   fi
  100.  
  101.   case "$ac_given_srcdir" in
  102.   .)  srcdir=.
  103.       if test -z "$ac_dots"; then top_srcdir=.
  104.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  105.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  106.   *) # Relative path.
  107.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  108.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  109.   esac
  110.  
  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. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  124. fi; done
  125. rm -f conftest.subs
  126.  
  127. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  128. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  129. #
  130. # ac_d sets the value in "#define NAME VALUE" lines.
  131. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  132. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  133. ac_dC='\3'
  134. ac_dD='%g'
  135. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  136. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  137. ac_uB='\([     ]\)%\1#\2define\3'
  138. ac_uC=' '
  139. ac_uD='\4%g'
  140. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  141. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  142. ac_eB='$%\1#\2define\3'
  143. ac_eC=' '
  144. ac_eD='%g'
  145.  
  146. CONFIG_HEADERS=${CONFIG_HEADERS-"sysconfig.h"}
  147. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  148.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  149.   case "$ac_file" in
  150.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  151.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  152.   *) ac_file_in="${ac_file}.in" ;;
  153.   esac
  154.  
  155.   echo creating $ac_file
  156.  
  157.   rm -f conftest.frag conftest.in conftest.out
  158.   cp $ac_given_srcdir/$ac_file_in conftest.in
  159.  
  160.   cat > conftest.frag <<CEOF
  161. ${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
  162. ${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
  163. ${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
  164. ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
  165. ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
  166. ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
  167. ${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
  168. ${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
  169. ${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
  170. ${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
  171. ${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
  172. ${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
  173. CEOF
  174.   sed -f conftest.frag conftest.in > conftest.out
  175.   rm -f conftest.in
  176.   mv conftest.out conftest.in
  177.  
  178.   cat > conftest.frag <<CEOF
  179. ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
  180. ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
  181. ${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
  182. ${ac_dA}HAVE_UTIME_H${ac_dB}HAVE_UTIME_H${ac_dC}1${ac_dD}
  183. ${ac_uA}HAVE_UTIME_H${ac_uB}HAVE_UTIME_H${ac_uC}1${ac_uD}
  184. ${ac_eA}HAVE_UTIME_H${ac_eB}HAVE_UTIME_H${ac_eC}1${ac_eD}
  185. ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
  186. ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
  187. ${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
  188. ${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
  189. ${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
  190. ${ac_eA}HAVE_STRINGS_H${ac_eB}HAVE_STRINGS_H${ac_eC}1${ac_eD}
  191. CEOF
  192.   sed -f conftest.frag conftest.in > conftest.out
  193.   rm -f conftest.in
  194.   mv conftest.out conftest.in
  195.  
  196.   cat > conftest.frag <<CEOF
  197. ${ac_dA}HAVE_VALUES_H${ac_dB}HAVE_VALUES_H${ac_dC}1${ac_dD}
  198. ${ac_uA}HAVE_VALUES_H${ac_uB}HAVE_VALUES_H${ac_uC}1${ac_uD}
  199. ${ac_eA}HAVE_VALUES_H${ac_eB}HAVE_VALUES_H${ac_eC}1${ac_eD}
  200. ${ac_dA}HAVE_SYS_MOUNT_H${ac_dB}HAVE_SYS_MOUNT_H${ac_dC}1${ac_dD}
  201. ${ac_uA}HAVE_SYS_MOUNT_H${ac_uB}HAVE_SYS_MOUNT_H${ac_uC}1${ac_uD}
  202. ${ac_eA}HAVE_SYS_MOUNT_H${ac_eB}HAVE_SYS_MOUNT_H${ac_eC}1${ac_eD}
  203. ${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
  204. ${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
  205. ${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
  206. ${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
  207. ${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
  208. ${ac_eA}HAVE_SYS_STAT_H${ac_eB}HAVE_SYS_STAT_H${ac_eC}1${ac_eD}
  209. CEOF
  210.   sed -f conftest.frag conftest.in > conftest.out
  211.   rm -f conftest.in
  212.   mv conftest.out conftest.in
  213.  
  214.   cat > conftest.frag <<CEOF
  215. ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
  216. ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
  217. ${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
  218. ${ac_dA}SIZEOF_CHAR${ac_dB}SIZEOF_CHAR${ac_dC}1${ac_dD}
  219. ${ac_uA}SIZEOF_CHAR${ac_uB}SIZEOF_CHAR${ac_uC}1${ac_uD}
  220. ${ac_eA}SIZEOF_CHAR${ac_eB}SIZEOF_CHAR${ac_eC}1${ac_eD}
  221. ${ac_dA}SIZEOF_SHORT${ac_dB}SIZEOF_SHORT${ac_dC}2${ac_dD}
  222. ${ac_uA}SIZEOF_SHORT${ac_uB}SIZEOF_SHORT${ac_uC}2${ac_uD}
  223. ${ac_eA}SIZEOF_SHORT${ac_eB}SIZEOF_SHORT${ac_eC}2${ac_eD}
  224. ${ac_dA}SIZEOF_INT${ac_dB}SIZEOF_INT${ac_dC}4${ac_dD}
  225. ${ac_uA}SIZEOF_INT${ac_uB}SIZEOF_INT${ac_uC}4${ac_uD}
  226. ${ac_eA}SIZEOF_INT${ac_eB}SIZEOF_INT${ac_eC}4${ac_eD}
  227. CEOF
  228.   sed -f conftest.frag conftest.in > conftest.out
  229.   rm -f conftest.in
  230.   mv conftest.out conftest.in
  231.  
  232.   cat > conftest.frag <<CEOF
  233. ${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}4${ac_dD}
  234. ${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}4${ac_uD}
  235. ${ac_eA}SIZEOF_LONG${ac_eB}SIZEOF_LONG${ac_eC}4${ac_eD}
  236. ${ac_dA}SIZEOF_LONG_LONG${ac_dB}SIZEOF_LONG_LONG${ac_dC}8${ac_dD}
  237. ${ac_uA}SIZEOF_LONG_LONG${ac_uB}SIZEOF_LONG_LONG${ac_uC}8${ac_uD}
  238. ${ac_eA}SIZEOF_LONG_LONG${ac_eB}SIZEOF_LONG_LONG${ac_eC}8${ac_eD}
  239. ${ac_dA}HAVE_ST_BLOCKS${ac_dB}HAVE_ST_BLOCKS${ac_dC}1${ac_dD}
  240. ${ac_uA}HAVE_ST_BLOCKS${ac_uB}HAVE_ST_BLOCKS${ac_uC}1${ac_uD}
  241. ${ac_eA}HAVE_ST_BLOCKS${ac_eB}HAVE_ST_BLOCKS${ac_eC}1${ac_eD}
  242. ${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
  243. ${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
  244. ${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
  245. CEOF
  246.   sed -f conftest.frag conftest.in > conftest.out
  247.   rm -f conftest.in
  248.   mv conftest.out conftest.in
  249.  
  250.   cat > conftest.frag <<CEOF
  251. ${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD}
  252. ${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD}
  253. ${ac_eA}RETSIGTYPE${ac_eB}RETSIGTYPE${ac_eC}void${ac_eD}
  254. ${ac_dA}HAVE_UTIME_NULL${ac_dB}HAVE_UTIME_NULL${ac_dC}1${ac_dD}
  255. ${ac_uA}HAVE_UTIME_NULL${ac_uB}HAVE_UTIME_NULL${ac_uC}1${ac_uD}
  256. ${ac_eA}HAVE_UTIME_NULL${ac_eB}HAVE_UTIME_NULL${ac_eC}1${ac_eD}
  257. ${ac_dA}HAVE_GETTIMEOFDAY${ac_dB}HAVE_GETTIMEOFDAY${ac_dC}1${ac_dD}
  258. ${ac_uA}HAVE_GETTIMEOFDAY${ac_uB}HAVE_GETTIMEOFDAY${ac_uC}1${ac_uD}
  259. ${ac_eA}HAVE_GETTIMEOFDAY${ac_eB}HAVE_GETTIMEOFDAY${ac_eC}1${ac_eD}
  260. ${ac_dA}HAVE_MKDIR${ac_dB}HAVE_MKDIR${ac_dC}1${ac_dD}
  261. ${ac_uA}HAVE_MKDIR${ac_uB}HAVE_MKDIR${ac_uC}1${ac_uD}
  262. ${ac_eA}HAVE_MKDIR${ac_eB}HAVE_MKDIR${ac_eC}1${ac_eD}
  263. CEOF
  264.   sed -f conftest.frag conftest.in > conftest.out
  265.   rm -f conftest.in
  266.   mv conftest.out conftest.in
  267.  
  268.   cat > conftest.frag <<CEOF
  269. ${ac_dA}HAVE_RMDIR${ac_dB}HAVE_RMDIR${ac_dC}1${ac_dD}
  270. ${ac_uA}HAVE_RMDIR${ac_uB}HAVE_RMDIR${ac_uC}1${ac_uD}
  271. ${ac_eA}HAVE_RMDIR${ac_eB}HAVE_RMDIR${ac_eC}1${ac_eD}
  272. ${ac_dA}HAVE_SELECT${ac_dB}HAVE_SELECT${ac_dC}1${ac_dD}
  273. ${ac_uA}HAVE_SELECT${ac_uB}HAVE_SELECT${ac_uC}1${ac_uD}
  274. ${ac_eA}HAVE_SELECT${ac_eB}HAVE_SELECT${ac_eC}1${ac_eD}
  275. ${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
  276. ${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
  277. ${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
  278. ${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
  279. ${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
  280. ${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
  281. CEOF
  282.   sed -f conftest.frag conftest.in > conftest.out
  283.   rm -f conftest.in
  284.   mv conftest.out conftest.in
  285.  
  286.   cat > conftest.frag <<CEOF
  287. ${ac_dA}HAVE_STATFS${ac_dB}HAVE_STATFS${ac_dC}1${ac_dD}
  288. ${ac_uA}HAVE_STATFS${ac_uB}HAVE_STATFS${ac_uC}1${ac_uD}
  289. ${ac_eA}HAVE_STATFS${ac_eB}HAVE_STATFS${ac_eC}1${ac_eD}
  290. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  291. CEOF
  292.   sed -f conftest.frag conftest.in > conftest.out
  293.   rm -f conftest.in
  294.   mv conftest.out conftest.in
  295.  
  296.   rm -f conftest.frag conftest.h
  297.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  298.   cat conftest.in >> conftest.h
  299.   rm -f conftest.in
  300.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  301.     echo "$ac_file is unchanged"
  302.     rm -f conftest.h
  303.   else
  304.    # Remove last slash and all that follows it.  Not all systems have dirname.
  305.         ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  306.         if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  307.       # The file is in a subdirectory.
  308.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  309.     fi
  310.     rm -f $ac_file
  311.     mv conftest.h $ac_file
  312.   fi
  313. fi; done
  314.  
  315.  
  316.  
  317. exit 0
  318.