https://github.com/terroo/gnu-autotools
Example to generate autotools
https://github.com/terroo/gnu-autotools
Last synced: 5 months ago
JSON representation
Example to generate autotools
- Host: GitHub
- URL: https://github.com/terroo/gnu-autotools
- Owner: terroo
- License: gpl-3.0
- Created: 2019-12-17T04:09:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T16:47:12.000Z (about 6 years ago)
- Last Synced: 2025-02-24T10:30:17.230Z (11 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gnu-autotools
Example to generate autotools
If you only want to test autotools, use pre-made files or run a simple [GNU Bash](https://www.gnu.org/software/bash/) script:
```sh
git clone https://github.com/terroo/gnu-autotools
cd gnu-autotools/
```
And use the pre-created environment files: `gnu-autotools/testes/` or just run the script that creates the files from scratch: `./gnu-autotools.sh`
Or generate everything including [GNU Autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html) commands via script with the file: `./gnu-autotools-full.sh`