mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
installer: Rework downloading ISO and allow using a custom URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user