summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf14
1 files changed, 4 insertions, 10 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 6124e13da..bd83e9802 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -73,12 +73,9 @@ XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
--flag=wrapf:1:c-format\\\
'
-# Clean up after getting gnulib and gettext files.
-bootstrap_conf_cleanup() {
-
- # Gettext supplies these files, but we don't need them since
- # we don't have an intl subdirectory.
- files_to_remove='
+# Gettext supplies these files, but we don't need them since
+# we don't have an intl subdirectory.
+excluded_files='
m4/glibc2.m4
m4/intdiv0.m4
m4/inttypes-h.m4
@@ -91,7 +88,4 @@ bootstrap_conf_cleanup() {
m4/ulonglong.m4
m4/visibility.m4
m4/xsize.m4
- '
- echo $0: rm -f $files_to_remove &&
- rm -f $files_to_remove
-}
+'