[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texlive-bin) branch, master, updated. debian/2012.20121124-1-9-gd43a742



The following commit has been merged in the master branch:
commit 7afb89cd91b880af5964b63753b140273cd6b2ea
Author: Norbert Preining <preining@logic.at>
Date:   Fri Mar 15 16:38:23 2013 +0900

    fix building after reconf with old automake
    
    The source of TeX Live use auto* 1.12.3++, and there the
    new variable AM_V_P was introduced for auto-silencing.
    We have to make sure that this does not break building
    by defining it to false.

diff --git a/debian/rules b/debian/rules
index 7db817b..0895d2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 
 export SHELL=/bin/bash
 export CONFIG_SHELL=/bin/sh
+#
+# since we are reautoconf-ing with old version of auto*, we need
+# to make sure that the 1.12.3+ variables AM_V_P are defined
+export AM_V_P=false
 
 DEB_HOST_ARCH     ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 

-- 
Debian packaging of texlive-bin)


Reply to: