Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added necessary files to the gramine distribution. Now it does compile.
authoreyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 26 Sep 2006 09:23:48 +0000 (09:23 +0000)
committereyraudl <eyraudl@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 26 Sep 2006 09:23:48 +0000 (09:23 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2815 48e7efb5-ca39-0410-a469-dd3cf9ba447f

Makefile.am

index 2f656ab..d1b21ed 100644 (file)
@@ -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
 ##