--- rpl/configure.ac 2017/06/29 12:33:34 1.195 +++ rpl/configure.ac 2017/08/03 17:17:41 1.200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([rpl],[4.1.27]) +AC_INIT([rpl],[4.1.28]) AC_CANONICAL_TARGET AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(silent-rules) @@ -19,7 +19,7 @@ ICONV=libiconv-1.15 SQLITE=sqlite-3.19.3 OPENSSL=openssl-1.1.0f OPENMOTIF=openmotif-2.3.7 -LIBXPM=libXpm-3.5.11 +LIBXPM=libXpm-3.5.12 SIGSEGV=libsigsegv-2.11 ZLIB=zlib-1.2.8 @@ -378,6 +378,7 @@ libX="" LIBMOTIF="" INCMOTIF="" BUILD_OPENMOTIF="" +MODULE_MOTIF="" AC_ARG_ENABLE(motif, [ --enable-motif provide the Motif support [[default=guessed]]], [ @@ -394,7 +395,7 @@ fi) if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPPORT"; then libX="$X_LIBS -lXt -lX11 -lXext" - LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/lib/Xm/.libs/libXm.a \ + LIBMOTIF="\$(top_builddir)/tools/$OPENMOTIF/install/lib/libXm.a \ \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a" INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \ -I\$(top_builddir)/tools/$OPENMOTIF/lib \ @@ -405,6 +406,8 @@ if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP AC_CONFIG_SUBDIRS(tools/$LIBXPM) AC_CONFIG_SUBDIRS(tools/$OPENMOTIF) fi; + + MODULE_MOTIF="modules/motif" fi AC_ARG_ENABLE(experimental, @@ -1413,6 +1416,7 @@ AC_SUBST(PARI) AC_SUBST(GIAC) AC_SUBST(INCMOTIF) AC_SUBST(LIBMOTIF) +AC_SUBST(MODULE_MOTIF) AC_SUBST(ZLIB) AC_SUBST(BUILD_SIGSEGV) AC_SUBST(BROKEN_SIGSEGV) @@ -1461,6 +1465,7 @@ AC_CONFIG_FILES(rplcas/Makefile) AC_CONFIG_FILES(rplawk/Makefile) AC_CONFIG_FILES(lapack/lapack/Makefile) AC_CONFIG_FILES(lapack/blas/Makefile) +AC_CONFIG_FILES(modules/motif/Makefile) AC_CONFIG_FILES(modules/sets/Makefile) AC_CONFIG_FILES(man/rpl.1)