mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Change to AM_MAINTAINER_MODE([enable])
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=653429
This commit is contained in:
parent
4d0279dfd8
commit
b07f2833c0
@ -60,6 +60,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
|
|||||||
cflags_set=${CFLAGS+set}
|
cflags_set=${CFLAGS+set}
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar])
|
AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar])
|
||||||
|
AM_MAINTAINER_MODE([enable])
|
||||||
|
|
||||||
# Support silent build rules. Disable
|
# Support silent build rules. Disable
|
||||||
# by either passing --disable-silent-rules to configure or passing V=1
|
# by either passing --disable-silent-rules to configure or passing V=1
|
||||||
@ -103,9 +104,6 @@ AC_SUBST(LT_REVISION)
|
|||||||
AC_SUBST(LT_AGE)
|
AC_SUBST(LT_AGE)
|
||||||
AC_SUBST(LT_CURRENT_MINUS_AGE)
|
AC_SUBST(LT_CURRENT_MINUS_AGE)
|
||||||
|
|
||||||
dnl Initialize maintainer mode
|
|
||||||
AM_MAINTAINER_MODE
|
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user