Revision 553bd93f configure.ac

b/configure.ac
39 39
  [export_dir="/srv/ganeti/export"])
40 40
AC_SUBST(EXPORT_DIR, $export_dir)
41 41

  
42
# --with-ssh-config-dir=...
43
AC_ARG_WITH([ssh-config-dir],
44
  [AS_HELP_STRING([--with-ssh-config-dir=DIR],
45
    [ directory with ssh host keys ]
46
    [ (default is /etc/ssh)]
47
  )],
48
  [ssh_config_dir="$withval"],
49
  [ssh_config_dir="/etc/ssh"])
50
AC_SUBST(SSH_CONFIG_DIR, $ssh_config_dir)
51

  
42 52
# --with-os-search-path=...
43 53
# do a bit of black sed magic to for quoting of the strings in the list
44 54
AC_ARG_WITH([os-search-path],

Also available in: Unified diff