From 321f5ff4bb508753beb254eb721536b5388f3438 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 14:25:50 +0000 Subject: 2002-03-27 Ralf Corsepius * aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION. --- aclocal/version.m4 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 aclocal/version.m4 (limited to 'aclocal/version.m4') diff --git a/aclocal/version.m4 b/aclocal/version.m4 new file mode 100644 index 0000000000..6731766a64 --- /dev/null +++ b/aclocal/version.m4 @@ -0,0 +1,2 @@ +AC_DEFUN([RTEMS_VERSIONING], +m4_define([_RTEMS_VERSION],[ss-20030221])) -- cgit v1.2.3