Mercurial > hg > octave-lyh
comparison configure.in @ 1791:96a5948e7294
[project @ 1996-01-24 21:37:34 by jwe]
author | jwe |
---|---|
date | Wed, 24 Jan 1996 21:37:34 +0000 |
parents | c53d38ac99b4 |
children | b70c899e6466 |
comparison
equal
deleted
inserted
replaced
1790:469741f0b097 | 1791:96a5948e7294 |
---|---|
18 ### | 18 ### |
19 ### You should have received a copy of the GNU General Public License | 19 ### You should have received a copy of the GNU General Public License |
20 ### along with Octave; see the file COPYING. If not, write to the Free | 20 ### along with Octave; see the file COPYING. If not, write to the Free |
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
22 | 22 |
23 AC_REVISION($Revision: 1.157 $) | 23 AC_REVISION($Revision: 1.158 $) |
24 AC_PREREQ(2.0) | 24 AC_PREREQ(2.0) |
25 AC_INIT(src/octave.cc) | 25 AC_INIT(src/octave.cc) |
26 AC_CONFIG_HEADER(config.h) | 26 AC_CONFIG_HEADER(config.h) |
27 | 27 |
28 AC_DEFINE(OCTAVE_SOURCE, 1) | 28 AC_DEFINE(OCTAVE_SOURCE, 1) |
498 changequote(,)dnl | 498 changequote(,)dnl |
499 cat << \EOF > $f77_rules_frag | 499 cat << \EOF > $f77_rules_frag |
500 | 500 |
501 %.c : %.f | 501 %.c : %.f |
502 | 502 |
503 %.f : %.o | 503 %.o : %.f |
504 [ -z "$(FPICFLAG)" ] || \ | 504 [ -z "$(FPICFLAG)" ] || \ |
505 $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o pic/$@ | 505 $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o pic/$@ |
506 $(FC) -c $(ALL_FFLAGS) $< | 506 $(FC) -c $(ALL_FFLAGS) $< |
507 | 507 |
508 EOF | 508 EOF |