Skip to content
  • Daniel Richard G's avatar
    Various "make distcheck" and other fixes · a2cd8a03
    Daniel Richard G authored and Daniel Veillard's avatar Daniel Veillard committed
    Makefile.am:
    
    * Use $(VAR), not @VAR@, as the former is the correct form for AC_SUBST'ed
       variables in Makefile.am files
    
    * Touch these *.xml/*.syms files in the "dist-hook" target to prevent them
       from being regenerated, because the "make dist" process in itself
       updates the timestamps of the source files when it copies them into
       $(distdir)
    
    * Add EXTRA_LIBS (-lrt on my system) to xsltConf.sh, as this is a required
       dependency when client applications link against -lxslt
    
       (note that the definition of EXTRA_LIBS has been changed; see below)
    
    * Removed MAKEFLAGS+=--silent bits, as this is not compatible with non-GNU
       Make programs
    
    autogen.sh:
    
    * Add --warnings=all options to automake and autoconf invocations, to
       better catch potential problems (most of which I've fixed in this patch)
    
    configure.in:
    
    * Replaced obsolete macros with their current equivalents; for reference,
       see
    
         http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/auto...
    a2cd8a03