mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Fix 9570c36 on Debian
Debian's ash doesn't implement pushd/popd.
This commit is contained in:
@@ -3,14 +3,16 @@
|
|||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -z "$srcdir" && srcdir=.
|
test -z "$srcdir" && srcdir=.
|
||||||
|
|
||||||
pushd $srcdir
|
olddir="`pwd`"
|
||||||
|
|
||||||
|
cd "$srcdir"
|
||||||
|
|
||||||
libtoolize --copy --force || exit 1
|
libtoolize --copy --force || exit 1
|
||||||
aclocal || exit 1
|
aclocal || exit 1
|
||||||
autoheader || exit 1
|
autoheader || exit 1
|
||||||
autoconf || exit 1
|
autoconf || exit 1
|
||||||
automake -a -c || exit 1
|
automake -a -c || exit 1
|
||||||
popd
|
cd "$olddir"
|
||||||
|
|
||||||
if test -z "$NOCONFIGURE"; then
|
if test -z "$NOCONFIGURE"; then
|
||||||
$srcdir/configure --enable-maintainer-mode --enable-examples-build \
|
$srcdir/configure --enable-maintainer-mode --enable-examples-build \
|
||||||
|
|||||||
Reference in New Issue
Block a user