/[rtmk]/rtmk/configure
ViewVC logotype

Diff of /rtmk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jrydberg, Sat Jan 5 00:08:30 2002 UTC revision 1.5 by jrydberg, Fri Jan 11 22:24:11 2002 UTC
# Line 17  ac_help="$ac_help Line 17  ac_help="$ac_help
17  ac_help="$ac_help  ac_help="$ac_help
18    --with-smp=NCPUS        add SMP support.  NCPUS is maximum number of cpus"    --with-smp=NCPUS        add SMP support.  NCPUS is maximum number of cpus"
19  ac_help="$ac_help  ac_help="$ac_help
20      --enable-bochs          add hacks for running rtmk within bochs"
21    ac_help="$ac_help
22    --with-machine=MACHINE  specify machine type"    --with-machine=MACHINE  specify machine type"
23  ac_help="$ac_help  ac_help="$ac_help
24    --enable-diagnostics    enable kernel diagnostics"    --enable-diagnostics    enable kernel diagnostics"
# Line 577  else { echo "configure: error: can not r Line 579  else { echo "configure: error: can not r
579  fi  fi
580    
581  echo $ac_n "checking host system type""... $ac_c" 1>&6  echo $ac_n "checking host system type""... $ac_c" 1>&6
582  echo "configure:581: checking host system type" >&5  echo "configure:583: checking host system type" >&5
583    
584  host_alias=$host  host_alias=$host
585  case "$host_alias" in  case "$host_alias" in
# Line 598  host_os=`echo $host | sed 's/^\([^-]*\)- Line 600  host_os=`echo $host | sed 's/^\([^-]*\)-
600  echo "$ac_t""$host" 1>&6  echo "$ac_t""$host" 1>&6
601    
602  echo $ac_n "checking target system type""... $ac_c" 1>&6  echo $ac_n "checking target system type""... $ac_c" 1>&6
603  echo "configure:602: checking target system type" >&5  echo "configure:604: checking target system type" >&5
604    
605  target_alias=$target  target_alias=$target
606  case "$target_alias" in  case "$target_alias" in
# Line 616  target_os=`echo $target | sed 's/^\([^-] Line 618  target_os=`echo $target | sed 's/^\([^-]
618  echo "$ac_t""$target" 1>&6  echo "$ac_t""$target" 1>&6
619    
620  echo $ac_n "checking build system type""... $ac_c" 1>&6  echo $ac_n "checking build system type""... $ac_c" 1>&6
621  echo "configure:620: checking build system type" >&5  echo "configure:622: checking build system type" >&5
622    
623  build_alias=$build  build_alias=$build
624  case "$build_alias" in  case "$build_alias" in
# Line 650  test "$host_alias" != "$target_alias" && Line 652  test "$host_alias" != "$target_alias" &&
652  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
653  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
654  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
655  echo "configure:654: checking for a BSD compatible install" >&5  echo "configure:656: checking for a BSD compatible install" >&5
656  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
657  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
658    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 703  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 705  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
705  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
706    
707  echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6  echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
708  echo "configure:707: checking whether build environment is sane" >&5  echo "configure:709: checking whether build environment is sane" >&5
709  # Just in case  # Just in case
710  sleep 1  sleep 1
711  echo timestamp > conftestfile  echo timestamp > conftestfile
# Line 760  test "$program_suffix" != NONE && Line 762  test "$program_suffix" != NONE &&
762  test "$program_transform_name" = "" && program_transform_name="s,x,x,"  test "$program_transform_name" = "" && program_transform_name="s,x,x,"
763    
764  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
765  echo "configure:764: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "configure:766: checking whether ${MAKE-make} sets \${MAKE}" >&5
766  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
767  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
768    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 806  EOF Line 808  EOF
808    
809  missing_dir=`cd $ac_aux_dir && pwd`  missing_dir=`cd $ac_aux_dir && pwd`
810  echo $ac_n "checking for working aclocal""... $ac_c" 1>&6  echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
811  echo "configure:810: checking for working aclocal" >&5  echo "configure:812: checking for working aclocal" >&5
812  # Run test in a subshell; some versions of sh will print an error if  # Run test in a subshell; some versions of sh will print an error if
813  # an executable is not found, even if stderr is redirected.  # an executable is not found, even if stderr is redirected.
814  # Redirect stdin to placate older versions of autoconf.  Sigh.  # Redirect stdin to placate older versions of autoconf.  Sigh.
# Line 819  else Line 821  else
821  fi  fi
822    
823  echo $ac_n "checking for working autoconf""... $ac_c" 1>&6  echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
824  echo "configure:823: checking for working autoconf" >&5  echo "configure:825: checking for working autoconf" >&5
825  # Run test in a subshell; some versions of sh will print an error if  # Run test in a subshell; some versions of sh will print an error if
826  # an executable is not found, even if stderr is redirected.  # an executable is not found, even if stderr is redirected.
827  # Redirect stdin to placate older versions of autoconf.  Sigh.  # Redirect stdin to placate older versions of autoconf.  Sigh.
# Line 832  else Line 834  else
834  fi  fi
835    
836  echo $ac_n "checking for working automake""... $ac_c" 1>&6  echo $ac_n "checking for working automake""... $ac_c" 1>&6
837  echo "configure:836: checking for working automake" >&5  echo "configure:838: checking for working automake" >&5
838  # Run test in a subshell; some versions of sh will print an error if  # Run test in a subshell; some versions of sh will print an error if
839  # an executable is not found, even if stderr is redirected.  # an executable is not found, even if stderr is redirected.
840  # Redirect stdin to placate older versions of autoconf.  Sigh.  # Redirect stdin to placate older versions of autoconf.  Sigh.
# Line 845  else Line 847  else
847  fi  fi
848    
849  echo $ac_n "checking for working autoheader""... $ac_c" 1>&6  echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
850  echo "configure:849: checking for working autoheader" >&5  echo "configure:851: checking for working autoheader" >&5
851  # Run test in a subshell; some versions of sh will print an error if  # Run test in a subshell; some versions of sh will print an error if
852  # an executable is not found, even if stderr is redirected.  # an executable is not found, even if stderr is redirected.
853  # Redirect stdin to placate older versions of autoconf.  Sigh.  # Redirect stdin to placate older versions of autoconf.  Sigh.
# Line 858  else Line 860  else
860  fi  fi
861    
862  echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6  echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
863  echo "configure:862: checking for working makeinfo" >&5  echo "configure:864: checking for working makeinfo" >&5
864  # Run test in a subshell; some versions of sh will print an error if  # Run test in a subshell; some versions of sh will print an error if
865  # an executable is not found, even if stderr is redirected.  # an executable is not found, even if stderr is redirected.
866  # Redirect stdin to placate older versions of autoconf.  Sigh.  # Redirect stdin to placate older versions of autoconf.  Sigh.
# Line 872  fi Line 874  fi
874    
875    
876  echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6  echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
877  echo "configure:876: checking whether to enable maintainer-specific portions of Makefiles" >&5  echo "configure:878: checking whether to enable maintainer-specific portions of Makefiles" >&5
878      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.      # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
879  if test "${enable_maintainer_mode+set}" = set; then  if test "${enable_maintainer_mode+set}" = set; then
880    enableval="$enable_maintainer_mode"    enableval="$enable_maintainer_mode"
# Line 899  fi Line 901  fi
901  # Extract the first word of "gcc", so it can be a program name with args.  # Extract the first word of "gcc", so it can be a program name with args.
902  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
903  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
904  echo "configure:903: checking for $ac_word" >&5  echo "configure:905: checking for $ac_word" >&5
905  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
906    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
907  else  else
# Line 929  if test -z "$CC"; then Line 931  if test -z "$CC"; then
931    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
932  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
933  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
934  echo "configure:933: checking for $ac_word" >&5  echo "configure:935: checking for $ac_word" >&5
935  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
936    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
937  else  else
# Line 978  fi Line 980  fi
980  fi  fi
981    
982  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
983  echo "configure:982: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  echo "configure:984: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
984    
985  ac_ext=c  ac_ext=c
986  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
# Line 989  cross_compiling=$ac_cv_prog_cc_cross Line 991  cross_compiling=$ac_cv_prog_cc_cross
991    
992  cat > conftest.$ac_ext << EOF  cat > conftest.$ac_ext << EOF
993    
994  #line 993 "configure"  #line 995 "configure"
995  #include "confdefs.h"  #include "confdefs.h"
996    
997  main(){return(0);}  main(){return(0);}
998  EOF  EOF
999  if { (eval echo configure:998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:1000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1000    ac_cv_prog_cc_works=yes    ac_cv_prog_cc_works=yes
1001    # If we can't run a trivial program, we are probably using a cross compiler.    # If we can't run a trivial program, we are probably using a cross compiler.
1002    if (./conftest; exit) 2>/dev/null; then    if (./conftest; exit) 2>/dev/null; then
# Line 1024  else Line 1026  else
1026   cross_linkable=yes   cross_linkable=yes
1027  fi  fi
1028  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1029  echo "configure:1028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  echo "configure:1030: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1030  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1031    
1032  cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
1033    
1034  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1035  echo "configure:1034: checking whether we are using GNU C" >&5  echo "configure:1036: checking whether we are using GNU C" >&5
1036  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1037    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1038  else  else
# Line 1039  else Line 1041  else
1041    yes;    yes;
1042  #endif  #endif
1043  EOF  EOF
1044  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1045    ac_cv_prog_gcc=yes    ac_cv_prog_gcc=yes
1046  else  else
1047    ac_cv_prog_gcc=no    ac_cv_prog_gcc=no
# Line 1077  fi Line 1079  fi
1079      msg="for C compiler warning and ANSI conformance flags"      msg="for C compiler warning and ANSI conformance flags"
1080    fi    fi
1081    echo $ac_n "checking $msg""... $ac_c" 1>&6    echo $ac_n "checking $msg""... $ac_c" 1>&6
1082  echo "configure:1081: checking $msg" >&5  echo "configure:1083: checking $msg" >&5
1083  if eval "test \"`echo '$''{'ac_cv_prog_cc_warnings'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_cc_warnings'+set}'`\" = set"; then
1084    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1085  else  else
# Line 1161  fi Line 1163  fi
1163  # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.  # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
1164  set dummy ${ac_tool_prefix}ld; ac_word=$2  set dummy ${ac_tool_prefix}ld; ac_word=$2
1165  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1166  echo "configure:1165: checking for $ac_word" >&5  echo "configure:1167: checking for $ac_word" >&5
1167  if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1168    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1169  else  else
# Line 1193  fi Line 1195  fi
1195  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1196  set dummy ${ac_tool_prefix}ar; ac_word=$2  set dummy ${ac_tool_prefix}ar; ac_word=$2
1197  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1198  echo "configure:1197: checking for $ac_word" >&5  echo "configure:1199: checking for $ac_word" >&5
1199  if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1200    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1201  else  else
# Line 1225  fi Line 1227  fi
1227  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1228  set dummy ${ac_tool_prefix}ranlib; ac_word=$2  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1229  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1230  echo "configure:1229: checking for $ac_word" >&5  echo "configure:1231: checking for $ac_word" >&5
1231  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1232    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1233  else  else
# Line 1256  fi Line 1258  fi
1258    
1259    
1260  echo $ac_n "checking for working const""... $ac_c" 1>&6  echo $ac_n "checking for working const""... $ac_c" 1>&6
1261  echo "configure:1260: checking for working const" >&5  echo "configure:1262: checking for working const" >&5
1262  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1263    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1264  else  else
1265    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1266  #line 1265 "configure"  #line 1267 "configure"
1267  #include "confdefs.h"  #include "confdefs.h"
1268    
1269  int main() {  int main() {
# Line 1310  ccp = (char const *const *) p; Line 1312  ccp = (char const *const *) p;
1312    
1313  ; return 0; }  ; return 0; }
1314  EOF  EOF
1315  if { (eval echo configure:1314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:1316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1316    rm -rf conftest*    rm -rf conftest*
1317    ac_cv_c_const=yes    ac_cv_c_const=yes
1318  else  else
# Line 1331  EOF Line 1333  EOF
1333  fi  fi
1334    
1335  echo $ac_n "checking for inline""... $ac_c" 1>&6  echo $ac_n "checking for inline""... $ac_c" 1>&6
1336  echo "configure:1335: checking for inline" >&5  echo "configure:1337: checking for inline" >&5
1337  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
1338    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1339  else  else
1340    ac_cv_c_inline=no    ac_cv_c_inline=no
1341  for ac_kw in inline __inline__ __inline; do  for ac_kw in inline __inline__ __inline; do
1342    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1343  #line 1342 "configure"  #line 1344 "configure"
1344  #include "confdefs.h"  #include "confdefs.h"
1345    
1346  int main() {  int main() {
1347  } $ac_kw foo() {  } $ac_kw foo() {
1348  ; return 0; }  ; return 0; }
1349  EOF  EOF
1350  if { (eval echo configure:1349: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:1351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1351    rm -rf conftest*    rm -rf conftest*
1352    ac_cv_c_inline=$ac_kw; break    ac_cv_c_inline=$ac_kw; break
1353  else  else
# Line 1395  cat >> confdefs.h <<EOF Line 1397  cat >> confdefs.h <<EOF
1397  EOF  EOF
1398    
1399    
1400    IN_BOCHS=0
1401    # Check whether --enable-bochs or --disable-bochs was given.
1402    if test "${enable_bochs+set}" = set; then
1403      enableval="$enable_bochs"
1404      IN_BOCHS=1
1405    fi
1406    
1407    
1408  # Check whether --with-machine or --without-machine was given.  # Check whether --with-machine or --without-machine was given.
1409  if test "${with_machine+set}" = set; then  if test "${with_machine+set}" = set; then
1410    withval="$with_machine"    withval="$with_machine"
# Line 1444  ${CONFIG_SHELL-/bin/sh} $srcdir/configur Line 1454  ${CONFIG_SHELL-/bin/sh} $srcdir/configur
1454    
1455    
1456    
1457    
1458  subdirs="${TARGET_ARCH} rig"  subdirs="${TARGET_ARCH} rig"
1459    
1460    
# Line 1562  ac_given_INSTALL="$INSTALL" Line 1573  ac_given_INSTALL="$INSTALL"
1573    
1574  trap 'rm -fr `echo "Makefile libkern/Makefile include/Makefile include/rtmk/Makefile  trap 'rm -fr `echo "Makefile libkern/Makefile include/Makefile include/rtmk/Makefile
1575  include/rtmk/i386/Makefile include/rtmk/ppc/Makefile doc/Makefile config/Makefile  include/rtmk/i386/Makefile include/rtmk/ppc/Makefile doc/Makefile config/Makefile
1576  user/Makefile user/rtmk/Makefile user/sa/Makefile cpus.h:cpus.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15  user/Makefile user/rtmk/Makefile user/sa/Makefile cpus.h:cpus.h.in
1577    .gdtinit:dot-gdbinit" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1578  EOF  EOF
1579  cat >> $CONFIG_STATUS <<EOF  cat >> $CONFIG_STATUS <<EOF
1580    
# Line 1639  s%@target_overrides@%%g Line 1651  s%@target_overrides@%%g
1651  s%@NCPUS@%$NCPUS%g  s%@NCPUS@%$NCPUS%g
1652  s%@WITH_SMP@%$WITH_SMP%g  s%@WITH_SMP@%$WITH_SMP%g
1653  s%@LIBGCC@%$LIBGCC%g  s%@LIBGCC@%$LIBGCC%g
1654    s%@IN_BOCHS@%$IN_BOCHS%g
1655  s%@subdirs@%$subdirs%g  s%@subdirs@%$subdirs%g
1656    
1657  CEOF  CEOF
# Line 1683  cat >> $CONFIG_STATUS <<EOF Line 1696  cat >> $CONFIG_STATUS <<EOF
1696    
1697  CONFIG_FILES=\${CONFIG_FILES-"Makefile libkern/Makefile include/Makefile include/rtmk/Makefile  CONFIG_FILES=\${CONFIG_FILES-"Makefile libkern/Makefile include/Makefile include/rtmk/Makefile
1698  include/rtmk/i386/Makefile include/rtmk/ppc/Makefile doc/Makefile config/Makefile  include/rtmk/i386/Makefile include/rtmk/ppc/Makefile doc/Makefile config/Makefile
1699  user/Makefile user/rtmk/Makefile user/sa/Makefile cpus.h:cpus.h.in"}  user/Makefile user/rtmk/Makefile user/sa/Makefile cpus.h:cpus.h.in
1700    .gdtinit:dot-gdbinit"}
1701  EOF  EOF
1702  cat >> $CONFIG_STATUS <<\EOF  cat >> $CONFIG_STATUS <<\EOF
1703  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26