comparison configure.in @ 3824:0ee55719541a

[project @ 2001-04-26 17:07:21 by jwe]
author jwe
date Thu, 26 Apr 2001 17:07:22 +0000
parents 1a809dae77db
children 74255bd05bdd
comparison
equal deleted inserted replaced
3823:1f663ddfa350 3824:0ee55719541a
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.344 $) 24 AC_REVISION($Revision: 1.345 $)
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
1405 if test -n "$warn_termlibs"; then 1400 if test -n "$warn_termlibs"; then
1406 AC_MSG_WARN($warn_termlibs) 1401 AC_MSG_WARN($warn_termlibs)
1407 warn_msg_printed=true 1402 warn_msg_printed=true
1408 fi 1403 fi
1409 1404