comparison configure.in @ 3740:0228f57f88c3

[project @ 2000-11-28 02:51:22 by jwe]
author jwe
date Tue, 28 Nov 2000 02:51:23 +0000
parents ea62136d86e8
children 7c8e3c42ed04
comparison
equal deleted inserted replaced
3739:85027c5aedc2 3740:0228f57f88c3
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.336 $) 24 AC_REVISION($Revision: 1.337 $)
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)
702 FPICFLAG= 702 FPICFLAG=
703 SH_LDFLAGS="-shared -Xlinker -expect_unresolved -Xlinker '*'" 703 SH_LDFLAGS="-shared -Xlinker -expect_unresolved -Xlinker '*'"
704 SONAME_FLAGS='-Xlinker -soname -Xlinker $@' 704 SONAME_FLAGS='-Xlinker -soname -Xlinker $@'
705 RLD_FLAG='-Xlinker -rpath -Xlinker $(octlibdir)' 705 RLD_FLAG='-Xlinker -rpath -Xlinker $(octlibdir)'
706 ;; 706 ;;
707 *-*-linux*) 707 *-*-linux* | *-*-gnu*)
708 SONAME_FLAGS='-Xlinker -soname -Xlinker $@' 708 SONAME_FLAGS='-Xlinker -soname -Xlinker $@'
709 RLD_FLAG='-Xlinker -rpath -Xlinker $(octlibdir)' 709 RLD_FLAG='-Xlinker -rpath -Xlinker $(octlibdir)'
710 ;; 710 ;;
711 changequote(,)dnl 711 changequote(,)dnl
712 i[3456]86-*-sco3.2v5*) 712 i[3456]86-*-sco3.2v5*)