From 7b3c15801dc32bad32090a804abc526b5939b70a Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 16 Apr 2019 23:41:47 +0200 Subject: [PATCH] autogen.sh: small cosmetics Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/c306ab1e0b213a4b29b665568425a78983857403 Author: vanhofen Date: 2019-04-16 (Tue, 16 Apr 2019) Origin message was: ------------------ - autogen.sh: small cosmetics ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- autogen.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 4b211a4..3f9825b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,13 @@ -#!/bin/bash +#!/bin/sh + +package="ni-libstb-hal" + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +cd "$srcdir" +echo "Generating configuration files for $package, please wait ..." -cd $(dirname $0) aclocal --force libtoolize --force autoconf --force