comparison configure.in @ 3008:cc828a2ace0d

[project @ 1997-05-30 20:18:47 by jwe]
author jwe
date Fri, 30 May 1997 20:19:15 +0000
parents 9a54159563de
children 0ea30e0e86cc
comparison
equal deleted inserted replaced
3007:462196ba12ea 3008:cc828a2ace0d
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 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.268 $) 24 AC_REVISION($Revision: 1.269 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
333 ### these options to specify the name of the compiler. For example, 333 ### these options to specify the name of the compiler. For example,
334 ### `--with-g77=/opt/gnu/bin/f77' says that we are using g77 but it is 334 ### `--with-g77=/opt/gnu/bin/f77' says that we are using g77 but it is
335 ### installed as /opt/gnu/bin/f77. 335 ### installed as /opt/gnu/bin/f77.
336 336
337 if $use_f77; then 337 if $use_f77; then
338 if test "$with_g77" = yes; then 338 if test "$with_f77" = yes; then
339 F77=f77 339 F77=f77
340 else 340 else
341 F77="$with_f77" 341 F77="$with_f77"
342 fi 342 fi
343 AC_MSG_RESULT([defining F77 to be $F77]) 343 AC_MSG_RESULT([defining F77 to be $F77])