annotate scripts/configure.in @ 8850:538184c540a9

Add make target "configfiles" to automatically regenerate configuration files
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Tue, 24 Feb 2009 01:46:37 -0500
parents f134925a1cfa
children eb63fbe60fab
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
7017
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
5 dnl Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007
a1dbe9d80eee [project @ 2007-10-12 21:27:11 by jwe]
jwe
parents: 7016
diff changeset
6 dnl John W. Eaton
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
7 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
8 ### This file is part of Octave.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
9 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
10 ### 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
11 ### under the terms of the GNU General Public License as published by the
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6823
diff changeset
12 ### Free Software Foundation; either version 3 of the License, or (at
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6823
diff changeset
13 ### your option) any later version.
1238
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
14 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
15 ### 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
16 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
17 ### 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
18 ### for more details.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
19 ###
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
20 ### You should have received a copy of the GNU General Public License
7016
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6823
diff changeset
21 ### along with Octave; see the file COPYING. If not, see
93c65f2a5668 [project @ 2007-10-12 06:40:56 by jwe]
jwe
parents: 6823
diff changeset
22 ### <http://www.gnu.org/licenses/>.
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
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
9fddcc586065 [project @ 2007-08-24 08:27:27 by dbateman]
dbateman
parents: 5811
diff changeset
34 io/Makefile linear-algebra/Makefile miscellaneous/Makefile \
5811
2ece6d7c7b5d [project @ 2006-05-11 07:00:19 by jwe]
jwe
parents: 5732
diff changeset
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
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
37 signal/Makefile sparse/Makefile specfun/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
38 special-matrix/Makefile startup/Makefile statistics/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
39 statistics/base/Makefile statistics/distributions/Makefile \
57077d0ddc8e [project @ 2005-02-25 19:55:24 by jwe]
jwe
parents: 4031
diff changeset
40 statistics/models/Makefile statistics/tests/Makefile \
5589
f812a0680d05 [project @ 2006-01-06 00:14:42 by jwe]
jwe
parents: 5319
diff changeset
41 strings/Makefile time/Makefile testfun/Makefile])
3887
7da18459c08b [project @ 2002-04-04 00:44:21 by jwe]
jwe
parents: 3435
diff changeset
42 AC_OUTPUT