]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/autoconf/configure.in
Start USB rescue
[bacula/rescue] / rescue / autoconf / configure.in
index 43ac020984d2b5c15ee96c4a4b9cdfca287bbad2..400b28296570c232b7d9356c188bcafa0b5fc7f9 100644 (file)
@@ -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 \