comparison configure.in @ 3606:89f958b5358f

[project @ 2000-03-08 09:30:05 by jwe]
author jwe
date Wed, 08 Mar 2000 09:30:07 +0000
parents 26662775f4e9
children c3b1f34a4748
comparison
equal deleted inserted replaced
3605:bebbcd4694a8 3606:89f958b5358f
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.323 $) 24 AC_REVISION($Revision: 1.324 $)
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)
622 fi 622 fi
623 SH_LD=ld 623 SH_LD=ld
624 SH_LDFLAGS="-assert nodefinitions" 624 SH_LDFLAGS="-assert nodefinitions"
625 RLD_FLAG='-L$(octlibdir)' 625 RLD_FLAG='-L$(octlibdir)'
626 ;; 626 ;;
627 sparc-sun-solaris2*) 627 sparc-sun-solaris2* | i386-pc-solaris2*)
628 if test "$octave_cv_f77_is_g77" = yes; then 628 if test "$octave_cv_f77_is_g77" = yes; then
629 FPICFLAG=-fPIC 629 FPICFLAG=-fPIC
630 else 630 else
631 FPICFLAG=-PIC 631 FPICFLAG=-PIC
632 fi 632 fi