1238
|
1 dnl configure.in |
|
2 dnl |
|
3 dnl Process this file with autoconf to produce a configure script. |
|
4 dnl |
2847
|
5 dnl Copyright (C) 1996, 1997 John W. Eaton |
1238
|
6 ### |
|
7 ### This file is part of Octave. |
|
8 ### |
|
9 ### Octave is free software; you can redistribute it and/or modify it |
|
10 ### under the terms of the GNU General Public License as published by the |
|
11 ### Free Software Foundation; either version 2, or (at your option) any |
|
12 ### later version. |
|
13 ### |
|
14 ### Octave is distributed in the hope that it will be useful, but WITHOUT |
|
15 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
16 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
17 ### for more details. |
|
18 ### |
|
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 |
5307
|
21 ### Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
|
22 ### 02110-1301, USA. |
1238
|
23 |
3887
|
24 AC_INIT |
1238
|
25 AC_REVISION() |
3887
|
26 AC_PREREQ(2.52) |
5319
|
27 AC_CONFIG_SRCDIR([startup/inputrc]) |
1238
|
28 |
|
29 AC_PROG_INSTALL |
|
30 |
4031
|
31 AC_CONFIG_FILES([Makefile audio/Makefile control/Makefile \ |
|
32 control/base/Makefile control/hinf/Makefile \ |
|
33 control/obsolete/Makefile control/system/Makefile \ |
|
34 control/util/Makefile deprecated/Makefile elfun/Makefile \ |
3215
|
35 finance/Makefile general/Makefile image/Makefile io/Makefile \ |
5237
|
36 linear-algebra/Makefile miscellaneous/Makefile \ |
5732
|
37 optimization/Makefile path/Makefile plot/Makefile \ |
3226
|
38 polynomial/Makefile quaternion/Makefile set/Makefile \ |
5164
|
39 signal/Makefile sparse/Makefile specfun/Makefile \ |
|
40 special-matrix/Makefile startup/Makefile statistics/Makefile \ |
|
41 statistics/base/Makefile statistics/distributions/Makefile \ |
|
42 statistics/models/Makefile statistics/tests/Makefile \ |
5589
|
43 strings/Makefile time/Makefile testfun/Makefile]) |
3887
|
44 AC_OUTPUT |