From maintainers-request at octave dot org Mon Nov 28 15:04:25 2005 Subject: Re: Dependence of octave-forge on octave version From: Rafael Laboissiere To: Quentin Spencer Cc: "James R. Phillips" , maintainers@octave.org Date: Mon, 28 Nov 2005 14:57:38 -0600 * Quentin Spencer [2005-11-28 12:14]: > Is there an easy way of extracting the "api-v*" string from > octave_config_info or something like it? The debian/rules file (which is a Makefile) includes the following: MDIR = $(shell octave-config --print LOCALFCNFILEDIR) OCTDIR = $(shell octave-config --print LOCALAPIOCTFILEDIR) -- Rafael