aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/makeconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/makeconf.sh')
-rwxr-xr-xkernel/makeconf.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/makeconf.sh b/kernel/makeconf.sh
new file mode 100755
index 0000000..d9d6fe1
--- /dev/null
+++ b/kernel/makeconf.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+echo Running autoheader...
+autoheader
+echo Running autoconf...
+autoconf
+
+rm -f config.cache config.status
+echo "To compile run './configure', and then 'make'."