diff options
Diffstat (limited to 'autogen/README')
| -rw-r--r-- | autogen/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen/README b/autogen/README index a16dc93c48a..fd574c41cd6 100644 --- a/autogen/README +++ b/autogen/README | |||
| @@ -7,6 +7,12 @@ configure ../ autoconf | |||
| 7 | config.in ../src autoheader * also used by MSDOS bzr build | 7 | config.in ../src autoheader * also used by MSDOS bzr build |
| 8 | aclocal.m4 ../ aclocal | 8 | aclocal.m4 ../ aclocal |
| 9 | Makefile.in ../lib automake | 9 | Makefile.in ../lib automake |
| 10 | compile ../ automake | ||
| 11 | config.guess ../ automake | ||
| 12 | config.sub ../ automake | ||
| 13 | depcomp ../ automake | ||
| 14 | install-sh ../ automake | ||
| 15 | missing ../ automake | ||
| 10 | 16 | ||
| 11 | There are also some scripts: | 17 | There are also some scripts: |
| 12 | 18 | ||