mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-28 13:20:07 +01:00
configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
f92f118047
commit
b1df53701f
2 changed files with 1 additions and 2 deletions
|
|
@ -9,4 +9,4 @@ cd $srcdir
|
|||
autoreconf -v --install || exit 1
|
||||
cd $ORIGDIR || exit $?
|
||||
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
$srcdir/configure "$@"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ AC_CONFIG_HEADERS([config.h include/X11/Xcursor/Xcursor.h])
|
|||
|
||||
# Initialize Automake
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
# Initialize libtool
|
||||
AC_PROG_LIBTOOL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue