[1477] in BarnOwl Developers
[nelhage/barnowl] c50f58: Support --program-{prefix,suffix,transform}.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:17:02 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
X-Barracuda-Envelope-From: noreply@github.com
Date: Sat, 30 May 2009 11:54:02 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: c50f589652c3a2f0a61db2cdcc5306e2193e2021
http://github.com/nelhage/barnowl/commit/c50f589652c3a2f0a61db2cdcc5306e2193e2021
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-30 (Sat, 30 May 2009)
Changed paths:
M Makefile.in
M configure.ac
Log Message:
-----------
Support --program-{prefix,suffix,transform}.
Since our build scripts depend on being able to install a non-default
name, we might as well use the standard options for supporting this.
Commit: 30430642d0ac54ea4cd3a646874445755c23b8c3
http://github.com/nelhage/barnowl/commit/30430642d0ac54ea4cd3a646874445755c23b8c3
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-05-30 (Sat, 30 May 2009)
Changed paths:
M scripts/locker-build
Log Message:
-----------
scripts/locker-build: use --program-suffix instead of EXE
Update our build script to use the new --program-suffix option to set the
installed binary name to "barnowl-$VERSION", instead of setting the
Makefile variable EXE. At the same time, update it to automatically
detect the version from owl.h, instead of taking it as an argument.