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. --- c/src/aclocal/bsp-alias.m4 | 4 ++++ c/src/aclocal/bsp-arg-enable.m4 | 2 ++ c/src/aclocal/bsp-bootcard-options.m4 | 3 +++ c/src/aclocal/bsp-bspcleanup-options.m4 | 3 +++ c/src/aclocal/bsp-configure.m4 | 2 ++ c/src/aclocal/bsp-linkcmds.m4 | 2 ++ c/src/aclocal/bspopts.m4 | 3 +++ c/src/aclocal/canonical-target-name.m4 | 4 ++++ c/src/aclocal/canonicalize-tools.m4 | 3 +++ c/src/aclocal/check-custom-bsp.m4 | 2 ++ c/src/aclocal/check-cxx.m4 | 2 ++ c/src/aclocal/check-multiprocessing.m4 | 4 ++++ c/src/aclocal/check-networking.m4 | 2 ++ c/src/aclocal/check-posix.m4 | 2 ++ c/src/aclocal/check-smp.m4 | 2 ++ c/src/aclocal/check-tool.m4 | 2 ++ c/src/aclocal/config-subdirs.m4 | 3 +++ c/src/aclocal/enable-cxx.m4 | 2 ++ c/src/aclocal/enable-multiprocessing.m4 | 2 ++ c/src/aclocal/enable-networking.m4 | 2 ++ c/src/aclocal/enable-posix.m4 | 2 ++ c/src/aclocal/enable-rtemsbsp.m4 | 2 ++ c/src/aclocal/enable-smp.m4 | 2 ++ c/src/aclocal/env-rtemsbsp.m4 | 2 ++ c/src/aclocal/gcc-isystem.m4 | 3 +++ c/src/aclocal/gcc-pipe.m4 | 3 +++ c/src/aclocal/gcc-specs.m4 | 3 +++ c/src/aclocal/i386-gas-code16.m4 | 4 ++++ c/src/aclocal/path-ksh.m4 | 2 ++ c/src/aclocal/ppc.m4 | 1 + c/src/aclocal/prog-cc.m4 | 3 +++ c/src/aclocal/prog-ccas.m4 | 2 ++ c/src/aclocal/prog-cxx.m4 | 3 +++ c/src/aclocal/project-root.m4 | 4 ++++ c/src/aclocal/rtems-ampolish.m4 | 2 ++ c/src/aclocal/rtems-top.m4 | 2 ++ c/src/aclocal/target.m4 | 2 ++ 37 files changed, 93 insertions(+) (limited to 'c/src/aclocal') diff --git a/c/src/aclocal/bsp-alias.m4 b/c/src/aclocal/bsp-alias.m4 index 9aafbccee0..8a9b21a7c6 100644 --- a/c/src/aclocal/bsp-alias.m4 +++ b/c/src/aclocal/bsp-alias.m4 @@ -1,3 +1,7 @@ +dnl +dnl $Id$ +dnl + dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY) dnl Internal subroutine to RTEMS_BSP_ALIAS AC_DEFUN([_RTEMS_BSP_ALIAS], diff --git a/c/src/aclocal/bsp-arg-enable.m4 b/c/src/aclocal/bsp-arg-enable.m4 index 83c92ee7a4..a03d78b5c2 100644 --- a/c/src/aclocal/bsp-arg-enable.m4 +++ b/c/src/aclocal/bsp-arg-enable.m4 @@ -1,3 +1,5 @@ +dnl $Id$ +dnl dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE]) dnl dnl Accept --enable-FEATURE=: and diff --git a/c/src/aclocal/bsp-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4 index 77c7af6f21..4495bc3093 100644 --- a/c/src/aclocal/bsp-bootcard-options.m4 +++ b/c/src/aclocal/bsp-bootcard-options.m4 @@ -1,3 +1,6 @@ +dnl $Id$ +dnl + dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs' dnl configure script with the standard options supported by boot_card() dnl and other required parts of the BSP Framework. Currently, this is diff --git a/c/src/aclocal/bsp-bspcleanup-options.m4 b/c/src/aclocal/bsp-bspcleanup-options.m4 index 464effc00f..c880c21adc 100644 --- a/c/src/aclocal/bsp-bspcleanup-options.m4 +++ b/c/src/aclocal/bsp-bspcleanup-options.m4 @@ -1,3 +1,6 @@ +dnl $Id$ +dnl + dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs' dnl configure script with the standard options supported by the shared dnl implementation of bsp_cleanup(). diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4 index c6ff76319a..75972e9e6b 100644 --- a/c/src/aclocal/bsp-configure.m4 +++ b/c/src/aclocal/bsp-configure.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + dnl RTEMS_BSP_CONFIGURE dnl Common macro to be included by all bsp-configure.acs AC_DEFUN([RTEMS_BSP_CONFIGURE], diff --git a/c/src/aclocal/bsp-linkcmds.m4 b/c/src/aclocal/bsp-linkcmds.m4 index 397609f6e0..7304e1f5ca 100644 --- a/c/src/aclocal/bsp-linkcmds.m4 +++ b/c/src/aclocal/bsp-linkcmds.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + dnl Install a BSP's linkcmds from the source-tree into the build-tree AC_DEFUN([RTEMS_BSP_LINKCMDS],[ LINKCMDS= diff --git a/c/src/aclocal/bspopts.m4 b/c/src/aclocal/bspopts.m4 index 8fcb096f89..5526ae9077 100644 --- a/c/src/aclocal/bspopts.m4 +++ b/c/src/aclocal/bspopts.m4 @@ -1,3 +1,6 @@ +dnl $Id$ +dnl + dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and dnl help-strings for per-BSP-environment variables. diff --git a/c/src/aclocal/canonical-target-name.m4 b/c/src/aclocal/canonical-target-name.m4 index a237c7ba25..230583bf8c 100644 --- a/c/src/aclocal/canonical-target-name.m4 +++ b/c/src/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/c/src/aclocal/canonicalize-tools.m4 b/c/src/aclocal/canonicalize-tools.m4 index 75364392ce..eb3eb95827 100644 --- a/c/src/aclocal/canonicalize-tools.m4 +++ b/c/src/aclocal/canonicalize-tools.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Set target tools dnl diff --git a/c/src/aclocal/check-custom-bsp.m4 b/c/src/aclocal/check-custom-bsp.m4 index 262f48cd60..d686e6e526 100644 --- a/c/src/aclocal/check-custom-bsp.m4 +++ b/c/src/aclocal/check-custom-bsp.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir diff --git a/c/src/aclocal/check-cxx.m4 b/c/src/aclocal/check-cxx.m4 index e679d4e296..873cc2b422 100644 --- a/c/src/aclocal/check-cxx.m4 +++ b/c/src/aclocal/check-cxx.m4 @@ -1,3 +1,5 @@ +dnl $Id$ +dnl AC_DEFUN([RTEMS_CHECK_CXX], [dnl AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl diff --git a/c/src/aclocal/check-multiprocessing.m4 b/c/src/aclocal/check-multiprocessing.m4 index 5959f345d1..73f3feae51 100644 --- a/c/src/aclocal/check-multiprocessing.m4 +++ b/c/src/aclocal/check-multiprocessing.m4 @@ -1,3 +1,7 @@ +dnl +dnl $Id$ +dnl + AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING], [dnl AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl diff --git a/c/src/aclocal/check-networking.m4 b/c/src/aclocal/check-networking.m4 index fd1fd9d295..1679bba714 100644 --- a/c/src/aclocal/check-networking.m4 +++ b/c/src/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/c/src/aclocal/check-posix.m4 b/c/src/aclocal/check-posix.m4 index 8ef64f06bc..1cf56ebcdf 100644 --- a/c/src/aclocal/check-posix.m4 +++ b/c/src/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/c/src/aclocal/check-smp.m4 b/c/src/aclocal/check-smp.m4 index 37c98d05ff..e93c33c017 100644 --- a/c/src/aclocal/check-smp.m4 +++ b/c/src/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/c/src/aclocal/check-tool.m4 b/c/src/aclocal/check-tool.m4 index 2bc137cd96..4c412c074a 100644 --- a/c/src/aclocal/check-tool.m4 +++ b/c/src/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/c/src/aclocal/config-subdirs.m4 b/c/src/aclocal/config-subdirs.m4 index 874671dd9d..38e059d9e6 100644 --- a/c/src/aclocal/config-subdirs.m4 +++ b/c/src/aclocal/config-subdirs.m4 @@ -1,3 +1,6 @@ +dnl $Id$ + +dnl dnl Misc utility macros for subdir handling to work around missing abilities dnl in autoconf, automake and structural issues with RTEMS dnl diff --git a/c/src/aclocal/enable-cxx.m4 b/c/src/aclocal/enable-cxx.m4 index 759d81b1e9..08cb5d4191 100644 --- a/c/src/aclocal/enable-cxx.m4 +++ b/c/src/aclocal/enable-cxx.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENABLE_CXX], [ AC_ARG_ENABLE(cxx, diff --git a/c/src/aclocal/enable-multiprocessing.m4 b/c/src/aclocal/enable-multiprocessing.m4 index 035292f7de..34a0caa001 100644 --- a/c/src/aclocal/enable-multiprocessing.m4 +++ b/c/src/aclocal/enable-multiprocessing.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING], [ AC_ARG_ENABLE(multiprocessing, diff --git a/c/src/aclocal/enable-networking.m4 b/c/src/aclocal/enable-networking.m4 index 8a9dc36cbd..906ff8a6b3 100644 --- a/c/src/aclocal/enable-networking.m4 +++ b/c/src/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/c/src/aclocal/enable-posix.m4 b/c/src/aclocal/enable-posix.m4 index f96ec1ffcb..b250bcf307 100644 --- a/c/src/aclocal/enable-posix.m4 +++ b/c/src/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/c/src/aclocal/enable-rtemsbsp.m4 b/c/src/aclocal/enable-rtemsbsp.m4 index 91c14a9926..35d8b8bc89 100644 --- a/c/src/aclocal/enable-rtemsbsp.m4 +++ b/c/src/aclocal/enable-rtemsbsp.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + dnl Override the set of BSPs to be built. dnl used by the toplevel configure script dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) diff --git a/c/src/aclocal/enable-smp.m4 b/c/src/aclocal/enable-smp.m4 index b290ac33ab..84561f8bbd 100644 --- a/c/src/aclocal/enable-smp.m4 +++ b/c/src/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/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4 index 2fcc7fe849..d32d43c460 100644 --- a/c/src/aclocal/env-rtemsbsp.m4 +++ b/c/src/aclocal/env-rtemsbsp.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + dnl Pass a single BSP via an environment variable dnl used by per BSP configure scripts AC_DEFUN([RTEMS_ENV_RTEMSBSP], diff --git a/c/src/aclocal/gcc-isystem.m4 b/c/src/aclocal/gcc-isystem.m4 index c0eebf6432..94098cf33c 100644 --- a/c/src/aclocal/gcc-isystem.m4 +++ b/c/src/aclocal/gcc-isystem.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check whether the gcc accepts -isystem dnl diff --git a/c/src/aclocal/gcc-pipe.m4 b/c/src/aclocal/gcc-pipe.m4 index fbc78b9ca7..2a04629bb2 100644 --- a/c/src/aclocal/gcc-pipe.m4 +++ b/c/src/aclocal/gcc-pipe.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check whether the target compiler accepts -pipe dnl diff --git a/c/src/aclocal/gcc-specs.m4 b/c/src/aclocal/gcc-specs.m4 index fad700416b..dd49bb95d4 100644 --- a/c/src/aclocal/gcc-specs.m4 +++ b/c/src/aclocal/gcc-specs.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check whether the target compiler accepts -specs dnl diff --git a/c/src/aclocal/i386-gas-code16.m4 b/c/src/aclocal/i386-gas-code16.m4 index 9c12d7bee3..7b9ce2f91c 100644 --- a/c/src/aclocal/i386-gas-code16.m4 +++ b/c/src/aclocal/i386-gas-code16.m4 @@ -1,3 +1,7 @@ +dnl +dnl $Id$ +dnl + dnl check for i386 gas supporting 16 bit mode dnl - binutils 2.9.1.0.7 and higher diff --git a/c/src/aclocal/path-ksh.m4 b/c/src/aclocal/path-ksh.m4 index 2c79b31d1e..306c4ca2e7 100644 --- a/c/src/aclocal/path-ksh.m4 +++ b/c/src/aclocal/path-ksh.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + AC_DEFUN([RTEMS_PATH_KSH], [ dnl NOTE: prefer bash over ksh over sh diff --git a/c/src/aclocal/ppc.m4 b/c/src/aclocal/ppc.m4 index 6eb1fc8f85..7275685a44 100644 --- a/c/src/aclocal/ppc.m4 +++ b/c/src/aclocal/ppc.m4 @@ -1,3 +1,4 @@ +# $Id$ # # Some hacks for handling powerpc-exception subdirectories # diff --git a/c/src/aclocal/prog-cc.m4 b/c/src/aclocal/prog-cc.m4 index 64717dd3a8..50ebe4e8cd 100644 --- a/c/src/aclocal/prog-cc.m4 +++ b/c/src/aclocal/prog-cc.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check for target gcc dnl diff --git a/c/src/aclocal/prog-ccas.m4 b/c/src/aclocal/prog-ccas.m4 index edd08d841d..2efa2d89f8 100644 --- a/c/src/aclocal/prog-ccas.m4 +++ b/c/src/aclocal/prog-ccas.m4 @@ -1,3 +1,5 @@ +## $Id$ + AC_DEFUN([RTEMS_PROG_CCAS], [ AC_REQUIRE([RTEMS_PROG_CC]) diff --git a/c/src/aclocal/prog-cxx.m4 b/c/src/aclocal/prog-cxx.m4 index 7180c604d4..20175ee27c 100644 --- a/c/src/aclocal/prog-cxx.m4 +++ b/c/src/aclocal/prog-cxx.m4 @@ -1,3 +1,6 @@ +dnl +dnl $Id$ +dnl dnl Check for target g++ dnl diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4 index a3f5cd3684..b83cdd7d47 100644 --- a/c/src/aclocal/project-root.m4 +++ b/c/src/aclocal/project-root.m4 @@ -1,3 +1,7 @@ +dnl +dnl $Id$ +dnl + AC_DEFUN([RTEMS_PROJECT_ROOT], [dnl AC_REQUIRE([RTEMS_TOP]) diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4 index feb9ad20ee..df3b48075e 100644 --- a/c/src/aclocal/rtems-ampolish.m4 +++ b/c/src/aclocal/rtems-ampolish.m4 @@ -1,3 +1,5 @@ +# $Id$ + AC_DEFUN([RTEMS_AMPOLISH3], [ AC_REQUIRE([AM_INIT_AUTOMAKE]) diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4 index 2668c9e10b..74a3694b94 100644 --- a/c/src/aclocal/rtems-top.m4 +++ b/c/src/aclocal/rtems-top.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + # AC_DISABLE_OPTION_CHECKING is not available before 2.62 AC_PREREQ(2.62) diff --git a/c/src/aclocal/target.m4 b/c/src/aclocal/target.m4 index 8929a327b8..af7d3da297 100644 --- a/c/src/aclocal/target.m4 +++ b/c/src/aclocal/target.m4 @@ -1,3 +1,5 @@ +dnl $Id$ + ## HACK: Work-around to structural issue with RTEMS ## The macros below violate most autoconf and canonicalization standards AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS], -- cgit v1.2.3