Skip to content

Commit da2b1d8

Browse files
committed
Work around an autoconf bug insisting in needing a config.rpath file
1 parent dcfb125 commit da2b1d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autogen.sh

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ ${ACLOCAL} -I macros || giveup
8181
echo "* Running ${AUTOCONF} (${AUTOCONF_VER})"
8282
${AUTOCONF} || giveup
8383

84+
# Work around an autoconf bug insisting in having this file
85+
touch build-aux/config.rpath
86+
8487
if test -f "${PWD}/configure"; then
8588
echo "======================================"
8689
echo "Now you are ready to run './configure'"

0 commit comments

Comments
 (0)