mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
split monolithic Makefile.am to follow autotools standards
This commit is contained in:
parent
1b1751043b
commit
f884dd858c
12 changed files with 230 additions and 299 deletions
17
autogen.sh
17
autogen.sh
|
@ -1,17 +1,2 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
srcdir=`dirname $0`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
||||
origdir=`pwd`
|
||||
cd $srcdir
|
||||
|
||||
mkdir -p m4
|
||||
autoreconf -is --force
|
||||
|
||||
cd $origdir
|
||||
|
||||
if test -z "$NOCONFIGURE" ; then
|
||||
exec $srcdir/configure "$@"
|
||||
fi
|
||||
autoreconf --install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue