Update to libXfont 1.4.4
This commit is contained in:
parent
3f2d53b6dd
commit
9993018eda
@ -1,5 +1,5 @@
|
|||||||
Copyright © 2007 Red Hat, Inc
|
Copyright © 2007 Red Hat, Inc
|
||||||
Copyright © 2008,2009 Sun Microsystems, Inc. All rights reserved.
|
Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
@ -1,3 +1,117 @@
|
|||||||
|
commit a7970f5c817b5c75d945389cfaf1384ff23437f3
|
||||||
|
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
|
||||||
|
Date: Mon Aug 8 18:08:05 2011 +0200
|
||||||
|
|
||||||
|
libXfont 1.4.4
|
||||||
|
|
||||||
|
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
|
||||||
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
|
||||||
|
commit d11ee5886e9d9ec610051a206b135a4cdc1e09a0
|
||||||
|
Author: Thomas Hoger <thoger@redhat.com>
|
||||||
|
Date: Mon Aug 8 18:03:09 2011 +0200
|
||||||
|
|
||||||
|
LZW decompress: fix for CVE-2011-2895
|
||||||
|
|
||||||
|
Specially crafted LZW stream can crash an application using libXfont
|
||||||
|
that is used to open untrusted font files. With X server, this may
|
||||||
|
allow privilege escalation when exploited
|
||||||
|
|
||||||
|
Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
|
||||||
|
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
|
||||||
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
|
||||||
|
commit 214ca6a7a2247544627e6dc7c8705811305ad007
|
||||||
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
Date: Mon May 16 18:28:13 2011 -0700
|
||||||
|
|
||||||
|
Fix memory leak in allocation failure path of BitmapOpenScalable()
|
||||||
|
|
||||||
|
Go ahead and fill in the font->info pointers so that bitmapUnloadScalable()
|
||||||
|
will free the bits that were allocated, even if some were not.
|
||||||
|
|
||||||
|
Error: Memory leak (CWE 401)
|
||||||
|
Memory leak of pointer <unknown> allocated with ComputeScaledProperties(...)
|
||||||
|
at line 1629 of /export/alanc/X.Org/git/lib/libXfont/src/bitmap/bitscale.c in function 'BitmapOpenScalable'.
|
||||||
|
pointer allocated at line 1616 with ComputeScaledProperties(...).
|
||||||
|
<unknown> leaks when props != 0 at line 1623.
|
||||||
|
|
||||||
|
[ This bug was found by the Parfait 0.3.7 bug checking tool.
|
||||||
|
For more information see http://labs.oracle.com/projects/parfait/ ]
|
||||||
|
|
||||||
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
|
||||||
|
|
||||||
|
commit 7f8345aa6fb60a7fd7adf0095a2354fad1d8d5ef
|
||||||
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
Date: Wed Mar 2 14:33:07 2011 -0500
|
||||||
|
|
||||||
|
doc: use common makefile for developers documentation
|
||||||
|
|
||||||
|
The user/specs docs now have external references support.
|
||||||
|
Developers doc are not installed so they do not participate.
|
||||||
|
However, using a similar makefile shared amongst developers
|
||||||
|
document reduces maintenance and is forward looking.
|
||||||
|
|
||||||
|
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
|
||||||
|
commit 77027deabca37183cfbbed107cf14ca80f29f26d
|
||||||
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
Date: Wed Feb 2 11:43:42 2011 -0500
|
||||||
|
|
||||||
|
config: comment, minor upgrade, quote and layout configure.ac
|
||||||
|
|
||||||
|
Group statements per section as per Autoconf standard layout
|
||||||
|
Quote statements where appropriate.
|
||||||
|
Autoconf recommends not using dnl instead of # for comments
|
||||||
|
|
||||||
|
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
|
||||||
|
Add AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
|
|
||||||
|
This helps automated maintenance and release activities.
|
||||||
|
Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
|
||||||
|
|
||||||
|
commit 9ea1790d61bd135714c40e5089ecb1effa1dbcc0
|
||||||
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
Date: Thu Jan 27 18:50:15 2011 -0500
|
||||||
|
|
||||||
|
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
|
||||||
|
|
||||||
|
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
|
||||||
|
AC_PROG_C_C99. This sets gcc with -std=gnu99.
|
||||||
|
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
|
||||||
|
|
||||||
|
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
|
||||||
|
commit 4e0c6c45d819befdd9315d6282b957f7cfec3ae2
|
||||||
|
Author: Paulo Zanoni <pzanoni@mandriva.com>
|
||||||
|
Date: Thu Dec 16 14:09:12 2010 -0200
|
||||||
|
|
||||||
|
Use docbookx.dtd version 4.3 for all docs
|
||||||
|
|
||||||
|
Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
|
||||||
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
|
||||||
|
commit 01c30845853f5a8114467185d76274ae9bbff091
|
||||||
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
Date: Sun Nov 21 11:35:20 2010 -0800
|
||||||
|
|
||||||
|
Sun's copyrights belong to Oracle now
|
||||||
|
|
||||||
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
|
||||||
|
commit 72ade58381a49514f2b29065ba33a464b7efc3d0
|
||||||
|
Author: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
Date: Tue Nov 9 13:04:51 2010 -0500
|
||||||
|
|
||||||
|
config: HTML file generation: use the installed copy of xorg.css
|
||||||
|
|
||||||
|
Currenlty the xorg.css file is copied in each location
|
||||||
|
where a DocBook/XML file resides. This produces about
|
||||||
|
70 copies in the $(docdir) install tree.
|
||||||
|
|
||||||
|
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
||||||
|
|
||||||
commit 12157fbebc35c2d039df2df4fc5ac2b299eeec03
|
commit 12157fbebc35c2d039df2df4fc5ac2b299eeec03
|
||||||
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
Date: Thu Oct 28 20:43:27 2010 -0700
|
Date: Thu Oct 28 20:43:27 2010 -0700
|
||||||
|
@ -45,9 +45,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = .
|
top_builddir = .
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -203,6 +203,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
460
lib/libXfont/aclocal.m4
vendored
460
lib/libXfont/aclocal.m4
vendored
@ -7658,7 +7658,7 @@ dnl DEALINGS IN THE SOFTWARE.
|
|||||||
# See the "minimum version" comment for each macro you use to see what
|
# See the "minimum version" comment for each macro you use to see what
|
||||||
# version you require.
|
# version you require.
|
||||||
m4_defun([XORG_MACROS_VERSION],[
|
m4_defun([XORG_MACROS_VERSION],[
|
||||||
m4_define([vers_have], [1.11.0])
|
m4_define([vers_have], [1.15.0])
|
||||||
m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.])))
|
m4_define([maj_have], m4_substr(vers_have, 0, m4_index(vers_have, [.])))
|
||||||
m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.])))
|
m4_define([maj_needed], m4_substr([$1], 0, m4_index([$1], [.])))
|
||||||
m4_if(m4_cmp(maj_have, maj_needed), 0,,
|
m4_if(m4_cmp(maj_have, maj_needed), 0,,
|
||||||
@ -7685,7 +7685,7 @@ AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
|
|||||||
# which is not the best choice for supporting other OS'es, but covers most
|
# which is not the best choice for supporting other OS'es, but covers most
|
||||||
# of the ones we need for now.
|
# of the ones we need for now.
|
||||||
AC_MSG_CHECKING([if $RAWCPP requires -undef])
|
AC_MSG_CHECKING([if $RAWCPP requires -undef])
|
||||||
AC_LANG_CONFTEST([Does cpp redefine unix ?])
|
AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp redefine unix ?]])])
|
||||||
if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
|
if test `${RAWCPP} < conftest.$ac_ext | grep -c 'unix'` -eq 1 ; then
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
else
|
else
|
||||||
@ -7703,7 +7703,7 @@ fi
|
|||||||
rm -f conftest.$ac_ext
|
rm -f conftest.$ac_ext
|
||||||
|
|
||||||
AC_MSG_CHECKING([if $RAWCPP requires -traditional])
|
AC_MSG_CHECKING([if $RAWCPP requires -traditional])
|
||||||
AC_LANG_CONFTEST([Does cpp preserve "whitespace"?])
|
AC_LANG_CONFTEST([AC_LANG_SOURCE([[Does cpp preserve "whitespace"?]])])
|
||||||
if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
|
if test `${RAWCPP} < conftest.$ac_ext | grep -c 'preserve \"'` -eq 1 ; then
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
else
|
else
|
||||||
@ -8053,6 +8053,123 @@ AM_CONDITIONAL([HAVE_XMLTO_TEXT], [test $have_xmlto_text = yes])
|
|||||||
AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes])
|
AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes])
|
||||||
]) # XORG_WITH_XMLTO
|
]) # XORG_WITH_XMLTO
|
||||||
|
|
||||||
|
# XORG_WITH_XSLTPROC([MIN-VERSION], [DEFAULT])
|
||||||
|
# --------------------------------------------
|
||||||
|
# Minimum version: 1.12.0
|
||||||
|
# Minimum version for optional DEFAULT argument: 1.12.0
|
||||||
|
#
|
||||||
|
# XSLT (Extensible Stylesheet Language Transformations) is a declarative,
|
||||||
|
# XML-based language used for the transformation of XML documents.
|
||||||
|
# The xsltproc command line tool is for applying XSLT stylesheets to XML documents.
|
||||||
|
# It is used under the cover by xmlto to generate html files from DocBook/XML.
|
||||||
|
# The XSLT processor is often used as a standalone tool for transformations.
|
||||||
|
# It should not be assumed that this tool is used only to work with documnetation.
|
||||||
|
# When DEFAULT is not specified, --with-xsltproc assumes 'auto'.
|
||||||
|
#
|
||||||
|
# Interface to module:
|
||||||
|
# HAVE_XSLTPROC: used in makefiles to conditionally generate documentation
|
||||||
|
# XSLTPROC: returns the path of the xsltproc program found
|
||||||
|
# returns the path set by the user in the environment
|
||||||
|
# --with-xsltproc: 'yes' user instructs the module to use xsltproc
|
||||||
|
# 'no' user instructs the module not to use xsltproc
|
||||||
|
# have_xsltproc: returns yes if xsltproc found in PATH or no
|
||||||
|
#
|
||||||
|
# If the user sets the value of XSLTPROC, AC_PATH_PROG skips testing the path.
|
||||||
|
#
|
||||||
|
AC_DEFUN([XORG_WITH_XSLTPROC],[
|
||||||
|
AC_ARG_VAR([XSLTPROC], [Path to xsltproc command])
|
||||||
|
# Preserves the interface, should it be implemented later
|
||||||
|
m4_ifval([$1], [m4_warn([syntax], [Checking for xsltproc MIN-VERSION is not implemented])])
|
||||||
|
m4_define([_defopt], m4_default([$2], [auto]))
|
||||||
|
AC_ARG_WITH(xsltproc,
|
||||||
|
AS_HELP_STRING([--with-xsltproc],
|
||||||
|
[Use xsltproc for the transformation of XML documents (default: ]_defopt[)]),
|
||||||
|
[use_xsltproc=$withval], [use_xsltproc=]_defopt)
|
||||||
|
m4_undefine([_defopt])
|
||||||
|
|
||||||
|
if test "x$use_xsltproc" = x"auto"; then
|
||||||
|
AC_PATH_PROG([XSLTPROC], [xsltproc])
|
||||||
|
if test "x$XSLTPROC" = "x"; then
|
||||||
|
AC_MSG_WARN([xsltproc not found - cannot transform XML documents])
|
||||||
|
have_xsltproc=no
|
||||||
|
else
|
||||||
|
have_xsltproc=yes
|
||||||
|
fi
|
||||||
|
elif test "x$use_xsltproc" = x"yes" ; then
|
||||||
|
AC_PATH_PROG([XSLTPROC], [xsltproc])
|
||||||
|
if test "x$XSLTPROC" = "x"; then
|
||||||
|
AC_MSG_ERROR([--with-xsltproc=yes specified but xsltproc not found in PATH])
|
||||||
|
fi
|
||||||
|
have_xsltproc=yes
|
||||||
|
elif test "x$use_xsltproc" = x"no" ; then
|
||||||
|
if test "x$XSLTPROC" != "x"; then
|
||||||
|
AC_MSG_WARN([ignoring XSLTPROC environment variable since --with-xsltproc=no was specified])
|
||||||
|
fi
|
||||||
|
have_xsltproc=no
|
||||||
|
else
|
||||||
|
AC_MSG_ERROR([--with-xsltproc expects 'yes' or 'no'])
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL([HAVE_XSLTPROC], [test "$have_xsltproc" = yes])
|
||||||
|
]) # XORG_WITH_XSLTPROC
|
||||||
|
|
||||||
|
# XORG_WITH_PERL([MIN-VERSION], [DEFAULT])
|
||||||
|
# ----------------------------------------
|
||||||
|
# Minimum version: 1.15.0
|
||||||
|
#
|
||||||
|
# PERL (Practical Extraction and Report Language) is a language optimized for
|
||||||
|
# scanning arbitrary text files, extracting information from those text files,
|
||||||
|
# and printing reports based on that information.
|
||||||
|
#
|
||||||
|
# When DEFAULT is not specified, --with-perl assumes 'auto'.
|
||||||
|
#
|
||||||
|
# Interface to module:
|
||||||
|
# HAVE_PERL: used in makefiles to conditionally scan text files
|
||||||
|
# PERL: returns the path of the perl program found
|
||||||
|
# returns the path set by the user in the environment
|
||||||
|
# --with-perl: 'yes' user instructs the module to use perl
|
||||||
|
# 'no' user instructs the module not to use perl
|
||||||
|
# have_perl: returns yes if perl found in PATH or no
|
||||||
|
#
|
||||||
|
# If the user sets the value of PERL, AC_PATH_PROG skips testing the path.
|
||||||
|
#
|
||||||
|
AC_DEFUN([XORG_WITH_PERL],[
|
||||||
|
AC_ARG_VAR([PERL], [Path to perl command])
|
||||||
|
# Preserves the interface, should it be implemented later
|
||||||
|
m4_ifval([$1], [m4_warn([syntax], [Checking for perl MIN-VERSION is not implemented])])
|
||||||
|
m4_define([_defopt], m4_default([$2], [auto]))
|
||||||
|
AC_ARG_WITH(perl,
|
||||||
|
AS_HELP_STRING([--with-perl],
|
||||||
|
[Use perl for extracting information from files (default: ]_defopt[)]),
|
||||||
|
[use_perl=$withval], [use_perl=]_defopt)
|
||||||
|
m4_undefine([_defopt])
|
||||||
|
|
||||||
|
if test "x$use_perl" = x"auto"; then
|
||||||
|
AC_PATH_PROG([PERL], [perl])
|
||||||
|
if test "x$PERL" = "x"; then
|
||||||
|
AC_MSG_WARN([perl not found - cannot extract information and report])
|
||||||
|
have_perl=no
|
||||||
|
else
|
||||||
|
have_perl=yes
|
||||||
|
fi
|
||||||
|
elif test "x$use_perl" = x"yes" ; then
|
||||||
|
AC_PATH_PROG([PERL], [perl])
|
||||||
|
if test "x$PERL" = "x"; then
|
||||||
|
AC_MSG_ERROR([--with-perl=yes specified but perl not found in PATH])
|
||||||
|
fi
|
||||||
|
have_perl=yes
|
||||||
|
elif test "x$use_perl" = x"no" ; then
|
||||||
|
if test "x$PERL" != "x"; then
|
||||||
|
AC_MSG_WARN([ignoring PERL environment variable since --with-perl=no was specified])
|
||||||
|
fi
|
||||||
|
have_perl=no
|
||||||
|
else
|
||||||
|
AC_MSG_ERROR([--with-perl expects 'yes' or 'no'])
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL([HAVE_PERL], [test "$have_perl" = yes])
|
||||||
|
]) # XORG_WITH_PERL
|
||||||
|
|
||||||
# XORG_WITH_ASCIIDOC([MIN-VERSION], [DEFAULT])
|
# XORG_WITH_ASCIIDOC([MIN-VERSION], [DEFAULT])
|
||||||
# ----------------
|
# ----------------
|
||||||
# Minimum version: 1.5.0
|
# Minimum version: 1.5.0
|
||||||
@ -8298,10 +8415,11 @@ AM_CONDITIONAL([HAVE_GROFF_MM], [test "$groff_mm_works" = yes])
|
|||||||
AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes])
|
AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes])
|
||||||
]) # XORG_WITH_GROFF
|
]) # XORG_WITH_GROFF
|
||||||
|
|
||||||
# XORG_WITH_FOP([DEFAULT])
|
# XORG_WITH_FOP([MIN-VERSION], [DEFAULT])
|
||||||
# ----------------
|
# ---------------------------------------
|
||||||
# Minimum version: 1.6.0
|
# Minimum version: 1.6.0
|
||||||
# Minimum version for optional DEFAULT argument: 1.11.0
|
# Minimum version for optional DEFAULT argument: 1.11.0
|
||||||
|
# Minimum version for optional MIN-VERSION argument: 1.15.0
|
||||||
#
|
#
|
||||||
# Documentation tools are not always available on all platforms and sometimes
|
# Documentation tools are not always available on all platforms and sometimes
|
||||||
# not at the appropriate level. This macro enables a module to test for the
|
# not at the appropriate level. This macro enables a module to test for the
|
||||||
@ -8321,7 +8439,7 @@ AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes])
|
|||||||
#
|
#
|
||||||
AC_DEFUN([XORG_WITH_FOP],[
|
AC_DEFUN([XORG_WITH_FOP],[
|
||||||
AC_ARG_VAR([FOP], [Path to fop command])
|
AC_ARG_VAR([FOP], [Path to fop command])
|
||||||
m4_define([_defopt], m4_default([$1], [auto]))
|
m4_define([_defopt], m4_default([$2], [auto]))
|
||||||
AC_ARG_WITH(fop,
|
AC_ARG_WITH(fop,
|
||||||
AS_HELP_STRING([--with-fop],
|
AS_HELP_STRING([--with-fop],
|
||||||
[Use fop to regenerate documentation (default: ]_defopt[)]),
|
[Use fop to regenerate documentation (default: ]_defopt[)]),
|
||||||
@ -8350,6 +8468,22 @@ elif test "x$use_fop" = x"no" ; then
|
|||||||
else
|
else
|
||||||
AC_MSG_ERROR([--with-fop expects 'yes' or 'no'])
|
AC_MSG_ERROR([--with-fop expects 'yes' or 'no'])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Test for a minimum version of fop, if provided.
|
||||||
|
m4_ifval([$1],
|
||||||
|
[if test "$have_fop" = yes; then
|
||||||
|
# scrape the fop version
|
||||||
|
AC_MSG_CHECKING([for fop minimum version])
|
||||||
|
fop_version=`$FOP -version 2>/dev/null | cut -d' ' -f3`
|
||||||
|
AC_MSG_RESULT([$fop_version])
|
||||||
|
AS_VERSION_COMPARE([$fop_version], [$1],
|
||||||
|
[if test "x$use_fop" = xauto; then
|
||||||
|
AC_MSG_WARN([fop version $fop_version found, but $1 needed])
|
||||||
|
have_fop=no
|
||||||
|
else
|
||||||
|
AC_MSG_ERROR([fop version $fop_version found, but $1 needed])
|
||||||
|
fi])
|
||||||
|
fi])
|
||||||
AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes])
|
AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes])
|
||||||
]) # XORG_WITH_FOP
|
]) # XORG_WITH_FOP
|
||||||
|
|
||||||
@ -8432,12 +8566,12 @@ AM_CONDITIONAL([HAVE_PS2PDF], [test "$have_ps2pdf" = yes])
|
|||||||
# parm1: specify the default value, yes or no.
|
# parm1: specify the default value, yes or no.
|
||||||
#
|
#
|
||||||
AC_DEFUN([XORG_ENABLE_DOCS],[
|
AC_DEFUN([XORG_ENABLE_DOCS],[
|
||||||
m4_define([default], m4_default([$1], [yes]))
|
m4_define([docs_default], m4_default([$1], [yes]))
|
||||||
AC_ARG_ENABLE(docs,
|
AC_ARG_ENABLE(docs,
|
||||||
AS_HELP_STRING([--enable-docs],
|
AS_HELP_STRING([--enable-docs],
|
||||||
[Enable building the documentation (default: ]default[)]),
|
[Enable building the documentation (default: ]docs_default[)]),
|
||||||
[build_docs=$enableval], [build_docs=]default)
|
[build_docs=$enableval], [build_docs=]docs_default)
|
||||||
m4_undefine([default])
|
m4_undefine([docs_default])
|
||||||
AM_CONDITIONAL(ENABLE_DOCS, [test x$build_docs = xyes])
|
AM_CONDITIONAL(ENABLE_DOCS, [test x$build_docs = xyes])
|
||||||
AC_MSG_CHECKING([whether to build documentation])
|
AC_MSG_CHECKING([whether to build documentation])
|
||||||
AC_MSG_RESULT([$build_docs])
|
AC_MSG_RESULT([$build_docs])
|
||||||
@ -8509,6 +8643,194 @@ AC_MSG_CHECKING([whether to build functional specifications])
|
|||||||
AC_MSG_RESULT([$build_specs])
|
AC_MSG_RESULT([$build_specs])
|
||||||
]) # XORG_ENABLE_SPECS
|
]) # XORG_ENABLE_SPECS
|
||||||
|
|
||||||
|
# XORG_ENABLE_UNIT_TESTS (enable_unit_tests=auto)
|
||||||
|
# ----------------------------------------------
|
||||||
|
# Minimum version: 1.13.0
|
||||||
|
#
|
||||||
|
# This macro enables a builder to enable/disable unit testing
|
||||||
|
# It makes no assumption about the test cases implementation
|
||||||
|
# Test cases may or may not use Automake "Support for test suites"
|
||||||
|
# They may or may not use the software utility library GLib
|
||||||
|
#
|
||||||
|
# When used in conjunction with XORG_WITH_GLIB, use both AM_CONDITIONAL
|
||||||
|
# ENABLE_UNIT_TESTS and HAVE_GLIB. Not all unit tests may use glib.
|
||||||
|
# The variable enable_unit_tests is used by other macros in this file.
|
||||||
|
#
|
||||||
|
# Interface to module:
|
||||||
|
# ENABLE_UNIT_TESTS: used in makefiles to conditionally build tests
|
||||||
|
# enable_unit_tests: used in configure.ac for additional configuration
|
||||||
|
# --enable-unit-tests: 'yes' user instructs the module to build tests
|
||||||
|
# 'no' user instructs the module not to build tests
|
||||||
|
# parm1: specify the default value, yes or no.
|
||||||
|
#
|
||||||
|
AC_DEFUN([XORG_ENABLE_UNIT_TESTS],[
|
||||||
|
AC_BEFORE([$0], [XORG_WITH_GLIB])
|
||||||
|
AC_BEFORE([$0], [XORG_LD_WRAP])
|
||||||
|
m4_define([_defopt], m4_default([$1], [auto]))
|
||||||
|
AC_ARG_ENABLE(unit-tests, AS_HELP_STRING([--enable-unit-tests],
|
||||||
|
[Enable building unit test cases (default: ]_defopt[)]),
|
||||||
|
[enable_unit_tests=$enableval], [enable_unit_tests=]_defopt)
|
||||||
|
m4_undefine([_defopt])
|
||||||
|
AM_CONDITIONAL(ENABLE_UNIT_TESTS, [test "x$enable_unit_tests" != xno])
|
||||||
|
AC_MSG_CHECKING([whether to build unit test cases])
|
||||||
|
AC_MSG_RESULT([$enable_unit_tests])
|
||||||
|
]) # XORG_ENABLE_UNIT_TESTS
|
||||||
|
|
||||||
|
# XORG_WITH_GLIB([MIN-VERSION], [DEFAULT])
|
||||||
|
# ----------------------------------------
|
||||||
|
# Minimum version: 1.13.0
|
||||||
|
#
|
||||||
|
# GLib is a library which provides advanced data structures and functions.
|
||||||
|
# This macro enables a module to test for the presence of Glib.
|
||||||
|
#
|
||||||
|
# When used with ENABLE_UNIT_TESTS, it is assumed GLib is used for unit testing.
|
||||||
|
# Otherwise the value of $enable_unit_tests is blank.
|
||||||
|
#
|
||||||
|
# Interface to module:
|
||||||
|
# HAVE_GLIB: used in makefiles to conditionally build targets
|
||||||
|
# with_glib: used in configure.ac to know if GLib has been found
|
||||||
|
# --with-glib: 'yes' user instructs the module to use glib
|
||||||
|
# 'no' user instructs the module not to use glib
|
||||||
|
#
|
||||||
|
AC_DEFUN([XORG_WITH_GLIB],[
|
||||||
|
AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
||||||
|
m4_define([_defopt], m4_default([$2], [auto]))
|
||||||
|
AC_ARG_WITH(glib, AS_HELP_STRING([--with-glib],
|
||||||
|
[Use GLib library for unit testing (default: ]_defopt[)]),
|
||||||
|
[with_glib=$withval], [with_glib=]_defopt)
|
||||||
|
m4_undefine([_defopt])
|
||||||
|
|
||||||
|
have_glib=no
|
||||||
|
# Do not probe GLib if user explicitly disabled unit testing
|
||||||
|
if test "x$enable_unit_tests" != x"no"; then
|
||||||
|
# Do not probe GLib if user explicitly disabled it
|
||||||
|
if test "x$with_glib" != x"no"; then
|
||||||
|
m4_ifval(
|
||||||
|
[$1],
|
||||||
|
[PKG_CHECK_MODULES([GLIB], [glib-2.0 >= $1], [have_glib=yes], [have_glib=no])],
|
||||||
|
[PKG_CHECK_MODULES([GLIB], [glib-2.0], [have_glib=yes], [have_glib=no])]
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Not having GLib when unit testing has been explicitly requested is an error
|
||||||
|
if test "x$enable_unit_tests" = x"yes"; then
|
||||||
|
if test "x$have_glib" = x"no"; then
|
||||||
|
AC_MSG_ERROR([--enable-unit-tests=yes specified but glib-2.0 not found])
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Having unit testing disabled when GLib has been explicitly requested is an error
|
||||||
|
if test "x$enable_unit_tests" = x"no"; then
|
||||||
|
if test "x$with_glib" = x"yes"; then
|
||||||
|
AC_MSG_ERROR([--enable-unit-tests=yes specified but glib-2.0 not found])
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Not having GLib when it has been explicitly requested is an error
|
||||||
|
if test "x$with_glib" = x"yes"; then
|
||||||
|
if test "x$have_glib" = x"no"; then
|
||||||
|
AC_MSG_ERROR([--with-glib=yes specified but glib-2.0 not found])
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL([HAVE_GLIB], [test "$have_glib" = yes])
|
||||||
|
]) # XORG_WITH_GLIB
|
||||||
|
|
||||||
|
# XORG_LD_WRAP
|
||||||
|
# ------------
|
||||||
|
# Minimum version: 1.13.0
|
||||||
|
#
|
||||||
|
# Check if linker supports -wrap, passed via compiler flags
|
||||||
|
#
|
||||||
|
# When used with ENABLE_UNIT_TESTS, it is assumed -wrap is used for unit testing.
|
||||||
|
# Otherwise the value of $enable_unit_tests is blank.
|
||||||
|
#
|
||||||
|
AC_DEFUN([XORG_LD_WRAP],[
|
||||||
|
XORG_CHECK_LINKER_FLAGS([-Wl,-wrap,exit],[have_ld_wrap=yes],[have_ld_wrap=no])
|
||||||
|
# Not having ld wrap when unit testing has been explicitly requested is an error
|
||||||
|
if test "x$enable_unit_tests" = x"yes"; then
|
||||||
|
if test "x$have_ld_wrap" = x"no"; then
|
||||||
|
AC_MSG_ERROR([--enable-unit-tests=yes specified but ld -wrap support is not available])
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
AM_CONDITIONAL([HAVE_LD_WRAP], [test "$have_ld_wrap" = yes])
|
||||||
|
#
|
||||||
|
]) # XORG_LD_WRAP
|
||||||
|
|
||||||
|
# XORG_CHECK_LINKER_FLAGS
|
||||||
|
# -----------------------
|
||||||
|
# SYNOPSIS
|
||||||
|
#
|
||||||
|
# XORG_CHECK_LINKER_FLAGS(FLAGS, [ACTION-SUCCESS], [ACTION-FAILURE])
|
||||||
|
#
|
||||||
|
# DESCRIPTION
|
||||||
|
#
|
||||||
|
# Check whether the given linker FLAGS work with the current language's
|
||||||
|
# linker, or whether they give an error.
|
||||||
|
#
|
||||||
|
# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
||||||
|
# success/failure.
|
||||||
|
#
|
||||||
|
# NOTE: Based on AX_CHECK_COMPILER_FLAGS.
|
||||||
|
#
|
||||||
|
# LICENSE
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
# Copyright (c) 2009 Steven G. Johnson <stevenj@alum.mit.edu>
|
||||||
|
# Copyright (c) 2009 Matteo Frigo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify it
|
||||||
|
# under the terms of the GNU General Public License as published by the
|
||||||
|
# Free Software Foundation, either version 3 of the License, or (at your
|
||||||
|
# option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful, but
|
||||||
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
||||||
|
# Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License along
|
||||||
|
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# As a special exception, the respective Autoconf Macro's copyright owner
|
||||||
|
# gives unlimited permission to copy, distribute and modify the configure
|
||||||
|
# scripts that are the output of Autoconf when processing the Macro. You
|
||||||
|
# need not follow the terms of the GNU General Public License when using
|
||||||
|
# or distributing such scripts, even though portions of the text of the
|
||||||
|
# Macro appear in them. The GNU General Public License (GPL) does govern
|
||||||
|
# all other use of the material that constitutes the Autoconf Macro.
|
||||||
|
#
|
||||||
|
# This special exception to the GPL applies to versions of the Autoconf
|
||||||
|
# Macro released by the Autoconf Archive. When you make and distribute a
|
||||||
|
# modified version of the Autoconf Macro, you may extend this special
|
||||||
|
# exception to the GPL to apply to your modified version as well.#
|
||||||
|
AC_DEFUN([XORG_CHECK_LINKER_FLAGS],
|
||||||
|
[AC_MSG_CHECKING([whether the linker accepts $1])
|
||||||
|
dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname:
|
||||||
|
AS_LITERAL_IF([$1],
|
||||||
|
[AC_CACHE_VAL(AS_TR_SH(xorg_cv_linker_flags_[$1]), [
|
||||||
|
ax_save_FLAGS=$LDFLAGS
|
||||||
|
LDFLAGS="$1"
|
||||||
|
AC_LINK_IFELSE([AC_LANG_PROGRAM()],
|
||||||
|
AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
|
||||||
|
AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
|
||||||
|
LDFLAGS=$ax_save_FLAGS])],
|
||||||
|
[ax_save_FLAGS=$LDFLAGS
|
||||||
|
LDFLAGS="$1"
|
||||||
|
AC_LINK_IFELSE([AC_LANG_PROGRAM()],
|
||||||
|
eval AS_TR_SH(xorg_cv_linker_flags_[$1])=yes,
|
||||||
|
eval AS_TR_SH(xorg_cv_linker_flags_[$1])=no)
|
||||||
|
LDFLAGS=$ax_save_FLAGS])
|
||||||
|
eval xorg_check_linker_flags=$AS_TR_SH(xorg_cv_linker_flags_[$1])
|
||||||
|
AC_MSG_RESULT($xorg_check_linker_flags)
|
||||||
|
if test "x$xorg_check_linker_flags" = xyes; then
|
||||||
|
m4_default([$2], :)
|
||||||
|
else
|
||||||
|
m4_default([$3], :)
|
||||||
|
fi
|
||||||
|
]) # XORG_CHECK_LINKER_FLAGS
|
||||||
|
|
||||||
# XORG_CHECK_MALLOC_ZERO
|
# XORG_CHECK_MALLOC_ZERO
|
||||||
# ----------------------
|
# ----------------------
|
||||||
# Minimum version: 1.0.0
|
# Minimum version: 1.0.0
|
||||||
@ -8525,18 +8847,16 @@ AC_ARG_ENABLE(malloc0returnsnull,
|
|||||||
|
|
||||||
AC_MSG_CHECKING([whether malloc(0) returns NULL])
|
AC_MSG_CHECKING([whether malloc(0) returns NULL])
|
||||||
if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then
|
if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then
|
||||||
AC_RUN_IFELSE([
|
AC_RUN_IFELSE([AC_LANG_PROGRAM([
|
||||||
char *malloc();
|
#include <stdlib.h>
|
||||||
char *realloc();
|
],[
|
||||||
char *calloc();
|
|
||||||
main() {
|
|
||||||
char *m0, *r0, *c0, *p;
|
char *m0, *r0, *c0, *p;
|
||||||
m0 = malloc(0);
|
m0 = malloc(0);
|
||||||
p = malloc(10);
|
p = malloc(10);
|
||||||
r0 = realloc(p,0);
|
r0 = realloc(p,0);
|
||||||
c0 = calloc(0);
|
c0 = calloc(0,10);
|
||||||
exit(m0 == 0 || r0 == 0 || c0 == 0 ? 0 : 1);
|
exit((m0 == 0 || r0 == 0 || c0 == 0) ? 0 : 1);
|
||||||
}],
|
])],
|
||||||
[MALLOC_ZERO_RETURNS_NULL=yes],
|
[MALLOC_ZERO_RETURNS_NULL=yes],
|
||||||
[MALLOC_ZERO_RETURNS_NULL=no],
|
[MALLOC_ZERO_RETURNS_NULL=no],
|
||||||
[MALLOC_ZERO_RETURNS_NULL=yes])
|
[MALLOC_ZERO_RETURNS_NULL=yes])
|
||||||
@ -8662,6 +8982,23 @@ AM_CONDITIONAL(MAKE_LINT_LIB, [test x$make_lint_lib != xno])
|
|||||||
|
|
||||||
]) # XORG_LINT_LIBRARY
|
]) # XORG_LINT_LIBRARY
|
||||||
|
|
||||||
|
# XORG_COMPILER_BRAND
|
||||||
|
# -------------------
|
||||||
|
# Minimum version: 1.14.0
|
||||||
|
#
|
||||||
|
# Checks for various brands of compilers and sets flags as appropriate:
|
||||||
|
# GNU gcc - relies on AC_PROG_CC (via AC_PROG_CC_C99) to set GCC to "yes"
|
||||||
|
# clang compiler - sets CLANGCC to "yes"
|
||||||
|
# Intel compiler - sets INTELCC to "yes"
|
||||||
|
# Sun/Oracle Solaris Studio cc - sets SUNCC to "yes"
|
||||||
|
#
|
||||||
|
AC_DEFUN([XORG_COMPILER_BRAND], [
|
||||||
|
AC_REQUIRE([AC_PROG_CC_C99])
|
||||||
|
AC_CHECK_DECL([__clang__], [CLANGCC="yes"], [CLANGCC="no"])
|
||||||
|
AC_CHECK_DECL([__INTEL_COMPILER], [INTELCC="yes"], [INTELCC="no"])
|
||||||
|
AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
|
||||||
|
]) # XORG_COMPILER_BRAND
|
||||||
|
|
||||||
# XORG_CWARNFLAGS
|
# XORG_CWARNFLAGS
|
||||||
# ---------------
|
# ---------------
|
||||||
# Minimum version: 1.2.0
|
# Minimum version: 1.2.0
|
||||||
@ -8670,6 +9007,7 @@ AM_CONDITIONAL(MAKE_LINT_LIB, [test x$make_lint_lib != xno])
|
|||||||
#
|
#
|
||||||
AC_DEFUN([XORG_CWARNFLAGS], [
|
AC_DEFUN([XORG_CWARNFLAGS], [
|
||||||
AC_REQUIRE([AC_PROG_CC_C99])
|
AC_REQUIRE([AC_PROG_CC_C99])
|
||||||
|
AC_REQUIRE([XORG_COMPILER_BRAND])
|
||||||
if test "x$GCC" = xyes ; then
|
if test "x$GCC" = xyes ; then
|
||||||
CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
||||||
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \
|
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \
|
||||||
@ -8680,7 +9018,6 @@ if test "x$GCC" = xyes ; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
|
|
||||||
if test "x$SUNCC" = "xyes"; then
|
if test "x$SUNCC" = "xyes"; then
|
||||||
CWARNFLAGS="-v"
|
CWARNFLAGS="-v"
|
||||||
fi
|
fi
|
||||||
@ -8692,28 +9029,43 @@ AC_SUBST(CWARNFLAGS)
|
|||||||
# -----------------------
|
# -----------------------
|
||||||
# Minimum version: 1.3.0
|
# Minimum version: 1.3.0
|
||||||
#
|
#
|
||||||
# Add configure option to enable strict compilation
|
# Add configure option to enable strict compilation flags, such as treating
|
||||||
|
# warnings as fatal errors.
|
||||||
|
# If --enable-strict-compilation is passed to configure, adds strict flags to
|
||||||
|
# $CWARNFLAGS.
|
||||||
|
#
|
||||||
|
# Starting in 1.14.0 also exports $STRICT_CFLAGS for use in other tests or
|
||||||
|
# when strict compilation is unconditionally desired.
|
||||||
AC_DEFUN([XORG_STRICT_OPTION], [
|
AC_DEFUN([XORG_STRICT_OPTION], [
|
||||||
# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89
|
# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89
|
||||||
AC_REQUIRE([AC_PROG_CC_C99])
|
AC_REQUIRE([AC_PROG_CC_C99])
|
||||||
|
AC_REQUIRE([XORG_COMPILER_BRAND])
|
||||||
AC_REQUIRE([XORG_CWARNFLAGS])
|
AC_REQUIRE([XORG_CWARNFLAGS])
|
||||||
|
|
||||||
AC_ARG_ENABLE(strict-compilation,
|
AC_ARG_ENABLE(strict-compilation,
|
||||||
AS_HELP_STRING([--enable-strict-compilation],
|
AS_HELP_STRING([--enable-strict-compilation],
|
||||||
[Enable all warnings from compiler and make them errors (default: disabled)]),
|
[Enable all warnings from compiler and make them errors (default: disabled)]),
|
||||||
[STRICT_COMPILE=$enableval], [STRICT_COMPILE=no])
|
[STRICT_COMPILE=$enableval], [STRICT_COMPILE=no])
|
||||||
if test "x$STRICT_COMPILE" = "xyes"; then
|
if test "x$GCC" = xyes ; then
|
||||||
AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
|
STRICT_CFLAGS="-pedantic -Werror"
|
||||||
AC_CHECK_DECL([__INTEL_COMPILER], [INTELCC="yes"], [INTELCC="no"])
|
# Add -Werror=attributes if supported (gcc 4.2 & later)
|
||||||
if test "x$GCC" = xyes ; then
|
AC_MSG_CHECKING([if $CC supports -Werror=attributes])
|
||||||
STRICT_CFLAGS="-pedantic -Werror"
|
save_CFLAGS="$CFLAGS"
|
||||||
elif test "x$SUNCC" = "xyes"; then
|
CFLAGS="$CFLAGS $STRICT_CFLAGS -Werror=attributes"
|
||||||
STRICT_CFLAGS="-errwarn"
|
AC_COMPILE_IFELSE([AC_LANG_SOURCE([return 0;])],
|
||||||
elif test "x$INTELCC" = "xyes"; then
|
[STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
|
||||||
STRICT_CFLAGS="-Werror"
|
AC_MSG_RESULT([yes])],
|
||||||
fi
|
[AC_MSG_RESULT([no])])
|
||||||
|
CFLAGS="$save_CFLAGS"
|
||||||
|
elif test "x$SUNCC" = "xyes"; then
|
||||||
|
STRICT_CFLAGS="-errwarn"
|
||||||
|
elif test "x$INTELCC" = "xyes"; then
|
||||||
|
STRICT_CFLAGS="-Werror"
|
||||||
fi
|
fi
|
||||||
CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
|
if test "x$STRICT_COMPILE" = "xyes"; then
|
||||||
|
CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
|
||||||
|
fi
|
||||||
|
AC_SUBST([STRICT_CFLAGS])
|
||||||
AC_SUBST([CWARNFLAGS])
|
AC_SUBST([CWARNFLAGS])
|
||||||
]) # XORG_STRICT_OPTION
|
]) # XORG_STRICT_OPTION
|
||||||
|
|
||||||
@ -8816,32 +9168,28 @@ echo 'git directory not found: installing possibly empty changelog.' >&2)"
|
|||||||
AC_SUBST([CHANGELOG_CMD])
|
AC_SUBST([CHANGELOG_CMD])
|
||||||
]) # XORG_CHANGELOG
|
]) # XORG_CHANGELOG
|
||||||
|
|
||||||
dnl $XdotOrg: lib/xtrans/xtrans.m4,v 1.6 2005/07/26 18:59:11 alanc Exp $
|
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
dnl Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
|
||||||
dnl
|
dnl
|
||||||
dnl Permission to use, copy, modify, distribute, and sell this software and its
|
dnl Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
dnl documentation for any purpose is hereby granted without fee, provided that
|
dnl copy of this software and associated documentation files (the "Software"),
|
||||||
dnl the above copyright notice appear in all copies and that both that
|
dnl to deal in the Software without restriction, including without limitation
|
||||||
dnl copyright notice and this permission notice appear in supporting
|
dnl the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
dnl documentation.
|
dnl and/or sell copies of the Software, and to permit persons to whom the
|
||||||
dnl
|
dnl Software is furnished to do so, subject to the following conditions:
|
||||||
dnl The above copyright notice and this permission notice shall be included
|
dnl
|
||||||
dnl in all copies or substantial portions of the Software.
|
dnl The above copyright notice and this permission notice (including the next
|
||||||
dnl
|
dnl paragraph) shall be included in all copies or substantial portions of the
|
||||||
dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
dnl Software.
|
||||||
dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
dnl
|
||||||
dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
dnl IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
dnl IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
dnl OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
dnl FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
dnl ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
dnl THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
dnl OTHER DEALINGS IN THE SOFTWARE.
|
dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
dnl
|
dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
dnl Except as contained in this notice, the name of the copyright holders shall
|
dnl DEALINGS IN THE SOFTWARE.
|
||||||
dnl not be used in advertising or otherwise to promote the sale, use or
|
dnl
|
||||||
dnl other dealings in this Software without prior written authorization
|
|
||||||
dnl from the copyright holders.
|
|
||||||
dnl
|
|
||||||
|
|
||||||
# XTRANS_TCP_FLAGS()
|
# XTRANS_TCP_FLAGS()
|
||||||
# ------------------
|
# ------------------
|
||||||
|
4805
lib/libXfont/configure
vendored
4805
lib/libXfont/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,63 +1,64 @@
|
|||||||
dnl Copyright © 2003 Keith Packard
|
# Copyright © 2003 Keith Packard
|
||||||
dnl
|
#
|
||||||
dnl Permission to use, copy, modify, distribute, and sell this software and its
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
dnl documentation for any purpose is hereby granted without fee, provided that
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
dnl the above copyright notice appear in all copies and that both that
|
# the above copyright notice appear in all copies and that both that
|
||||||
dnl copyright notice and this permission notice appear in supporting
|
# copyright notice and this permission notice appear in supporting
|
||||||
dnl documentation, and that the name of Keith Packard not be used in
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
dnl advertising or publicity pertaining to distribution of the software without
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
dnl specific, written prior permission. Keith Packard makes no
|
# specific, written prior permission. Keith Packard makes no
|
||||||
dnl representations about the suitability of this software for any purpose. It
|
# representations about the suitability of this software for any purpose. It
|
||||||
dnl is provided "as is" without express or implied warranty.
|
# is provided "as is" without express or implied warranty.
|
||||||
dnl
|
#
|
||||||
dnl KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
dnl EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
dnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
dnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
dnl PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
dnl
|
#
|
||||||
dnl Process this file with autoconf to create configure.
|
|
||||||
|
|
||||||
|
# Initialize Autoconf
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
#
|
||||||
AC_INIT([libXfont],
|
# This is the package version number, not the shared library
|
||||||
[1.4.3],
|
# version. This same version number must appear in Xfont.h
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
# Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||||
libXfont)
|
# not possible to extract the version number here from Xfont.h
|
||||||
# Autoheader generates config.h.in. No new lines allowed in the list.
|
#
|
||||||
|
AC_INIT([libXfont], [1.4.4],
|
||||||
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfont])
|
||||||
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
AC_CONFIG_HEADERS([config.h include/X11/fonts/fontconf.h])
|
AC_CONFIG_HEADERS([config.h include/X11/fonts/fontconf.h])
|
||||||
dnl
|
|
||||||
dnl This is the package version number, not the shared library
|
# Initialize Automake
|
||||||
dnl version. This same version number must appear in Xfont.h
|
|
||||||
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
|
||||||
dnl not possible to extract the version number here from Xfont.h
|
|
||||||
dnl
|
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
# Initialize libtool
|
||||||
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
# Require xorg-macros minimum of 1.10 for DocBook XML documentation
|
# Require xorg-macros minimum of 1.10 for DocBook XML documentation
|
||||||
m4_ifndef([XORG_MACROS_VERSION],
|
m4_ifndef([XORG_MACROS_VERSION],
|
||||||
[m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
|
[m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
|
||||||
XORG_MACROS_VERSION(1.10)
|
XORG_MACROS_VERSION(1.10)
|
||||||
XORG_DEFAULT_OPTIONS
|
XORG_DEFAULT_OPTIONS
|
||||||
XORG_ENABLE_DEVEL_DOCS
|
XORG_ENABLE_DEVEL_DOCS
|
||||||
XORG_WITH_XMLTO(0.0.20)
|
XORG_WITH_XMLTO(0.0.22)
|
||||||
XORG_WITH_FOP
|
XORG_WITH_FOP
|
||||||
XORG_CHECK_SGML_DOCTOOLS(1.5)
|
XORG_CHECK_SGML_DOCTOOLS(1.7)
|
||||||
|
|
||||||
# Check for progs
|
# Checks for header files.
|
||||||
AC_PROG_CC
|
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
dnl If the first PKG_CHECK_MODULES appears inside a conditional, pkg-config
|
|
||||||
dnl must first be located explicitly.
|
|
||||||
PKG_PROG_PKG_CONFIG
|
|
||||||
|
|
||||||
# Look for headers
|
|
||||||
AC_CHECK_HEADERS([endian.h poll.h sys/poll.h])
|
AC_CHECK_HEADERS([endian.h poll.h sys/poll.h])
|
||||||
|
|
||||||
|
# Checks for library functions.
|
||||||
AC_CHECK_FUNCS([poll])
|
AC_CHECK_FUNCS([poll])
|
||||||
|
|
||||||
|
# If the first PKG_CHECK_MODULES appears inside a conditional, pkg-config
|
||||||
|
# must first be located explicitly.
|
||||||
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
#
|
#
|
||||||
# select libraries to include
|
# select libraries to include
|
||||||
#
|
#
|
||||||
@ -200,14 +201,15 @@ case $host_os in
|
|||||||
esac
|
esac
|
||||||
AC_SUBST([OS_CFLAGS])
|
AC_SUBST([OS_CFLAGS])
|
||||||
|
|
||||||
AC_OUTPUT([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/fontfile/Makefile
|
src/fontfile/Makefile
|
||||||
src/FreeType/Makefile
|
src/FreeType/Makefile
|
||||||
src/builtins/Makefile
|
src/builtins/Makefile
|
||||||
src/bitmap/Makefile
|
src/bitmap/Makefile
|
||||||
src/fc/Makefile
|
src/fc/Makefile
|
||||||
src/util/Makefile
|
src/util/Makefile
|
||||||
src/stubs/Makefile
|
src/stubs/Makefile
|
||||||
xfont.pc])
|
xfont.pc])
|
||||||
|
AC_OUTPUT
|
||||||
|
61
lib/libXfont/devbook.am
Normal file
61
lib/libXfont/devbook.am
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
#
|
||||||
|
# Generate output formats for a single DocBook/XML with/without chapters
|
||||||
|
#
|
||||||
|
# Variables set by the calling Makefile:
|
||||||
|
# noinst_DATA: developers docs are not installed
|
||||||
|
# docbook: the main DocBook/XML file, no chapters, appendix or image files
|
||||||
|
# chapters: all files pulled in by an XInclude statement and images.
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# This makefile is intended for Developers Documentation and is not installed.
|
||||||
|
# Do not use for Users docs or Specs which need to be installed and require olink support
|
||||||
|
# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
|
||||||
|
# for an explanation on documents classification.
|
||||||
|
#
|
||||||
|
|
||||||
|
# Developers documnetation is not installed
|
||||||
|
noinst_DATA =
|
||||||
|
|
||||||
|
# DocBook/XML file with chapters, appendix and images it includes
|
||||||
|
dist_noinst_DATA = $(docbook) $(chapters)
|
||||||
|
|
||||||
|
#
|
||||||
|
# Generate DocBook/XML output formats with or without stylesheets
|
||||||
|
#
|
||||||
|
|
||||||
|
# Stylesheets are available if the package xorg-sgml-doctools is installed
|
||||||
|
if HAVE_STYLESHEETS
|
||||||
|
|
||||||
|
# The location where all cross reference databases are installed
|
||||||
|
XMLTO_FLAGS = \
|
||||||
|
--searchpath "$(XORG_SGML_PATH)/X11" \
|
||||||
|
--stringparam current.docid="$(<:.xml=)"
|
||||||
|
|
||||||
|
XMLTO_XHTML_FLAGS = \
|
||||||
|
-m $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \
|
||||||
|
--stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
|
||||||
|
|
||||||
|
XMLTO_FO_FLAGS = \
|
||||||
|
-m $(STYLESHEET_SRCDIR)/xorg-fo.xsl
|
||||||
|
endif HAVE_STYLESHEETS
|
||||||
|
|
||||||
|
noinst_DATA += $(docbook:.xml=.html)
|
||||||
|
%.html: %.xml $(chapters)
|
||||||
|
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) xhtml-nochunks $<
|
||||||
|
|
||||||
|
if HAVE_FOP
|
||||||
|
noinst_DATA += $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
|
||||||
|
%.pdf: %.xml $(chapters)
|
||||||
|
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop pdf $<
|
||||||
|
%.ps: %.xml $(chapters)
|
||||||
|
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop ps $<
|
||||||
|
endif HAVE_FOP
|
||||||
|
|
||||||
|
if HAVE_XMLTO_TEXT
|
||||||
|
noinst_DATA += $(docbook:.xml=.txt)
|
||||||
|
%.txt: %.xml $(chapters)
|
||||||
|
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) txt $<
|
||||||
|
endif HAVE_XMLTO_TEXT
|
||||||
|
|
||||||
|
CLEANFILES = $(noinst_DATA)
|
@ -1,66 +1,12 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
#
|
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
||||||
# copy of this software and associated documentation files (the "Software"),
|
|
||||||
# to deal in the Software without restriction, including without limitation
|
|
||||||
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
# and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
# Software is furnished to do so, subject to the following conditions:
|
|
||||||
#
|
|
||||||
# The above copyright notice and this permission notice (including the next
|
|
||||||
# paragraph) shall be included in all copies or substantial portions of the
|
|
||||||
# Software.
|
|
||||||
#
|
|
||||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
||||||
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
# DEALINGS IN THE SOFTWARE.
|
|
||||||
#
|
|
||||||
|
|
||||||
# Developer documentation - not installed on system
|
|
||||||
EXTRA_DIST = fontlib.xml
|
|
||||||
|
|
||||||
if ENABLE_DEVEL_DOCS
|
if ENABLE_DEVEL_DOCS
|
||||||
doc_sources = fontlib.xml
|
|
||||||
|
|
||||||
if HAVE_XMLTO
|
if HAVE_XMLTO
|
||||||
noinst_DATA = $(doc_sources:.xml=.html)
|
|
||||||
|
|
||||||
if HAVE_FOP
|
# Main DocBook/XML files (DOCTYPE book)
|
||||||
noinst_DATA += $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf)
|
docbook = fontlib.xml
|
||||||
endif
|
|
||||||
|
|
||||||
if HAVE_XMLTO_TEXT
|
# Generate DocBook/XML output formats with or without stylesheets
|
||||||
noinst_DATA += $(doc_sources:.xml=.txt)
|
include $(top_srcdir)/devbook.am
|
||||||
endif
|
|
||||||
|
|
||||||
if HAVE_STYLESHEETS
|
|
||||||
XMLTO_FLAGS = -m $(XSL_STYLESHEET)
|
|
||||||
|
|
||||||
noinst_DATA += xorg.css
|
|
||||||
xorg.css: $(STYLESHEET_SRCDIR)/xorg.css
|
|
||||||
$(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES = $(noinst_DATA)
|
|
||||||
|
|
||||||
SUFFIXES = .xml .ps .pdf .txt .html
|
|
||||||
|
|
||||||
.xml.txt:
|
|
||||||
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
|
|
||||||
|
|
||||||
.xml.html:
|
|
||||||
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
|
|
||||||
|
|
||||||
.xml.pdf:
|
|
||||||
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
|
|
||||||
|
|
||||||
.xml.ps:
|
|
||||||
$(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $<
|
|
||||||
|
|
||||||
endif HAVE_XMLTO
|
endif HAVE_XMLTO
|
||||||
endif ENABLE_DEVEL_DOCS
|
endif ENABLE_DEVEL_DOCS
|
||||||
|
@ -15,26 +15,19 @@
|
|||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
# Generate output formats for a single DocBook/XML with/without chapters
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
# Variables set by the calling Makefile:
|
||||||
# copy of this software and associated documentation files (the "Software"),
|
# noinst_DATA: developers docs are not installed
|
||||||
# to deal in the Software without restriction, including without limitation
|
# docbook: the main DocBook/XML file, no chapters, appendix or image files
|
||||||
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
# chapters: all files pulled in by an XInclude statement and images.
|
||||||
# and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
# Software is furnished to do so, subject to the following conditions:
|
|
||||||
#
|
#
|
||||||
# The above copyright notice and this permission notice (including the next
|
|
||||||
# paragraph) shall be included in all copies or substantial portions of the
|
|
||||||
# Software.
|
|
||||||
#
|
#
|
||||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
# This makefile is intended for Developers Documentation and is not installed.
|
||||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
# Do not use for Users docs or Specs which need to be installed and require olink support
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
|
||||||
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
# for an explanation on documents classification.
|
||||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
||||||
# DEALINGS IN THE SOFTWARE.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
@ -46,9 +39,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -59,11 +52,11 @@ PRE_UNINSTALL = :
|
|||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf)
|
DIST_COMMON = $(am__dist_noinst_DATA_DIST) $(srcdir)/Makefile.am \
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt)
|
$(srcdir)/Makefile.in $(top_srcdir)/devbook.am
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = xorg.css
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
|
||||||
subdir = doc
|
subdir = doc
|
||||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
@ -74,7 +67,8 @@ CONFIG_HEADER = $(top_builddir)/config.h \
|
|||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
SOURCES =
|
SOURCES =
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
DATA = $(noinst_DATA)
|
am__dist_noinst_DATA_DIST = fontlib.xml
|
||||||
|
DATA = $(dist_noinst_DATA) $(noinst_DATA)
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
ACLOCAL = @ACLOCAL@
|
ACLOCAL = @ACLOCAL@
|
||||||
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
|
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
|
||||||
@ -168,6 +162,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
@ -246,21 +241,40 @@ sharedstatedir = @sharedstatedir@
|
|||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
|
|
||||||
# Developer documentation - not installed on system
|
# Main DocBook/XML files (DOCTYPE book)
|
||||||
EXTRA_DIST = fontlib.xml
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@docbook = fontlib.xml
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@doc_sources = fontlib.xml
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA = $(doc_sources:.xml=.html) \
|
# Developers documnetation is not installed
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA = $(docbook:.xml=.html) \
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_1) \
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_1) \
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_2) \
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_2)
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_3)
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = -m $(XSL_STYLESHEET)
|
# DocBook/XML file with chapters, appendix and images it includes
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@dist_noinst_DATA = $(docbook) $(chapters)
|
||||||
|
|
||||||
|
#
|
||||||
|
# Generate DocBook/XML output formats with or without stylesheets
|
||||||
|
#
|
||||||
|
|
||||||
|
# Stylesheets are available if the package xorg-sgml-doctools is installed
|
||||||
|
|
||||||
|
# The location where all cross reference databases are installed
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = \
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)"
|
||||||
|
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_XHTML_FLAGS = \
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -m $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
|
||||||
|
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -m $(STYLESHEET_SRCDIR)/xorg-fo.xsl
|
||||||
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA)
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA)
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@SUFFIXES = .xml .ps .pdf .txt .html
|
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .xml .ps .pdf .txt .html
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/devbook.am $(am__configure_deps)
|
||||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
||||||
@for dep in $?; do \
|
@for dep in $?; do \
|
||||||
case '$(am__configure_deps)' in \
|
case '$(am__configure_deps)' in \
|
||||||
*$$dep*) \
|
*$$dep*) \
|
||||||
@ -307,6 +321,7 @@ CTAGS:
|
|||||||
|
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
|
$(mkdir_p) $(distdir)/..
|
||||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
list='$(DISTFILES)'; for file in $$list; do \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
@ -418,20 +433,16 @@ uninstall-am: uninstall-info-am
|
|||||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||||
uninstall-info-am
|
uninstall-info-am
|
||||||
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@xorg.css: $(STYLESHEET_SRCDIR)/xorg.css
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters)
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) xhtml-nochunks $<
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop pdf $<
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop ps $<
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
|
||||||
|
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) txt $<
|
||||||
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.txt:
|
# Generate DocBook/XML output formats with or without stylesheets
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
|
|
||||||
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.html:
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
|
|
||||||
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.pdf:
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
|
|
||||||
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.ps:
|
|
||||||
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $<
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" >
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" >
|
||||||
<!-- lifted from troff+ms by doclifter -->
|
<!-- lifted from troff+ms by doclifter -->
|
||||||
<!-- previous version was in xorg-docs/specs/Xserver/fontlib.ms -->
|
<!-- previous version was in xorg-docs/specs/Xserver/fontlib.ms -->
|
||||||
|
|
||||||
<article id='fontlibms'>
|
<article id='fontlib'>
|
||||||
<!-- .ps 12 -->
|
<!-- .ps 12 -->
|
||||||
<!-- .EF 'Font Library Interface'\- % \-'July 27, 1991' -->
|
<!-- .EF 'Font Library Interface'\- % \-'July 27, 1991' -->
|
||||||
<!-- .OF 'Font Library Interface'\- % \-'July 27, 1991' -->
|
<!-- .OF 'Font Library Interface'\- % \-'July 27, 1991' -->
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -158,6 +158,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -44,9 +44,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -207,6 +207,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -160,6 +160,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -1620,19 +1620,16 @@ BitmapOpenScalable (FontPathElementPtr fpe,
|
|||||||
if (!sourceFont->refcnt)
|
if (!sourceFont->refcnt)
|
||||||
FontFileCloseFont((FontPathElementPtr) 0, sourceFont);
|
FontFileCloseFont((FontPathElementPtr) 0, sourceFont);
|
||||||
|
|
||||||
if (propCount && (!props || !isStringProp))
|
|
||||||
{
|
|
||||||
font->info.nprops = 0;
|
|
||||||
font->info.props = (FontPropPtr)0;
|
|
||||||
font->info.isStringProp = (char *)0;
|
|
||||||
bitmapUnloadScalable(font);
|
|
||||||
return AllocError;
|
|
||||||
}
|
|
||||||
|
|
||||||
font->info.props = props;
|
font->info.props = props;
|
||||||
font->info.nprops = propCount;
|
font->info.nprops = propCount;
|
||||||
font->info.isStringProp = isStringProp;
|
font->info.isStringProp = isStringProp;
|
||||||
|
|
||||||
|
if (propCount && (!props || !isStringProp))
|
||||||
|
{
|
||||||
|
bitmapUnloadScalable(font);
|
||||||
|
return AllocError;
|
||||||
|
}
|
||||||
|
|
||||||
*pFont = font;
|
*pFont = font;
|
||||||
return Successful;
|
return Successful;
|
||||||
}
|
}
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -158,6 +158,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -158,6 +158,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -168,6 +168,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
intended for inclusion in X11 public releases. */
|
intended for inclusion in X11 public releases. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright © 2008 Sun Microsystems, Inc. All rights reserved.
|
* Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -161,6 +161,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
@ -23,9 +23,9 @@ pkgincludedir = $(includedir)/@PACKAGE@
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = ${SHELL} $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = ${SHELL} $(install_sh) -c
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
@ -160,6 +160,7 @@ RANLIB = @RANLIB@
|
|||||||
SED = @SED@
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
|
STRICT_CFLAGS = @STRICT_CFLAGS@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
|
Loading…
Reference in New Issue
Block a user