Changeset 710389fc in rtems
- Timestamp:
- 03/30/99 15:38:57 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6a4096b
- Parents:
- e5f4e5a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
re5f4e5a r710389fc 3496 3496 3497 3497 3498 PROJECT_ROOT=`pwd;`3499 3500 3498 # If RTEMS macros are enabled, then use them. Otherwise, use inlines. 3501 3499 if test "$RTEMS_USE_MACROS" = "yes"; then … … 3511 3509 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles 3512 3510 echo $ac_n "checking if networking is enabled? ""... $ac_c" 1>&6 3513 echo "configure:351 4: checking if networking is enabled? " >&53511 echo "configure:3512: checking if networking is enabled? " >&5 3514 3512 echo "$ac_t""$RTEMS_HAS_NETWORKING" 1>&6 3515 3513 if test "$RTEMS_HAS_NETWORKING" = "yes"; then 3516 3514 3517 3515 echo $ac_n "checking for Makefile.in in c/src/lib/libnetworking""... $ac_c" 1>&6 3518 echo "configure:351 9: checking for Makefile.in in c/src/lib/libnetworking" >&53516 echo "configure:3517: checking for Makefile.in in c/src/lib/libnetworking" >&5 3519 3517 if test -d $srcdir/c/src/lib/libnetworking; then 3520 3518 rtems_av_save_dir=`pwd`; … … 3531 3529 3532 3530 echo $ac_n "checking for Makefile.in in c/src/lib/librpc""... $ac_c" 1>&6 3533 echo "configure:353 4: checking for Makefile.in in c/src/lib/librpc" >&53531 echo "configure:3532: checking for Makefile.in in c/src/lib/librpc" >&5 3534 3532 if test -d $srcdir/c/src/lib/librpc; then 3535 3533 rtems_av_save_dir=`pwd`; … … 3546 3544 if test "$RTEMS_HAS_RDBG" = "yes"; then 3547 3545 echo $ac_n "checking whether cpu supports rdbg? ""... $ac_c" 1>&6 3548 echo "configure:354 9: checking whether cpu supports rdbg? " >&53546 echo "configure:3547: checking whether cpu supports rdbg? " >&5 3549 3547 test ! -d "$srcdir/c/src/lib/librdbg/$target_cpu" && RTEMS_HAS_RDBG="no" ; 3550 3548 echo "$ac_t""$RTEMS_HAS_RDBG" 1>&6 … … 3553 3551 set dummy rpcgen; ac_word=$2 3554 3552 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3555 echo "configure:355 6: checking for $ac_word" >&53553 echo "configure:3554: checking for $ac_word" >&5 3556 3554 if eval "test \"`echo '$''{'ac_cv_path_RPCGEN'+set}'`\" = set"; then 3557 3555 echo $ac_n "(cached) $ac_c" 1>&6 … … 3593 3591 set dummy $ac_prog; ac_word=$2 3594 3592 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3595 echo "configure:359 6: checking for $ac_word" >&53593 echo "configure:3594: checking for $ac_word" >&5 3596 3594 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 3597 3595 echo $ac_n "(cached) $ac_c" 1>&6 … … 3627 3625 3628 3626 echo $ac_n "checking for Makefile.in in c/src/lib/librdbg""... $ac_c" 1>&6 3629 echo "configure:36 30: checking for Makefile.in in c/src/lib/librdbg" >&53627 echo "configure:3628: checking for Makefile.in in c/src/lib/librdbg" >&5 3630 3628 if test -d $srcdir/c/src/lib/librdbg; then 3631 3629 rtems_av_save_dir=`pwd`; … … 3654 3652 # If the tests are enabled, then find all the test suite Makefiles 3655 3653 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 3656 echo "configure:365 7: checking if the test suites are enabled? " >&53654 echo "configure:3655: checking if the test suites are enabled? " >&5 3657 3655 tests_enabled=yes 3658 3656 # Check whether --enable-tests or --disable-tests was given. … … 3672 3670 3673 3671 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 3674 echo "configure:367 5: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&53672 echo "configure:3673: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 3675 3673 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 3676 3674 rtems_av_save_dir=`pwd`; … … 3689 3687 3690 3688 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 3691 echo "configure:369 2: checking for Makefile.in in c/src/tests/libtests" >&53689 echo "configure:3690: checking for Makefile.in in c/src/tests/libtests" >&5 3692 3690 if test -d $srcdir/c/src/tests/libtests; then 3693 3691 rtems_av_save_dir=`pwd`; … … 3704 3702 3705 3703 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 3706 echo "configure:370 7: checking for Makefile.in in c/src/tests/sptests" >&53704 echo "configure:3705: checking for Makefile.in in c/src/tests/sptests" >&5 3707 3705 if test -d $srcdir/c/src/tests/sptests; then 3708 3706 rtems_av_save_dir=`pwd`; … … 3719 3717 3720 3718 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 3721 echo "configure:372 2: checking for Makefile.in in c/src/tests/tmtests" >&53719 echo "configure:3720: checking for Makefile.in in c/src/tests/tmtests" >&5 3722 3720 if test -d $srcdir/c/src/tests/tmtests; then 3723 3721 rtems_av_save_dir=`pwd`; … … 3735 3733 3736 3734 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 3737 echo "configure:373 8: checking for Makefile.in in c/src/tests/mptests" >&53735 echo "configure:3736: checking for Makefile.in in c/src/tests/mptests" >&5 3738 3736 if test -d $srcdir/c/src/tests/mptests; then 3739 3737 rtems_av_save_dir=`pwd`; … … 3752 3750 3753 3751 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 3754 echo "configure:375 5: checking for Makefile.in in c/src/tests/psxtests" >&53752 echo "configure:3753: checking for Makefile.in in c/src/tests/psxtests" >&5 3755 3753 if test -d $srcdir/c/src/tests/psxtests; then 3756 3754 rtems_av_save_dir=`pwd`; … … 3786 3784 if test "$RTEMS_HAS_HWAPI" = "yes"; then 3787 3785 echo $ac_n "checking whether libwapi is present""... $ac_c" 1>&6 3788 echo "configure:378 9: checking whether libwapi is present" >&53786 echo "configure:3787: checking whether libwapi is present" >&5 3789 3787 if test -f ${srcdir}/c/src/lib/libhwapi/Makefile.in ; then 3790 3788 echo "$ac_t""yes" 1>&6 … … 3792 3790 3793 3791 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 3794 echo "configure:379 5: checking for Makefile.in in c/src/lib/libhwapi/analog" >&53792 echo "configure:3793: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 3795 3793 if test -d $srcdir/c/src/lib/libhwapi/analog; then 3796 3794 rtems_av_save_dir=`pwd`; … … 3807 3805 3808 3806 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 3809 echo "configure:38 10: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&53807 echo "configure:3808: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 3810 3808 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 3811 3809 rtems_av_save_dir=`pwd`; … … 3822 3820 3823 3821 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 3824 echo "configure:382 5: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&53822 echo "configure:3823: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 3825 3823 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 3826 3824 rtems_av_save_dir=`pwd`; … … 3837 3835 3838 3836 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 3839 echo "configure:38 40: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&53837 echo "configure:3838: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 3840 3838 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 3841 3839 rtems_av_save_dir=`pwd`; … … 3852 3850 3853 3851 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 3854 echo "configure:385 5: checking for Makefile.in in c/src/lib/libhwapi/serial" >&53852 echo "configure:3853: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 3855 3853 if test -d $srcdir/c/src/lib/libhwapi/serial; then 3856 3854 rtems_av_save_dir=`pwd`; … … 3867 3865 3868 3866 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 3869 echo "configure:38 70: checking for Makefile.in in c/src/lib/libhwapi/support" >&53867 echo "configure:3868: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 3870 3868 if test -d $srcdir/c/src/lib/libhwapi/support; then 3871 3869 rtems_av_save_dir=`pwd`; … … 3882 3880 3883 3881 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 3884 echo "configure:388 5: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&53882 echo "configure:3883: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 3885 3883 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 3886 3884 rtems_av_save_dir=`pwd`; … … 3913 3911 3914 3912 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3913 # pick up all the Makefiles in required parts of the tree 3926 3914 3927 3915 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 3928 echo "configure:39 29: checking for Makefile.in in make" >&53916 echo "configure:3917: checking for Makefile.in in make" >&5 3929 3917 if test -d $srcdir/make; then 3930 3918 rtems_av_save_dir=`pwd`; … … 3941 3929 3942 3930 echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6 3943 echo "configure:39 44: checking for Makefile.in in c/src/lib/libchip" >&53931 echo "configure:3932: checking for Makefile.in in c/src/lib/libchip" >&5 3944 3932 if test -d $srcdir/c/src/lib/libchip; then 3945 3933 rtems_av_save_dir=`pwd`; … … 3956 3944 3957 3945 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 3958 echo "configure:39 59: checking for Makefile.in in c/src/lib/libmisc" >&53946 echo "configure:3947: checking for Makefile.in in c/src/lib/libmisc" >&5 3959 3947 if test -d $srcdir/c/src/lib/libmisc; then 3960 3948 rtems_av_save_dir=`pwd`; … … 3971 3959 3972 3960 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 3973 echo "configure:39 74: checking for Makefile.in in c/src/tests/samples" >&53961 echo "configure:3962: checking for Makefile.in in c/src/tests/samples" >&5 3974 3962 if test -d $srcdir/c/src/tests/samples; then 3975 3963 rtems_av_save_dir=`pwd`; -
configure.in
re5f4e5a r710389fc 292 292 dnl END configure.target.in 293 293 294 PROJECT_ROOT=`pwd;`295 296 294 # If RTEMS macros are enabled, then use them. Otherwise, use inlines. 297 295 if test "$RTEMS_USE_MACROS" = "yes"; then … … 372 370 fi 373 371 374 AC_SUBST(RTEMS_GAS_CODE16)375 372 AC_SUBST(rtems_cv_prog_cc_cross) 376 373 AC_SUBST(RTEMS_BSP_LIST) 377 374 AC_SUBST(RTEMS_HOST) 378 AC_SUBST(RTEMS_LIBC_DIR)379 AC_SUBST(RTEMS_USE_OWN_PDIR)380 AC_SUBST(RTEMS_HAS_POSIX_API)381 AC_SUBST(RTEMS_HAS_MULTIPROCESSING)382 AC_SUBST(RTEMS_HAS_NETWORKING)383 AC_SUBST(RTEMS_HAS_RDBG)384 AC_SUBST(RTEMS_USE_MACROS)385 375 AC_SUBST(RTEMS_HAS_CPLUSPLUS) 386 376 AC_SUBST(RTEMS_USE_GCC272) 387 AC_SUBST(RTEMS_LIBC_DIR)388 377 AC_SUBST(BARE_CPU_CFLAGS) 389 378 AC_SUBST(BARE_CPU_MODEL) 390 AC_SUBST(PROJECT_ROOT)391 379 AC_SUBST(program_prefix) 392 380 AC_SUBST(CC_CFLAGS_DEFAULT)
Note: See TracChangeset
for help on using the changeset viewer.