From c9016a86cfc689cd2b4cb32e5246007fb2c81af2 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 6 Apr 2004 22:03:53 +0000 Subject: [PATCH 1/1] Get rid of nws_portability git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@68 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 4 ++-- src/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c282f8682f..c25b215e75 100644 --- a/configure.ac +++ b/configure.ac @@ -3,10 +3,10 @@ AC_PREREQ(2.57) #We need a recent ACI ACI_PREREQ(2003.01.16) -AC_INIT([GRAS],[0.0.040205],[martin.quinson@ens-lyon.fr]) +AC_INIT([GRAS],[0.0.040304],[martin.quinson@ens-lyon.fr]) AC_CONFIG_SRCDIR([src/include/gras.h]) AC_REVISION($Revision$) -AC_CONFIG_SUBDIRS(src/nws_portability) +dnl A C_CONFIG_SUBDIRS(src/nws_portability) AC_CANONICAL_TARGET AC_LANG([C]) diff --git a/src/Makefile.am b/src/Makefile.am index 03c2356ec7..c6c5ff351d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,3 @@ -SUBDIRS=nws_portability base modules examples include +#SUBDIRS=nws_portability base modules examples include +SUBDIRS=include base modules examples #SUBDIRS=core modules examples -- 2.20.1