Is mktemp really used during fricas build?

I can only find it in document.in and there it only appears in a comment. Another one is in

src/Makefile.in:MKTEMP = @MKTEMP@

Also irrelevant since MKTEMP is nowhere used in the Makefile.

But configure.ac has

AC_CHECK_PROGS([MKTEMP], [mktemp])

So it is not an error if mktemp is missing. So why check for mktemp then?

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To post to this group, send email to fricas-de...@googlegroups.com.
To unsubscribe from this group, send email to 
fricas-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to