Files
recycled-ni-libstb-hal/autogen.sh
vanhofen 7b3c15801d autogen.sh: small cosmetics
Origin commit data
------------------
Branch: master
Commit: c306ab1e0b
Author: vanhofen <vanhofen@gmx.de>
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
2019-04-16 23:41:47 +02:00

16 lines
289 B
Bash
Executable File

#!/bin/sh
package="ni-libstb-hal"
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
cd "$srcdir"
echo "Generating configuration files for $package, please wait ..."
aclocal --force
libtoolize --force
autoconf --force
autoheader --force
automake --add-missing --force-missing --foreign