forked from Imagelibrary/rtems
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rpm.m4: Make osversions the default. * aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make distcheck).
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
|
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/rpm.m4: Make osversions the default.
|
||||||
|
* aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make
|
||||||
|
distcheck).
|
||||||
|
|
||||||
2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-02-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/rpms.m4: New (extracted from scripts/configure.ac).
|
* aclocal/rpm.m4: New (extracted from scripts/configure.ac).
|
||||||
|
|
||||||
2004-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
|||||||
@@ -16,5 +16,5 @@ AC_ARG_ENABLE([osversions],
|
|||||||
yes ) osversion=RTEMS_API;;
|
yes ) osversion=RTEMS_API;;
|
||||||
* ) osversion=;;
|
* ) osversion=;;
|
||||||
esac],
|
esac],
|
||||||
[osversion=])
|
[osversion=RTEMS_API])
|
||||||
])
|
])
|
||||||
|
|||||||
@@ -41,8 +41,5 @@ PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
|
|||||||
AC_SUBST(PROJECT_ROOT)
|
AC_SUBST(PROJECT_ROOT)
|
||||||
|
|
||||||
AC_MSG_CHECKING([for RTEMS Version])
|
AC_MSG_CHECKING([for RTEMS Version])
|
||||||
AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/aclocal/version.m4"],
|
|
||||||
[],
|
|
||||||
[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/aclocal/version.m4])])
|
|
||||||
AC_MSG_RESULT([_RTEMS_VERSION])
|
AC_MSG_RESULT([_RTEMS_VERSION])
|
||||||
])dnl
|
])dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user