python/cryptography: native 64-bit build
[unleashed-userland.git] / components / docbook / sgml-common / patches / sgml-common-05-docdir.patch
blobfc960adfba6ce6a54f03a113203275f1d40ca903
1 --- sgml-common-0.6.3/configure.in.docdir 2002-10-23 12:07:31.000000000 +0100
2 +++ sgml-common-0.6.3/configure.in 2002-10-23 12:08:10.000000000 +0100
3 @@ -4,6 +4,8 @@
4 AM_INIT_AUTOMAKE(sgml-common, 0.6.3)
6 docdir='$(prefix)/doc'
7 +AC_ARG_WITH(docdir, [ -with-docdir=DOCDIR documentation directory],
8 + docdir=$withval)
9 AC_SUBST(docdir)
11 dnl Checks for programs.