]> git.sur5r.net Git - bacula/rescue/blobdiff - rescue/autoconf/configure.in
Update version
[bacula/rescue] / rescue / autoconf / configure.in
index 25de3221caaefb9b63dd4dd5b3e15479824cbde3..6cd0b6e49d132f4ac47cd4594fe7339fd9b6345f 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
@@ -312,7 +313,6 @@ dnl# common parts of the Makefile
 MCOMMON=./autoconf/Make.common
 AC_SUBST_FILE(MCOMMON)
 
-./build-depkgs
 
 AC_OUTPUT([    \
           autoconf/Make.common \