From f8793e27f0f52490ae301058b174039aee7eac6d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 3 Aug 2025 20:16:04 -0700 Subject: [PATCH] build: Don't hardcode the location of the gnulib directory. * build-aux/move-if-change: Remove symlink. * bootstrap.conf (gnulib_extra_files): Add build-aux/move-if-change. --- bootstrap.conf | 2 ++ build-aux/move-if-change | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 120000 build-aux/move-if-change diff --git a/bootstrap.conf b/bootstrap.conf index be0d8e44..68e79dfd 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -82,6 +82,8 @@ XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\ gnulib_tool_option_extras='--symlink --conditional-dependencies --makefile-name=gnulib.mk --automake-subdir --automake-subdir-tests --po-base=gnulib-po --po-domain=bison' +gnulib_extra_files="$gnulib_extra_files build-aux/move-if-change" + bootstrap_post_import_hook() { # Ensure that ChangeLog exists, for automake. diff --git a/build-aux/move-if-change b/build-aux/move-if-change deleted file mode 120000 index 2df61a60..00000000 --- a/build-aux/move-if-change +++ /dev/null @@ -1 +0,0 @@ -../gnulib/build-aux/move-if-change \ No newline at end of file