aboutsummaryrefslogtreecommitdiffstats
path: root/m4/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Inline m4/ EXTRA_DIST (was SUBDIRS=m4...)Matthias Andree2009-05-041-29/+0
| | | | | | | Recursive Makefiles are expensive and inconcise, so move the m4/Makefile.am contents here and remove m4 from SUBDIRS. svn path=/branches/BRANCH_6-3/; revision=5281
* This is the large automake/gettext commit.Matthias Andree2004-06-191-0/+29
It cleans up the whole build system and drops generated files such as intl/ and some from po/. The package version is moved to configure.in. HTML -> txt conversion is now done in html2txt.sh To bootstrap the package, read README.svn, make sure you have all prerequisite packages installed, then run ./bootstrap.sh. svn path=/trunk/; revision=3907