comparison configure.in @ 3825:74255bd05bdd

[project @ 2001-04-26 19:50:03 by jwe]
author jwe
date Thu, 26 Apr 2001 19:50:03 +0000
parents 0ee55719541a
children ba548facf43b
comparison
equal deleted inserted replaced
3824:0ee55719541a 3825:74255bd05bdd
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.345 $) 24 AC_REVISION($Revision: 1.346 $)
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)
1395 if test -n "$warn_f2c_no_lib"; then 1395 if test -n "$warn_f2c_no_lib"; then
1396 AC_MSG_WARN($warn_f2c_no_lib) 1396 AC_MSG_WARN($warn_f2c_no_lib)
1397 warn_msg_printed=true 1397 warn_msg_printed=true
1398 fi 1398 fi
1399 1399
1400 if test -n "$warn_readline"; then
1401 AC_MSG_WARN($warn_readline)
1402 warn_msg_printed=true
1403 fi
1404
1400 if test -n "$warn_termlibs"; then 1405 if test -n "$warn_termlibs"; then
1401 AC_MSG_WARN($warn_termlibs) 1406 AC_MSG_WARN($warn_termlibs)
1402 warn_msg_printed=true 1407 warn_msg_printed=true
1403 fi 1408 fi
1404 1409