Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msabramo/hello_world_autoconf
A minimal C program with Autoconf and Automake
https://github.com/msabramo/hello_world_autoconf
Last synced: 15 days ago
JSON representation
A minimal C program with Autoconf and Automake
- Host: GitHub
- URL: https://github.com/msabramo/hello_world_autoconf
- Owner: msabramo
- Created: 2012-01-24T08:09:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-24T08:12:23.000Z (almost 13 years ago)
- Last Synced: 2024-12-03T21:58:24.757Z (28 days ago)
- Language: C
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
To build:
* `autoreconf -i`
* `./configure`
* `make`