aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: eec4b5f56d7ed8a5143dde8b233a569a75d2bef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="evolution"


. $srcdir/macros/autogen.sh
'>aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sgmls
Commit message (Expand)AuthorAgeFilesLines
* - Switch to new test frameworkamdmi32016-04-303-11/+11
* Package the DOCSantoine2014-08-231-5/+4
* Rename textproc/ patch-xy patches to reflect the files they modify.adamw2014-07-291-0/+0
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-051-6/+6
* Stagify.vanilla2014-06-113-16/+36
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* Fix build with clang.vanilla2011-09-071-0/+11
* -remove MD5ohauer2011-07-031-1/+0
* - Fix build with custom PREFIXpgollucci2009-07-15