summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 25453de..d5d17d4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -738,6 +738,15 @@ gen_selection menu debug "Debug facilities"
gen_selection menu comp_tools "Companion tools"
gen_selection menu comp_libs "Companion libraries"
+msg "*** Gathering the list of data files to install"
+{
+ echo -n "verbatim_data ="
+ find config contrib packages samples scripts -type f | LANG=C sort | while read f; do
+ echo " \\"
+ echo -n " ${f}"
+ done
+} > verbatim-data.mk
+
msg "*** Running autoreconf"
autoreconf -Wall --force