diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 15:32:54 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 15:32:54 -0800 |
commit | ccf1cd7efa90bdcbe834e0d4ca144289cca97fd7 (patch) | |
tree | a3f791ef91920da7a1857e2e95bab3ecdf9aa4a7 /Makefile.am | |
parent | ce6c27ef04783e21baf44549ff9e361e0c0f148e (diff) |
Update portability code to rra-c-util 3.0
Add replacements for mkstemp and setenv, since we now use them when
obtaining credentials in the client. Fix the bool type with Sun Studio
12 on Solaris 10.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 439b4c1..57fb6eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ -# Makefile.am -- Automake makefile for wallet. +# Automake makefile for wallet. # # Written by Russ Allbery <rra@stanford.edu> -# Copyright 2006, 2007, 2008 Board of Trustees, Leland Stanford Jr. University +# Copyright 2006, 2007, 2008, 2010 +# Board of Trustees, Leland Stanford Jr. University # # See LICENSE for licensing terms. |