summaryrefslogtreecommitdiffstats
path: root/doc/tools/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/configure.ac')
-rw-r--r--doc/tools/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 3a2d0068ef..a52d8a3b21 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([word-replace2])
-AM_INIT_AUTOMAKE(rtemsdoc-tools,0.0.0,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
dnl Checks for programs.
AC_PROG_CC