From 33a105fb69b1398294e304790c2eb7017f188d1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 May 2012 11:08:48 -0500 Subject: Revert: Remove CVS Ids See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details. --- cpukit/aclocal/canonical-target-name.m4 | 4 ++++ cpukit/aclocal/canonicalize-tools.m4 | 3 +++ cpukit/aclocal/check-func.m4 | 2 ++ cpukit/aclocal/check-multiprocessing.m4 | 4 ++++ cpukit/aclocal/check-networking.m4 | 2 ++ cpukit/aclocal/check-newlib.m4 | 2 ++ cpukit/aclocal/check-posix.m4 | 2 ++ cpukit/aclocal/check-rtems-debug.m4 | 2 ++ cpukit/aclocal/check-smp.m4 | 2 ++ cpukit/aclocal/check-tool.m4 | 2 ++ cpukit/aclocal/enable-multiprocessing.m4 | 2 ++ cpukit/aclocal/enable-networking.m4 | 2 ++ cpukit/aclocal/enable-posix.m4 | 2 ++ cpukit/aclocal/enable-rtems-debug.m4 | 2 ++ cpukit/aclocal/enable-smp.m4 | 2 ++ cpukit/aclocal/env-rtemscpu.m4 | 2 ++ cpukit/aclocal/gcc-pipe.m4 | 3 +++ cpukit/aclocal/prog-cc.m4 | 3 +++ cpukit/aclocal/prog-ccas.m4 | 2 ++ cpukit/aclocal/rtems-ampolish.m4 | 2 ++ cpukit/aclocal/rtems-top.m4 | 2 ++ 21 files changed, 49 insertions(+) (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/canonical-target-name.m4 b/cpukit/aclocal/canonical-target-name.m4 index a237c7ba25..230583bf8c 100644 --- a/cpukit/aclocal/canonical-target-name.m4 +++ b/cpukit/aclocal/canonical-target-name.m4 @@ -1,3 +1,7 @@ +dnl +dnl $Id$ +dnl + dnl canonicalize target cpu dnl NOTE: Most rtems targets do not fullfil autoconf's dnl target naming conventions "processor-vendor-os" diff --git a/cpukit/aclocal/canonicalize-tools.m4 b/cpukit/aclocal/canonicalize-tools.m4 index c5f4c73328..540c9a4c29 100644 --- a/cpukit/aclocal/canonicalize-tools.m4 +++ b/cpukit/aclocal/canonicalize-tools.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Set target tools dnl diff --git a/cpukit/aclocal/check-func.m4 b/cpukit/aclocal/check-func.m4 index 36d700bcdd..92787e1b87 100644 --- a/cpukit/aclocal/check-func.m4 +++ b/cpukit/aclocal/check-func.m4 @@ -1,3 +1,5 @@ +# $Id$ + # Check whether FUNCTION is declared in INCLUDES # and whether rtems_stub_FUNCTION or FUNCTION is supplied. diff --git a/cpukit/aclocal/check-multiprocessing.m4 b/cpukit/aclocal/check-multiprocessing.m4 index 1698d3d51f..ca4338b09a 100644 --- a/cpukit/aclocal/check-multiprocessing.m4 +++ b/cpukit/aclocal/check-multiprocessing.m4 @@ -1,3 +1,7 @@ +dnl +dnl $Id$ +dnl + AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING], [dnl AC_REQUIRE([RTEMS_ENV_RTEMSCPU])dnl diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4 index e6d9145596..1b8fe38fd9 100644 --- a/cpukit/aclocal/check-networking.m4 +++ b/cpukit/aclocal/check-networking.m4 @@ -1,3 +1,5 @@ +dnl $Id$ +dnl AC_DEFUN([RTEMS_CHECK_NETWORKING], [dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl diff --git a/cpukit/aclocal/check-newlib.m4 b/cpukit/aclocal/check-newlib.m4 index f23a90c7c7..bbf5f68dc2 100644 --- a/cpukit/aclocal/check-newlib.m4 +++ b/cpukit/aclocal/check-newlib.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_CHECK_NEWLIB], [dnl AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl diff --git a/cpukit/aclocal/check-posix.m4 b/cpukit/aclocal/check-posix.m4 index 6b7ff61c4e..a00dc2456b 100644 --- a/cpukit/aclocal/check-posix.m4 +++ b/cpukit/aclocal/check-posix.m4 @@ -1,3 +1,5 @@ +dnl $Id$ +dnl AC_DEFUN([RTEMS_CHECK_POSIX_API], [dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl diff --git a/cpukit/aclocal/check-rtems-debug.m4 b/cpukit/aclocal/check-rtems-debug.m4 index 280edccd65..ef5c14efef 100644 --- a/cpukit/aclocal/check-rtems-debug.m4 +++ b/cpukit/aclocal/check-rtems-debug.m4 @@ -1,3 +1,5 @@ +## $Id$ + AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG], [AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG]) AS_IF([test x"${enable_rtems_debug}" = x"yes"], diff --git a/cpukit/aclocal/check-smp.m4 b/cpukit/aclocal/check-smp.m4 index b9b10b1bf2..8de5f29ea3 100644 --- a/cpukit/aclocal/check-smp.m4 +++ b/cpukit/aclocal/check-smp.m4 @@ -1,3 +1,5 @@ +dnl $Id$ +dnl AC_DEFUN([RTEMS_CHECK_SMP], [dnl AC_REQUIRE([RTEMS_ENABLE_SMP])dnl diff --git a/cpukit/aclocal/check-tool.m4 b/cpukit/aclocal/check-tool.m4 index 2bc137cd96..4c412c074a 100644 --- a/cpukit/aclocal/check-tool.m4 +++ b/cpukit/aclocal/check-tool.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + ## 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. dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]]) diff --git a/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4 index 3b98a67d25..f664800e40 100644 --- a/cpukit/aclocal/enable-multiprocessing.m4 +++ b/cpukit/aclocal/enable-multiprocessing.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING], [ AC_ARG_ENABLE(multiprocessing, diff --git a/cpukit/aclocal/enable-networking.m4 b/cpukit/aclocal/enable-networking.m4 index d9b50ef208..a7be7b4df7 100644 --- a/cpukit/aclocal/enable-networking.m4 +++ b/cpukit/aclocal/enable-networking.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENABLE_NETWORKING], [ ## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl diff --git a/cpukit/aclocal/enable-posix.m4 b/cpukit/aclocal/enable-posix.m4 index c1833950e3..8859e54e7f 100644 --- a/cpukit/aclocal/enable-posix.m4 +++ b/cpukit/aclocal/enable-posix.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENABLE_POSIX], [ ## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl diff --git a/cpukit/aclocal/enable-rtems-debug.m4 b/cpukit/aclocal/enable-rtems-debug.m4 index ba4a4f2111..ada9fe30f4 100644 --- a/cpukit/aclocal/enable-rtems-debug.m4 +++ b/cpukit/aclocal/enable-rtems-debug.m4 @@ -1,3 +1,5 @@ +## $Id$ + AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG], [ AC_ARG_ENABLE(rtems-debug, diff --git a/cpukit/aclocal/enable-smp.m4 b/cpukit/aclocal/enable-smp.m4 index b290ac33ab..84561f8bbd 100644 --- a/cpukit/aclocal/enable-smp.m4 +++ b/cpukit/aclocal/enable-smp.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENABLE_SMP], [ ## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4 index 7c18e3f521..65dea4ef49 100644 --- a/cpukit/aclocal/env-rtemscpu.m4 +++ b/cpukit/aclocal/env-rtemscpu.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENV_RTEMSCPU], [ AC_REQUIRE([RTEMS_ENABLE_MULTILIB]) diff --git a/cpukit/aclocal/gcc-pipe.m4 b/cpukit/aclocal/gcc-pipe.m4 index fbc78b9ca7..2a04629bb2 100644 --- a/cpukit/aclocal/gcc-pipe.m4 +++ b/cpukit/aclocal/gcc-pipe.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check whether the target compiler accepts -pipe dnl diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4 index e334ae23b1..6de5b33d57 100644 --- a/cpukit/aclocal/prog-cc.m4 +++ b/cpukit/aclocal/prog-cc.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check for target gcc dnl diff --git a/cpukit/aclocal/prog-ccas.m4 b/cpukit/aclocal/prog-ccas.m4 index c30b884e19..15b1a2c9b8 100644 --- a/cpukit/aclocal/prog-ccas.m4 +++ b/cpukit/aclocal/prog-ccas.m4 @@ -1,3 +1,5 @@ +## $Id$ + AC_DEFUN([RTEMS_PROG_CCAS], [ AC_REQUIRE([RTEMS_PROG_CC]) diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4 index 6088dddb6b..328df7afcb 100644 --- a/cpukit/aclocal/rtems-ampolish.m4 +++ b/cpukit/aclocal/rtems-ampolish.m4 @@ -1,3 +1,5 @@ +# $Id$ + AC_DEFUN([RTEMS_AMPOLISH3], [ AC_REQUIRE([AM_MAINTAINER_MODE]) diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4 index b0cdaaa4d7..357ea55c4d 100644 --- a/cpukit/aclocal/rtems-top.m4 +++ b/cpukit/aclocal/rtems-top.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + # AC_DISABLE_OPTION_CHECKING is not available before 2.62 AC_PREREQ(2.62) -- cgit v1.2.3