Mercurial > hg > octave-lyh
annotate scripts/configure.in @ 8920:eb63fbe60fab
update copyright notices
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 07 Mar 2009 10:41:27 -0500 |
parents | 538184c540a9 |
children |
rev | line source |
---|---|
1238 | 1 dnl configure.in |
2 dnl | |
3 dnl Process this file with autoconf to produce a configure script. | |
4 dnl | |
8920 | 5 dnl Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, |
6 dnl 2008, 2009 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 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8575
diff
changeset
|
31 AC_SUBST(ac_config_files) |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7017
diff
changeset
|
32 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
|
33 general/Makefile geometry/Makefile help/Makefile image/Makefile \ |
6823 | 34 io/Makefile linear-algebra/Makefile miscellaneous/Makefile \ |
5811 | 35 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
|
36 polynomial/Makefile set/Makefile \ |
5164 | 37 signal/Makefile sparse/Makefile specfun/Makefile \ |
38 special-matrix/Makefile startup/Makefile statistics/Makefile \ | |
39 statistics/base/Makefile statistics/distributions/Makefile \ | |
40 statistics/models/Makefile statistics/tests/Makefile \ | |
5589 | 41 strings/Makefile time/Makefile testfun/Makefile]) |
3887 | 42 AC_OUTPUT |