summaryrefslogtreecommitdiffstats
path: root/doc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'doc/configure.ac')
-rw-r--r--doc/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/configure.ac b/doc/configure.ac
index d4ed9905a9..c1edad7383 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -4,8 +4,9 @@ AC_PREREQ(2.52)
AC_INIT
AC_CONFIG_SRCDIR([project.am])
+AC_CONFIG_AUX_DIR([.])
-RTEMS_VERSION=4.5.0-beta3
+RTEMS_VERSION=Snapshot
AM_INIT_AUTOMAKE(rtemsdoc,${RTEMS_VERSION},no)
AM_MAINTAINER_MODE