aboutsummaryrefslogtreecommitdiff
path: root/makeconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-xmakeconf.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh
index 67357e3..34090e9 100755
--- a/makeconf.sh
+++ b/makeconf.sh
@@ -15,6 +15,14 @@ else
autoconf
echo Running automake...
automake -a -c
+ (
+ echo Entering directory: kernel
+ cd kernel
+ echo Running autoheader...
+ autoheader
+ echo Running autoconf...
+ autoconf
+ )
fi
rm -f config.cache config.status