Work around an autoconf bug insisting in needing a config.rpath file

stable-3.1
Sandro Santilli 2020-07-23 22:06:07 +02:00
parent dcfb1258c1
commit da2b1d8a0a
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ ${ACLOCAL} -I macros || giveup
echo "* Running ${AUTOCONF} (${AUTOCONF_VER})"
${AUTOCONF} || giveup
# Work around an autoconf bug insisting in having this file
touch build-aux/config.rpath
if test -f "${PWD}/configure"; then
echo "======================================"
echo "Now you are ready to run './configure'"