forked from Imagelibrary/rtems
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Rename RTEMS_API into _RTEMS_API.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Rename RTEMS_API into _RTEMS_API.
|
||||
|
||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||
|
||||
@@ -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])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Rename RTEMS_API into _RTEMS_API.
|
||||
|
||||
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1744/doc
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user