Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc4bf55e3548d22be49adf8955ce4f408d3b7e50)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc4bf55e3548d22be49adf8955ce4f408d3b7e50)
  • Date: Mon, 8 Oct 2012 00:24:25 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/tinyproxy/HISTORY | 3 +++
http/tinyproxy/PRE_BUILD | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 6fce99a423a41ee45e4d84a1022ac0b2d324a4f8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tinyproxy: fixed install with automake 1.12

diff --git a/http/tinyproxy/HISTORY b/http/tinyproxy/HISTORY
index 132efc2..d198141 100644
--- a/http/tinyproxy/HISTORY
+++ b/http/tinyproxy/HISTORY
@@ -1,3 +1,6 @@
+2012-10-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed install with automake 1.12
+
2011-08-31 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, INSTALL: don't trash config file on installwatch-based setups

diff --git a/http/tinyproxy/PRE_BUILD b/http/tinyproxy/PRE_BUILD
index 9a7fc9e..e01c65d 100755
--- a/http/tinyproxy/PRE_BUILD
+++ b/http/tinyproxy/PRE_BUILD
@@ -4,6 +4,8 @@ cd "$SOURCE_DIRECTORY" &&
# correct default group name
sed -i "s:Group nobody:Group nogroup:" etc/tinyproxy.conf.in &&

+autoreconf -fi &&
+
if [[ $TINYPROXY_DOCS == n ]]; then
sed -i "s:dummy a2x:dummy true:" configure &&




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc4bf55e3548d22be49adf8955ce4f408d3b7e50), Vlad Glagolev, 10/08/2012

Archive powered by MHonArc 2.6.24.

Top of Page