Files
neutrino/autogen.sh
svenhoefer df19fff874 - autogen.sh: small cosmetics
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-04-18 17:05:37 +02:00

16 lines
281 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