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 @@ AC_INIT(hello.c) AM_INIT_AUTOMAKE(hello,0.1) AC_PROG_CC - AC_CONFIG_HEADERS(config.h) AC_PROG_INSTALL AC_OUTPUT(Makefile) @@ -109,7 +108,7 @@ project to be compliant. This command creates those files: - $ touch NEWS README AUTHORS ChangLog + $ touch NEWS README AUTHORS ChangeLog Generate the configure file: