Fix autogen.sh permissions to be executable

This commit is contained in:
Simon Podlipsky 2018-04-01 23:29:10 +02:00
parent 0082088cf2
commit 5849192c50
No known key found for this signature in database
GPG Key ID: 725C2BD962B42663
2 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ does not support the full IPFIX definition.
### Building and config options ### Building and config options
The toolset is build upon the autotools framework. Run __./autogen.sh__ first. The toolset is build upon the autotools framework. Run `./autogen.sh` first.
Afterwards __./configure ./make__ and __./make install__ should do the trick. Afterwards `./configure` `make` and `make install` should do the trick.
The following config options are available: The following config options are available:

0
autogen.sh Normal file → Executable file
View File