From: eyraudl Date: Tue, 26 Sep 2006 09:23:48 +0000 (+0000) Subject: Added necessary files to the gramine distribution. Now it does compile. X-Git-Tag: v3.3~2544 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/53f20f2c2ee5abf90c81cbd7463b152b59b1677f Added necessary files to the gramine distribution. Now it does compile. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2815 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/Makefile.am b/Makefile.am index 2f656abe39..d1b21edbb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,9 @@ gramine: sed -e '/^# GRAMINE_CUT_BEGIN/,/^# GRAMINE_CUT_END/d' \ -e 's/gramine_mode=no/gramine_mode=yes/' $$n > gramine-@VERSION@/$$n; \ done + cp install[-.]sh config.sub config.guess depcomp missing ltmain.sh gramine-@VERSION@/ chmod +x gramine-@VERSION@/configure - + tar cfz gramine-@VERSION@.tar.gz gramine-@VERSION@/ if MAINTAINER_MODE ##