From e068dd74f74b9f62fa3e6934c03406ab17ff9947 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 11 Oct 2016 22:15:59 +0000 Subject: regen --- lib/libxtrans/Makefile.in | 4 ++-- lib/libxtrans/aclocal.m4 | 1 + lib/libxtrans/configure | 27 +++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) (limited to 'lib/libxtrans') diff --git a/lib/libxtrans/Makefile.in b/lib/libxtrans/Makefile.in index 13d943098..0e2139d77 100644 --- a/lib/libxtrans/Makefile.in +++ b/lib/libxtrans/Makefile.in @@ -55,8 +55,8 @@ subdir = . DIST_COMMON = README $(Xtransinclude_HEADERS) $(am__configure_deps) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/xtrans.pc.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS compile config.guess config.sub \ - install-sh missing + ChangeLog INSTALL compile config.guess config.sub install-sh \ + missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ diff --git a/lib/libxtrans/aclocal.m4 b/lib/libxtrans/aclocal.m4 index e6e77e261..c0dbcfb1f 100644 --- a/lib/libxtrans/aclocal.m4 +++ b/lib/libxtrans/aclocal.m4 @@ -1289,6 +1289,7 @@ m4_if(m4_version_compare(vers_have, [$1]), -1, m4_undefine([vers_have]) m4_undefine([maj_have]) m4_undefine([maj_needed]) +AM_MAINTAINER_MODE ]) # XORG_MACROS_VERSION # XORG_PROG_RAWCPP() diff --git a/lib/libxtrans/configure b/lib/libxtrans/configure index b12747ec0..05ac8271a 100644 --- a/lib/libxtrans/configure +++ b/lib/libxtrans/configure @@ -2815,6 +2815,29 @@ fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -11202,6 +11225,10 @@ else am__EXEEXT_FALSE= fi +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 -- cgit v1.2.3