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:
Ralf Corsepius
2004-02-03 04:56:26 +00:00
parent 07f4ee0e3d
commit 1f1b2984d7
3 changed files with 8 additions and 5 deletions

View File

@@ -16,5 +16,5 @@ AC_ARG_ENABLE([osversions],
yes ) osversion=RTEMS_API;;
* ) osversion=;;
esac],
[osversion=])
[osversion=RTEMS_API])
])