aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.