LGTM, thanks
On Thu, Oct 17, 2013 at 10:46 AM, Klaus Aehlig <[email protected]> wrote: > While in Ganeti 2.10, which is the first version to use > version-dependent symlinks in the sysconfdir should bring > these links by default, for later versions, these links > should be created by 'gnt-cluster upgrade'. So change the > default value for this option. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > configure.ac | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 8394f67..438657e 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -40,14 +40,14 @@ AM_CONDITIONAL([USE_VERSION_FULL], [test > "$USE_VERSION_FULL" = yes]) > AC_ARG_ENABLE([symlinks], > [AS_HELP_STRING([--enable-symlinks], > m4_normalize([also install version-dependent symlinks > under > - $sysconfdir (default: enabled)]))], > - [[if test "$enableval" != no; then > - INSTALL_SYMLINKS=yes > - else > + $sysconfdir (default: disabled)]))], > + [[if test "$enableval" != yes; then > INSTALL_SYMLINKS=no > + else > + INSTALL_SYMLINKS=yes > fi > ]], > - [INSTALL_SYMLINKS=yes > + [INSTALL_SYMLINKS=no > ]) > AC_SUBST(INSTALL_SYMLINKS, $INSTALL_SYMLINKS) > AM_CONDITIONAL([INSTALL_SYMLINKS], [test "$INSTALL_SYMLINKS" = yes]) > -- > 1.8.4 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
