summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 12:24:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:14 -0500
commit65c6425de9c84553b4bdade81988c9292d66db58 (patch)
tree2463791aa25ae50ea103460cee37ff2db980b729 /c/src/aclocal
parentcpukit/aclocal - Fix one mistake by script (diff)
downloadrtems-65c6425de9c84553b4bdade81988c9292d66db58.tar.bz2
Remove CVS Id Strings (manual edits after script)
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/bsp-alias.m42
-rw-r--r--c/src/aclocal/bsp-bootcard-options.m41
-rw-r--r--c/src/aclocal/bsp-bspcleanup-options.m41
-rw-r--r--c/src/aclocal/bspopts.m41
-rw-r--r--c/src/aclocal/canonicalize-tools.m41
-rw-r--r--c/src/aclocal/check-cxx.m41
-rw-r--r--c/src/aclocal/check-networking.m41
-rw-r--r--c/src/aclocal/check-posix.m41
-rw-r--r--c/src/aclocal/check-smp.m41
-rw-r--r--c/src/aclocal/gcc-pipe.m41
-rw-r--r--c/src/aclocal/gcc-specs.m41
-rw-r--r--c/src/aclocal/i386-gas-code16.m42
-rw-r--r--c/src/aclocal/ppc.m42
-rw-r--r--c/src/aclocal/project-root.m42
14 files changed, 0 insertions, 18 deletions
diff --git a/c/src/aclocal/bsp-alias.m4 b/c/src/aclocal/bsp-alias.m4
index 36102e153d..9aafbccee0 100644
--- a/c/src/aclocal/bsp-alias.m4
+++ b/c/src/aclocal/bsp-alias.m4
@@ -1,5 +1,3 @@
-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-bootcard-options.m4 b/c/src/aclocal/bsp-bootcard-options.m4
index 26103c8e7a..2454ec5094 100644
--- a/c/src/aclocal/bsp-bootcard-options.m4
+++ b/c/src/aclocal/bsp-bootcard-options.m4
@@ -1,5 +1,4 @@
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 b716da170f..cac8d55276 100644
--- a/c/src/aclocal/bsp-bspcleanup-options.m4
+++ b/c/src/aclocal/bsp-bspcleanup-options.m4
@@ -1,5 +1,4 @@
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/bspopts.m4 b/c/src/aclocal/bspopts.m4
index 7ddf1a9294..342c7258b9 100644
--- a/c/src/aclocal/bspopts.m4
+++ b/c/src/aclocal/bspopts.m4
@@ -1,5 +1,4 @@
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/canonicalize-tools.m4 b/c/src/aclocal/canonicalize-tools.m4
index 75364392ce..8fd551385c 100644
--- a/c/src/aclocal/canonicalize-tools.m4
+++ b/c/src/aclocal/canonicalize-tools.m4
@@ -1,5 +1,4 @@
dnl Set target tools
-dnl
AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
[AC_REQUIRE([RTEMS_PROG_CC])dnl
diff --git a/c/src/aclocal/check-cxx.m4 b/c/src/aclocal/check-cxx.m4
index f07a3e80b6..e679d4e296 100644
--- a/c/src/aclocal/check-cxx.m4
+++ b/c/src/aclocal/check-cxx.m4
@@ -1,4 +1,3 @@
-dnl
AC_DEFUN([RTEMS_CHECK_CXX],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl
diff --git a/c/src/aclocal/check-networking.m4 b/c/src/aclocal/check-networking.m4
index f7f19f7d3a..fd1fd9d295 100644
--- a/c/src/aclocal/check-networking.m4
+++ b/c/src/aclocal/check-networking.m4
@@ -1,4 +1,3 @@
-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 5e1c79b673..8ef64f06bc 100644
--- a/c/src/aclocal/check-posix.m4
+++ b/c/src/aclocal/check-posix.m4
@@ -1,4 +1,3 @@
-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 77922106aa..37c98d05ff 100644
--- a/c/src/aclocal/check-smp.m4
+++ b/c/src/aclocal/check-smp.m4
@@ -1,4 +1,3 @@
-dnl
AC_DEFUN([RTEMS_CHECK_SMP],
[dnl
AC_REQUIRE([RTEMS_ENABLE_SMP])dnl
diff --git a/c/src/aclocal/gcc-pipe.m4 b/c/src/aclocal/gcc-pipe.m4
index fbc78b9ca7..06fed1ca13 100644
--- a/c/src/aclocal/gcc-pipe.m4
+++ b/c/src/aclocal/gcc-pipe.m4
@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -pipe
-dnl
AC_DEFUN([RTEMS_GCC_PIPE],
[AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/c/src/aclocal/gcc-specs.m4 b/c/src/aclocal/gcc-specs.m4
index fad700416b..ddcc2bfb0c 100644
--- a/c/src/aclocal/gcc-specs.m4
+++ b/c/src/aclocal/gcc-specs.m4
@@ -1,5 +1,4 @@
dnl Check whether the target compiler accepts -specs
-dnl
AC_DEFUN([RTEMS_GCC_SPECS],
[AC_REQUIRE([RTEMS_PROG_CC])
diff --git a/c/src/aclocal/i386-gas-code16.m4 b/c/src/aclocal/i386-gas-code16.m4
index def9277d1d..9c12d7bee3 100644
--- a/c/src/aclocal/i386-gas-code16.m4
+++ b/c/src/aclocal/i386-gas-code16.m4
@@ -1,5 +1,3 @@
-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/ppc.m4 b/c/src/aclocal/ppc.m4
index 7275685a44..6beff2a941 100644
--- a/c/src/aclocal/ppc.m4
+++ b/c/src/aclocal/ppc.m4
@@ -1,5 +1,3 @@
-# $Id$
-#
# Some hacks for handling powerpc-exception subdirectories
#
# Note: Consider this file a temporary band-aid until a better, more general
diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4
index bd729aeaf6..a3f5cd3684 100644
--- a/c/src/aclocal/project-root.m4
+++ b/c/src/aclocal/project-root.m4
@@ -1,5 +1,3 @@
-dnl
-
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])