https://github.com/smoeding/autotools-template
My minimal template for a project using GNU Autotools
https://github.com/smoeding/autotools-template
autoconf autoconf-demo automake automake-demo autotools
Last synced: 2 months ago
JSON representation
My minimal template for a project using GNU Autotools
- Host: GitHub
- URL: https://github.com/smoeding/autotools-template
- Owner: smoeding
- Created: 2022-05-30T09:33:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T09:34:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T05:29:22.591Z (4 months ago)
- Topics: autoconf, autoconf-demo, automake, automake-demo, autotools
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autotools Project Template
This directory contains a minimal template for a project using [GNU Autotools](https://en.wikipedia.org/wiki/GNU_Autotools).
Use the following commands to build:
``` shell
autoreconf -i
./configure
make
```