installer: Rework downloading ISO and allow using a custom URL

This commit is contained in:
Michael Tremer
2014-10-25 14:56:23 +02:00
parent 2404450b40
commit c0511f3ab3
8 changed files with 193 additions and 66 deletions

View File

@@ -84,6 +84,11 @@ AC_ARG_WITH([config-root],
AC_DEFINE_UNQUOTED([CONFIG_ROOT], "$withval", [The config-root]),
AC_MSG_ERROR([*** you need to set CONFIG_ROOT with --with-config-root=]))
AC_ARG_WITH([download-url],
AS_HELP_STRING([--with-download-url] [The default download URL]),
AC_DEFINE_UNQUOTED([DOWNLOAD_URL], "$withval", [The default download URL]),
AC_MSG_ERROR([*** you need to set DOWNLOAD_URL with --with-download-url=]))
AC_CONFIG_FILES([
Makefile
po/Makefile.in