* admin/merge-gnulib: fix bare checkout (Bug#32452#65)
This commit is contained in:
parent
6092ee1c3f
commit
bd17fa2c75
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue