Remove CVS-Ids.

This commit is contained in:
Ralf Corsépius
2012-05-04 08:55:07 +02:00
parent fdc39c482a
commit 0caef32f7b
16 changed files with 0 additions and 41 deletions

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I aclocal ACLOCAL_AMFLAGS = -I aclocal
DISTCLEANFILES = DISTCLEANFILES =

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
dnl canonicalize target cpu dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os" dnl target naming conventions "processor-vendor-os"

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Set target tools dnl Set target tools
dnl dnl

View File

@@ -1,5 +1,3 @@
# RTEMS_CHECK_CPUOPTS(define) # RTEMS_CHECK_CPUOPTS(define)
AC_DEFUN([RTEMS_CHECK_CPUOPTS], AC_DEFUN([RTEMS_CHECK_CPUOPTS],
[ [

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_CXX], AC_DEFUN([RTEMS_CHECK_CXX],
[dnl [dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,5 +1,3 @@
dnl $Id$
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to ## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
## the un-prefixed version of PROG-TO-CHECK-FOR. ## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]]) dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_CXX], AC_DEFUN([RTEMS_ENABLE_CXX],
[ [
AC_ARG_ENABLE(cxx, AC_ARG_ENABLE(cxx,

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl Override the set of BSPs to be built. dnl Override the set of BSPs to be built.
dnl used by the toplevel configure script dnl used by the toplevel configure script
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)

View File

@@ -1,5 +1,3 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_TESTS], AC_DEFUN([RTEMS_ENABLE_TESTS],
[ [
AC_ARG_ENABLE(tests, AC_ARG_ENABLE(tests,

View File

@@ -1,5 +1,3 @@
dnl $Id$
dnl Pass a single BSP via an environment variable dnl Pass a single BSP via an environment variable
dnl used by per BSP configure scripts dnl used by per BSP configure scripts
AC_DEFUN([RTEMS_ENV_RTEMSBSP], AC_DEFUN([RTEMS_ENV_RTEMSBSP],

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check for target gcc dnl Check for target gcc
dnl dnl

View File

@@ -1,6 +1,3 @@
dnl
dnl $Id$
dnl
dnl Check for target g++ dnl Check for target g++
dnl dnl

View File

@@ -1,7 +1,3 @@
dnl
dnl $Id$
dnl
AC_DEFUN([RTEMS_PROJECT_ROOT], AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl [dnl
AC_REQUIRE([RTEMS_TOP]) AC_REQUIRE([RTEMS_TOP])

View File

@@ -1,5 +1,3 @@
dnl $Id$
# AC_DISABLE_OPTION_CHECKING is not available before 2.62 # AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62) AC_PREREQ(2.62)

View File

@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])