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