Discussion:
[Trousers-scm] [GIT] Trousers master branch updated. TROUSERS_0_3_13-19-gd3f8129
Hon Ching(Vicky) Lo
2016-08-23 23:47:01 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Trousers".

The branch, master has been updated
via d3f81295a083efa01cdda263b83a1823021edd5a (commit)
via cd3b509064306998652c06c30edd3f5f4cfe262c (commit)
via 7c4c29d3029ab1dadd67951369f672f94cdda7c0 (commit)
from ed31dfbd013760abd75d4b3fe92d7dd593ea7ebe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://trousers.git.sourceforge.net/git/gitweb.cgi?p=trousers/trousers;a=commitdiff;h=d3f81295a083efa01cdda263b83a1823021edd5a

commit d3f81295a083efa01cdda263b83a1823021edd5a
Author: Felix Janda <***@posteo.de>
Date: Tue Jul 26 14:59:00 2016 -0400

bootstraph.sh: make executable

diff --git a/bootstrap.sh b/bootstrap.sh
old mode 100644
new mode 100755

http://trousers.git.sourceforge.net/git/gitweb.cgi?p=trousers/trousers;a=commitdiff;h=cd3b509064306998652c06c30edd3f5f4cfe262c

commit cd3b509064306998652c06c30edd3f5f4cfe262c
Author: Felix Janda <***@posteo.de>
Date: Tue Jul 26 14:59:00 2016 -0400

automake: Enable subdir-objects

Fixes automake warning about future behavior change

Tested-by: Hon Ching(Vicky) Lo <***@linux.vnet.ibm.com>

diff --git a/configure.ac b/configure.ac
index 6f7a946..7220632 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ TSS_VER_MINOR=3

# compute $target
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([foreign 1.6])
+AM_INIT_AUTOMAKE([foreign subdir-objects 1.6])

# Debugging support
AC_ARG_ENABLE([debug],

http://trousers.git.sourceforge.net/git/gitweb.cgi?p=trousers/trousers;a=commitdiff;h=7c4c29d3029ab1dadd67951369f672f94cdda7c0

commit 7c4c29d3029ab1dadd67951369f672f94cdda7c0
Author: Felix Janda <***@posteo.de>
Date: Tue Jul 26 14:59:00 2016 -0400

Rename configure.in to configure.ac

Fixes

aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'

Tested-by: Hon Ching(Vicky) Lo <***@linux.vnet.ibm.com>

diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac

-----------------------------------------------------------------------

Summary of changes:
configure.in => configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
mode change 100644 => 100755 bootstrap.sh
rename configure.in => configure.ac (99%)


hooks/post-receive
--
Trousers

------------------------------------------------------------------------------
Loading...