From: SourceForge.net <no...@so...> - 2005-04-19 12:23:36
|
Bugs item #1179459, was opened at 2005-04-08 22:57 Message generated for change (Comment added) made by mihajlov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=712784&aid=1179459&group_id=128809 Category: Development Tools Group: Function >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Gareth S Bestor (bestorga-oss) Assigned to: Viktor Mihajlovski (mihajlov) Summary: indication_helper acinclude.m4 lacks /usr/local/include/cmpi Initial Comment: The indication_helper acinclude.m4 file needs to be updated to look for the cmpi headers in all the right places. Curfrently has: dnl The different directories to check [/usr/include/cmpi $PEGASUS_ROOT/src/Pegasus/Provider/CMPI /opt/tog-pegasus/include/Pegasus/Provider/CMPI /usr/include/Pegasus/Provider/CMPI /usr/include/openwbem /usr/sniacimom/include], should be _DIRS_="/usr/include/cmpi /usr/local/include/cmpi $PEGASUS_ROOT/src/Pegasus/Provider/CMPI /opt/tog-pegasus/include/Pegasus/Provider/CMPI /usr/include/Pegasus/Provider/CMPI /usr/include/openwbem /usr/sniacimom/include" Perhaps copy/plagerize the new acinclude.m4 from cmpi-fad? ---------------------------------------------------------------------- >Comment By: Viktor Mihajlovski (mihajlov) Date: 2005-04-19 14:23 Message: Logged In: YES user_id=1198711 Fixed in CVS now: tag SBLIM_INDICATION_HELPER_0_3_1A . ---------------------------------------------------------------------- Comment By: Konrad Rzeszutek (konradrzeszutek) Date: 2005-04-15 17:42 Message: Logged In: YES user_id=852838 Oh. That sounds good Viktor. In the meantime guys, feel free to copy over my .m4 files - they were my first shot at having autoconf do CMPI providers and need to be updated. ---------------------------------------------------------------------- Comment By: Viktor Mihajlovski (mihajlov) Date: 2005-04-11 18:11 Message: Logged In: YES user_id=1198711 Agreed: I've been thinking of creating an autotools module, where we can store things like install-provider.sh, acinclude.m4 etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=712784&aid=1179459&group_id=128809 |