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
@@ -42,13 +42,13 @@ steps:
423. Add it to *git* index: 423. Add it to *git* index:
43 #+BEGIN_SRC shell-script 43 #+BEGIN_SRC shell-script
44 git add runcap 44 git add runcap
45 #+END_SRC 45 #+END_SRC
464. Add it to your toplevel *Makefile.am*. 464. Add it to your toplevel *Makefile.am*.
47 #+BEGIN_SRC make 47 #+BEGIN_SRC make
48 ACLOCAL_AMFLAGS = -I grecs/am 48 ACLOCAL_AMFLAGS = -I runcap
49 49
50 SUBDIRS = runcap 50 SUBDIRS = runcap
51 #+END_SRC 51 #+END_SRC
525. Edit your *configure.ac* 525. Edit your *configure.ac*
53 #+BEGIN_SRC automake 53 #+BEGIN_SRC automake
54 RUNCAP_SETUP 54 RUNCAP_SETUP

Return to:

Send suggestions and report system problems to the System administrator.