summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan T. DeKok <aland@freeradius.org>2016-10-24 13:25:15 -0400
committerAlan T. DeKok <aland@freeradius.org>2016-10-24 13:25:15 -0400
commit1bff76afb3b893bb941762419daa2a14657c3b71 (patch)
treebab3c369850065c282e9f28a84e89f182f59a71d
parentd063d8b431ad025f753d101a211ea8ddf742fd64 (diff)
downloadlibpam-radius-auth-1bff76afb3b893bb941762419daa2a14657c3b71.tar.gz
libpam-radius-auth-1bff76afb3b893bb941762419daa2a14657c3b71.zip
notes on "configure"
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 6ec6795..501a100 100644
--- a/README.rst
+++ b/README.rst
@@ -41,9 +41,9 @@ out of the box on Linux and Solaris 2.6.
There are minimal restrictions on using the code, as set out in the
disclaimer and copyright notice in ``pam_radius_auth.c``.
-Building it is straightforward: use GNU make, and type ``make``. If
-you've got some other weird make, you'll have to edit the Makefile to
-remove the GNU make directives 'ifeq', 'else', etc.
+Building it is straightforward: use GNU make, and type ``./configure``,
+followed by ``make``. If you've got some other weird make, you'll
+have to edit the Makefile to remove the GNU make directives.
Alan DeKok <aland@freeradius.org>