Changeset 0f77281 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
07/19/12 13:44:32 (12 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
bb2b825
Parents:
c0456d7f
Message:

Require autoconf-2.69.

Location:
c/src/lib/libbsp/sh
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/configure.ac

    rc0456d7f r0f77281  
    11## Process this file with autoconf to produce a configure script.
    22
    3 AC_PREREQ([2.68])
     3AC_PREREQ([2.69])
    44AC_INIT([rtems-c-src-lib-libbsp-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
    55AC_CONFIG_SRCDIR([gensh1])
  • c/src/lib/libbsp/sh/gensh1/configure.ac

    rc0456d7f r0f77281  
    11## Process this file with autoconf to produce a configure script.
    22
    3 AC_PREREQ([2.68])
     3AC_PREREQ([2.69])
    44AC_INIT([rtems-c-src-lib-libbsp-sh-gensh1],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
    55AC_CONFIG_SRCDIR([bsp_specs])
  • c/src/lib/libbsp/sh/gensh2/configure.ac

    rc0456d7f r0f77281  
    11## Process this file with autoconf to produce a configure script.
    22
    3 AC_PREREQ([2.68])
     3AC_PREREQ([2.69])
    44AC_INIT([rtems-c-src-lib-libbsp-sh-gensh2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
    55AC_CONFIG_SRCDIR([bsp_specs])
  • c/src/lib/libbsp/sh/gensh4/configure.ac

    rc0456d7f r0f77281  
    11## Process this file with autoconf to produce a configure script.
    22
    3 AC_PREREQ([2.68])
     3AC_PREREQ([2.69])
    44AC_INIT([rtems-c-src-lib-libbsp-sh-gensh4],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
    55AC_CONFIG_SRCDIR([bsp_specs])
  • c/src/lib/libbsp/sh/shsim/configure.ac

    rc0456d7f r0f77281  
    11## Process this file with autoconf to produce a configure script.
    22
    3 AC_PREREQ([2.68])
     3AC_PREREQ([2.69])
    44AC_INIT([rtems-c-src-lib-libbsp-sh-shsim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
    55AC_CONFIG_SRCDIR([bsp_specs])
Note: See TracChangeset for help on using the changeset viewer.