Branch: refs/heads/ta/configure_dev
Home: https://github.com/fvwmorg/fvwm
Commit: 0e4ab237b2bae959143d11d1b4749cd3401f3cf3
https://github.com/fvwmorg/fvwm/commit/0e4ab237b2bae959143d11d1b4749cd3401f3cf3
Author: Thomas Adam <[email protected]>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
A autogen.sh
Log Message:
-----------
autogen: top-level wrapper for autotools etc.
Rather than have a "hidden" utils/configure_dev.sh script, move that
functionality into a more commonly-used and better understood file:
autogen.sh which does much the same thing, but uses some newer autotools
features.
Commit: b357693e16010c4a12e8b5f28a4a8a153d2698d4
https://github.com/fvwmorg/fvwm/commit/b357693e16010c4a12e8b5f28a4a8a153d2698d4
Author: Thomas Adam <[email protected]>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M docs/DEVELOPERS.md
Log Message:
-----------
DEVELOPERS: mention autogen.sh
Remove references to utils/configure_dev.sh, and replace with autogen.sh
Commit: 8309dca79d639451d89ed0c94e81eace93af409a
https://github.com/fvwmorg/fvwm/commit/8309dca79d639451d89ed0c94e81eace93af409a
Author: Thomas Adam <[email protected]>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M .travis.yml
Log Message:
-----------
TRAVIS-CI: update to use autogen.sh
Compare: https://github.com/fvwmorg/fvwm/compare/c5d781cb9176...8309dca79d63