Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Patch obtained from OpenEmbedded. |
| 2 | |
| 3 | Upstream-Status: Pending |
| 4 | |
| 5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
| 6 | |
| 7 | --- sgml-common-0.6.3/bin/Makefile.am~autohell.patch 2001-01-30 15:42:21.000000000 +0100 |
| 8 | +++ sgml-common-0.6.3/bin/Makefile.am 2004-06-17 11:51:11.000000000 +0200 |
| 9 | @@ -1,6 +1,5 @@ |
| 10 | primitive_scripts = sgmlwhich |
| 11 | |
| 12 | -bindir = $(prefix)/bin |
| 13 | bin_SCRIPTS = install-catalog $(primitive_scripts) |
| 14 | |
| 15 | EXTRA_DIST = install-catalog.in $(primitive_scripts) |
| 16 | --- /dev/null 2003-09-23 19:59:22.000000000 +0200 |
| 17 | +++ sgml-common-0.6.3/bin/sgmlwhich.in 2004-06-17 11:51:11.000000000 +0200 |
| 18 | @@ -0,0 +1,7 @@ |
| 19 | +#!/bin/sh |
| 20 | +# Location of the main configuration file for consistency with non-LSB platforms |
| 21 | +# Send any comments to Eric Bischoff <eric@caldera.de> |
| 22 | +# This program is under GPL license. See LICENSE file for details. |
| 23 | + |
| 24 | +echo "@sysconfdir@/sgml/sgml.conf" |
| 25 | +# Simple, isn't it? ;-) |
| 26 | --- /dev/null 2003-09-23 19:59:22.000000000 +0200 |
| 27 | +++ sgml-common-0.6.3/config/sgml.conf.in 2004-06-17 11:51:11.000000000 +0200 |
| 28 | @@ -0,0 +1,2 @@ |
| 29 | +SGML_BASE_DIR=@datadir@/sgml |
| 30 | +SGML_CATALOGS_DIR=@sysconfdir@/sgml |
| 31 | --- sgml-common-0.6.3/configure.in~autohell.patch 2001-05-25 18:40:54.000000000 +0200 |
| 32 | +++ sgml-common-0.6.3/configure.in 2004-06-17 11:53:22.000000000 +0200 |
| 33 | @@ -3,11 +3,6 @@ |
| 34 | |
| 35 | AM_INIT_AUTOMAKE(sgml-common, 0.6.3) |
| 36 | |
| 37 | -docdir='$(prefix)/doc' |
| 38 | -AC_SUBST(docdir) |
| 39 | - |
| 40 | -dnl Checks for programs. |
| 41 | - |
| 42 | dnl Checks for libraries. |
| 43 | |
| 44 | dnl Checks for header files. |
| 45 | @@ -18,6 +13,5 @@ |
| 46 | |
| 47 | AC_OUTPUT(Makefile \ |
| 48 | bin/Makefile bin/install-catalog \ |
| 49 | - config/Makefile \ |
| 50 | - doc/Makefile doc/HTML/Makefile doc/man/Makefile doc/refentry/Makefile \ |
| 51 | + config/Makefile config/sgml.conf bin/sgmlwhich \ |
| 52 | sgml-iso-entities/Makefile xml-iso-entities/Makefile) |
| 53 | |
| 54 | --- sgml-common-0.6.3/Makefile.am~no-docs 2001-05-25 18:22:01.000000000 +0200 |
| 55 | +++ sgml-common-0.6.3/Makefile.am 2004-06-17 11:49:09.000000000 +0200 |
| 56 | @@ -1,4 +1,4 @@ |
| 57 | -SUBDIRS = bin config doc sgml-iso-entities xml-iso-entities |
| 58 | +SUBDIRS = bin config sgml-iso-entities xml-iso-entities |
| 59 | |
| 60 | sgmlcodir = $(prefix)/share/sgml |
| 61 | sgmlco_DATA = xml.dcl |