Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
GNUmakefile | 10 +++--
configure.in | 112
+++++++++++++++++++++++++++++++++++------------------------
debian/rules | 2 -
pcp.lsm.in | 6 ---
4 files changed, 76 insertions(+), 54 deletions(-)
commit 9eb8e9e70741f123802a42cd9232d391b4834373
Merge: a6a94f0... 8cae0b4...
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Mar 27 07:08:13 2008 +1100
Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into nathans
commit a6a94f0d9c4969e1d462a37f8d924cdb01f6f14c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 26 18:11:58 2008 +1100
Be careful when configure macros are used on the same line as a
shell test statement - problems arise when the macro expands to
multiple lines of shell code and shell logical operators are in
use (only the first statement is conditional).
commit 06517a407e2b8b90e2cc865980be0e0b51daa248
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 26 17:58:04 2008 +1100
Simplify the awk checks and remove some crufty code, as per Mark's
suggestion.
commit b725af3c3ccbe1a389f8d67dd50bb965b63f68de
Author: James Peach <jamespeach@xxxxxxx>
Date: Wed Mar 26 17:54:45 2008 +1100
Find awk the same way as sed, avoiding possible PATH problems on Mac
OS X.
commit 53373524493b99d6d4eb93f74de341e9f37ff604
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 26 17:50:01 2008 +1100
Implement Max's suggestion of providing a dependency on a configure-
generated file now, instead of using the config.done mechanism.
|