Menu

[1d10ec]: / autogen.sh  Maximize  Restore  History

Download this file

12 lines (8 with data), 248 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
which gnome-autogen.sh || {
echo "You need to install gnome-common"
exit 1
}
REQUIRED_AUTOMAKE_VERSION=1.7.2
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh --prefix=/usr
MongoDB Logo MongoDB