Mercurial > hg > octave-nkf
comparison configure.in @ 2135:12e92d302bbf
[project @ 1996-05-13 03:27:21 by jwe]
author | jwe |
---|---|
date | Mon, 13 May 1996 03:28:11 +0000 |
parents | 2b67abb63030 |
children | 2c15367c2149 |
comparison
equal
deleted
inserted
replaced
2134:f44d96f6ca9f | 2135:12e92d302bbf |
---|---|
18 ### | 18 ### |
19 ### You should have received a copy of the GNU General Public License | 19 ### You should have received a copy of the GNU General Public License |
20 ### along with Octave; see the file COPYING. If not, write to the Free | 20 ### along with Octave; see the file COPYING. If not, write to the Free |
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
22 | 22 |
23 AC_REVISION($Revision: 1.195 $) | 23 AC_REVISION($Revision: 1.196 $) |
24 AC_PREREQ(2.9) | 24 AC_PREREQ(2.9) |
25 AC_INIT(src/octave.cc) | 25 AC_INIT(src/octave.cc) |
26 AC_CONFIG_HEADER(config.h) | 26 AC_CONFIG_HEADER(config.h) |
27 | 27 |
28 AC_DEFINE(OCTAVE_SOURCE, 1) | 28 AC_DEFINE(OCTAVE_SOURCE, 1) |
1031 | 1031 |
1032 ### Do the substitutions in all the Makefiles. | 1032 ### Do the substitutions in all the Makefiles. |
1033 | 1033 |
1034 AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile dlfcn/Makefile | 1034 AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile dlfcn/Makefile |
1035 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile | 1035 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile |
1036 doc/liboctave/Makefile doc/refcard/Makefile | 1036 doc/liboctave/Makefile doc/refcard/Makefile examples/Makefile |
1037 liboctave/Makefile src/Makefile src/mk-oct-links | 1037 liboctave/Makefile src/Makefile src/mk-oct-links |
1038 libcruft/Makefile libcruft/Makerules libcruft/blas/Makefile | 1038 libcruft/Makefile libcruft/Makerules libcruft/blas/Makefile |
1039 libcruft/balgen/Makefile libcruft/dassl/Makefile | 1039 libcruft/balgen/Makefile libcruft/dassl/Makefile |
1040 libcruft/eispack/Makefile libcruft/fftpack/Makefile | 1040 libcruft/eispack/Makefile libcruft/fftpack/Makefile |
1041 libcruft/fsqp/Makefile libcruft/lapack/Makefile | 1041 libcruft/fsqp/Makefile libcruft/lapack/Makefile |