Changeset c0b267a in rtems


Ignore:
Timestamp:
02/04/04 16:38:25 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3f7b5b5
Parents:
4ba223e1
Message:

2004-02-04 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use RTEMS_ENABLE_RPMPREFIX.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    r4ba223e1 rc0b267a  
     12004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Use RTEMS_ENABLE_RPMPREFIX.
     4
    152004-01-28      RTEMS
    26
  • scripts/configure.ac

    r4ba223e1 rc0b267a  
    1313. ./setup.cache
    1414
    15 AC_ARG_ENABLE([rpmprefix],
    16 [  --enable-rpmprefix=<rpmprefix>      prefix rpms],
    17 [case $enable_rpmprefix in
    18 yes ) rpmprefix="rtems-"]RTEMS_API["-";;
    19 no ) rpmprefix="%{nil}";;
    20 * ) AS_IF([test -z "$enable_rpmprefix"],
    21       [rpmprefix="%{nil}"],
    22       [rpmprefix="$enable_rpmprefix"]);;
    23 esac],
    24 [rpmprefix="rtems-"]RTEMS_API["-"])
    25 
    26 AC_ARG_ENABLE([osversions],
    27 [  --enable-osversions       whether to use version numbers in os-tripples],
    28 [case $enable_osversions in
    29 yes ) osversion=RTEMS_API;;
    30 * ) osversion=;;
    31 esac],
    32 [osversion=RTEMS_API])
     15RTEMS_ENABLE_RPMPREFIX
    3316
    3417AC_MSG_CHECKING(for rpm SPECS directory)
     
    8366AC_SUBST(GDBVERS)
    8467BSPVERS="${rtems_version}"
    85 AC_SUBST(RTEMS_VERSION)
     68AC_SUBST(RTEMS_VERSION,${rtems_version})
    8669AC_SUBST(BSPVERS)
    8770AC_SUBST(RPM_CPU)
Note: See TracChangeset for help on using the changeset viewer.