summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 0a7e72e197..3183da5a69 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -3,6 +3,7 @@
AC_PREREQ(2.52)
AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([binutils])
+RTEMS_TOP([..])
AC_PREFIX_DEFAULT([/opt/rtems])
AM_INIT_AUTOMAKE([no-define foreign 1.6])
@@ -91,7 +92,9 @@ gdb/Makefile
rtems/Makefile
autotools/Makefile
autotools/automake-rtems.spec
+cpukit/Makefile
])
+AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec])
AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
chmod 755 buildalltar
]],[[]])