mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 06:52:43 +02:00
Origin commit data
------------------
Branch: master
Commit: d144ac0bee
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-24 (Wed, 24 Apr 2019)
Origin message was:
------------------
- configure.ac: add foreign switch to AM_INIT_AUTOMAKE macro
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
16 lines
279 B
Bash
Executable File
16 lines
279 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
|