Revision 2187080b snf-image-host/configure.ac

b/snf-image-host/configure.ac
81 81
    [helper_dir="$localstatedir/lib/snf-image/helper"])
82 82
AC_SUBST(HELPER_DIR, $helper_dir)
83 83

  
84
# --with-helper-cache-dir
85
AC_ARG_WITH([helper-cache-dir],
86
    [AS_HELP_STRING([--with-helper-cache-dir=DIR],
87
        [top-level directory to host the helper VM cache files
88
        [LOCALSTATEDIR/cache/snf-image/helper]]
89
    )],
90
    [helper_cache_dir="$withval"],
91
    [helper_cache_dir="$localstatedir/cache/snf-image/helper"])
92
AC_SUBST(HELPER_CACHE_DIR, $helper_cache_dir)
93

  
94 84
# --with-helper-img
95 85
AC_ARG_WITH([helper-img],
96 86
    [AS_HELP_STRING([--with-helper-img=IMG_PATH],

Also available in: Unified diff