From 6f5a0e03501ee397cda298f4359ca19935f227ef Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Mon, 26 Jan 2015 21:27:39 +0100 Subject: [PATCH] Change the README --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 23c69af..843f914 100644 --- a/README +++ b/README @@ -1,6 +1,9 @@ # autotools-template Template for an autotools (autoconf, automake) project -# Files provided: -* autogen.sh: will generate the .configure and Makefile.in templates - from configure.ac and the Makefile.am files + +./autogen.sh will generate ./configure and the Makefile.in files +from the configure.ac, Makefile.am and src/Makefile.am files + +./configure will generate config.h and Makefile and src/Makefile +