On Tue, 2009-03-31 at 09:47 -0700, Steven Dake wrote: > take 8 of this patch addressing below issues > > Regards > -steve
+AC_ARG_WITH([lcrso-dir], + [ --with-lcrso-dir=DIR : corosync lcrso files. ], + [ LCRSODIR="$withval" ], + [ LCRSODIR="$libexecdir/lcrso" ]) + +AC_ARG_WITH([socket-dir], + [ --with-socket-dir=DIR : corosync socket dir. ], + [ SOCKETDIR="$withval" ], + [ SOCKETDIR="$localstatedir/run" ]) Default for those 2 should come from pkg-config corosync.pc Specially the lcrso dir as corosync/openais do not support more than dir, it would be best if autodetected. fabbi...@cerberus:~$ pkg-config --variable=lcrsodir corosync /usr/lib/lcrso for example.... Fabio _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
