diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-12 13:59:55 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-12 13:59:55 +0400 |
commit | d250682cbd3c0d75ad40bad7439d114e70317b5a (patch) | |
tree | 73516eebb3ecf8b71409f906c7779ac8014ac1c3 | |
parent | 3698c2d03a6ea801c1733337fb0a0a086c9009a8 (diff) | |
download | cibs-d250682cbd3c0d75ad40bad7439d114e70317b5a.tar.gz |
rules/autoconf.mk:
1. Put manages into prefix/share/man (not prefix/man)
2. Don't put disable-static by default
-rw-r--r-- | rules/autotools.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/autotools.mk b/rules/autotools.mk index 1f0d74f..75a5408 100644 --- a/rules/autotools.mk +++ b/rules/autotools.mk @@ -43,8 +43,9 @@ configure-options = \ --bindir="$(bindir)" \ --includedir="$(includedir)" \ --infodir=/usr/share/info \ + --mandir=\$${prefix}/share/man \ --localstatedir=/var \ - --disable-static \ + configure-%-stamp: pre-configure-stamp [ -d "$(builddir)" ] || mkdir -p "$(builddir)" |