Changeset 55f441e3 in rtems


Ignore:
Timestamp:
12/12/03 16:14:32 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
de3e979
Parents:
3d02fadb
Message:

2003-12-12 Ralf Corsepius <corsepiu@…>

  • aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
  • aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
Location:
testsuites
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/ChangeLog

    r3d02fadb r55f441e3  
     12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
     4        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
     5        Cleanups.
     6
    172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • testsuites/aclocal/env-rtemsbsp.m4

    r3d02fadb r55f441e3  
    3434AC_SUBST(GCC_SPECS)
    3535
    36 PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
    37 AC_SUBST(PROJECT_INCLUDE)
    38 
    39 PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP"   
    40 AC_SUBST(PROJECT_RELEASE)
    41 
    4236RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP"
    4337AC_SUBST(RTEMS_ROOT)
     
    5246libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
    5347
    54 bsplibdir="\${exec_prefix}/${RTEMS_BSP}/lib"
    55 AC_SUBST(bsplibdir)
     48AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"])
     49AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)/$RTEMS_BSP"])
     50
     51AC_SUBST([project_libdir],["\$(libdir)"])
     52AC_SUBST([project_includedir],["\$(includedir)"])
    5653])
Note: See TracChangeset for help on using the changeset viewer.