Changeset 8a1c14b in rtems for contrib/rtemsrpms/configure.ac
- Timestamp:
- 08/18/06 11:28:17 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7272828
- Parents:
- 0e872e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/rtemsrpms/configure.ac
r0e872e6a r8a1c14b 30 30 NONE|$ac_default_prefix) 31 31 prefix=$ac_default_prefix 32 rpmprefix="rtems-"33 32 ;; 34 33 *) … … 58 57 ;; 59 58 *) # presume user knows what he is doing 60 rpmdbpath= $enable_rpmdbpath;;59 rpmdbpath="--dbpath $enable_rpmdbpath";; 61 60 esac 62 61 ]) 63 rpmdbpath="--dbpath $rpmdbpath"64 62 65 63 bootstrap=no … … 81 79 ;; 82 80 no) 83 bsps="RTEMS_BSP S=\"\""81 bsps="RTEMS_BSP=\"\"" 84 82 ;; 85 83 *) # take a the list to build 86 bsps="RTEMS_BSP S=\"$enable_bsps\""84 bsps="RTEMS_BSP=\"$enable_bsps\"" 87 85 ;; 88 86 esac … … 96 94 AC_SUBST(RPMDBPATH, [$rpmdbpath]) 97 95 AC_SUBST(RTEMS_BOOTSTRAP, [$bootstrap]) 98 AC_SUBST(RTEMS_BSP S, [$bsps])96 AC_SUBST(RTEMS_BSP, [$bsps]) 99 97 100 AC_CONFIG_FILES([Makefile rtems.spec s])98 AC_CONFIG_FILES([Makefile rtems.spec]) 101 99 102 100 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.