comparison configure.in @ 4439:64a91c8251e2

[project @ 2003-06-27 19:13:37 by jwe]
author jwe
date Fri, 27 Jun 2003 19:15:42 +0000
parents 5cca7b5d6b34
children e2c91da0aa16
comparison
equal deleted inserted replaced
4438:4cc739e3cbd8 4439:64a91c8251e2
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_INIT 24 AC_INIT
25 AC_REVISION($Revision: 1.428 $) 25 AC_REVISION($Revision: 1.429 $)
26 AC_PREREQ(2.52) 26 AC_PREREQ(2.52)
27 AC_CONFIG_SRCDIR([src/octave.cc]) 27 AC_CONFIG_SRCDIR([src/octave.cc])
28 AC_CONFIG_HEADER(config.h) 28 AC_CONFIG_HEADER(config.h)
29 29
30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) 30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.])
639 [ if test "$enableval" = no; then use_rpath=false; 639 [ if test "$enableval" = no; then use_rpath=false;
640 else 640 else
641 use_rpath=true 641 use_rpath=true
642 if test "$enableval" = yes; then true; 642 if test "$enableval" = yes; then true;
643 else enable_rpath_arg="$enableval"; fi 643 else enable_rpath_arg="$enableval"; fi
644 fi], [use_rpath=false]) 644 fi], [use_rpath=true])
645 645
646 DLFCN_DIR= 646 DLFCN_DIR=
647 CPICFLAG=-fPIC 647 CPICFLAG=-fPIC
648 CXXPICFLAG=-fPIC 648 CXXPICFLAG=-fPIC
649 FPICFLAG=-fPIC 649 FPICFLAG=-fPIC