summaryrefslogtreecommitdiff
path: root/build/configure.ac.enable
AgeCommit message (Collapse)AuthorFilesLines
2008-09-11Move m4 macros into build/aclocal.*.m4 filesBehdad Esfahbod1-447/+0
2008-09-11[configure.ac.enable] Use AS_CASEBehdad Esfahbod1-8/+8
2008-09-11[configure.ac.enable] Add some dnl'sBehdad Esfahbod1-189/+187
2008-09-11[configure.ac.enable] Implement accumulatorsBehdad Esfahbod1-81/+217
2008-09-11[configure.ac.enable] Don't collect .pc files for builtin featuresBehdad Esfahbod1-2/+11
2008-09-11Add support for always-builtin features in the build systemBehdad Esfahbod1-15/+28
Like image surface and user fonts.
2008-09-11Build -uninstalled.pc filesBehdad Esfahbod1-1/+27
2008-09-11[configure.ac.enable] More fixes for private featuresBehdad Esfahbod1-6/+28
Don't expect pkgconfig files for them. Also, don't give them a chance to install public headers.
2008-09-11[configure.ac.enable] Don't collect .pc files in win32 MakefileBehdad Esfahbod1-2/+0
We only generate them using autotools. No point.
2008-09-10[configure.ac.build] Keep private features privateBehdad Esfahbod1-10/+15
For private features: - Don't list them in cairo-features.h; Define them in config.h instead, - Don't generate/install a .pc file, - Don't warn if enabled.
2008-09-10[configure.ac.enable] Don't report CFLAGSBehdad Esfahbod1-3/+0
It's long and not that useful.
2008-09-10More fixes for pkgconfig filesBehdad Esfahbod1-16/+28
Should all work now.
2008-09-10[configure.ac.enable] Fix warning messagesBehdad Esfahbod1-3/+3
2008-09-10Rename cairo-backend.pc.in to cairo-features.pc.inBehdad Esfahbod1-1/+1
2008-09-10[configure.ac.enable] Actually install pkgconfig filesBehdad Esfahbod1-8/+12
Oops. Reported by Shunichi Fuji.
2008-09-08[configure.ac.enable] Make feature hooks take an ENABLED argumentBehdad Esfahbod1-67/+63
Simplifies code.
2008-09-07Back to using autoconf 2.58Behdad Esfahbod1-6/+6
2008-09-06[configure.ac.enable] Sanitize feature default valueBehdad Esfahbod1-0/+9
2008-09-06[configure.ac.enable] Further break feature configuration hooksBehdad Esfahbod1-93/+138
2008-09-06[configure.ac.enable] Move macros aroundBehdad Esfahbod1-119/+128
2008-09-06[configure.ac.enable] Redo cache invalidation to be automaticBehdad Esfahbod1-13/+36
2008-09-06[configure.ac.enable] Simplify _CAIRO_ENABLE_FULLBehdad Esfahbod1-37/+24
2008-09-06[configure.ac.bulid] Break feature config into smaller hooksBehdad Esfahbod1-16/+22
2008-09-06[configure.ac.enable] Add CAIRO_FEATURE_IF_ENABLEDBehdad Esfahbod1-5/+11
2008-09-06[configure.ac.enable] Move all feature configureation to a single hookBehdad Esfahbod1-98/+111
To be broken up in followup commits.
2008-09-06[configure.ac.enable] Add all-powerful hook registration macroBehdad Esfahbod1-9/+73
2008-09-06[configure.ac.enable] More macro cleanupBehdad Esfahbod1-100/+118
2008-09-06[configure.ac] CosmeticBehdad Esfahbod1-14/+27
2008-09-06[configure.ac] Sanitize feature namesBehdad Esfahbod1-9/+9
2008-09-04Rename build/*.ac to build/configure.ac.*.Behdad Esfahbod1-0/+428
Also rename configure.in to configure.ac (finally) configure.in -> configure.ac build/analysis.ac -> build/configure.ac.analysis build/enable.ac -> build/configure.ac.enable build/system.ac -> build/configure.ac.system build/tools.ac -> build/configure.ac.tools build/version.ac -> build/configure.ac.version build/warnings.ac -> build/configure.ac.warnings