fix bashism that prevents building with /bin/sh->/bin/dash
[fw/altos] / configure.ac
index f9002508ec4199cd5bec5b8f0838191cfe0e6358..959f3b4d86e2ce1a64b4216f7bc8d9398174432d 100644 (file)
@@ -18,8 +18,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.0)
-AC_CONFIG_SRCDIR([src/ao.h])
+AC_INIT([altos], 1.0.9.0)
+AC_CONFIG_SRCDIR([src/core/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE