mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-01 04:28:06 +02:00
autogen.sh: Implement GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
41726a4ab6
commit
2af3797fa9
1 changed files with 3 additions and 1 deletions
|
|
@ -9,4 +9,6 @@ cd $srcdir
|
|||
autoreconf -v --install || exit 1
|
||||
cd $ORIGDIR || exit $?
|
||||
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
$srcdir/configure "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue