Diff for /rpl/Attic/configure.in between versions 1.86 and 1.90

version 1.86, 2011/09/16 17:47:07 version 1.90, 2011/09/20 19:31:15
Line 212  else Line 212  else
     IPCS_SYSV=yes      IPCS_SYSV=yes
 fi],  fi],
 [AC_MSG_CHECKING([for POSIX semaphores])  [AC_MSG_CHECKING([for POSIX semaphores])
 AC_COMPILE_IFELSE(  AC_RUN_IFELSE(
 [AC_LANG_PROGRAM([#include <sys/mman.h>  [AC_LANG_PROGRAM([#include <sys/mman.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <fcntl.h>],  #include <fcntl.h>
    ],
 [ int fd; char *sem = "/sem.test";  [ int fd; char *sem = "/sem.test";
 fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);  fd = shm_open(sem , O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
   close(fd);    close(fd);
Line 240  AC_RUN_IFELSE( Line 241  AC_RUN_IFELSE(
   return(0);    return(0);
 ])],  ])],
 [SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES; AC_MSG_RESULT(yes)],  [SEMAPHORES_NOMMES=-USEMAPHORES_NOMMES; AC_MSG_RESULT(yes)],
 [SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; AC_MSG_RESULT(no)],  [SEMAPHORES_NOMMES=-DSEMAPHORES_NOMMES; AC_MSG_RESULT(no)]
     )]      )
 LDFLAGS=$REG  LDFLAGS=$REG
 REG=""  REG=""
 else  else
Line 464  if test ! -d "$srcdir"/rplcas/$GIAC; the Line 465  if test ! -d "$srcdir"/rplcas/$GIAC; the
             (cd "$srcdir/rplcas" && tar -xf -)              (cd "$srcdir/rplcas" && tar -xf -)
 fi  fi
   
   touch tools/openmotif.lib
   
 dnl Default installation directory  dnl Default installation directory
 AC_PREFIX_DEFAULT(/usr/local)  AC_PREFIX_DEFAULT(/usr/local)
   

Removed from v.1.86  
changed lines
  Added in v.1.90


CVSweb interface <joel.bertrand@systella.fr>