From 992cbaaf0be4036040b3fcea206b954080b85457 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 25 Sep 2012 15:48:50 +0400 Subject: Support /usr/gnu --- rules/autotools.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules/autotools.mk') diff --git a/rules/autotools.mk b/rules/autotools.mk index 1975ff4..eea1ae6 100644 --- a/rules/autotools.mk +++ b/rules/autotools.mk @@ -41,6 +41,8 @@ configure-options = \ --libdir="$(libdir)" \ --bindir="$(bindir)" \ --includedir="$(includedir)" \ + --infodir=/usr/share/info \ + --disable-static \ configure-%-stamp: pre-configure-stamp [ -d "$(builddir)" ] || mkdir -p "$(builddir)" -- cgit v1.2.3