summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-07 03:54:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-07 03:54:49 +0000
commit8d6df023c366a29f9b9c2ad39e2ea3801431e3ec (patch)
tree493cdb10424ee9fe34dc3261e5ba30361f2d97eb /c
parent2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8d6df023c366a29f9b9c2ad39e2ea3801431e3ec.tar.bz2
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Add pkgdatadir.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog1
-rw-r--r--c/src/aclocal/rtems-top.m41
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 072399aac7..7e588f1639 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,6 @@
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * aclocal/rtems-top.m4: Add pkgdatadir.
* configure.ac: Remove dead code.
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 7a796ec0f4..74a3694b94 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/aclocal/rtems-top.m4
@@ -32,4 +32,5 @@ AC_SUBST([PROJECT_TOPdir],[${project_top}${rtems_updir}'$(top_builddir)'])
AC_SUBST([PROJECT_ROOT],[${with_project_root}${rtems_updir}'$(top_builddir)'])
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
+AC_SUBST([pkgdatadir],["\${datadir}"/rtems]_RTEMS_API)
])dnl