From 99908ce889eaa7ea6ba917255f11bf9969515793 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 30 Jul 2012 21:28:59 +0200 Subject: [PATCH] Added README about autotools scripts. --- README.autotools | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.autotools diff --git a/README.autotools b/README.autotools new file mode 100644 index 00000000..4b83a222 --- /dev/null +++ b/README.autotools @@ -0,0 +1,8 @@ +Where are the ./configure script and the Makefile's? + +Configure and Make scripts are not included in the git source tree. They are +automatically generated by the SConstruct script. + +Just type "scons autotools" to generate everything needed for the traditional +./configure, make, make install build process. +