annotate libcruft/configure.in @ 1238:3c0e26a1387b

[project @ 1995-04-10 15:56:53 by jwe] Initial revision
author jwe
date Mon, 10 Apr 1995 15:57:02 +0000
parents
children 611d403c7f3d
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
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
5 dnl Copyright (C) 1995 John W. Eaton
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
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
21 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
22
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
23 AC_REVISION()
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
24 AC_PREREQ(2.0)
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
25 AC_INIT(misc/xstopx.f)
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
26
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
27 AC_PROG_INSTALL
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 define([tmpA], [Makefile Makerules])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
30 define([tmpB], [blas/Makefile balgen/Makefile dassl/Makefile])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
31 define([tmpC], [eispack/Makefile fftpack/Makefile fsqp/Makefile])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
32 define([tmpD], [lapack/Makefile linpack/Makefile minpack/Makefile])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
33 define([tmpE], [misc/Makefile npsol/Makefile odepack/Makefile])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
34 define([tmpF], [qpsol/Makefile quadpack/Makefile ranlib/Makefile])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
35 define([tmpG], [slatec-fn/Makefile villad/Makefile])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
36 define([cruftdirs], [tmpA tmpB tmpC tmpD tmpE tmpF tmpG])dnl
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
37
3c0e26a1387b [project @ 1995-04-10 15:56:53 by jwe]
jwe
parents:
diff changeset
38 AC_OUTPUT([cruftdirs])