summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-04-04 23:34:48 -0700
committerKeith Packard <keithp@keithp.com>2014-04-05 00:22:29 -0700
commit24167015705ae831692b95735968b04a876f935e (patch)
tree9526ca4eb2ec5773baa748449c3def36b15d2307 /configure.ac
parentbb9fdef607728cc326a82aa632e59724f272e53b (diff)
altos: Rename 'core' to 'kernel'
core remains a bad name to use -- dirvish skips files (and directories, it seems) with that name. 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 b28b549b..27dbc6a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
AC_INIT([altos], 1.3.2.1)
-AC_CONFIG_SRCDIR([src/core/ao.h])
+AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE