From c32dc51f340e030d72514317b1b6650202678ffc Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 17 Sep 2013 15:44:06 +0200 Subject: [PATCH] Update description of --enable-symlinks As most of the symlinks in our setup are, in fact, independent of the Ganeti version, they can be installed unconditionally. So the --enable-symlinks configure option now only controls a small number of symlinks that decide which version of Ganeti is used. Update the documentation accordingly. Signed-off-by: Klaus Aehlig Reviewed-by: Michele Tartara --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 440784f..aaa44e7 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,8 @@ AM_CONDITIONAL([USE_VERSION_FULL], [test "$USE_VERSION_FULL" = yes]) # --enable-symlinks AC_ARG_ENABLE([symlinks], [AS_HELP_STRING([--enable-symlinks], - m4_normalize([also install symlinks under $PREFIX pointing - into the Ganeti package directory (default: enabled)]))], + m4_normalize([also install version-dependent symlinks under + $sysconfdir (default: enabled)]))], [[if test "$enableval" != no; then INSTALL_SYMLINKS=yes else -- 1.7.10.4