comparison configure.in @ 3220:3deb1105fbc1

[project @ 1998-11-19 00:06:30 by jwe]
author jwe
date Thu, 19 Nov 1998 00:06:34 +0000
parents bc3fdfe311a3
children dae85431bade
comparison
equal deleted inserted replaced
3219:30770ba4457a 3220:3deb1105fbc1
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 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.310 $) 24 AC_REVISION($Revision: 1.311 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
1143 test/Makefile dlfcn/Makefile \ 1143 test/Makefile dlfcn/Makefile \
1144 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile \ 1144 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile \
1145 doc/liboctave/Makefile doc/refcard/Makefile emacs/Makefile \ 1145 doc/liboctave/Makefile doc/refcard/Makefile emacs/Makefile \
1146 examples/Makefile liboctave/Makefile src/Makefile \ 1146 examples/Makefile liboctave/Makefile src/Makefile \
1147 libcruft/Makefile libcruft/Makerules \ 1147 libcruft/Makefile libcruft/Makerules \
1148 libcruft/blas/Makefile libcruft/dassl/Makefile \ 1148 libcruft/amos/Makefile libcruft/blas/Makefile \
1149 libcruft/fftpack/Makefile libcruft/lapack/Makefile \ 1149 libcruft/dassl/Makefile libcruft/fftpack/Makefile \
1150 libcruft/linpack/Makefile libcruft/minpack/Makefile \ 1150 libcruft/lapack/Makefile libcruft/linpack/Makefile \
1151 libcruft/misc/Makefile libcruft/odepack/Makefile \ 1151 libcruft/minpack/Makefile libcruft/misc/Makefile \
1152 libcruft/ordered-qz/Makefile libcruft/quadpack/Makefile \ 1152 libcruft/odepack/Makefile libcruft/ordered-qz/Makefile \
1153 libcruft/ranlib/Makefile libcruft/specfun/Makefile \ 1153 libcruft/quadpack/Makefile libcruft/ranlib/Makefile \
1154 libcruft/slatec-fn/Makefile libcruft/slatec-err/Makefile \ 1154 libcruft/slatec-fn/Makefile libcruft/slatec-err/Makefile \
1155 libcruft/villad/Makefile) 1155 libcruft/villad/Makefile)
1156 1156
1157 chmod 755 install-octave 1157 chmod 755 install-octave
1158 1158