Diff for /rpl/configure.ac between versions 1.6 and 1.9

version 1.6, 2011/10/10 10:58:10 version 1.9, 2011/11/17 19:29:36
Line 2  dnl Process this file with autoconf to p Line 2  dnl Process this file with autoconf to p
 AC_INIT([rpl],[4.1.4])  AC_INIT([rpl],[4.1.4])
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AC_CANONICAL_TARGET  AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE  AM_INIT_AUTOMAKE(silent-rules)
   AM_SILENT_RULES([yes])
 AC_SUBST(target_cpu)  AC_SUBST(target_cpu)
 AC_CONFIG_HEADERS([rplconfig.h])  AC_CONFIG_HEADERS([rplconfig.h])
   
Line 239  AC_COMPILE_IFELSE( Line 240  AC_COMPILE_IFELSE(
 AC_SUBST(SHARED_MEMORY)  AC_SUBST(SHARED_MEMORY)
   
 AC_MSG_CHECKING([for pselect])  AC_MSG_CHECKING([for pselect])
 AC_RUN_IFELSE(  AC_COMPILE_IFELSE(
     [AC_LANG_PROGRAM([#include <sys/select.h>      [AC_LANG_PROGRAM([#include <sys/select.h>
      #include <unistd.h>       #include <unistd.h>
      #include <sys/time.h>       #include <sys/time.h>
Line 406  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 407  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP
             \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a"              \$(top_builddir)/tools/$LIBXPM/src/.libs/libXpm.a"
     INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \      INCMOTIF="-I\$(top_srcdir)/tools/$OPENMOTIF/lib \
             -I\$(top_builddir)/tools/$OPENMOTIF/lib \              -I\$(top_builddir)/tools/$OPENMOTIF/lib \
             -I\$(top_builddir)/tools/$LIBXPM/include"              -I\$(top_srcdir)/tools/$LIBXPM/include"
     BUILD_OPENMOTIF="$LIBXPM $OPENMOTIF"      BUILD_OPENMOTIF="$LIBXPM $OPENMOTIF"
   
     if test $RECURSIVE = yes; then      if test $RECURSIVE = yes; then

Removed from v.1.6  
changed lines
  Added in v.1.9


CVSweb interface <joel.bertrand@systella.fr>