Update description of --enable-symlinks
authorKlaus Aehlig <aehlig@google.com>
Tue, 17 Sep 2013 13:44:06 +0000 (15:44 +0200)
committerKlaus Aehlig <aehlig@google.com>
Thu, 19 Sep 2013 11:59:47 +0000 (13:59 +0200)
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 <aehlig@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>

configure.ac

index 440784f..aaa44e7 100644 (file)
@@ -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