aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-15 16:02:38 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-16 18:07:33 +0100
commitd4d2624d62cd5662fb40f75393967e3e076fc347 (patch)
tree3366c68deeacde72432bc38654a03c72a4479cb0 /configure.ac
parent1298a5da2ee0a99403a7ccd8df09e2520bc0156a (diff)
manual chapters: Expressions, Command Syntax, Q-Registers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7756500..fe85159 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,6 +173,7 @@ AC_ARG_WITH(teco-integer,
AS_HELP_STRING([--with-teco-integer=SIZE],
[Storage size of TECO integers in bits [default=64]]),
[TECO_INTEGER=$withval], [TECO_INTEGER=64])
+AC_SUBST(TECO_INTEGER)
AC_DEFINE_UNQUOTED(TECO_INTEGER, $TECO_INTEGER, [Storage size of TECO integers])
AC_ARG_ENABLE(html-manual,