[Typo3-dev] TYPO3core autotools integration and doxygen
Michael Scharkow
mscharkow at gmx.net
Tue Mar 22 12:57:44 CET 2005
Sven Wilhelm wrote:
> Hi,
>
> I've started to setup a configuration for autoconf so that typo3 can be
> distributed and installed like several other oss projects.
>
> Just
> ./configure
> make
> make install
What do we need autoconf/automake for? TYPO3 doesn't really have any
other dependencies than php and a database (does dbal even need a
database?), and nothing is ever compiled. Why not have a simple
makefile: make install, make update, make uninstall should be enough.
The autotools just a lot of useless complexity and bloat.
Other than that: Great idea!
Cheers,
Michael
More information about the TYPO3-dev
mailing list