summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-24 03:05:41 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:03:17 (GMT)
commit9dc94f36627ec79721e485bb4ae50af9fb67c9fc (patch)
tree42fc3520fbb9d6c30c61f3c3f0ff5ae2ac961cad /bootstrap
parent69df9ae9ddb806b42d962ae8a0b2b8f7b31f480e (diff)
Install "pure data" directories
... and update .gitignore. Survives 'make distcheck'. Signed-off-by: Alexey Neyman <stilor@att.net>
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