From d8a3f1404382b338571624794254c606d0ef3e99 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 4 Jun 2018 22:12:57 +0200 Subject: added local win32 fork of json-c here --- src/3rdParty/json-c/autogen.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 src/3rdParty/json-c/autogen.sh (limited to 'src/3rdParty/json-c/autogen.sh') diff --git a/src/3rdParty/json-c/autogen.sh b/src/3rdParty/json-c/autogen.sh new file mode 100755 index 0000000..69e765a --- /dev/null +++ b/src/3rdParty/json-c/autogen.sh @@ -0,0 +1,13 @@ +#!/bin/sh +autoreconf -v --install || exit 1 + +# If there are any options, assume the user wants to run configure. +# To run configure w/o any options, use ./autogen.sh --configure +if [ $# -gt 0 ] ; then + case "$1" in + --conf*) + shift 1 + ;; + esac + exec ./configure "$@" +fi -- cgit v1.2.3-54-g00ecf