Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xorgproto xorgproto
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • proto
  • xorgprotoxorgproto
  • Merge requests
  • !3

Combine *_EXTRA_DIST into EXTRA_DIST in Makefile.am

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alan Coopersmith requested to merge alanc/xorgproto:master into master Feb 05, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

automake only recognizes EXTRA_DIST - but it looked like it worked since the *.pc.in were included as they're also listed in configure.ac, unless you tried building from the tarballs with --enable-legacy, and then it broke.

Also adds --enable-legacy to the flags that "make distcheck" uses to configure, to catch problems like this.

Fixes: #12 (closed)

The tarball created by "make dist" after this change contains all the files from before, plus these:

xorgproto-2018.4/autogen.sh
xorgproto-2018.4/man/Xprint.man
xorgproto-2018.4/man/Xprint.sgml
xorgproto-2018.4/specs/xp_proto_cov.mif
xorgproto-2018.4/specs/xp_proto.book
xorgproto-2018.4/specs/xp_proto.mif
xorgproto-2018.4/specs/xp_proto.ps
xorgproto-2018.4/specs/xp_protoIX.doc
xorgproto-2018.4/specs/xp_protoTOC.doc
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master