Ticket #50 (closed: fixed)
configure and configure.in are not in the trunk or trunk/src
| Reported by: | yegor | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7.x |
| Component: | All | Version: | 0.7.x |
| Severity: | minor | Keywords: | RESOLVED |
| Cc: |
Description
I tried to checkout kdesvn but neither the trunk nor trunk/src have configure script and configure.in (may be more files are missing) I don't see them browse the repository via a web-browser.
Attachments
Change History
comment:1 Changed 7 years ago by yegor
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 7 years ago by alwin
- Keywords FEEDBACK added
well, that files will never be in repository. Them will generated via automake/autoconf - tools.
eg., "make -f Makefile.cvs" in build-root will do the job (on most systems with compiler autoconf/automake packages are installed).
If not I should think about a nightly source package. And be care: trunk is this moment quite unstable, latest more stable is in branches/rel_0_7
comment:3 Changed 7 years ago by yegor
I think, you need to mention this in the INSTALL file. You start it by mentioning 'configure' and never mention 'make -f Makefile.cvs' at all. So first natural move of anyone reading INSTALL is to run './configure' or 'autoconf' but neither of them work right away.
