Diff for /rpl/configure.ac between versions 1.24 and 1.30

version 1.24, 2012/04/08 18:03:09 version 1.30, 2012/05/21 17:25:40
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT([rpl],[4.1.7])  AC_INIT([rpl],[4.1.9])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 17  GNUPLOT=gnuplot-4.6.0 Line 17  GNUPLOT=gnuplot-4.6.0
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.13.1  ICONV=libiconv-1.13.1
 SQLITE=sqlite-3.7.11  SQLITE=sqlite-3.7.11
 OPENSSL=openssl-1.0.1  OPENSSL=openssl-1.0.1c
 OPENMOTIF=openmotif-2.3.3  OPENMOTIF=openmotif-2.3.3
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.6  SIGSEGV=libsigsegv-2.6
   
 GMP=gmp-5.0.2  GMP=gmp-5.0.5
 MPFR=mpfr-3.0.1  MPFR=mpfr-3.1.0
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9943  COCOA=CoCoALib-0.9950
 PARI=pari-2.5.0  PARI=pari-2.5.1
 GIAC=giac-0.9.5  GIAC=giac-0.9.6
   
 dnl Checks for C compiler  dnl Checks for C compiler
 AC_PROG_CC(gcc)  AC_PROG_CC(gcc)
Line 171  if test "$with_sysroot" = "no" -o "$with Line 171  if test "$with_sysroot" = "no" -o "$with
     AC_MSG_ERROR([You have to specify sysroot path !])      AC_MSG_ERROR([You have to specify sysroot path !])
 else  else
     SYSROOT="-I$with_sysroot/usr/include"      SYSROOT="-I$with_sysroot/usr/include"
       SYSROOT2=$with_sysroot
 fi],[  fi],[
     SYSROOT=      SYSROOT=
       SYSROOT2=
     ]      ]
 )  )
   
Line 1119  AC_SUBST(GNUPLOT_COMPILATION) Line 1121  AC_SUBST(GNUPLOT_COMPILATION)
   
 HOST=$target  HOST=$target
 AC_SUBST(HOST)  AC_SUBST(HOST)
   BUILD=$build
   AC_SUBST(BUILD)
   
 my_save_cflags="$CFLAGS"  my_save_cflags="$CFLAGS"
 FPCFLAGS=""  FPCFLAGS=""
Line 1373  AC_SUBST(FFLAGS) Line 1377  AC_SUBST(FFLAGS)
 AC_SUBST(FCFLAGS)  AC_SUBST(FCFLAGS)
 AC_SUBST(LDFLAGS)  AC_SUBST(LDFLAGS)
 AC_SUBST(SYSROOT)  AC_SUBST(SYSROOT)
   AC_SUBST(SYSROOT2)
   
 AC_SUBST(DEBPQ)  AC_SUBST(DEBPQ)
 AC_SUBST(DEBMYSQL)  AC_SUBST(DEBMYSQL)

Removed from v.1.24  
changed lines
  Added in v.1.30


CVSweb interface <joel.bertrand@systella.fr>