Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L liboggz
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • liboggz
  • Merge requests
  • !2

fixed initial configuration

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Jan Sablatnig requested to merge jansablatnig/liboggz:fix-configure into master Sep 09, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 2

The README file mentions to run $ ./configure first, but this fails for me on all of my various systems: ... error: cannot find install-sh, install.sh, or shtool ...

Running this first $ autoreconf -i would create these scripts, but unfortunately autoreconf fails: ... configure.ac:294: error: possibly undefined macro: AC_SYS_EXTRA_LARGEFILE ... onfigure.ac:466: error: possibly undefined macro: AS_AC_EXPAND ...

This can be fixed by adding AC_CONFIG_MACRO_DIR([m4] in configure.ac.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-configure