summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-14 21:38:11 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-14 21:43:43 (EST)
commitc900074b320501a82b1cc2ef0ce37a5c0894a947 (patch)
treedfa85489063d405db29c26e8a08e06b5a57504bb /configure
parent0c5073b2fc7adf0c16b13f32c533f4e758335c38 (diff)
Improve the system config generation kludge.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index b0f843e..45de403 100755
--- a/configure
+++ b/configure
@@ -38,6 +38,7 @@ quiet='false'
missing_deps='false'
dep_cmds='
sh
+make
opkg
'
opt_dep_libs='
@@ -329,6 +330,11 @@ write_makefiles()
mkdir -p "${_dir}"
sed "${_sed_script}" "${srcdir}/${_dir}/Makefile.in" >"${_dir}/Makefile"
done
+
+ # New and improved kludge to generate system configuration for testing.
+ # TODO: Remove when no longer used.
+ sed "${_sed_script}" "${srcdir}/mksysconf.in" >'mksysconf'
+ chmod 755 'mksysconf'
}
main "${@}"