Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use configure to detect compiler warning flags | Jozsef Kadlecsik | 2010-12-18 | 1 | -0/+225 |
| | | | | | By checking the supported compiler warning flags, different gcc releases are supported without the crude --disable-extra-flags option. | ||||
* | build: resolve autoreconf/libtoolize suggestions | Jan Engelhardt | 2010-10-19 | 1 | -0/+2 |
libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding "-I m4" to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> |