From de29504e6a72170bf237bf5e652aa0653b5bc75c Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Wed, 5 Mar 2008 16:34:22 +0000 Subject: configure update for xdv2pdf (built on macosx only) git-svn-id: svn://tug.org/texlive/trunk@6868 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/xdv2pdf/aclocal.m4 | 1 + Build/source/texk/xdv2pdf/configure | 24 +++++++++++++++++++++++- Build/source/texk/xdv2pdf/configure.in | 4 +--- Build/source/texk/xdv2pdf/stamp-aclocal | 2 +- Build/source/texk/xdv2pdf/stamp-configure | 1 + 5 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 Build/source/texk/xdv2pdf/stamp-configure (limited to 'Build') diff --git a/Build/source/texk/xdv2pdf/aclocal.m4 b/Build/source/texk/xdv2pdf/aclocal.m4 index 33622cac0c5..a5fd81e191c 100644 --- a/Build/source/texk/xdv2pdf/aclocal.m4 +++ b/Build/source/texk/xdv2pdf/aclocal.m4 @@ -12,3 +12,4 @@ # PARTICULAR PURPOSE. m4_include([../m4/kpse_inc.m4]) +m4_include([../m4/kpse_maint.m4]) diff --git a/Build/source/texk/xdv2pdf/configure b/Build/source/texk/xdv2pdf/configure index 0b984170946..d5f25ef6145 100755 --- a/Build/source/texk/xdv2pdf/configure +++ b/Build/source/texk/xdv2pdf/configure @@ -1251,6 +1251,12 @@ if test -n "$ac_init_help"; then cat <<\_ACEOF +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer + Some influential environment variables: CC C compiler command CFLAGS C compiler flags @@ -1704,7 +1710,23 @@ _ACEOF ac_config_headers="$ac_config_headers c-auto.h:c-auto.in" -MAINT='#' +{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&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 + + { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } + if test "x$USE_MAINTAINER_MODE" = xyes; then + MAINT= + else + MAINT='#M#' + fi + diff --git a/Build/source/texk/xdv2pdf/configure.in b/Build/source/texk/xdv2pdf/configure.in index fba685ff280..f3833bcd894 100644 --- a/Build/source/texk/xdv2pdf/configure.in +++ b/Build/source/texk/xdv2pdf/configure.in @@ -10,9 +10,7 @@ AC_DEFINE(PACKAGE, "xdv2pdf", [package name]) AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto]) -dnl Disable maintainer portions of included makefile fragments -MAINT='#' -AC_SUBST(MAINT) +AM_MAINTAINER_MODE dnl First, check if we're configuring on Mac OS X -- can't build elsewhere diff --git a/Build/source/texk/xdv2pdf/stamp-aclocal b/Build/source/texk/xdv2pdf/stamp-aclocal index ad1b31d0cc3..5728fc32994 100644 --- a/Build/source/texk/xdv2pdf/stamp-aclocal +++ b/Build/source/texk/xdv2pdf/stamp-aclocal @@ -1 +1 @@ -Fri Feb 29 13:37:39 CET 2008 +Wed Mar 5 16:27:06 GMT 2008 diff --git a/Build/source/texk/xdv2pdf/stamp-configure b/Build/source/texk/xdv2pdf/stamp-configure new file mode 100644 index 00000000000..5728fc32994 --- /dev/null +++ b/Build/source/texk/xdv2pdf/stamp-configure @@ -0,0 +1 @@ +Wed Mar 5 16:27:06 GMT 2008 -- cgit v1.2.3