summaryrefslogtreecommitdiffstats
path: root/utils/sphinx/PRE_BUILD
blob: 3f7f7a3eb96a158b9a3196ec862cc59b1f8284eb (plain) (blame)
1
2
3
4
5
6
7
8
default_pre_build    &&
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL firebird;then
# add support for firebird
bzcat $SPELL_DIRECTORY/firebird.patch.bz2 | patch -p1  &&
# and regenerate the config files
autoreconf
fi