Changeset cca5631 in rtems


Ignore:
Timestamp:
07/19/02 04:04:49 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
90d6c6cf
Parents:
60f3702
Message:

2002-07-18 Ralf Corsepius <corsepiu@…>

  • aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r60f3702 rcca5631  
     12002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
     4
    152002-07-17      Joel Sherrill <joel@OARcorp.com>
    26
  • aclocal/env-rtemsbsp.m4

    r60f3702 rcca5631  
    4545
    4646includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
     47libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
     48
     49bsplibdir="\${exec_prefix}/${RTEMS_BSP}/lib"
     50AC_SUBST(bsplibdir)
    4751])
Note: See TracChangeset for help on using the changeset viewer.