From 3003c8afe1df968e62217e80a0659fa08e6c620f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 10 Sep 2013 01:11:39 +0200 Subject: [PATCH] Add a hint when to run ./configure --- Makefile.cvs | 1 + readme | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.cvs b/Makefile.cvs index f0bf515..82fbffc 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -1,4 +1,5 @@ default: cvs + @echo "Now you can run './configure'" cvs: autoreconf -i diff --git a/readme b/readme index b2e2fe4..3f61db6 100644 --- 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 -- 2.39.2