Hello Michael. I am happy to read you again :-) On 07/03/06, Michael Bender <[EMAIL PROTECTED]> wrote: > Douglas E. Engert wrote: > > > I would go with whatever uname returns. > > Yes, this is the way it's done in a lot of our Makefiles > as well (although, not *all* our Makefiles :-(). I would > recommend that we use "SunOS", i.e. the output of "uname -s": > > $ uname -s > SunOS
In another thread [1] I referenced the IFD Driver API [2]. This API is not directly related to the musclecard plugins API but I think it would be a good idea to have an homogeneous naming scheme. Use "Solaris": - MCardPlugin/installBundle and configure.in - CFlexPlugin/installBundle and configure.in - AuthICPlugin/installBundle and configure.in - MCardPluginDDK/installBundle and configure.in Use "SunOS" (direct `uname` result) - libmusclecard/configure.in - PCSC/configure.in libmusclecard and PCSC configure.in files already have code to replace "Darwin" returned by `uname` into "MacOS". We can add three more lines to do the same with SunOS -> Solaris. Note: I would be happy to try to solve these problems BEFORE a major release. I accept the donation of one or more SUN machines or any other systems you want to be (well) supported. Regards, [1] http://archives.neohapsis.com/archives/dev/muscle/2006-q1/0200.html [2] http://pcsclite.alioth.debian.org/ifdhandler-3/node7.html -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
