summaryrefslogtreecommitdiffstats
path: root/testsuites/tools
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tools')
-rw-r--r--testsuites/tools/Makefile.am4
-rw-r--r--testsuites/tools/configure.ac2
-rw-r--r--testsuites/tools/generic/Makefile.am4
-rw-r--r--testsuites/tools/generic/configure.ac2
4 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am
index 6033081ace..3a7fd41163 100644
--- a/testsuites/tools/Makefile.am
+++ b/testsuites/tools/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@
diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac
index a63b5dbdbf..2d8be189f1 100644
--- a/testsuites/tools/configure.ac
+++ b/testsuites/tools/configure.ac
@@ -1,4 +1,6 @@
## Process this file with autoconf to produce a configure script.
+##
+## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am
index 2b4a6fcef3..6591bf76de 100644
--- a/testsuites/tools/generic/Makefile.am
+++ b/testsuites/tools/generic/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
ACLOCAL_AMFLAGS = -I ../../../aclocal
bin_SCRIPTS = difftest sorttimes
diff --git a/testsuites/tools/generic/configure.ac b/testsuites/tools/generic/configure.ac
index 7c7597b304..6f5d6aac54 100644
--- a/testsuites/tools/generic/configure.ac
+++ b/testsuites/tools/generic/configure.ac
@@ -1,4 +1,6 @@
## Process this file with autoconf to produce a configure script.
+##
+## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])