Uploaded image for project: 'Log4cxx'
  1. Log4cxx
  2. LOGCXX-414

possibly wrong use of autotools docdir

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.11.0
    • 0.11.0
    • Build
    • None
    • Linux 3.2.0-48-generic #74-Ubuntu SMP Thu Jun 6 19:43:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
      gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
      openembedded-core - meta-angstrom

    Description

      Autotools expects using docdir instead of pkgdatadir

      See
      http://www.gnu.org/software/automake/manual/automake.html#Uniform
      Section: 3.3 The Uniform Naming Scheme

      http://www.gnu.org/software/automake/manual/automake.html#Standard-Directory-Variables
      Section: 2.3.3 Standard Directory Variables

      -htmldest = $(pkgdatadir)/html
      +htmldest = $(docdir)/html
      

      $pkgdatadir may be different across various architectures.

      Patch attached.

      Attachments

        Activity

          People

            Unassigned Unassigned
            azbarcea Alex Zbarcea
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: