aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-06-01 15:18:53 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-06-01 15:18:53 +0300
commit191c06630813efdda69a58eed2f65e0e07cd9727 (patch)
tree2334f33bbe2b60966a0e39bd74e009df003033b1
parent048800a78f64808116bb9b943837062a67f586ae (diff)
downloadruncap-191c06630813efdda69a58eed2f65e0e07cd9727.tar.gz
runcap-191c06630813efdda69a58eed2f65e0e07cd9727.tar.bz2
Fix typo in READMEv1.0
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 91f5b16..f94219f 100644
--- a/README
+++ b/README
@@ -36,25 +36,25 @@ steps:
1. Change to your project's toplevel directory.
2. Clone the project.
#+BEGIN_SRC shell-script
git submodule add git://git.gnu.org.ua/runcap.git
git submodule init
#+END_SRC
3. Add it to *git* index:
#+BEGIN_SRC shell-script
git add runcap
#+END_SRC
4. Add it to your toplevel *Makefile.am*.
#+BEGIN_SRC make
- ACLOCAL_AMFLAGS = -I grecs/am
+ ACLOCAL_AMFLAGS = -I runcap
SUBDIRS = runcap
#+END_SRC
5. Edit your *configure.ac*
#+BEGIN_SRC automake
RUNCAP_SETUP
#+END_SRC
6.
#+BEGIN_SRC make
AM_CPPFLAGS = @RUNCAP_INC@
AM_LDADD = @RUNCAP_LDADD@
#+END_SRC

Return to:

Send suggestions and report system problems to the System administrator.