Waldek Hebisch <[EMAIL PROTECTED]> writes: > Ralf Hemmecke wrote: > > > > + echo "FRICASCMD='$(libdir)/fricas/target/$(target)/bin/axiom'" >> $@ > > > > Why don't you use > > > > echo "FRICASCMD='$(bindir)/fricas'" >> $@ > > > > Users may rename command in $(bindir), while > > $(libdir)/fricas/target/$(target)/bin/axiom > > is supposed to be stable.
Doesn't echo "FRICASCMD='$(libdir)/fricas/target/$(target)/bin/axiom'" >> $@ require the AXIOM variable to be set? Martin --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
