[1559] in BarnOwl Developers
[nelhage/barnowl] 37f27b: Switch the build system to using automake.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:17:59 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Fri, 17 Jul 2009 18:54:39 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: 37f27bc0e54077fc0d554781c838adc50188236d
http://github.com/nelhage/barnowl/commit/37f27bc0e54077fc0d554781c838adc50188236d
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M .gitignore
M Makefile.am
M Makefile.in
M autogen.sh
M configure.ac
M libfaim/Makefile.am
M libfaim/Makefile.in
M libfaim/configure.ac
M mkinstalldirs
M owl.h
M perl/modules/Makefile.in
Log Message:
-----------
Switch the build system to using automake.
Use automake for the build system, which lets us clean a bunch of
cruft out of Makefile.in.
Commit: 0ce053548b2ecda139dcacadc20134c65e31804b
http://github.com/nelhage/barnowl/commit/0ce053548b2ecda139dcacadc20134c65e31804b
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M athstatic
M configure.ac
Log Message:
-----------
Remove --with-athstatic
--with-athstatic has no purpose any more, and I haven't been using it
for locker builds for some time now, without problems.
Commit: db98968bc3b30ba528ad63029aaba1addb187104
http://github.com/nelhage/barnowl/commit/db98968bc3b30ba528ad63029aaba1addb187104
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M scripts/do-release
M scripts/locker-build
Log Message:
-----------
Update build scripts for automake.
Commit: 39586c8dd113afee121c30a1245eb65f1f80bcde
http://github.com/nelhage/barnowl/commit/39586c8dd113afee121c30a1245eb65f1f80bcde
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M Makefile.am
Log Message:
-----------
Makefile: Display what changed in owl_prototypes.h.
This is a manual crossport of ac40fdf0f0c8d27409111b26970341085b39848c
to the automake branch.
Commit: ed6248222e25dffa6b616cbeb08cf3b6aaa19f9b
http://github.com/nelhage/barnowl/commit/ed6248222e25dffa6b616cbeb08cf3b6aaa19f9b
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M libfaim/Makefile.am
Log Message:
-----------
Remove -Wno-pointer-sign from libfaim's compile flags.
This is a port of 89acc93b4eb479d4a1aa11a9f63edfc27cf6bf64 to
Makefile.am.
Commit: 0b65bd726abafc33618b49204ae612d26c6582a0
http://github.com/nelhage/barnowl/commit/0b65bd726abafc33618b49204ae612d26c6582a0
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M Makefile.am
Log Message:
-----------
Makefile.am: Add rules to build the tester.
Commit: c08a72568ffb178aa943639541c5ce61a7fd77d6
http://github.com/nelhage/barnowl/commit/c08a72568ffb178aa943639541c5ce61a7fd77d6
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M configure.ac
Log Message:
-----------
Add perl libraries to LIBS instead of LDFLAGS.
For reasons I don't fully understand, this works on etch and the other
one doesn't.
Commit: 130633c51d016f53f10ba2639bd501e5ec994056
http://github.com/nelhage/barnowl/commit/130633c51d016f53f10ba2639bd501e5ec994056
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M .gitignore
M Makefile.am
M Makefile.in
M athstatic
M autogen.sh
M configure.ac
M libfaim/Makefile.am
M libfaim/Makefile.in
M libfaim/configure.ac
M mkinstalldirs
M owl.h
M perl/modules/Makefile.in
M scripts/do-release
M scripts/locker-build
Log Message:
-----------
Merge branch 'automake'
Conflicts:
Makefile.in
libfaim/Makefile.in
owl.h
Commit: 2f2a643a81daeb18f87329041b4bbe623c8b462e
http://github.com/nelhage/barnowl/commit/2f2a643a81daeb18f87329041b4bbe623c8b462e
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-07-17 (Fri, 17 Jul 2009)
Changed paths:
M scripts/locker-update
Log Message:
-----------
locker-update: Add --beta and --dry-run options.