Added Id's.

This commit is contained in:
Joel Sherrill
1998-09-30 19:51:39 +00:00
parent 5620149cd6
commit b931d05af0
9 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_DEFUN(RTEMS_AR_FOR_TARGET_S, AC_DEFUN(RTEMS_AR_FOR_TARGET_S,
[ [
AC_CACHE_CHECK(whether $AR_FOR_TARGET -s works, AC_CACHE_CHECK(whether $AR_FOR_TARGET -s works,

View File

@@ -1,4 +1,6 @@
dnl
dnl $Id$ dnl $Id$
dnl
dnl canonicalize target name dnl canonicalize target name
dnl NOTE: Most rtems targets do not fullfil autoconf's dnl NOTE: Most rtems targets do not fullfil autoconf's

View File

@@ -1,3 +1,4 @@
dnl
dnl $Id$ dnl $Id$
dnl dnl
dnl Set target tools dnl Set target tools

View File

@@ -1,9 +1,12 @@
dnl
dnl $Id$ dnl $Id$
dnl
dnl RTEMS_CHECK_FILES_IN(path,file,var) dnl RTEMS_CHECK_FILES_IN(path,file,var)
dnl path .. path relative to srcdir, where to start searching for files dnl path .. path relative to srcdir, where to start searching for files
dnl file .. name of the files to search for dnl file .. name of the files to search for
dnl var .. shell variable to append files found dnl var .. shell variable to append files found
AC_DEFUN(RTEMS_CHECK_FILES_IN, AC_DEFUN(RTEMS_CHECK_FILES_IN,
[ [
AC_MSG_CHECKING(for $2.in in $1) AC_MSG_CHECKING(for $2.in in $1)

View File

@@ -1,4 +1,6 @@
dnl
dnl $Id$ dnl $Id$
dnl
dnl RTEMS_CHECK_MAKEFILE(path) dnl RTEMS_CHECK_MAKEFILE(path)
dnl Search for Makefile.in's within the directory starting dnl Search for Makefile.in's within the directory starting

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Detect the Cygwin32 environment (unix under Win32) dnl Detect the Cygwin32 environment (unix under Win32)
dnl dnl
dnl 98/06/16 David Fiddes (D.J.Fiddes@hw.ac.uk) dnl 98/06/16 David Fiddes (D.J.Fiddes@hw.ac.uk)

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Set the EXE extension dnl Set the EXE extension
dnl dnl
dnl 98/06/16 David Fiddes (D.J.Fiddes@hw.ac.uk) dnl 98/06/16 David Fiddes (D.J.Fiddes@hw.ac.uk)

View File

@@ -1,4 +1,6 @@
dnl
dnl $Id$ dnl $Id$
dnl
dnl macro to detect mkdir dnl macro to detect mkdir
AC_DEFUN(RTEMS_PATH_MKDIR, AC_DEFUN(RTEMS_PATH_MKDIR,

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Set program_prefix dnl Set program_prefix
dnl dnl
dnl 98/05/20 Ralf Corsepius (corsepiu@faw.uni-ulm.de) dnl 98/05/20 Ralf Corsepius (corsepiu@faw.uni-ulm.de)