summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-23Version bump: 1.15.0util-macros-1.15.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-06-22XORG_WITH_XSLTPROC: warn at development time rather than config timeGaetan Nadon
Catching up unimplemented features should be done earlier by the developer during autoconf rather than during configure. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-06-22Add XORG_WITH_PERL macroGaetan Nadon
Following the same pattern as XMLTO and friends. Allows all modules to use the same interface, variables and options to check for perl. Perl is used in libX11 and xserver. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-06-22XORG_WITH_FOP: add minimum version checking supportGaetan Nadon
Adding this feature is motivated by a bug in fop 0.95 where fop crashes in the presence of some characters like the latin capital sharp s. Fop version 1.0 works correctly. This is the same feature found in XMLTO and the likes. In the macro public interface there is a shift in parameter position for the DEFAULT parameter. Doing development on older libraries (point releases on older versions) will still work the same way as the "no" value will be interpreted as the minimum version. It won't be found, so fop will be disabled anyway. Only libX11 has used XORG_WITH_FOP(no) and will be changed with a version bump on util-macros. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-06-05XORG_PROG_RAWCPP: use AC_LANG_SOURCE to prevent warningsGaetan Nadon
The source for the AC_LANG_CONFTEST should be passed to AC_LANG_SOURCE to satisfy the more stringent testing done by autoconf 2.68. It is available in autoconf 2.60 where AC_LANG_DEFINES_PROVIDED is not. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-05-27Version bump: 1.14.0util-macros-1.14.0Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-14Add AC_LANG_DEFINES_PROVIDED to XORG_RAW_CPP to silence autoconf warningsAlan Coopersmith
Since we're intentionally doing a special case to just check cpp output, and not a full program compilation, add the magic macro to silence: configure.ac:46: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... aclocal.m4:1077: XORG_PROG_RAWCPP is expanded from... configure.ac:46: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-05-06XORG_STRICT_OPTION: add -Werror=attributes to STRICT_CFLAGS for gccAlan Coopersmith
Flags unknown attributes as errors, if -Werror=attributes is supported. (The -Werror=* option was first spotted in gcc 4.2.0 manuals.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-05-02Make XORG_STRICT_OPTION always set STRICT_CFLAGSAlan Coopersmith
Still only adds it to CWARNFLAGS if --enable-strict-compilation is passed, but sets the variable with the right flags for the compiler so it's available for other checks in configure scripts. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-05-01Create XORG_COMPILER_BRAND macro to centralize compiler checksAlan Coopersmith
Check for gcc vs. intel vs. sun in one place, instead of continuing to grow more places the check is replicated. Add clang check here too, as it's now seeing a lot of use to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-14Version bump: 1.13.0util-macros-1.13.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-10XORG_LD_WRAP: check if linker supports -wrapGaetan Nadon
Used mainly by test cases using a wrapper function. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-10XORG_WITH_GLIB: check for the GLib packageGaetan Nadon
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 in conjunction with XORG_ENABLE_UNIT_TESTS, use both AM_CONDITIONAL ENABLE_UNIT_TESTS and HAVE_GLIB. Glib may be used for purpose other than testing Package builders should use --without-glib to ensure it does not get pulled in. Unit tests may or may not use GLib. Developers should use --with-glib to error out if GLib is missing. 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 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-10XORG_ENABLE_UNIT_TESTS: add support for unit testingGaetan Nadon
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 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-02-25Version bump: 1.12.0util-macros-1.12.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-02-01XORG_WITH_XSLTPROC: add XSLT processor command line toolGaetan Nadon
The primary use will be for DocBook/XML cross links database generation. 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 it is used only to work with documnetation. Tested-by: Matt Dew <marcoz@osource.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-12-07Use AC_LANG_PROGRAM in XORG_CHECK_MALLOC_ZERO to clear autoconf-2.68 warningsAlan Coopersmith
configure.ac:126: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from... aclocal.m4:1952: XORG_CHECK_MALLOC_ZERO is expanded from... configure.ac:126: the top level Also, calloc() takes two arguments; and all of them return void *, not char *; as the compiler points out when you #include <stdlib.h> instead of faking it badly. (And sometimes when you don't, due to compiler builtin versions of the functions.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2010-11-07XORG_ENABLE_DOCS: Fix "Enable building the documentation (yes: yes)"Gaetan Nadon
The quoting did not prevent the m4 defined variable "default" to replace the text string "default" in the help text. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-10-29Version bump: 1.11.0util-macros-1.11.0Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-28docs: Take optional argument to control defaultsDan Nicholson
The typical default of enabling documentation if the correct tool is found is usually the right thing to do. However, some packages such as Xlib have huge amounts of documentation that few people would need in every output format. Allow packages to specify the default for each tool by passing an argument to the macro. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-28docs: Use m4 to handle optional macro defaultsDan Nicholson
Handling the optional documentation parameters with m4 allows the help string to correctly represent the default. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-09-23Version bump: 1.10.1util-macros-1.10.1Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-09-03Sun's copyrights are now owned by OracleAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-14XORG_MANPAGE_SECTIONS: add substitution for apploaddirGaetan Nadon
This represents the location of the app-defaults directory Used in app/bitmap/man for example. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-25Version bump: 1.10.0util-macros-1.10.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-25XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheetGaetan Nadon
Add STYLESHEET_SRCDIR for directory location and XSL_STLESHEET for the name of the xorg style sheet Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-25XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output formatGaetan Nadon
The xmlto program has dependencies when converting docbook XML to text format. It requires either lynx, links or w3m text web browsers. Users want to skip the text format to avoid having to install these. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-22Version bump: 1.9.0util-macros-1.9.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-22XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditionalGaetan Nadon
Groff uses grohtml to generate html output format. This program, in turn, uses a number of pnm* commands from the netpbm package, psselect from the psutils package and the ghostscript package. These are independently installed, so they could be missing. A check is made to ensure those dependencies are installed. If not, the makefile can use the conditional to supress the target. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27Version bump: 1.8.0util-macros-1.8.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27config: XORG_MANPAGE_SECTIONS: add AC_PROG_SEDGaetan Nadon
The sed command is required to create the man pages. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27XORG_MANPAGE_SECTIONS: add MAN_SUBSTS automake variableGaetan Nadon
It will replace the 155 copies in package makefiles Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-27XORG_RELEASE_VERSION: remove option --with-release-version #24816Gaetan Nadon
The short story: - this option has never been used by OS builders as intended - the implementation changes automake internals - the implementation breaks a few makefiles (if used) - one less option for the user to be confused with on all 240 xorg modules The long story: https://bugs.freedesktop.org/show_bug.cgi?id=24816 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-25XORG_LINT_LIBRARY: rework to match XORG_WITH_LINTGaetan Nadon
XORG_LINT_LIBRARY has implementations dependencies on XORG_WITH_LINT The library name can no longer be set by overloading the semantic of --enable-lint-library. If this function is required it should be added using an AC_ARG_VAR. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-25XORG_WITH_LINT: rework and extend platform coverageGaetan Nadon
Guess the lint program name by platform. Use ARG variable for user input values. Provide default flags per platform. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-25XORG_DEFAULT_OPTIONS: add AC_PROG_INSTALLGaetan Nadon
All modules install something. This makes it clear it can removed from modules config. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-25XORG_STRICT_OPTION: remove redundant expansion of AC_PROG_CC macroGaetan Nadon
Calling AC_PROG_CC before AC_PROG_CC_C99 is not required. C99 is not an add-on to CC although either one will cache results than can be used by the other. This is effectively a no-op. Note that if a module configure.ac file calls AC_PROG_CC after AC_PROG_CC_C99, the compiler will be reset to ISO_C89 from ISO_C99. Currently about half the xorg modules use C89 while the other half use C99. Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-05doctools: accept an optional minimal versionYaakov Selkowitz
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2010-05-05linuxdoc: Use XORG_WITH_PS2PDF to check for ps2pdfYaakov Selkowitz
Besides reusing existing code, this allows linuxdoc PDF output to be enabled or disabled by configure. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-29LinuxDoc: add -f option to filter out the ^H in text outputGaetan Nadon
Remove backspace-overstrikes from the intermediate form generated by groff. These appear as blocks in some text editors and as ^H in vi. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-05Version bump: 1.7.0util-macros-1.7.0Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-04doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctoolsYaakov Selkowitz
Trying to find X11/defs.ent with AC_CHECK_FILE does not work when cross-compiling, and the check assumed that xorg-sgml-doctools is installed to the same prefix which need not always be the case. xorg-sgml-doctools 1.4 provides a pkg-config file which we can use instead, fixing both those cases. This macro is provided in util-macros instead of with xorg-sgml-doctools, otherwise the latter would become a hard dependency just to run autoreconf. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-29config: remove the xorg-macros pc.in file from EXTRA_DISTGaetan Nadon
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-11Version bump: 1.6.1util-macros-1.6.1Gaetan Nadon
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-10doc: fix typo in AC_MSG_CHECKING for XORG_CHECK_LINUXDOCGaetan Nadon
The message should start with a lowercase letter. Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-09doc: Specify minimum xmlto version to XORG_WITH_DOXYGENGaetan Nadon
Adds an optional parameter to XORG_WITH_DOXYGEN to enforce a minimum version needed like the asciidoc version check. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-09doc: Specify minimum xmlto version to XORG_WITH_XMLTODan Nicholson
Adds an optional parameter to XORG_WITH_XMLTO to enforce a minimum version needed like the asciidoc version check. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-03-09doc: Specify minimum asciidoc version to XORG_WITH_ASCIIDOCDan Nicholson
Adds an optional parameter to XORG_WITH_ASCIIDOC to enforce a minimum version needed. Tested-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-02-28silent: Set AM_DEFAULT_VERBOSITY for compatibility on older automakeDan Nicholson
Custom silent rules will become recursive on older automake where AM_SILENT_RULES is not included. Set AM_DEFAULT_VERBOSITY in this fallback case for compatibility. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-25AM_SILENT_RULES: move from XORG_CWARNFLAGS to XORG_DEFAULT_OPTIONSGaetan Nadon
This m4 statement does not belong in the macro for compiler warning flags. It is more appropriate to group it with the macro providing default options for X.Org modules. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>