Diff for /rpl/configure.ac between versions 1.94 and 1.99

version 1.94, 2014/05/17 14:28:46 version 1.99, 2014/07/17 08:07:15
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.18])  AC_INIT([rpl],[4.1.19])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(silent-rules)  AM_INIT_AUTOMAKE(silent-rules)
Line 16  GPP=gpp-3.0 Line 16  GPP=gpp-3.0
 GNUPLOT=gnuplot-4.6.5  GNUPLOT=gnuplot-4.6.5
 FILE=file-5.11  FILE=file-5.11
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.8.4.3  SQLITE=sqlite-3.8.5
 OPENSSL=openssl-1.0.1g  OPENSSL=openssl-1.0.1h
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.9  LIBXPM=libXpm-3.5.9
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
Line 174  AC_ARG_ENABLE(rplcas, Line 174  AC_ARG_ENABLE(rplcas,
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     RPLCAS=-URPLCAS      RPLCAS=-URPLCAS
     LIBRPLCAS=      LIBRPLCAS=
       INCRPLCAS=
 else  else
     RPLCAS=-DRPLCAS      RPLCAS=-DRPLCAS
     LIBRPLCAS=\$\(top_builddir\)/rplcas/lib/librplcas.a      LIBRPLCAS=\$\(top_builddir\)/rplcas/lib/librplcas.a
       INCRPLCAS="-I\$(top_builddir)/rplcas/include/giac \
               -I\$(top_builddir)/rplcas/include"
 fi],[  fi],[
     RPLCAS=-URPLCAS      RPLCAS=-URPLCAS
     LIBRPLCAS=      LIBRPLCAS=
       INCRPLCAS=
     ]      ]
 )  )
   
 AC_SUBST(ABI)  AC_SUBST(ABI)
 AC_SUBST(RPLCAS)  AC_SUBST(RPLCAS)
 AC_SUBST(LIBRPLCAS)  AC_SUBST(LIBRPLCAS)
   AC_SUBST(INCRPLCAS)
   
 dnl Options  dnl Options
 AC_ARG_ENABLE(optimization,  AC_ARG_ENABLE(optimization,
Line 446  if test ! -d "$srcdir"/tools/$NCURSES; t Line 451  if test ! -d "$srcdir"/tools/$NCURSES; t
             do echo Applying script $i && chmod 775 $i && ./$i;              do echo Applying script $i && chmod 775 $i && ./$i;
             done;              done;
             for i in ../$NCURSES*.patch.gz;              for i in ../$NCURSES*.patch.gz;
             do echo Applying patch $i && gunzip -c $i | patch -p1;              do echo Applying patch $i && \
                       if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \
                           rm -f Ada95/src/library.gpr; \
                       fi && \
                   gunzip -c $i | patch -p1;
             done);              done);
 fi  fi
 if test ! -d "$srcdir"/tools/$READLINE; then  if test ! -d "$srcdir"/tools/$READLINE; then

Removed from v.1.94  
changed lines
  Added in v.1.99


CVSweb interface <joel.bertrand@systella.fr>