summaryrefslogtreecommitdiff
path: root/build/configure.ac.tools
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06[boilerplate/test] Convert make-*-constructors to shellChris Wilson1-8/+0
Remove the intermediate C program that was a nuisance whilst cross-compiling and replace it with a simple shell script that is just a combination of cat + sed.
2009-07-20[build] And export CC_FOR_BUILD so that we can actually use it!Chris Wilson1-0/+1
2009-07-20[build] Use ${CC} as the default value for CC_FOR_BUILDChris Wilson1-0/+7
2008-09-24Revert "[build] Use mkdir -p portability macros"Behdad Esfahbod1-1/+0
This reverts commit 03c37f56b2d3ecc0e197194364b216183dacc24a. The AC_PROG_MKDIR_P is also one of those autoconf macros defined in newer versions only. Since we use mkdir -p in releasing scripts only, it's not a big deal if it's not portable.
2008-09-23[build] Use mkdir -p portability macrosBehdad Esfahbod1-0/+1
2008-09-11Update gtk-doc makefile fragmentBehdad Esfahbod1-4/+0
Also move it to build/. We still do not call gtkdocize from autogen.sh.
2008-09-04[configure.ac] Add AM_PROG_CC_C_OBehdad Esfahbod1-0/+1
Needed for per-target flags in test/Makefile.am
2008-09-04Rename build/*.ac to build/configure.ac.*.Behdad Esfahbod1-0/+28
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