annotate scripts/configure.in @ 5319:96c30dd80ef5

[project @ 2005-04-28 22:25:06 by jwe]
author jwe
date Thu, 28 Apr 2005 22:25:32 +0000
parents 4c8a2e4e0717
children f812a0680d05
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
1 dnl configure.in
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
2 dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
3 dnl Process this file with autoconf to produce a configure script.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
4 dnl
2847
8b262e771614 [project @ 1997-03-27 16:18:26 by jwe]
jwe
parents: 2073
diff changeset
5 dnl Copyright (C) 1996, 1997 John W. Eaton
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
6 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
7 ### This file is part of Octave.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
8 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
9 ### Octave is free software; you can redistribute it and/or modify it
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
10 ### under the terms of the GNU General Public License as published by the
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
11 ### Free Software Foundation; either version 2, or (at your option) any
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
12 ### later version.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
13 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
14 ### Octave is distributed in the hope that it will be useful, but WITHOUT
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
15 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
16 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
17 ### for more details.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
18 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
19 ### You should have received a copy of the GNU General Public License
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
20 ### along with Octave; see the file COPYING. If not, write to the Free
5307
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 5237
diff changeset
21 ### Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 5237
diff changeset
22 ### 02110-1301, USA.
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
23
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3435
diff changeset
24 AC_INIT
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
25 AC_REVISION()
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3435
diff changeset
26 AC_PREREQ(2.52)
5319
96c30dd80ef5 [project @ 2005-04-28 22:25:06 by jwe]
jwe
parents: 5307
diff changeset
27 AC_CONFIG_SRCDIR([startup/inputrc])
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
28
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
29 AC_PROG_INSTALL
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
30
4031
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 3887
diff changeset
31 AC_CONFIG_FILES([Makefile audio/Makefile control/Makefile \
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 3887
diff changeset
32 control/base/Makefile control/hinf/Makefile \
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 3887
diff changeset
33 control/obsolete/Makefile control/system/Makefile \
2168f4a0e88d [project @ 2002-08-10 04:22:52 by jwe]
jwe
parents: 3887
diff changeset
34 control/util/Makefile deprecated/Makefile elfun/Makefile \
3215
bc3fdfe311a3 [project @ 1998-11-10 14:06:21 by jwe]
jwe
parents: 3191
diff changeset
35 finance/Makefile general/Makefile image/Makefile io/Makefile \
5237
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5164
diff changeset
36 linear-algebra/Makefile miscellaneous/Makefile \
652e8aa49fa7 [project @ 2005-03-23 21:28:45 by jwe]
jwe
parents: 5164
diff changeset
37 optimization/Makefile plot/Makefile \
3226
997eba21ca23 [project @ 1998-12-05 02:04:17 by jwe]
jwe
parents: 3215
diff changeset
38 polynomial/Makefile quaternion/Makefile set/Makefile \
5164
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
39 signal/Makefile sparse/Makefile specfun/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
40 special-matrix/Makefile startup/Makefile statistics/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
41 statistics/base/Makefile statistics/distributions/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
42 statistics/models/Makefile statistics/tests/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
43 strings/Makefile time/Makefile])
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3435
diff changeset
44 AC_OUTPUT