* admin/merge-gnulib: fix bare checkout (Bug#32452#65)

This commit is contained in:
Paul Eggert 2022-02-24 10:12:50 -08:00
parent 6092ee1c3f
commit bd17fa2c75

View file

@ -102,6 +102,9 @@ test -x "$gnulib_srcdir"/gnulib-tool || {
exit 1
}
# gnulib-tool has problems with a bare checkout (Bug#32452#65).
test -f configure || ./autogen.sh
avoided_flags=
for module in $AVOIDED_MODULES; do
avoided_flags="$avoided_flags --avoid=$module"