forked from postgis/postgis
Work around an autoconf bug insisting in needing a config.rpath file
parent
dcfb1258c1
commit
da2b1d8a0a
|
@ -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'"
|
||||
|
|
Loading…
Reference in New Issue