An open API service indexing awesome lists of open source software.

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

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`