Re: [Sablevm-developer] Merging CP 0.09 into svm-cp/staging
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-05-05 18:02:21
|
Grzegorz B. Prokopski wrote: > -lrt (and others of that kind) is on my todo list. I haven't looked at > M4 yet but I am open for suggestions how it should look like. I have > a few other small items for M4 ex. the last architecture that still > bothers me: ARM :-) To summarize: * I'd like configure to do something like: ## Pseudo-code! if (-lrt is required) ## This is a configure test that tries to ## compile a little C program witout -lrt LIBSVMINCLUDE = -lrt else LIBSVMINCLUDE = endif Then use @LIBSVMINCLUDE@ in Makefile.am. * I'd like configure to also do something like: # Pseudo-code if ($M4 is not defined) if (m4 is GNU m4) ## This should actually be a configure test ## that executes m4 and looks for GNU m4 specific ## behavior M4 = m4 else if (gm4 is GNU m4) M4 = gm4 endif endif Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |