Mercurial > hg > octave-lyh
comparison configure.in @ 937:3f2d6badce13
[project @ 1994-11-17 21:45:26 by jwe]
author | jwe |
---|---|
date | Thu, 17 Nov 1994 21:45:26 +0000 |
parents | ea01afd84d22 |
children | d692388b9f93 |
comparison
equal
deleted
inserted
replaced
936:ea01afd84d22 | 937:3f2d6badce13 |
---|---|
19 ### | 19 ### |
20 ### You should have received a copy of the GNU General Public License | 20 ### You should have received a copy of the GNU General Public License |
21 ### along with Octave; see the file COPYING. If not, write to the Free | 21 ### along with Octave; see the file COPYING. If not, write to the Free |
22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
23 | 23 |
24 AC_REVISION($Revision: 1.73 $) | 24 AC_REVISION($Revision: 1.74 $) |
25 AC_PREREQ(2.0) | 25 AC_PREREQ(2.0) |
26 AC_INIT(src/octave.cc) | 26 AC_INIT(src/octave.cc) |
27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) | 27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) |
28 | 28 |
29 AC_DEFINE(OCTAVE_SOURCE, 1) | 29 AC_DEFINE(OCTAVE_SOURCE, 1) |
782 define([tmpSD], [scripts/miscellaneous/Makefile scripts/plot/Makefile])dnl | 782 define([tmpSD], [scripts/miscellaneous/Makefile scripts/plot/Makefile])dnl |
783 define([tmpSE], [scripts/polynomial/Makefile scripts/set/Makefile])dnl | 783 define([tmpSE], [scripts/polynomial/Makefile scripts/set/Makefile])dnl |
784 define([tmpSF], [scripts/signal/Makefile scripts/special-matrix/Makefile])dnl | 784 define([tmpSF], [scripts/signal/Makefile scripts/special-matrix/Makefile])dnl |
785 define([tmpSG], [scripts/startup/Makefile scripts/statistics/Makefile])dnl | 785 define([tmpSG], [scripts/startup/Makefile scripts/statistics/Makefile])dnl |
786 define([tmpSH], [scripts/elfun/Makefile scripts/specfun/Makefile])dnl | 786 define([tmpSH], [scripts/elfun/Makefile scripts/specfun/Makefile])dnl |
787 define([scriptdirs], [tmpSA tmpSB tmpSC tmpSD tmpSE tmpSF tmpSG tmpSH])dnl | 787 define([tmpSI], [scripts/strings/Makefile])dnl |
788 | 788 define([mdirs], [tmpSA tmpSB tmpSC tmpSD tmpSE tmpSF tmpSG tmpSH tmpSI])dnl |
789 AC_OUTPUT([srcdirs cruftdirs scriptdirs]) | 789 |
790 AC_OUTPUT([srcdirs cruftdirs mdirs]) |