Skip to content

A fork of GNU autoconf tool repo.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.EXCEPTION
Notifications You must be signed in to change notification settings

rwenz2004/autoconf

Repository files navigation

仓库简介

本仓库为GNU autoconf工具源码的镜像仓库,仅用于方便在如意玲珑沙箱下使用autoconf工具构建应用。

使用方法

  1. 在linglong.yaml的[source]下加入如下内容:
  - kind: git
    url: https://github.com/rwenz2004/autoconf.git
  1. 在linglong.yaml的[build]下加入如下内容:
  cd /project/linglong/sources/autoconf.git
  mkdir -p ${PREFIX}/utils
  cd m4-install
  ./configure --prefix=${PREFIX}/utils
  make
  make install
  export PATH=${PREFIX}/utils/bin:$PATH
  cd ..
  ./configure --prefix=${PREFIX}/utils
  make
  make install

About

A fork of GNU autoconf tool repo.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.EXCEPTION

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published