summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller/building.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/node-startup-controller/building.xml')
-rw-r--r--docs/reference/node-startup-controller/building.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/node-startup-controller/building.xml b/docs/reference/node-startup-controller/building.xml
index 0c70470..3b4b08c 100644
--- a/docs/reference/node-startup-controller/building.xml
+++ b/docs/reference/node-startup-controller/building.xml
@@ -64,7 +64,7 @@
final build scripts (<literal>configure</literal> and
<literal>Makefile</literal> files) from the templates shipped along with the
source code:
- <programlisting>(test -d m4 || mkdir m4) &amp;&amp; gtkdocize &amp;&amp; autoreconf -ivf</programlisting>
+ <programlisting>./autogen.sh</programlisting>
</para>
</formalpara>
</listitem>