summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-28 21:19:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-28 21:19:49 +0000
commite85312ddcfc153ff75e1636fa8f7c0ae2e5dcbaf (patch)
tree95ba5e03c2d74f3be56f92d2678ae3df0f80ebe4 /scripts/configure.ac
parent.cvsignore: Remove Makefile* (diff)
downloadrtems-e85312ddcfc153ff75e1636fa8f7c0ae2e5dcbaf.tar.bz2
2004-01-28 RTEMS
* configure.ac: Enable OS versioning by default for 4.7 branch. * setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs. * autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in: Update for new tool spin.
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 4c0ace96d6..373b40c306 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -29,7 +29,7 @@ AC_ARG_ENABLE([osversions],
yes ) osversion=RTEMS_API;;
* ) osversion=;;
esac],
-[osversion=])
+[osversion=RTEMS_API])
AC_MSG_CHECKING(for rpm SPECS directory)
# Allow users to override RPM_SPECSdir from the environment.