parent
0bfb126e59
commit
5b7e43ac56
@ -1,3 +1,3 @@ |
|||||||
SUBDIRS = wayland compositor clients data
|
SUBDIRS = wayland compositor clients data
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||||
|
@ -1,12 +1,9 @@ |
|||||||
#! /bin/sh |
#! /bin/sh |
||||||
|
|
||||||
srcdir=`dirname $0` |
test -n "$srcdir" || srcdir=`dirname "$0"` |
||||||
test -z "$srcdir" && srcdir=. |
test -n "$srcdir" || srcdir=. |
||||||
|
( |
||||||
ORIGDIR=`pwd` |
cd "$srcdir" && |
||||||
cd $srcdir |
autoreconf --force -v --install |
||||||
|
) || exit |
||||||
autoreconf --force -v --install || exit 1 |
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" |
||||||
cd $ORIGDIR || exit $? |
|
||||||
|
|
||||||
$srcdir/configure "$@" |
|
||||||
|
Loading…
Reference in new issue