]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Add a hint when to run ./configure
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Sep 2013 23:11:39 +0000 (01:11 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 9 Sep 2013 23:12:03 +0000 (01:12 +0200)
Makefile.cvs
readme

index f0bf515928a6405979450ac4bf7c5f6f1dde0a23..82fbffc4f4eaa5e5dd058d023faea11f3f338fff 100644 (file)
@@ -1,4 +1,5 @@
 default: cvs
+       @echo "Now you can run './configure'"
 
 cvs:
        autoreconf -i 
diff --git a/readme b/readme
index b2e2fe48456b7789b519faa82d3157918915b7a3..3f61db635c4f2522f539c9c79849798b8cfd40e3 100644 (file)
--- a/readme
+++ b/readme
@@ -114,8 +114,8 @@ To build ORTE code from Git, you will need Autoconf, Automake, and any
 tools that those utilities require (GNU m4, Perl, etc.). See the
 configure.in file to find the minimum versions of each of these tools.
 
-After checking out the code, you will need to perform these steps to get
-to the point where you can run "make".
+After checking out the code, you will need to perform these steps to
+get to the point where you can run "configure" and "make".
 
  $ make -f Makefile.cvs