diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 2127e7c63f..c6609193d1 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -74,7 +74,6 @@ | |||
74 | AC_INIT(hello.c) | 74 | AC_INIT(hello.c) |
75 | AM_INIT_AUTOMAKE(hello,0.1) | 75 | AM_INIT_AUTOMAKE(hello,0.1) |
76 | AC_PROG_CC | 76 | AC_PROG_CC |
77 | AC_CONFIG_HEADERS(config.h) | ||
78 | AC_PROG_INSTALL | 77 | AC_PROG_INSTALL |
79 | AC_OUTPUT(Makefile) | 78 | AC_OUTPUT(Makefile) |
80 | </literallayout></para></listitem> | 79 | </literallayout></para></listitem> |
@@ -109,7 +108,7 @@ | |||
109 | project to be compliant. | 108 | project to be compliant. |
110 | This command creates those files: | 109 | This command creates those files: |
111 | <literallayout class='monospaced'> | 110 | <literallayout class='monospaced'> |
112 | $ touch NEWS README AUTHORS ChangLog | 111 | $ touch NEWS README AUTHORS ChangeLog |
113 | </literallayout></para></listitem> | 112 | </literallayout></para></listitem> |
114 | <listitem><para><emphasis>Generate the <filename>configure</filename> | 113 | <listitem><para><emphasis>Generate the <filename>configure</filename> |
115 | file:</emphasis> | 114 | file:</emphasis> |