[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure.in between version 1.24 and 1.25

version 1.24, 2007/02/18 05:36:27 version 1.25, 2007/11/11 08:44:12
Line 1 
Line 1 
 dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.23 2005/07/12 14:47:13 ohara Exp $  dnl $OpenXM: OpenXM_contrib2/asir2000/configure.in,v 1.24 2007/02/18 05:36:27 ohara Exp $
   
 AC_INIT([LICENSE])  AC_INIT
 AC_PREREQ(2.53)  AC_CONFIG_SRCDIR([LICENSE])
   AC_PREREQ(2.61)
   AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(asir, 20030307)  AM_INIT_AUTOMAKE(asir, 20030307)
 AM_MAINTAINER_MODE  AM_MAINTAINER_MODE
   
 AC_CANONICAL_SYSTEM  
   
 dnl AM_PROG_AS  dnl AM_PROG_AS
 AC_PROG_CC  AC_PROG_CC
 AC_PROG_INSTALL  AC_PROG_INSTALL
Line 36  elif test `basename ./"${CC}"` = "icc" ; then
Line 36  elif test `basename ./"${CC}"` = "icc" ; then
     CFLAGS="-g -O"      CFLAGS="-g -O"
 fi  fi
   
   GC=gc6.8
   dnl GC_CONFIGURE_ARGS=--disable-threads --enable-shared=no
   GC_CONFIGURE_ARGS=--disable-threads
   if [ -n "${host_alias}" ]; then
       GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}"
   fi
   AC_SUBST([GC])
   AC_SUBST([GC_CONFIGURE_ARGS])
   
 AC_ARG_WITH([distdir],  AC_ARG_WITH([distdir],
 [  --with-distdir          specify the spool for fetching. [[no]]],  [  --with-distdir          specify the spool for fetching. [[no]]],
 [with_distdir=${withval}],[with_distdir=no])  [with_distdir=${withval}],[with_distdir=no])
Line 218  dnl for Solaris 2.x
Line 227  dnl for Solaris 2.x
 AC_CHECK_FUNC(socket, , [AC_CHECK_LIB(socket,socket)])  AC_CHECK_FUNC(socket, , [AC_CHECK_LIB(socket,socket)])
 AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,gethostbyname)])  AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,gethostbyname)])
   
 AC_OUTPUT([Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile])  AC_CONFIG_FILES([Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile])
   AC_OUTPUT

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>