From: SourceForge.net <no...@so...> - 2005-04-15 15:42:05
|
Bugs item #1179459, was opened at 2005-04-08 15:57 Message generated for change (Comment added) made by konradrzeszutek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=712784&aid=1179459&group_id=128809 Category: Development Tools Group: Function Status: Open Resolution: None Priority: 5 Submitted By: Gareth S Bestor (bestorga-oss) Assigned to: Nobody/Anonymous (nobody) 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: Konrad Rzeszutek (konradrzeszutek) Date: 2005-04-15 10: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 11: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 |