We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfb125 commit da2b1d8Copy full SHA for da2b1d8
autogen.sh
@@ -81,6 +81,9 @@ ${ACLOCAL} -I macros || giveup
81
echo "* Running ${AUTOCONF} (${AUTOCONF_VER})"
82
${AUTOCONF} || giveup
83
84
+# Work around an autoconf bug insisting in having this file
85
+touch build-aux/config.rpath
86
+
87
if test -f "${PWD}/configure"; then
88
echo "======================================"
89
echo "Now you are ready to run './configure'"
0 commit comments