Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37538547
en ru br
ALT Linux repos
S:0.6.3-alt15
5.0: 0.6.3-alt11
4.1: 0.6.3-alt11
4.0: 0.6.3-alt11
3.0: 0.6.3-alt11

Group :: Publishing
RPM: sgml-common

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: sgml-common-0.6.3-docdir.patch
Download


--- sgml-common-0.6.3/configure.in.docdir	2002-10-23 12:07:31.000000000 +0100
+++ sgml-common-0.6.3/configure.in	2002-10-23 12:08:10.000000000 +0100
@@ -4,6 +4,8 @@
 AM_INIT_AUTOMAKE(sgml-common, 0.6.3)
 
 docdir='$(prefix)/doc'
+AC_ARG_WITH(docdir, [  -with-docdir=DOCDIR    documentation directory],
+  docdir=$withval)
 AC_SUBST(docdir)
 
 dnl Checks for programs.
--- sgml-common-0.6.3/configure.docdir	2007-05-15 17:41:20.000000000 +0100
+++ sgml-common-0.6.3/configure	2007-05-15 17:45:54.000000000 +0100
@@ -777,6 +777,11 @@
 
 docdir='$(prefix)/doc'
 
+# Check whether --with-docdir or --without-docdir was given.
+if test "${with_docdir+set}" = set; then
+  withval="$with_docdir"
+  docdir=$withval
+fi;
 
 
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin