diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-25 10:59:09 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-25 10:59:09 +0100 |
commit | 705f9b7e6cdf11d1b3d153360749bcee2cb6022d (patch) | |
tree | f53e74d6449e15f8e4e5e4f35f49246bf4135777 /build-aux | |
parent | 3f217dc6257a9ab6a862336fd5c8a1e44e109d7c (diff) | |
download | gnutls-705f9b7e6cdf11d1b3d153360749bcee2cb6022d.tar.gz |
Update gnulib files. Drop slow test-lock check.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/config.rpath | 2 | ||||
-rw-r--r-- | build-aux/pmccabe.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.rpath b/build-aux/config.rpath index c0d31f92af..1a07018281 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -25,7 +25,7 @@ # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. -# All known linkers require a `.a' archive for static linking (except MSVC, +# All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so diff --git a/build-aux/pmccabe.css b/build-aux/pmccabe.css index b78bc10082..a10ee35026 100644 --- a/build-aux/pmccabe.css +++ b/build-aux/pmccabe.css @@ -56,7 +56,7 @@ body { } .ranges_entry_simple { - background: #87ff75; + background: #87ff75; } .ranges_entry_moderate { @@ -105,7 +105,7 @@ body { .function_entry_simple { - background: #87ff75; + background: #87ff75; } .function_entry_moderate { |