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