--- rpl/configure.ac 2012/01/18 10:57:40 1.17 +++ rpl/configure.ac 2012/04/02 09:50:39 1.22 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.6]) +AC_INIT([rpl],[4.1.7]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -13,11 +13,11 @@ READLINE=readline-6.2 UNITS=units-1.88 GSL=gsl-1.15 GPP=gpp-3.0 -GNUPLOT=gnuplot-4.4.3 +GNUPLOT=gnuplot-4.6.0 FILE=file-5.03 ICONV=libiconv-1.13.1 -SQLITE=sqlite-3.7.10 -OPENSSL=openssl-1.0.0f +SQLITE=sqlite-3.7.11 +OPENSSL=openssl-1.0.1 OPENMOTIF=openmotif-2.3.3 LIBXPM=libXpm-3.5.9 SIGSEGV=libsigsegv-2.6 @@ -404,7 +404,7 @@ else fi) if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then - libX="$X_LIBS -lXt -lX11" + libX="$X_LIBS -lXt -lX11 -lXext" LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/lib/Xm/.libs/libXm.a \ \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a" INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \ @@ -660,7 +660,7 @@ Download at http://www.vim.org/ DEBVIM= else VIM_SUPPORT="-DVIM_SUPPORT" - DEBVIM=vim + DEBVIM=", vim" fi else if test "$VIM_SUPPORT" = no; then @@ -668,7 +668,7 @@ else DEBVIM= else VIM_SUPPORT="-DVIM_SUPPORT" - DEBVIM=vim + DEBVIM=", vim" fi fi