From 4f5259cc5b6273f509602434747f702d16b71b27 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 27 Jul 2013 00:34:01 -0400 Subject: Re-write using GNU autoconf and automake Replace the `Makefile` with a `configure.ac` and a set of `Makefile.am`. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f75f57b..032df4d 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ The programs provided are `rcup`, `mkrc`, and `lsrc`. Installation ------------ -You can install into `/usr/local` using a normal `make install`: +This uses the standard GNU autotools, so it's the normal dance: - sudo make install + ./configure && \ + make && \ + make install -The `PREFIX` can be changed as needed: - - make install PREFIX=$HOME/.local +For more, see `INSTALL`. Programs -------- @@ -33,7 +33,7 @@ Programs Support ------- -Pull requests welcome. +Pull requests welcome; see `DEVELOPERS.MD`. License ------- -- cgit v1.2.3