Mercurial > hg > octave-nkf
diff Makeconf.in @ 7361:a2870fd8ac58
[project @ 2008-01-12 07:50:54 by jwe]
author | jwe |
---|---|
date | Sat, 12 Jan 2008 07:50:55 +0000 |
parents | c5a024013d2d |
children | 4584feed3ec4 |
line wrap: on
line diff
--- a/Makeconf.in +++ b/Makeconf.in @@ -35,6 +35,8 @@ PERL = @PERL@ PYTHON = @PYTHON@ +GNUPLOT = @GNUPLOT@ + DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@ # A shell command to extract the version number from version.h. @@ -478,6 +480,7 @@ -e "s|%OCTAVE_CONF_FLIBS%|\"${FLIBS}\"|" \ -e "s|%OCTAVE_CONF_FPICFLAG%|\"${FPICFLAG}\"|" \ -e "s|%OCTAVE_CONF_GLPK_LIBS%|\"${GLPK_LIBS}\"|" \ + -e "s|%OCTAVE_CONF_GNUPLOT%|\"${GNUPLOT}\"|" \ -e "s|%OCTAVE_CONF_INCFLAGS%|\"${INCFLAGS}\"|" \ -e "s|%OCTAVE_CONF_INCLUDEDIR%|\"${includedir}\"|" \ -e "s|%OCTAVE_CONF_LD_CXX%|\"${LD_CXX}\"|" \