From 5849192c508c00581c357cad79629f683660ba2e Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sun, 1 Apr 2018 23:29:10 +0200 Subject: [PATCH] Fix autogen.sh permissions to be executable --- README.md | 4 ++-- autogen.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 autogen.sh diff --git a/README.md b/README.md index e6c2002..5168965 100755 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ does not support the full IPFIX definition. ### Building and config options -The toolset is build upon the autotools framework. Run __./autogen.sh__ first. -Afterwards __./configure ./make__ and __./make install__ should do the trick. +The toolset is build upon the autotools framework. Run `./autogen.sh` first. +Afterwards `./configure` `make` and `make install` should do the trick. The following config options are available: diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755