Skip to content

Commit

Permalink
2011-03-04 Ralf Corsépius <[email protected]>
Browse files Browse the repository at this point in the history
	* configure.ac: Rename RTEMS_API into _RTEMS_API.
  • Loading branch information
Ralf Corsepius committed Mar 4, 2011
1 parent 4c7b674 commit 2989ee9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions c/src/ada-tests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-03-04 Ralf Corsépius <[email protected]>

* configure.ac: Rename RTEMS_API into _RTEMS_API.

2011-02-02 Ralf Corsépius <[email protected]>

* configure.ac: Require autoconf-2.68, automake-1.11.1.
Expand Down
2 changes: 1 addition & 1 deletion c/src/ada-tests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AM_CONDITIONAL([EXPADA],

RTEMS_PROJECT_ROOT

AC_SUBST([rtems_ada_testsdir],["\$(libdir)/rtems-][RTEMS_API][/ada-tests"])
AC_SUBST([rtems_ada_testsdir],["\$(libdir)/rtems-][_RTEMS_API][/ada-tests"])

# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
Expand Down
4 changes: 4 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-03-04 Ralf Corsépius <[email protected]>

* configure.ac: Rename RTEMS_API into _RTEMS_API.

2011-03-04 Joel Sherrill <[email protected]>

PR 1744/doc
Expand Down
2 changes: 1 addition & 1 deletion doc/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ AC_CONFIG_FILES([Makefile],[],[
test -d common || mkdir common
cat << EOF > common/rtems.sed~
:t
s/@RTEMSAPI@/RTEMS_API/;t t
s/@RTEMSAPI@/_RTEMS_API/;t t
s,@RTEMSPREFIX@,$prefix,;t t
s,@RTEMSRPMPREFIX@,$rpmprefix,;t t
EOF
Expand Down

0 comments on commit 2989ee9

Please sign in to comment.