Mercurial > hg > octave-nkf
annotate scripts/configure.in @ 8575:f134925a1cfa
m-file implementation of help system
author | Soren Hauberg <soren@hauberg.org> |
---|---|
date | Thu, 22 Jan 2009 18:22:52 -0500 |
parents | 21904fe299c8 |
children | 538184c540a9 |
rev | line source |
---|---|
1238 | 1 dnl configure.in |
2 dnl | |
3 dnl Process this file with autoconf to produce a configure script. | |
4 dnl | |
7017 | 5 dnl Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 |
6 dnl John W. Eaton | |
1238 | 7 ### |
8 ### This file is part of Octave. | |
9 ### | |
10 ### Octave is free software; you can redistribute it and/or modify it | |
11 ### under the terms of the GNU General Public License as published by the | |
7016 | 12 ### Free Software Foundation; either version 3 of the License, or (at |
13 ### your option) any later version. | |
1238 | 14 ### |
15 ### Octave is distributed in the hope that it will be useful, but WITHOUT | |
16 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
17 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
18 ### for more details. | |
19 ### | |
20 ### You should have received a copy of the GNU General Public License | |
7016 | 21 ### along with Octave; see the file COPYING. If not, see |
22 ### <http://www.gnu.org/licenses/>. | |
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 | |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7017
diff
changeset
|
31 AC_CONFIG_FILES([Makefile audio/Makefile deprecated/Makefile elfun/Makefile \ |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
7988
diff
changeset
|
32 general/Makefile geometry/Makefile help/Makefile image/Makefile \ |
6823 | 33 io/Makefile linear-algebra/Makefile miscellaneous/Makefile \ |
5811 | 34 optimization/Makefile path/Makefile pkg/Makefile plot/Makefile \ |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7017
diff
changeset
|
35 polynomial/Makefile set/Makefile \ |
5164 | 36 signal/Makefile sparse/Makefile specfun/Makefile \ |
37 special-matrix/Makefile startup/Makefile statistics/Makefile \ | |
38 statistics/base/Makefile statistics/distributions/Makefile \ | |
39 statistics/models/Makefile statistics/tests/Makefile \ | |
5589 | 40 strings/Makefile time/Makefile testfun/Makefile]) |
3887 | 41 AC_OUTPUT |