home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / diffs / dbug-2.3.diffs < prev    next >
Encoding:
Text File  |  1995-01-21  |  25.3 KB  |  842 lines

  1. diff -rc --new-file dbug-2.3/configure /gnu/src/amiga/dbug-2.3/configure
  2. *** dbug-2.3/configure    Thu Jan  5 17:00:33 1995
  3. --- /gnu/src/amiga/dbug-2.3/configure    Thu Jan  5 23:36:30 1995
  4. ***************
  5. *** 9,15 ****
  6.   
  7.   # Defaults:
  8.   ac_help=
  9. ! ac_default_prefix=/usr/local
  10.   # Any additions from configure.in:
  11.   
  12.   # Initialize some variables set by options.
  13. --- 9,15 ----
  14.   
  15.   # Defaults:
  16.   ac_help=
  17. ! ac_default_prefix=/gnu
  18.   # Any additions from configure.in:
  19.   
  20.   # Initialize some variables set by options.
  21. ***************
  22. *** 49,55 ****
  23.     fi
  24.   
  25.     case "$ac_option" in
  26. !   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  27.     *) ac_optarg= ;;
  28.     esac
  29.   
  30. --- 49,55 ----
  31.     fi
  32.   
  33.     case "$ac_option" in
  34. !   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  35.     *) ac_optarg= ;;
  36.     esac
  37.   
  38. ***************
  39. *** 70,90 ****
  40.       cache_file="$ac_optarg" ;;
  41.   
  42.     -disable-* | --disable-*)
  43. !     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  44.       # Reject names that are not valid shell variable names.
  45. !     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  46.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  47.       fi
  48. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  49.       eval "enable_${ac_feature}=no" ;;
  50.   
  51.     -enable-* | --enable-*)
  52. !     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  53.       # Reject names that are not valid shell variable names.
  54. !     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  55.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  56.       fi
  57. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  58.       case "$ac_option" in
  59.         *=*) ;;
  60.         *) ac_optarg=yes ;;
  61. --- 70,90 ----
  62.       cache_file="$ac_optarg" ;;
  63.   
  64.     -disable-* | --disable-*)
  65. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  66.       # Reject names that are not valid shell variable names.
  67. !     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  68.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  69.       fi
  70. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  71.       eval "enable_${ac_feature}=no" ;;
  72.   
  73.     -enable-* | --enable-*)
  74. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  75.       # Reject names that are not valid shell variable names.
  76. !     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  77.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  78.       fi
  79. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  80.       case "$ac_option" in
  81.         *=*) ;;
  82.         *) ac_optarg=yes ;;
  83. ***************
  84. *** 220,231 ****
  85.       exit 0 ;;
  86.   
  87.     -with-* | --with-*)
  88. !     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  89.       # Reject names that are not valid shell variable names.
  90. !     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  91.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  92.       fi
  93. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  94.       case "$ac_option" in
  95.         *=*) ;;
  96.         *) ac_optarg=yes ;;
  97. --- 220,231 ----
  98.       exit 0 ;;
  99.   
  100.     -with-* | --with-*)
  101. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  102.       # Reject names that are not valid shell variable names.
  103. !     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  104.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  105.       fi
  106. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  107.       case "$ac_option" in
  108.         *=*) ;;
  109.         *) ac_optarg=yes ;;
  110. ***************
  111. *** 233,244 ****
  112.       eval "with_${ac_package}='$ac_optarg'" ;;
  113.   
  114.     -without-* | --without-*)
  115. !     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  116.       # Reject names that are not valid shell variable names.
  117. !     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  118.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  119.       fi
  120. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  121.       eval "with_${ac_package}=no" ;;
  122.   
  123.     --x)
  124. --- 233,244 ----
  125.       eval "with_${ac_package}='$ac_optarg'" ;;
  126.   
  127.     -without-* | --without-*)
  128. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  129.       # Reject names that are not valid shell variable names.
  130. !     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  131.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  132.       fi
  133. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  134.       eval "with_${ac_package}=no" ;;
  135.   
  136.     --x)
  137. ***************
  138. *** 263,269 ****
  139.       ;;
  140.   
  141.     *) 
  142. !     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  143.         echo "configure: warning: $ac_option: invalid host type" 1>&2
  144.       fi
  145.       if test "x$nonopt" != xNONE; then
  146. --- 263,269 ----
  147.       ;;
  148.   
  149.     *) 
  150. !     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  151.         echo "configure: warning: $ac_option: invalid host type" 1>&2
  152.       fi
  153.       if test "x$nonopt" != xNONE; then
  154. ***************
  155. *** 276,282 ****
  156.   done
  157.   
  158.   if test -n "$ac_prev"; then
  159. !   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  160.   fi
  161.   
  162.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  163. --- 276,282 ----
  164.   done
  165.   
  166.   if test -n "$ac_prev"; then
  167. !   { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  168.   fi
  169.   
  170.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  171. ***************
  172. *** 326,332 ****
  173.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  174.   rm -rf conftest* confdefs.h
  175.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  176. ! echo > confdefs.h
  177.   
  178.   # A filename unique to this package, relative to the directory that
  179.   # configure is in, which we can look for to find out if srcdir is correct.
  180. --- 326,332 ----
  181.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  182.   rm -rf conftest* confdefs.h
  183.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  184. ! /bin/echo > confdefs.h
  185.   
  186.   # A filename unique to this package, relative to the directory that
  187.   # configure is in, which we can look for to find out if srcdir is correct.
  188. ***************
  189. *** 337,343 ****
  190.     ac_srcdir_defaulted=yes
  191.     # Try the directory containing this script, then its parent.
  192.     ac_prog=$0
  193. !   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  194.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  195.     srcdir=$ac_confdir
  196.     if test ! -r $srcdir/$ac_unique_file; then
  197. --- 337,343 ----
  198.     ac_srcdir_defaulted=yes
  199.     # Try the directory containing this script, then its parent.
  200.     ac_prog=$0
  201. !   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  202.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  203.     srcdir=$ac_confdir
  204.     if test ! -r $srcdir/$ac_unique_file; then
  205. ***************
  206. *** 353,359 ****
  207.       { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  208.     fi
  209.   fi
  210. ! srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  211.   
  212.   # Prefer explicitly selected file to automatically selected ones.
  213.   if test -z "$CONFIG_SITE"; then
  214. --- 353,359 ----
  215.       { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  216.     fi
  217.   fi
  218. ! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  219.   
  220.   # Prefer explicitly selected file to automatically selected ones.
  221.   if test -z "$CONFIG_SITE"; then
  222. ***************
  223. *** 400,408 ****
  224.   
  225.   # Extract the first word of "gcc", so it can be a program name with args.
  226.   set dummy gcc; ac_word=$2
  227. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  228.   if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  229. !   echo $ac_n "(cached) $ac_c" 1>&4
  230.   else
  231.     if test -n "$CC"; then
  232.     ac_cv_prog_CC="$CC" # Let the user override the test.
  233. --- 400,408 ----
  234.   
  235.   # Extract the first word of "gcc", so it can be a program name with args.
  236.   set dummy gcc; ac_word=$2
  237. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  238.   if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  239. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  240.   else
  241.     if test -n "$CC"; then
  242.     ac_cv_prog_CC="$CC" # Let the user override the test.
  243. ***************
  244. *** 421,435 ****
  245.   fi
  246.   CC="$ac_cv_prog_CC"
  247.   if test -n "$CC"; then
  248. !   echo "$ac_t""$CC" 1>&4
  249.   else
  250. !   echo "$ac_t""no" 1>&4
  251.   fi
  252.   
  253.   
  254. ! echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  255.   if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  256. !   echo $ac_n "(cached) $ac_c" 1>&4
  257.   else
  258.     cat > conftest.c <<EOF
  259.   #ifdef __GNUC__
  260. --- 421,435 ----
  261.   fi
  262.   CC="$ac_cv_prog_CC"
  263.   if test -n "$CC"; then
  264. !   /bin/echo "$ac_t""$CC" 1>&4
  265.   else
  266. !   /bin/echo "$ac_t""no" 1>&4
  267.   fi
  268.   
  269.   
  270. ! /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  271.   if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  272. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  273.   else
  274.     cat > conftest.c <<EOF
  275.   #ifdef __GNUC__
  276. ***************
  277. *** 442,454 ****
  278.     ac_cv_prog_gcc=no
  279.   fi
  280.   fi
  281. ! echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  282.   if test $ac_cv_prog_gcc = yes; then
  283.     GCC=yes
  284.     if test "${CFLAGS+set}" != set; then
  285. !     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  286.   if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  287. !   echo $ac_n "(cached) $ac_c" 1>&4
  288.   else
  289.     echo 'void f(){}' > conftest.c
  290.   if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  291. --- 442,454 ----
  292.     ac_cv_prog_gcc=no
  293.   fi
  294.   fi
  295. ! /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  296.   if test $ac_cv_prog_gcc = yes; then
  297.     GCC=yes
  298.     if test "${CFLAGS+set}" != set; then
  299. !     /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  300.   if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  301. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  302.   else
  303.     echo 'void f(){}' > conftest.c
  304.   if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  305. ***************
  306. *** 459,469 ****
  307.   rm -f conftest*
  308.   
  309.   fi
  310. !     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  311.       if test $ac_cv_prog_gcc_g = yes; then
  312. !       CFLAGS="-g -O"
  313.       else
  314. !       CFLAGS="-O"
  315.       fi
  316.     fi
  317.   else
  318. --- 459,471 ----
  319.   rm -f conftest*
  320.   
  321.   fi
  322. !     /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  323.       if test $ac_cv_prog_gcc_g = yes; then
  324. !       # Amiga hack - suppress automatically using -g for now
  325. !       # Also default to using -O2
  326. !       CFLAGS="-O2"
  327.       else
  328. !       CFLAGS="-O2"
  329.       fi
  330.     fi
  331.   else
  332. ***************
  333. *** 471,484 ****
  334.     test "${CFLAGS+set}" = set || CFLAGS="-g"
  335.   fi
  336.   
  337. ! echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  338.   # On Suns, sometimes $CPP names a directory.
  339.   if test -n "$CPP" && test -d "$CPP"; then
  340.     CPP=
  341.   fi
  342.   if test -z "$CPP"; then
  343.   if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  344. !   echo $ac_n "(cached) $ac_c" 1>&4
  345.   else
  346.       # This must be in double quotes, not single quotes, because CPP may get
  347.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  348. --- 473,486 ----
  349.     test "${CFLAGS+set}" = set || CFLAGS="-g"
  350.   fi
  351.   
  352. ! /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  353.   # On Suns, sometimes $CPP names a directory.
  354.   if test -n "$CPP" && test -d "$CPP"; then
  355.     CPP=
  356.   fi
  357.   if test -z "$CPP"; then
  358.   if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  359. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  360.   else
  361.       # This must be in double quotes, not single quotes, because CPP may get
  362.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  363. ***************
  364. *** 486,492 ****
  365.     # On the NeXT, cc -E runs the code through the compiler's parser,
  366.     # not just through cpp.
  367.     cat > conftest.$ac_ext <<EOF
  368. ! #line 490 "configure"
  369.   #include "confdefs.h"
  370.   #include <assert.h>
  371.   Syntax Error
  372. --- 488,494 ----
  373.     # On the NeXT, cc -E runs the code through the compiler's parser,
  374.     # not just through cpp.
  375.     cat > conftest.$ac_ext <<EOF
  376. ! #line 492 "configure"
  377.   #include "confdefs.h"
  378.   #include <assert.h>
  379.   Syntax Error
  380. ***************
  381. *** 496,506 ****
  382.   if test -z "$ac_err"; then
  383.     :
  384.   else
  385. !   echo "$ac_err" >&5
  386.     rm -rf conftest*
  387.     CPP="${CC-cc} -E -traditional-cpp"
  388.     cat > conftest.$ac_ext <<EOF
  389. ! #line 504 "configure"
  390.   #include "confdefs.h"
  391.   #include <assert.h>
  392.   Syntax Error
  393. --- 498,508 ----
  394.   if test -z "$ac_err"; then
  395.     :
  396.   else
  397. !   /bin/echo "$ac_err" >&5
  398.     rm -rf conftest*
  399.     CPP="${CC-cc} -E -traditional-cpp"
  400.     cat > conftest.$ac_ext <<EOF
  401. ! #line 506 "configure"
  402.   #include "confdefs.h"
  403.   #include <assert.h>
  404.   Syntax Error
  405. ***************
  406. *** 510,516 ****
  407.   if test -z "$ac_err"; then
  408.     :
  409.   else
  410. !   echo "$ac_err" >&5
  411.     rm -rf conftest*
  412.     CPP=/lib/cpp
  413.   fi
  414. --- 512,518 ----
  415.   if test -z "$ac_err"; then
  416.     :
  417.   else
  418. !   /bin/echo "$ac_err" >&5
  419.     rm -rf conftest*
  420.     CPP=/lib/cpp
  421.   fi
  422. ***************
  423. *** 521,536 ****
  424.   fi
  425.   fi
  426.   CPP="$ac_cv_prog_CPP"
  427. ! echo "$ac_t""$CPP" 1>&4
  428.   
  429.   if test $ac_cv_prog_gcc = yes; then
  430. !   echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  431.   if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  432. !   echo $ac_n "(cached) $ac_c" 1>&4
  433.   else
  434.       ac_pattern="Autoconf.*'x'"
  435.     cat > conftest.$ac_ext <<EOF
  436. ! #line 534 "configure"
  437.   #include "confdefs.h"
  438.   #include <sgtty.h>
  439.   Autoconf TIOCGETP
  440. --- 523,538 ----
  441.   fi
  442.   fi
  443.   CPP="$ac_cv_prog_CPP"
  444. ! /bin/echo "$ac_t""$CPP" 1>&4
  445.   
  446.   if test $ac_cv_prog_gcc = yes; then
  447. !   /bin/echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  448.   if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  449. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  450.   else
  451.       ac_pattern="Autoconf.*'x'"
  452.     cat > conftest.$ac_ext <<EOF
  453. ! #line 536 "configure"
  454.   #include "confdefs.h"
  455.   #include <sgtty.h>
  456.   Autoconf TIOCGETP
  457. ***************
  458. *** 548,554 ****
  459.   
  460.     if test $ac_cv_prog_gcc_traditional = no; then
  461.       cat > conftest.$ac_ext <<EOF
  462. ! #line 552 "configure"
  463.   #include "confdefs.h"
  464.   #include <termio.h>
  465.   Autoconf TCGETA
  466. --- 550,556 ----
  467.   
  468.     if test $ac_cv_prog_gcc_traditional = no; then
  469.       cat > conftest.$ac_ext <<EOF
  470. ! #line 554 "configure"
  471.   #include "confdefs.h"
  472.   #include <termio.h>
  473.   Autoconf TCGETA
  474. ***************
  475. *** 562,568 ****
  476.   
  477.     fi
  478.   fi
  479. !   echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  480.     if test $ac_cv_prog_gcc_traditional = yes; then
  481.       CC="$CC -traditional"
  482.     fi
  483. --- 564,570 ----
  484.   
  485.     fi
  486.   fi
  487. !   /bin/echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  488.     if test $ac_cv_prog_gcc_traditional = yes; then
  489.       CC="$CC -traditional"
  490.     fi
  491. ***************
  492. *** 597,611 ****
  493.   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  494.   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  495.   # ./install, which can be erroneously created by make from ./install.sh.
  496. ! echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  497.   if test -z "$INSTALL"; then
  498.   if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  499. !   echo $ac_n "(cached) $ac_c" 1>&4
  500.   else
  501.       IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  502.     for ac_dir in $PATH; do
  503.       case "$ac_dir" in
  504. !     ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;
  505.       *)
  506.         # OSF1 and SCO ODT 3.0 have their own names for install.
  507.         for ac_prog in ginstall installbsd scoinst install; do
  508. --- 599,613 ----
  509.   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  510.   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  511.   # ./install, which can be erroneously created by make from ./install.sh.
  512. ! /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  513.   if test -z "$INSTALL"; then
  514.   if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  515. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  516.   else
  517.       IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  518.     for ac_dir in $PATH; do
  519.       case "$ac_dir" in
  520. !     ''|.|/gnu/etc) ;;
  521.       *)
  522.         # OSF1 and SCO ODT 3.0 have their own names for install.
  523.         for ac_prog in ginstall installbsd scoinst install; do
  524. ***************
  525. *** 630,636 ****
  526.   fi
  527.     INSTALL="$ac_cv_path_install"
  528.   fi
  529. ! echo "$ac_t""$INSTALL" 1>&4
  530.   
  531.   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  532.   # It thinks the first close brace ends the variable substitution.
  533. --- 632,638 ----
  534.   fi
  535.     INSTALL="$ac_cv_path_install"
  536.   fi
  537. ! /bin/echo "$ac_t""$INSTALL" 1>&4
  538.   
  539.   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  540.   # It thinks the first close brace ends the variable substitution.
  541. ***************
  542. *** 640,648 ****
  543.   
  544.   # Extract the first word of "ranlib", so it can be a program name with args.
  545.   set dummy ranlib; ac_word=$2
  546. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  547.   if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  548. !   echo $ac_n "(cached) $ac_c" 1>&4
  549.   else
  550.     if test -n "$RANLIB"; then
  551.     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  552. --- 642,650 ----
  553.   
  554.   # Extract the first word of "ranlib", so it can be a program name with args.
  555.   set dummy ranlib; ac_word=$2
  556. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  557.   if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  558. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  559.   else
  560.     if test -n "$RANLIB"; then
  561.     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  562. ***************
  563. *** 661,681 ****
  564.   fi
  565.   RANLIB="$ac_cv_prog_RANLIB"
  566.   if test -n "$RANLIB"; then
  567. !   echo "$ac_t""$RANLIB" 1>&4
  568.   else
  569. !   echo "$ac_t""no" 1>&4
  570.   fi
  571.   
  572.   
  573.   for ac_hdr in varargs.h
  574.   do
  575. ! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  576. ! echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  577.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  578. !   echo $ac_n "(cached) $ac_c" 1>&4
  579.   else
  580.     cat > conftest.$ac_ext <<EOF
  581. ! #line 679 "configure"
  582.   #include "confdefs.h"
  583.   #include <$ac_hdr>
  584.   EOF
  585. --- 663,683 ----
  586.   fi
  587.   RANLIB="$ac_cv_prog_RANLIB"
  588.   if test -n "$RANLIB"; then
  589. !   /bin/echo "$ac_t""$RANLIB" 1>&4
  590.   else
  591. !   /bin/echo "$ac_t""no" 1>&4
  592.   fi
  593.   
  594.   
  595.   for ac_hdr in varargs.h
  596.   do
  597. ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  598. ! /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  599.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  600. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  601.   else
  602.     cat > conftest.$ac_ext <<EOF
  603. ! #line 681 "configure"
  604.   #include "confdefs.h"
  605.   #include <$ac_hdr>
  606.   EOF
  607. ***************
  608. *** 685,717 ****
  609.     rm -rf conftest*
  610.     eval "ac_cv_header_$ac_safe=yes"
  611.   else
  612. !   echo "$ac_err" >&5
  613.     rm -rf conftest*
  614.     eval "ac_cv_header_$ac_safe=no"
  615.   fi
  616.   rm -f conftest*
  617.   fi
  618.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  619. !   echo "$ac_t""yes" 1>&4
  620. !     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  621.     cat >> confdefs.h <<EOF
  622.   #define $ac_tr_hdr 1
  623.   EOF
  624.    
  625.   else
  626. !   echo "$ac_t""no" 1>&4
  627.   fi
  628.   done
  629.   
  630.   
  631.   for ac_func in getopt
  632.   do
  633. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  634.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  635. !   echo $ac_n "(cached) $ac_c" 1>&4
  636.   else
  637.     cat > conftest.$ac_ext <<EOF
  638. ! #line 715 "configure"
  639.   #include "confdefs.h"
  640.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  641.   /* Override any gcc2 internal prototype to avoid an error.  */
  642. --- 687,719 ----
  643.     rm -rf conftest*
  644.     eval "ac_cv_header_$ac_safe=yes"
  645.   else
  646. !   /bin/echo "$ac_err" >&5
  647.     rm -rf conftest*
  648.     eval "ac_cv_header_$ac_safe=no"
  649.   fi
  650.   rm -f conftest*
  651.   fi
  652.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  653. !   /bin/echo "$ac_t""yes" 1>&4
  654. !     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  655.     cat >> confdefs.h <<EOF
  656.   #define $ac_tr_hdr 1
  657.   EOF
  658.    
  659.   else
  660. !   /bin/echo "$ac_t""no" 1>&4
  661.   fi
  662.   done
  663.   
  664.   
  665.   for ac_func in getopt
  666.   do
  667. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  668.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  669. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  670.   else
  671.     cat > conftest.$ac_ext <<EOF
  672. ! #line 717 "configure"
  673.   #include "confdefs.h"
  674.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  675.   /* Override any gcc2 internal prototype to avoid an error.  */
  676. ***************
  677. *** 742,755 ****
  678.   
  679.   fi
  680.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  681. !   echo "$ac_t""yes" 1>&4
  682. !     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  683.     cat >> confdefs.h <<EOF
  684.   #define $ac_tr_func 1
  685.   EOF
  686.    
  687.   else
  688. !   echo "$ac_t""no" 1>&4
  689.   fi
  690.   done
  691.   
  692. --- 744,757 ----
  693.   
  694.   fi
  695.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  696. !   /bin/echo "$ac_t""yes" 1>&4
  697. !     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  698.     cat >> confdefs.h <<EOF
  699.   #define $ac_tr_func 1
  700.   EOF
  701.    
  702.   else
  703. !   /bin/echo "$ac_t""no" 1>&4
  704.   fi
  705.   done
  706.   
  707. ***************
  708. *** 814,820 ****
  709.   : ${CONFIG_STATUS=./config.status}
  710.   
  711.   echo creating $CONFIG_STATUS
  712. ! rm -f $CONFIG_STATUS
  713.   cat > $CONFIG_STATUS <<EOF
  714.   #!/bin/sh
  715.   # Generated automatically by configure.
  716. --- 816,824 ----
  717.   : ${CONFIG_STATUS=./config.status}
  718.   
  719.   echo creating $CONFIG_STATUS
  720. ! # Some systems, like AmigaDOS, won't allow you to remove a script that is
  721. ! # being executed, so just move it out of the way instead.
  722. ! if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  723.   cat > $CONFIG_STATUS <<EOF
  724.   #!/bin/sh
  725.   # Generated automatically by configure.
  726. ***************
  727. *** 835,841 ****
  728.       echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  729.       exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  730.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  731. !     echo "$CONFIG_STATUS generated by autoconf version 2.1"
  732.       exit 0 ;;
  733.     -help | --help | --hel | --he | --h)
  734.       echo "\$ac_cs_usage"; exit 0 ;;
  735. --- 839,845 ----
  736.       echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  737.       exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  738.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  739. !     /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
  740.       exit 0 ;;
  741.     -help | --help | --hel | --he | --h)
  742.       echo "\$ac_cs_usage"; exit 0 ;;
  743. ***************
  744. *** 878,898 ****
  745.   for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  746.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  747.     case "$ac_file" in
  748. !   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  749. !        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  750.     *) ac_file_in="${ac_file}.in" ;;
  751.     esac
  752.   
  753.     # Adjust relative srcdir, etc. for subdirectories.
  754.   
  755.     # Remove last slash and all that follows it.  Not all systems have dirname.
  756. !   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  757.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  758.       # The file is in a subdirectory.
  759.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  760.       ac_dir_suffix="/$ac_dir"
  761.       # A "../" for each directory in $ac_dir_suffix.
  762. !     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  763.     else
  764.       ac_dir_suffix= ac_dots=
  765.     fi
  766. --- 882,902 ----
  767.   for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  768.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  769.     case "$ac_file" in
  770. !   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  771. !        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  772.     *) ac_file_in="${ac_file}.in" ;;
  773.     esac
  774.   
  775.     # Adjust relative srcdir, etc. for subdirectories.
  776.   
  777.     # Remove last slash and all that follows it.  Not all systems have dirname.
  778. !   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  779.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  780.       # The file is in a subdirectory.
  781.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  782.       ac_dir_suffix="/$ac_dir"
  783.       # A "../" for each directory in $ac_dir_suffix.
  784. !     ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  785.     else
  786.       ac_dir_suffix= ac_dots=
  787.     fi
  788. ***************
  789. *** 900,906 ****
  790.     case "$ac_given_srcdir" in
  791.     .)  srcdir=.
  792.         if test -z "$ac_dots"; then top_srcdir=.
  793. !       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  794.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  795.     *) # Relative path.
  796.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  797. --- 904,910 ----
  798.     case "$ac_given_srcdir" in
  799.     .)  srcdir=.
  800.         if test -z "$ac_dots"; then top_srcdir=.
  801. !       else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
  802.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  803.     *) # Relative path.
  804.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  805. ***************
  806. *** 913,919 ****
  807.     esac
  808.     echo creating "$ac_file"
  809.     rm -f "$ac_file"
  810. !   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  811.     case "$ac_file" in
  812.     *Makefile*) ac_comsub="1i\\
  813.   # $configure_input" ;;
  814. --- 917,923 ----
  815.     esac
  816.     echo creating "$ac_file"
  817.     rm -f "$ac_file"
  818. !   configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
  819.     case "$ac_file" in
  820.     *Makefile*) ac_comsub="1i\\
  821.   # $configure_input" ;;
  822. diff -rc --new-file dbug-2.3/dbug.c /gnu/src/amiga/dbug-2.3/dbug.c
  823. *** dbug-2.3/dbug.c    Thu Jan  5 16:59:55 1995
  824. --- /gnu/src/amiga/dbug-2.3/dbug.c    Thu Jan  5 23:42:33 1995
  825. ***************
  826. *** 1500,1506 ****
  827.       char *lastslash;
  828.   #endif
  829.   
  830. ! #if (!unix && !xenix)
  831.       granted = TRUE;
  832.   #else
  833.       granted = FALSE;
  834. --- 1500,1506 ----
  835.       char *lastslash;
  836.   #endif
  837.   
  838. ! #if !(unix || xenix || (__amigados__ && __GNUC__))
  839.       granted = TRUE;
  840.   #else
  841.       granted = FALSE;
  842.