Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705614 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 457-464 AH_TEMPLATE(DRBD_LEGACY_84, [Include support for drbd-8.4 kernel code]) Link Here
457
AH_TEMPLATE(WINDRBD, [Include support for windrbd (do not use this under Linux)])
457
AH_TEMPLATE(WINDRBD, [Include support for windrbd (do not use this under Linux)])
458
458
459
AC_SUBST(DRBD_LIB_DIR, [$localstatedir/lib/$PACKAGE_TARNAME])
459
AC_SUBST(DRBD_LIB_DIR, [$localstatedir/lib/$PACKAGE_TARNAME])
460
AC_SUBST(DRBD_RUN_DIR, [$localstatedir/run/$PACKAGE_TARNAME])
460
AC_SUBST(DRBD_RUN_DIR, [/run/$PACKAGE_TARNAME])
461
AC_SUBST(DRBD_LOCK_DIR, [$localstatedir/lock])
461
AC_SUBST(DRBD_LOCK_DIR, [/run/lock])
462
AC_SUBST(DRBD_CONFIG_DIR, [$sysconfdir])
462
AC_SUBST(DRBD_CONFIG_DIR, [$sysconfdir])
463
AC_SUBST(DRBD_BIN_DIR, [$exec_prefix/bin])
463
AC_SUBST(DRBD_BIN_DIR, [$exec_prefix/bin])
464
464

Return to bug 705614