Changeset 8a1c14b in rtems for contrib/rtemsrpms/configure.ac


Ignore:
Timestamp:
08/18/06 11:28:17 (17 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7272828
Parents:
0e872e6a
Message:

Renamed the spec file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/rtemsrpms/configure.ac

    r0e872e6a r8a1c14b  
    3030 NONE|$ac_default_prefix)
    3131  prefix=$ac_default_prefix
    32   rpmprefix="rtems-"
    3332  ;;
    3433 *)
     
    5857    ;;
    5958  *) # presume user knows what he is doing
    60     rpmdbpath=$enable_rpmdbpath;;
     59    rpmdbpath="--dbpath $enable_rpmdbpath";;
    6160  esac
    6261])
    63 rpmdbpath="--dbpath $rpmdbpath"
    6462
    6563bootstrap=no
     
    8179   ;;
    8280  no)
    83    bsps="RTEMS_BSPS=\"\""
     81   bsps="RTEMS_BSP=\"\""
    8482   ;;
    8583  *) # take a the list to build
    86    bsps="RTEMS_BSPS=\"$enable_bsps\""
     84   bsps="RTEMS_BSP=\"$enable_bsps\""
    8785   ;;
    8886  esac
     
    9694AC_SUBST(RPMDBPATH, [$rpmdbpath])
    9795AC_SUBST(RTEMS_BOOTSTRAP, [$bootstrap])
    98 AC_SUBST(RTEMS_BSPS, [$bsps])
     96AC_SUBST(RTEMS_BSP, [$bsps])
    9997
    100 AC_CONFIG_FILES([Makefile rtems.specs])
     98AC_CONFIG_FILES([Makefile rtems.spec])
    10199
    102100AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.