comparison configure.in @ 1824:b70c899e6466

[project @ 1996-02-01 20:58:15 by jwe]
author jwe
date Thu, 01 Feb 1996 20:58:15 +0000
parents 96a5948e7294
children 1e1e1c0b8c1b
comparison
equal deleted inserted replaced
1823:5cdd59e7579a 1824:b70c899e6466
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.158 $) 23 AC_REVISION($Revision: 1.159 $)
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)
521 AC_MSG_WARN([I found f2c but not libf2c.a, or libF77.a and libI77.a]) 521 AC_MSG_WARN([I found f2c but not libf2c.a, or libF77.a and libI77.a])
522 fi 522 fi
523 f77_rules_frag=Makerules.f77 523 f77_rules_frag=Makerules.f77
524 cat << \EOF > $f77_rules_frag 524 cat << \EOF > $f77_rules_frag
525 525
526 %.c : %.f: 526 %.c : %.f
527 cat $< | $(F2C) $(F2CFLAGS) > $(@F) 527 cat $< | $(F2C) $(F2CFLAGS) > $(@F)
528 528
529 %.o : %.f 529 %.o : %.f
530 530
531 EOF 531 EOF