X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=rescue%2Fautoconf%2Fconfigure.in;h=400b28296570c232b7d9356c188bcafa0b5fc7f9;hb=07d518a1eeeaaf9fc11db63c12806c96c1c2c469;hp=43ac020984d2b5c15ee96c4a4b9cdfca287bbad2;hpb=bbfb95f36df83b79769a4092529f7a6133dd2345;p=bacula%2Frescue diff --git a/rescue/autoconf/configure.in b/rescue/autoconf/configure.in index 43ac020..400b282 100644 --- a/rescue/autoconf/configure.in +++ b/rescue/autoconf/configure.in @@ -112,7 +112,7 @@ where= # Where to get iso # ------------------------------------------ AC_ARG_WITH(iso, - [ --with-iso=PATH specify path to iso (not implemented)], + [ --with-iso=PATH specify path to iso image], [ if test "x$withval" != "xno" ; then where=$withval @@ -120,7 +120,8 @@ AC_ARG_WITH(iso, fi ] ) -AC_SUBST(iso) +AC_SUBST(where) +AC_SUBST(type) # ------------------------------------------ # Where to get cdrom @@ -317,6 +318,7 @@ AC_OUTPUT([ \ autoconf/Make.common \ Makefile \ linux/Makefile \ + linux/usb/Makefile \ linux/cdrom/Makefile \ linux/cdrom/bacula/Makefile \ linux/cdrom/cdtree/boot/isolinux/boot.msg \