autogen: Drop usage of gnome-common
This commit is contained in:
parent
2202b9330f
commit
1e6c44cb6b
22
autogen.sh
22
autogen.sh
@ -4,15 +4,15 @@
|
|||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -z "$srcdir" && srcdir=.
|
test -z "$srcdir" && srcdir=.
|
||||||
|
|
||||||
(test -f $srcdir/configure.ac \
|
pushd $srcdir
|
||||||
&& test -d $srcdir/src) || {
|
|
||||||
|
(test -f configure.ac \
|
||||||
|
&& test -d src) || {
|
||||||
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
|
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
|
||||||
echo " top-level gnome-shell directory"
|
echo " top-level gnome-shell directory"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
pushd $srcdir
|
|
||||||
|
|
||||||
# Fetch submodules if needed
|
# Fetch submodules if needed
|
||||||
if test ! -f src/gvc/Makefile.am || test ! -f data/theme/gnome-shell-sass/COPYING;
|
if test ! -f src/gvc/Makefile.am || test ! -f data/theme/gnome-shell-sass/COPYING;
|
||||||
then
|
then
|
||||||
@ -21,11 +21,13 @@ then
|
|||||||
fi
|
fi
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
aclocal --install || exit 1
|
||||||
|
gtkdocize --copy || exit 1
|
||||||
|
intltoolize --force --copy --automake || exit 1
|
||||||
|
autoreconf --verbose --force --install || exit 1
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
which gnome-autogen.sh || {
|
if [ "$NOCONFIGURE" = "" ]; then
|
||||||
echo "You need to install gnome-common from GNOME Git (or from"
|
$srcdir/configure "$@" || exit 1
|
||||||
echo "your OS vendor's package manager)."
|
fi
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
. gnome-autogen.sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user