comparison configure.in @ 2574:cfa9f35fd407

[project @ 1996-12-09 17:30:39 by jwe]
author jwe
date Mon, 09 Dec 1996 17:30:40 +0000
parents bcdd6bf533ea
children 2f0ea8b0db0e
comparison
equal deleted inserted replaced
2573:2799980db720 2574:cfa9f35fd407
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.238 $) 24 AC_REVISION($Revision: 1.239 $)
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)
455 AC_C_CONST 455 AC_C_CONST
456 456
457 ### Get the list of libraries that the C++ compiler normally uses. 457 ### Get the list of libraries that the C++ compiler normally uses.
458 458
459 OCTAVE_CXXLIBS 459 OCTAVE_CXXLIBS
460
461 ### See if we should define NPOS.
462
463 OCTAVE_STRING_NPOS
460 464
461 ### We need these before trying to find libf2c. 465 ### We need these before trying to find libf2c.
462 466
463 if test -z "$AR"; then 467 if test -z "$AR"; then
464 AR=ar 468 AR=ar