aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-configure.el
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 05:46:50 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 05:46:50 +0000
commit9499f0c51f3163dd6f7a5f7812b00897b049d139 (patch)
treedbf668caec5b9f476abd550b6cd187d7d97603cd /tools/gen-configure.el
parentb2ace52d7187d21038f63d4c4c551a0a2b3cd4c6 (diff)
downloads6-networking-9499f0c51f3163dd6f7a5f7812b00897b049d139.tar.gz
Prepare for 2.7.1.0, move to new system
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-configure.el')
-rwxr-xr-xtools/gen-configure.el32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/gen-configure.el b/tools/gen-configure.el
new file mode 100755
index 0000000..577d86f
--- /dev/null
+++ b/tools/gen-configure.el
@@ -0,0 +1,32 @@
+#!/command/execlineb -S0
+
+# For dev use only. Don't run this, it overwrites your configure.
+
+# The quoting interactions in sed and sh make it impossible to get
+# such a simple thing done. It's amazing how bad traditional Unix is.
+
+backtick -E TEMPLATE { redirfd -r 0 tools/configure.template s6-cat }
+s6-envdir -Lf package/configure-snippets
+multisubstitute
+{
+ importas -uS configure_help_install
+ importas -uS configure_help_dependencies
+ importas -uS configure_help_options
+ importas -uS configure_init_vars
+ importas -uS configure_case_lines
+ importas -uS configure_expand_dirs
+ importas -uS configure_slashpackage_other
+ importas -uS configure_extra_checks
+ importas -uS configure_generate_make
+ importas -uS configure_generate_configh
+}
+
+if
+{
+ heredoc 0 ${TEMPLATE}
+ redirfd -w 1 configure.new
+ s6-cat
+}
+
+if { s6-chmod 0755 configure.new }
+s6-rename configure.new configure