mirror of
https://github.com/SwallowOS/xorg_lib_libfontenc
synced 2025-11-05 06:26:17 +08: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:
committed by
Adam Jackson
parent
edd325236d
commit
0c3518df24
@@ -9,4 +9,6 @@ cd $srcdir
|
|||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
cd $ORIGDIR || exit $?
|
cd $ORIGDIR || exit $?
|
||||||
|
|
||||||
$srcdir/configure --enable-maintainer-mode "$@"
|
if test -z "$NOCONFIGURE"; then
|
||||||
|
$srcdir/configure "$@"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user