Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | Fix glib-2.0.m4 so that $PKG_CONFIG doesn't break configure script | Joseph Bisch | |
If $PKG_CONFIG contains a space, then the test may not work, so surround with quotation mark characters. (for example, PKG_CONFIG="pkg-config --static" breaks configure before this commit). | |||
2014-11-08 | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | |
2014-06-27 | add AC_CONFIG_MACRO_DIR([m4]), move *.m4 files to m4/ | Dave Reisner | |
Silences notice on newer autoconf: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. This helps keep the top-level build directory clean, too |