Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
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.
|
|
|
|
Also move it to build/.
We still do not call gtkdocize from autogen.sh.
|
|
Needed for per-target flags in test/Makefile.am
|
|
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
|