Kaydet (Commit) 730989af authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Norbert Thiebaud

configure.in: Move the post_download creation up a bit.

So that the message about what to do now (issue make and make dev-install) is
the last thing the user sees.
üst be729b00
......@@ -8056,6 +8056,14 @@ AC_SUBST(BUILD_TYPE)
# make sure config.guess is +x; we execute config.guess, so it has to be so;
chmod +x ./config.guess
dnl Setting up the post_download check script
dnl Using autoconf here, so that the migration from the previous state
dnl (checks for the additional Windows downloads were directly in
dnl configure.in) is as easy as possible
echo "setting up the post_download check script"
autoconf post_download.in > post_download
chmod +x post_download
# Generate a configuration timestamp we can use for deps
if test -f set_soenv; then
mv -f set_soenv set_soenv.last
......@@ -8096,8 +8104,3 @@ else
fi
echo
fi
dnl Setting up the post_download check script
echo "setting up the post_download check script"
autoconf post_download.in > post_download
chmod +x post_download
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment