summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-06 17:49:01 -0700
committerKeith Packard <keithp@keithp.com>2011-07-06 17:49:01 -0700
commit504ab7ab355652d5d01094c927089029596a0753 (patch)
treed7ddf716ea8757db227d7acb0f209f900a66b12d /configure.ac
parent81cf2e833bedbc1ace8fd310e9e94bfb7673d428 (diff)
altos: product defines are always in ao_product.h
When all products were built in a single directory, each one had a separate version of ao_product.h. Now that they all reside in sub-directories, each directory has its own ao_product.h This change is needed so that other modules in the system can use the product defines; otherwise, ao_product.h was not built at the right time. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 187af4fb..78f5adbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([altos], 0.9.4.1)
+AC_INIT([altos], 0.9.4.2)
AC_CONFIG_SRCDIR([src/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE