summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/configure.ac2
-rw-r--r--doc/tools/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configure.ac b/doc/configure.ac
index 9d6068d2ec..60494232b1 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.9)
+AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_MAINTAINER_MODE
RTEMS_ENABLE_RPMPREFIX
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 29b686f932..4fc1e70ecd 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([word-replace2])
RTEMS_TOP([../..])
-AM_INIT_AUTOMAKE([no-define foreign 1.9)
+AM_INIT_AUTOMAKE([no-define foreign 1.9])
dnl Checks for programs.
AC_PROG_CC