Files
recycled-ni-neutrino/autogen.sh
vanhofen 6c42ccd0bc Revert "- autogen.sh: add 'autoreconf -fi' call"
This reverts commit fee0dfb99a
because it doesn't help


Origin commit data
------------------
Branch: ni/coolstream
Commit: cccb75a19f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-20 (Mon, 20 Mar 2017)



------------------
This commit was generated by Migit
2017-03-20 14:14:23 +01:00

16 lines
292 B
Bash
Executable File

#!/bin/sh
package="tuxbox-neutrino"
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