···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/adobe-100dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13691373 --disable-option-checking ignore unrecognized --enable/--with options
13701374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13711375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13761376+ --enable-maintainer-mode
13771377+ enable make rules and dependencies not useful (and
13781378+ sometimes confusing) to the casual installer
13721379 --enable-silent-rules less verbose build output (undo: "make V=1")
13731380 --disable-silent-rules verbose build output (undo: "make V=0")
13741381 --disable-all-encodings Disable building of all font encodings
···23652372236623732367237423752375+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23762376+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23772377+ # Check whether --enable-maintainer-mode was given.
23782378+if test "${enable_maintainer_mode+set}" = set; then :
23792379+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23802380+else
23812381+ USE_MAINTAINER_MODE=no
23822382+fi
23832383+23842384+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23852385+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23862386+ if test $USE_MAINTAINER_MODE = yes; then
23872387+ MAINTAINER_MODE_TRUE=
23882388+ MAINTAINER_MODE_FALSE='#'
23892389+else
23902390+ MAINTAINER_MODE_TRUE='#'
23912391+ MAINTAINER_MODE_FALSE=
23922392+fi
23932393+23942394+ MAINT=$MAINTAINER_MODE_TRUE
23952395+23962396+23972397+236823982369239923702400···36693699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36703700$as_echo "done" >&6; }
3671370137023702+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37033703+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37043704+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37053705+fi
36723706if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36733707 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36743708Usually this means the macro was only invoked conditionally." "$LINENO" 5
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/adobe-75dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13691373 --disable-option-checking ignore unrecognized --enable/--with options
13701374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13711375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13761376+ --enable-maintainer-mode
13771377+ enable make rules and dependencies not useful (and
13781378+ sometimes confusing) to the casual installer
13721379 --enable-silent-rules less verbose build output (undo: "make V=1")
13731380 --disable-silent-rules verbose build output (undo: "make V=0")
13741381 --disable-all-encodings Disable building of all font encodings
···23652372236623732367237423752375+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23762376+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23772377+ # Check whether --enable-maintainer-mode was given.
23782378+if test "${enable_maintainer_mode+set}" = set; then :
23792379+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23802380+else
23812381+ USE_MAINTAINER_MODE=no
23822382+fi
23832383+23842384+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23852385+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23862386+ if test $USE_MAINTAINER_MODE = yes; then
23872387+ MAINTAINER_MODE_TRUE=
23882388+ MAINTAINER_MODE_FALSE='#'
23892389+else
23902390+ MAINTAINER_MODE_TRUE='#'
23912391+ MAINTAINER_MODE_FALSE=
23922392+fi
23932393+23942394+ MAINT=$MAINTAINER_MODE_TRUE
23952395+23962396+23972397+236823982369239923702400···36703700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36713701$as_echo "done" >&6; }
3672370237033703+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37043704+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37053705+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37063706+fi
36733707if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36743708 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36753709Usually this means the macro was only invoked conditionally." "$LINENO" 5
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/adobe-utopia-100dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13691373 --disable-option-checking ignore unrecognized --enable/--with options
13701374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13711375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13761376+ --enable-maintainer-mode
13771377+ enable make rules and dependencies not useful (and
13781378+ sometimes confusing) to the casual installer
13721379 --enable-silent-rules less verbose build output (undo: "make V=1")
13731380 --disable-silent-rules verbose build output (undo: "make V=0")
13741381 --disable-all-encodings Disable building of all font encodings
···23652372236623732367237423752375+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23762376+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23772377+ # Check whether --enable-maintainer-mode was given.
23782378+if test "${enable_maintainer_mode+set}" = set; then :
23792379+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23802380+else
23812381+ USE_MAINTAINER_MODE=no
23822382+fi
23832383+23842384+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23852385+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23862386+ if test $USE_MAINTAINER_MODE = yes; then
23872387+ MAINTAINER_MODE_TRUE=
23882388+ MAINTAINER_MODE_FALSE='#'
23892389+else
23902390+ MAINTAINER_MODE_TRUE='#'
23912391+ MAINTAINER_MODE_FALSE=
23922392+fi
23932393+23942394+ MAINT=$MAINTAINER_MODE_TRUE
23952395+23962396+23972397+236823982369239923702400···36703700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36713701$as_echo "done" >&6; }
3672370237033703+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37043704+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37053705+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37063706+fi
36733707if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36743708 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36753709Usually this means the macro was only invoked conditionally." "$LINENO" 5
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/adobe-utopia-75dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13691373 --disable-option-checking ignore unrecognized --enable/--with options
13701374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13711375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13761376+ --enable-maintainer-mode
13771377+ enable make rules and dependencies not useful (and
13781378+ sometimes confusing) to the casual installer
13721379 --enable-silent-rules less verbose build output (undo: "make V=1")
13731380 --disable-silent-rules verbose build output (undo: "make V=0")
13741381 --disable-all-encodings Disable building of all font encodings
···23652372236623732367237423752375+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23762376+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23772377+ # Check whether --enable-maintainer-mode was given.
23782378+if test "${enable_maintainer_mode+set}" = set; then :
23792379+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23802380+else
23812381+ USE_MAINTAINER_MODE=no
23822382+fi
23832383+23842384+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23852385+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23862386+ if test $USE_MAINTAINER_MODE = yes; then
23872387+ MAINTAINER_MODE_TRUE=
23882388+ MAINTAINER_MODE_FALSE='#'
23892389+else
23902390+ MAINTAINER_MODE_TRUE='#'
23912391+ MAINTAINER_MODE_FALSE=
23922392+fi
23932393+23942394+ MAINT=$MAINTAINER_MODE_TRUE
23952395+23962396+23972397+236823982369239923702400···36703700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36713701$as_echo "done" >&6; }
3672370237033703+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37043704+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37053705+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37063706+fi
36733707if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36743708 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36753709Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/adobe-utopia-type1/configure
···626626PKG_CONFIG_PATH
627627PKG_CONFIG
628628CHANGELOG_CMD
629629+MAINT
630630+MAINTAINER_MODE_FALSE
631631+MAINTAINER_MODE_TRUE
629632am__untar
630633am__tar
631634AMTAR
···691694ac_subst_files=''
692695ac_user_opts='
693696enable_option_checking
697697+enable_maintainer_mode
694698enable_silent_rules
695699with_fontrootdir
696700with_fontdir
···13311335 --disable-option-checking ignore unrecognized --enable/--with options
13321336 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13331337 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13381338+ --enable-maintainer-mode
13391339+ enable make rules and dependencies not useful (and
13401340+ sometimes confusing) to the casual installer
13341341 --enable-silent-rules less verbose build output (undo: "make V=1")
13351342 --disable-silent-rules verbose build output (undo: "make V=0")
13361343···23132320231423212315232223232323+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23242324+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23252325+ # Check whether --enable-maintainer-mode was given.
23262326+if test "${enable_maintainer_mode+set}" = set; then :
23272327+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23282328+else
23292329+ USE_MAINTAINER_MODE=no
23302330+fi
23312331+23322332+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23332333+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23342334+ if test $USE_MAINTAINER_MODE = yes; then
23352335+ MAINTAINER_MODE_TRUE=
23362336+ MAINTAINER_MODE_FALSE='#'
23372337+else
23382338+ MAINTAINER_MODE_TRUE='#'
23392339+ MAINTAINER_MODE_FALSE=
23402340+fi
23412341+23422342+ MAINT=$MAINTAINER_MODE_TRUE
23432343+23442344+23452345+231623462317234723182348···31863216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31873217$as_echo "done" >&6; }
3188321832193219+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32203220+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32213221+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32223222+fi
3189322331903224: "${CONFIG_STATUS=./config.status}"
31913225ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/alias/configure
···621621PKG_CONFIG_PATH
622622PKG_CONFIG
623623CHANGELOG_CMD
624624+MAINT
625625+MAINTAINER_MODE_FALSE
626626+MAINTAINER_MODE_TRUE
624627am__untar
625628am__tar
626629AMTAR
···686689ac_subst_files=''
687690ac_user_opts='
688691enable_option_checking
692692+enable_maintainer_mode
689693enable_silent_rules
690694with_fontrootdir
691695with_top_fontdir
···13251329 --disable-option-checking ignore unrecognized --enable/--with options
13261330 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13271331 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13321332+ --enable-maintainer-mode
13331333+ enable make rules and dependencies not useful (and
13341334+ sometimes confusing) to the casual installer
13281335 --enable-silent-rules less verbose build output (undo: "make V=1")
13291336 --disable-silent-rules verbose build output (undo: "make V=0")
13301337···23082315230923162310231723182318+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23192319+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23202320+ # Check whether --enable-maintainer-mode was given.
23212321+if test "${enable_maintainer_mode+set}" = set; then :
23222322+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23232323+else
23242324+ USE_MAINTAINER_MODE=no
23252325+fi
23262326+23272327+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23282328+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23292329+ if test $USE_MAINTAINER_MODE = yes; then
23302330+ MAINTAINER_MODE_TRUE=
23312331+ MAINTAINER_MODE_FALSE='#'
23322332+else
23332333+ MAINTAINER_MODE_TRUE='#'
23342334+ MAINTAINER_MODE_FALSE=
23352335+fi
23362336+23372337+ MAINT=$MAINTAINER_MODE_TRUE
23382338+23392339+23402340+231123412312234223132343···29753005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
29763006$as_echo "done" >&6; }
2977300730083008+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
30093009+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
30103010+Usually this means the macro was only invoked conditionally." "$LINENO" 5
30113011+fi
2978301229793013: "${CONFIG_STATUS=./config.status}"
29803014ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/arabic-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/bh-100dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13681372 --disable-option-checking ignore unrecognized --enable/--with options
13691373 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13701374 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13751375+ --enable-maintainer-mode
13761376+ enable make rules and dependencies not useful (and
13771377+ sometimes confusing) to the casual installer
13711378 --enable-silent-rules less verbose build output (undo: "make V=1")
13721379 --disable-silent-rules verbose build output (undo: "make V=0")
13731380 --disable-all-encodings Disable building of all font encodings
···23642371236523722366237323742374+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23752375+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23762376+ # Check whether --enable-maintainer-mode was given.
23772377+if test "${enable_maintainer_mode+set}" = set; then :
23782378+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23792379+else
23802380+ USE_MAINTAINER_MODE=no
23812381+fi
23822382+23832383+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23842384+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23852385+ if test $USE_MAINTAINER_MODE = yes; then
23862386+ MAINTAINER_MODE_TRUE=
23872387+ MAINTAINER_MODE_FALSE='#'
23882388+else
23892389+ MAINTAINER_MODE_TRUE='#'
23902390+ MAINTAINER_MODE_FALSE=
23912391+fi
23922392+23932393+ MAINT=$MAINTAINER_MODE_TRUE
23942394+23952395+23962396+236723972368239823692399···36693699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36703700$as_echo "done" >&6; }
3671370137023702+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37033703+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37043704+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37053705+fi
36723706if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36733707 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36743708Usually this means the macro was only invoked conditionally." "$LINENO" 5
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/bh-75dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13681372 --disable-option-checking ignore unrecognized --enable/--with options
13691373 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13701374 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13751375+ --enable-maintainer-mode
13761376+ enable make rules and dependencies not useful (and
13771377+ sometimes confusing) to the casual installer
13711378 --enable-silent-rules less verbose build output (undo: "make V=1")
13721379 --disable-silent-rules verbose build output (undo: "make V=0")
13731380 --disable-all-encodings Disable building of all font encodings
···23642371236523722366237323742374+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23752375+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23762376+ # Check whether --enable-maintainer-mode was given.
23772377+if test "${enable_maintainer_mode+set}" = set; then :
23782378+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23792379+else
23802380+ USE_MAINTAINER_MODE=no
23812381+fi
23822382+23832383+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23842384+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23852385+ if test $USE_MAINTAINER_MODE = yes; then
23862386+ MAINTAINER_MODE_TRUE=
23872387+ MAINTAINER_MODE_FALSE='#'
23882388+else
23892389+ MAINTAINER_MODE_TRUE='#'
23902390+ MAINTAINER_MODE_FALSE=
23912391+fi
23922392+23932393+ MAINT=$MAINTAINER_MODE_TRUE
23942394+23952395+23962396+236723972368239823692399···36693699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36703700$as_echo "done" >&6; }
3671370137023702+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37033703+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37043704+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37053705+fi
36723706if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36733707 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36743708Usually this means the macro was only invoked conditionally." "$LINENO" 5
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/bh-lucidatypewriter-100dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13691373 --disable-option-checking ignore unrecognized --enable/--with options
13701374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13711375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13761376+ --enable-maintainer-mode
13771377+ enable make rules and dependencies not useful (and
13781378+ sometimes confusing) to the casual installer
13721379 --enable-silent-rules less verbose build output (undo: "make V=1")
13731380 --disable-silent-rules verbose build output (undo: "make V=0")
13741381 --disable-all-encodings Disable building of all font encodings
···23652372236623732367237423752375+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23762376+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23772377+ # Check whether --enable-maintainer-mode was given.
23782378+if test "${enable_maintainer_mode+set}" = set; then :
23792379+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23802380+else
23812381+ USE_MAINTAINER_MODE=no
23822382+fi
23832383+23842384+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23852385+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23862386+ if test $USE_MAINTAINER_MODE = yes; then
23872387+ MAINTAINER_MODE_TRUE=
23882388+ MAINTAINER_MODE_FALSE='#'
23892389+else
23902390+ MAINTAINER_MODE_TRUE='#'
23912391+ MAINTAINER_MODE_FALSE=
23922392+fi
23932393+23942394+ MAINT=$MAINTAINER_MODE_TRUE
23952395+23962396+23972397+236823982369239923702400···36703700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36713701$as_echo "done" >&6; }
3672370237033703+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37043704+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37053705+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37063706+fi
36733707if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36743708 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36753709Usually this means the macro was only invoked conditionally." "$LINENO" 5
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/bh-lucidatypewriter-75dpi/configure
···651651PKG_CONFIG_PATH
652652PKG_CONFIG
653653CHANGELOG_CMD
654654+MAINT
655655+MAINTAINER_MODE_FALSE
656656+MAINTAINER_MODE_TRUE
654657am__untar
655658am__tar
656659AMTAR
···716719ac_subst_files=''
717720ac_user_opts='
718721enable_option_checking
722722+enable_maintainer_mode
719723enable_silent_rules
720724with_fontrootdir
721725with_fontdir
···13691373 --disable-option-checking ignore unrecognized --enable/--with options
13701374 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13711375 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13761376+ --enable-maintainer-mode
13771377+ enable make rules and dependencies not useful (and
13781378+ sometimes confusing) to the casual installer
13721379 --enable-silent-rules less verbose build output (undo: "make V=1")
13731380 --disable-silent-rules verbose build output (undo: "make V=0")
13741381 --disable-all-encodings Disable building of all font encodings
···23652372236623732367237423752375+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23762376+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23772377+ # Check whether --enable-maintainer-mode was given.
23782378+if test "${enable_maintainer_mode+set}" = set; then :
23792379+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23802380+else
23812381+ USE_MAINTAINER_MODE=no
23822382+fi
23832383+23842384+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23852385+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23862386+ if test $USE_MAINTAINER_MODE = yes; then
23872387+ MAINTAINER_MODE_TRUE=
23882388+ MAINTAINER_MODE_FALSE='#'
23892389+else
23902390+ MAINTAINER_MODE_TRUE='#'
23912391+ MAINTAINER_MODE_FALSE=
23922392+fi
23932393+23942394+ MAINT=$MAINTAINER_MODE_TRUE
23952395+23962396+23972397+236823982369239923702400···36703700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
36713701$as_echo "done" >&6; }
3672370237033703+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37043704+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
37053705+Usually this means the macro was only invoked conditionally." "$LINENO" 5
37063706+fi
36733707if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
36743708 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
36753709Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/bh-ttf/configure
···627627PKG_CONFIG_PATH
628628PKG_CONFIG
629629CHANGELOG_CMD
630630+MAINT
631631+MAINTAINER_MODE_FALSE
632632+MAINTAINER_MODE_TRUE
630633am__untar
631634am__tar
632635AMTAR
···692695ac_subst_files=''
693696ac_user_opts='
694697enable_option_checking
698698+enable_maintainer_mode
695699enable_silent_rules
696700with_fontrootdir
697701with_fontdir
···13321336 --disable-option-checking ignore unrecognized --enable/--with options
13331337 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13341338 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13391339+ --enable-maintainer-mode
13401340+ enable make rules and dependencies not useful (and
13411341+ sometimes confusing) to the casual installer
13351342 --enable-silent-rules less verbose build output (undo: "make V=1")
13361343 --disable-silent-rules verbose build output (undo: "make V=0")
13371344···23152322231623232317232423252325+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23262326+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23272327+ # Check whether --enable-maintainer-mode was given.
23282328+if test "${enable_maintainer_mode+set}" = set; then :
23292329+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23302330+else
23312331+ USE_MAINTAINER_MODE=no
23322332+fi
23332333+23342334+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23352335+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23362336+ if test $USE_MAINTAINER_MODE = yes; then
23372337+ MAINTAINER_MODE_TRUE=
23382338+ MAINTAINER_MODE_FALSE='#'
23392339+else
23402340+ MAINTAINER_MODE_TRUE='#'
23412341+ MAINTAINER_MODE_FALSE=
23422342+fi
23432343+23442344+ MAINT=$MAINTAINER_MODE_TRUE
23452345+23462346+23472347+231823482319234923202350···32113241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32123242$as_echo "done" >&6; }
3213324332443244+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32453245+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32463246+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32473247+fi
3214324832153249: "${CONFIG_STATUS=./config.status}"
32163250ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/bh-type1/configure
···626626PKG_CONFIG_PATH
627627PKG_CONFIG
628628CHANGELOG_CMD
629629+MAINT
630630+MAINTAINER_MODE_FALSE
631631+MAINTAINER_MODE_TRUE
629632am__untar
630633am__tar
631634AMTAR
···691694ac_subst_files=''
692695ac_user_opts='
693696enable_option_checking
697697+enable_maintainer_mode
694698enable_silent_rules
695699with_fontrootdir
696700with_fontdir
···13301334 --disable-option-checking ignore unrecognized --enable/--with options
13311335 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13321336 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13371337+ --enable-maintainer-mode
13381338+ enable make rules and dependencies not useful (and
13391339+ sometimes confusing) to the casual installer
13331340 --enable-silent-rules less verbose build output (undo: "make V=1")
13341341 --disable-silent-rules verbose build output (undo: "make V=0")
13351342···23122319231323202314232123222322+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23232323+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23242324+ # Check whether --enable-maintainer-mode was given.
23252325+if test "${enable_maintainer_mode+set}" = set; then :
23262326+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23272327+else
23282328+ USE_MAINTAINER_MODE=no
23292329+fi
23302330+23312331+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23322332+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23332333+ if test $USE_MAINTAINER_MODE = yes; then
23342334+ MAINTAINER_MODE_TRUE=
23352335+ MAINTAINER_MODE_FALSE='#'
23362336+else
23372337+ MAINTAINER_MODE_TRUE='#'
23382338+ MAINTAINER_MODE_FALSE=
23392339+fi
23402340+23412341+ MAINT=$MAINTAINER_MODE_TRUE
23422342+23432343+23442344+231523452316234623172347···31853215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31863216$as_echo "done" >&6; }
3187321732183218+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32193219+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32203220+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32213221+fi
3188322231893223: "${CONFIG_STATUS=./config.status}"
31903224ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/bitstream-100dpi/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/bitstream-75dpi/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/bitstream-type1/configure
···626626PKG_CONFIG_PATH
627627PKG_CONFIG
628628CHANGELOG_CMD
629629+MAINT
630630+MAINTAINER_MODE_FALSE
631631+MAINTAINER_MODE_TRUE
629632am__untar
630633am__tar
631634AMTAR
···691694ac_subst_files=''
692695ac_user_opts='
693696enable_option_checking
697697+enable_maintainer_mode
694698enable_silent_rules
695699with_fontrootdir
696700with_fontdir
···13311335 --disable-option-checking ignore unrecognized --enable/--with options
13321336 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13331337 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13381338+ --enable-maintainer-mode
13391339+ enable make rules and dependencies not useful (and
13401340+ sometimes confusing) to the casual installer
13341341 --enable-silent-rules less verbose build output (undo: "make V=1")
13351342 --disable-silent-rules verbose build output (undo: "make V=0")
13361343···23132320231423212315232223232323+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23242324+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23252325+ # Check whether --enable-maintainer-mode was given.
23262326+if test "${enable_maintainer_mode+set}" = set; then :
23272327+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23282328+else
23292329+ USE_MAINTAINER_MODE=no
23302330+fi
23312331+23322332+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23332333+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23342334+ if test $USE_MAINTAINER_MODE = yes; then
23352335+ MAINTAINER_MODE_TRUE=
23362336+ MAINTAINER_MODE_FALSE='#'
23372337+else
23382338+ MAINTAINER_MODE_TRUE='#'
23392339+ MAINTAINER_MODE_FALSE=
23402340+fi
23412341+23422342+ MAINT=$MAINTAINER_MODE_TRUE
23432343+23442344+23452345+231623462317234723182348···31863216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31873217$as_echo "done" >&6; }
3188321832193219+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32203220+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32213221+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32223222+fi
3189322331903224: "${CONFIG_STATUS=./config.status}"
31913225ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/cronyx-cyrillic/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/cursor-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/daewoo-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/dec-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/encodings/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702enable_gzip_small_encodings
699703enable_gzip_large_encodings
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347 --disable-gzip-small-encodings
···23212328232223292323233023312331+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23322332+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23332333+ # Check whether --enable-maintainer-mode was given.
23342334+if test "${enable_maintainer_mode+set}" = set; then :
23352335+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23362336+else
23372337+ USE_MAINTAINER_MODE=no
23382338+fi
23392339+23402340+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23412341+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23422342+ if test $USE_MAINTAINER_MODE = yes; then
23432343+ MAINTAINER_MODE_TRUE=
23442344+ MAINTAINER_MODE_FALSE='#'
23452345+else
23462346+ MAINTAINER_MODE_TRUE='#'
23472347+ MAINTAINER_MODE_FALSE=
23482348+fi
23492349+23502350+ MAINT=$MAINTAINER_MODE_TRUE
23512351+23522352+23532353+232423542325235523262356···31363166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31373167$as_echo "done" >&6; }
3138316831693169+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
31703170+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31713171+Usually this means the macro was only invoked conditionally." "$LINENO" 5
31723172+fi
31393173if test -z "${GZIP_SMALL_TRUE}" && test -z "${GZIP_SMALL_FALSE}"; then
31403174 as_fn_error $? "conditional \"GZIP_SMALL\" was never defined.
31413175Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/ibm-type1/configure
···626626PKG_CONFIG_PATH
627627PKG_CONFIG
628628CHANGELOG_CMD
629629+MAINT
630630+MAINTAINER_MODE_FALSE
631631+MAINTAINER_MODE_TRUE
629632am__untar
630633am__tar
631634AMTAR
···691694ac_subst_files=''
692695ac_user_opts='
693696enable_option_checking
697697+enable_maintainer_mode
694698enable_silent_rules
695699with_fontrootdir
696700with_fontdir
···13301334 --disable-option-checking ignore unrecognized --enable/--with options
13311335 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13321336 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13371337+ --enable-maintainer-mode
13381338+ enable make rules and dependencies not useful (and
13391339+ sometimes confusing) to the casual installer
13331340 --enable-silent-rules less verbose build output (undo: "make V=1")
13341341 --disable-silent-rules verbose build output (undo: "make V=0")
13351342···23122319231323202314232123222322+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23232323+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23242324+ # Check whether --enable-maintainer-mode was given.
23252325+if test "${enable_maintainer_mode+set}" = set; then :
23262326+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23272327+else
23282328+ USE_MAINTAINER_MODE=no
23292329+fi
23302330+23312331+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23322332+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23332333+ if test $USE_MAINTAINER_MODE = yes; then
23342334+ MAINTAINER_MODE_TRUE=
23352335+ MAINTAINER_MODE_FALSE='#'
23362336+else
23372337+ MAINTAINER_MODE_TRUE='#'
23382338+ MAINTAINER_MODE_FALSE=
23392339+fi
23402340+23412341+ MAINT=$MAINTAINER_MODE_TRUE
23422342+23432343+23442344+231523452316234623172347···31853215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31863216$as_echo "done" >&6; }
3187321732183218+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32193219+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32203220+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32213221+fi
3188322231893223: "${CONFIG_STATUS=./config.status}"
31903224ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/isas-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/jis-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/micro-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/misc-cyrillic/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/misc-ethiopic/configure
···631631PKG_CONFIG_PATH
632632PKG_CONFIG
633633CHANGELOG_CMD
634634+MAINT
635635+MAINTAINER_MODE_FALSE
636636+MAINTAINER_MODE_TRUE
634637am__untar
635638am__tar
636639AMTAR
···696699ac_subst_files=''
697700ac_user_opts='
698701enable_option_checking
702702+enable_maintainer_mode
699703enable_silent_rules
700704enable_truetype_install
701705enable_opentype_install
···13391343 --disable-option-checking ignore unrecognized --enable/--with options
13401344 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13411345 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13461346+ --enable-maintainer-mode
13471347+ enable make rules and dependencies not useful (and
13481348+ sometimes confusing) to the casual installer
13421349 --enable-silent-rules less verbose build output (undo: "make V=1")
13431350 --disable-silent-rules verbose build output (undo: "make V=0")
13441351 --disable-truetype-install
···23262333232723342328233523362336+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23372337+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23382338+ # Check whether --enable-maintainer-mode was given.
23392339+if test "${enable_maintainer_mode+set}" = set; then :
23402340+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23412341+else
23422342+ USE_MAINTAINER_MODE=no
23432343+fi
23442344+23452345+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23462346+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23472347+ if test $USE_MAINTAINER_MODE = yes; then
23482348+ MAINTAINER_MODE_TRUE=
23492349+ MAINTAINER_MODE_FALSE='#'
23502350+else
23512351+ MAINTAINER_MODE_TRUE='#'
23522352+ MAINTAINER_MODE_FALSE=
23532353+fi
23542354+23552355+ MAINT=$MAINTAINER_MODE_TRUE
23562356+23572357+23582358+232923592330236023312361···32473277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32483278$as_echo "done" >&6; }
3249327932803280+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32813281+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32823282+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32833283+fi
32503284if test -z "${INSTALL_TTF_TRUE}" && test -z "${INSTALL_TTF_FALSE}"; then
32513285 as_fn_error $? "conditional \"INSTALL_TTF\" was never defined.
32523286Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/misc-meltho/configure
···626626PKG_CONFIG_PATH
627627PKG_CONFIG
628628CHANGELOG_CMD
629629+MAINT
630630+MAINTAINER_MODE_FALSE
631631+MAINTAINER_MODE_TRUE
629632am__untar
630633am__tar
631634AMTAR
···691694ac_subst_files=''
692695ac_user_opts='
693696enable_option_checking
697697+enable_maintainer_mode
694698enable_silent_rules
695699with_fontrootdir
696700with_fontdir
···13311335 --disable-option-checking ignore unrecognized --enable/--with options
13321336 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13331337 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13381338+ --enable-maintainer-mode
13391339+ enable make rules and dependencies not useful (and
13401340+ sometimes confusing) to the casual installer
13341341 --enable-silent-rules less verbose build output (undo: "make V=1")
13351342 --disable-silent-rules verbose build output (undo: "make V=0")
13361343···23132320231423212315232223232323+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23242324+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23252325+ # Check whether --enable-maintainer-mode was given.
23262326+if test "${enable_maintainer_mode+set}" = set; then :
23272327+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23282328+else
23292329+ USE_MAINTAINER_MODE=no
23302330+fi
23312331+23322332+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23332333+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23342334+ if test $USE_MAINTAINER_MODE = yes; then
23352335+ MAINTAINER_MODE_TRUE=
23362336+ MAINTAINER_MODE_FALSE='#'
23372337+else
23382338+ MAINTAINER_MODE_TRUE='#'
23392339+ MAINTAINER_MODE_FALSE=
23402340+fi
23412341+23422342+ MAINT=$MAINTAINER_MODE_TRUE
23432343+23442344+23452345+231623462317234723182348···31863216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31873217$as_echo "done" >&6; }
3188321832193219+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32203220+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32213221+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32223222+fi
3189322331903224: "${CONFIG_STATUS=./config.status}"
31913225ac_write_fail=0
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/misc-misc/configure
···665665PKG_CONFIG_PATH
666666PKG_CONFIG
667667CHANGELOG_CMD
668668+MAINT
669669+MAINTAINER_MODE_FALSE
670670+MAINTAINER_MODE_TRUE
668671am__untar
669672am__tar
670673AMTAR
···730733ac_subst_files=''
731734ac_user_opts='
732735enable_option_checking
736736+enable_maintainer_mode
733737enable_silent_rules
734738with_fontrootdir
735739with_fontdir
···13891393 --disable-option-checking ignore unrecognized --enable/--with options
13901394 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13911395 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13961396+ --enable-maintainer-mode
13971397+ enable make rules and dependencies not useful (and
13981398+ sometimes confusing) to the casual installer
13921399 --enable-silent-rules less verbose build output (undo: "make V=1")
13931400 --disable-silent-rules verbose build output (undo: "make V=0")
13941401 --disable-all-encodings Disable building of all font encodings
···23922399239324002394240124022402+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
24032403+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
24042404+ # Check whether --enable-maintainer-mode was given.
24052405+if test "${enable_maintainer_mode+set}" = set; then :
24062406+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
24072407+else
24082408+ USE_MAINTAINER_MODE=no
24092409+fi
24102410+24112411+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
24122412+$as_echo "$USE_MAINTAINER_MODE" >&6; }
24132413+ if test $USE_MAINTAINER_MODE = yes; then
24142414+ MAINTAINER_MODE_TRUE=
24152415+ MAINTAINER_MODE_FALSE='#'
24162416+else
24172417+ MAINTAINER_MODE_TRUE='#'
24182418+ MAINTAINER_MODE_FALSE=
24192419+fi
24202420+24212421+ MAINT=$MAINTAINER_MODE_TRUE
24222422+24232423+24242424+239524252396242623972427···38513881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
38523882$as_echo "done" >&6; }
3853388338843884+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
38853885+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
38863886+Usually this means the macro was only invoked conditionally." "$LINENO" 5
38873887+fi
38543888if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
38553889 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
38563890Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/mutt-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···610610rmdir .tst 2>/dev/null
611611AC_SUBST([am__leading_dot])])
612612613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
650650+613651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
614652615653# Copyright (C) 1997-2012 Free Software Foundation, Inc.
···14101448m4_undefine([vers_have])
14111449m4_undefine([maj_have])
14121450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
14131452]) # XORG_MACROS_VERSION
1414145314151454# XORG_PROG_RAWCPP()
+34
font/schumacher-misc/configure
···663663PKG_CONFIG_PATH
664664PKG_CONFIG
665665CHANGELOG_CMD
666666+MAINT
667667+MAINTAINER_MODE_FALSE
668668+MAINTAINER_MODE_TRUE
666669am__untar
667670am__tar
668671AMTAR
···728731ac_subst_files=''
729732ac_user_opts='
730733enable_option_checking
734734+enable_maintainer_mode
731735enable_silent_rules
732736with_fontrootdir
733737with_fontdir
···13871391 --disable-option-checking ignore unrecognized --enable/--with options
13881392 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13891393 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13941394+ --enable-maintainer-mode
13951395+ enable make rules and dependencies not useful (and
13961396+ sometimes confusing) to the casual installer
13901397 --enable-silent-rules less verbose build output (undo: "make V=1")
13911398 --disable-silent-rules verbose build output (undo: "make V=0")
13921399 --disable-all-encodings Disable building of all font encodings
···23892396239023972391239823992399+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
24002400+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
24012401+ # Check whether --enable-maintainer-mode was given.
24022402+if test "${enable_maintainer_mode+set}" = set; then :
24032403+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
24042404+else
24052405+ USE_MAINTAINER_MODE=no
24062406+fi
24072407+24082408+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
24092409+$as_echo "$USE_MAINTAINER_MODE" >&6; }
24102410+ if test $USE_MAINTAINER_MODE = yes; then
24112411+ MAINTAINER_MODE_TRUE=
24122412+ MAINTAINER_MODE_FALSE='#'
24132413+else
24142414+ MAINTAINER_MODE_TRUE='#'
24152415+ MAINTAINER_MODE_FALSE=
24162416+fi
24172417+24182418+ MAINT=$MAINTAINER_MODE_TRUE
24192419+24202420+24212421+239224222393242323942424···38273857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
38283858$as_echo "done" >&6; }
3829385938603860+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
38613861+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
38623862+Usually this means the macro was only invoked conditionally." "$LINENO" 5
38633863+fi
38303864if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
38313865 as_fn_error $? "conditional \"ISO8859_1\" was never defined.
38323866Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/screen-cyrillic/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23192326232023272321232823292329+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23302330+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23312331+ # Check whether --enable-maintainer-mode was given.
23322332+if test "${enable_maintainer_mode+set}" = set; then :
23332333+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23342334+else
23352335+ USE_MAINTAINER_MODE=no
23362336+fi
23372337+23382338+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23392339+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23402340+ if test $USE_MAINTAINER_MODE = yes; then
23412341+ MAINTAINER_MODE_TRUE=
23422342+ MAINTAINER_MODE_FALSE='#'
23432343+else
23442344+ MAINTAINER_MODE_TRUE='#'
23452345+ MAINTAINER_MODE_FALSE=
23462346+fi
23472347+23482348+ MAINT=$MAINTAINER_MODE_TRUE
23492349+23502350+23512351+232223522323235323242354···32703300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32713301$as_echo "done" >&6; }
3272330233033303+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33043304+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33053305+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33063306+fi
3273330732743308: "${CONFIG_STATUS=./config.status}"
32753309ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/sony-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/sun-misc/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13341338 --disable-option-checking ignore unrecognized --enable/--with options
13351339 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13361340 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13411341+ --enable-maintainer-mode
13421342+ enable make rules and dependencies not useful (and
13431343+ sometimes confusing) to the casual installer
13371344 --enable-silent-rules less verbose build output (undo: "make V=1")
13381345 --disable-silent-rules verbose build output (undo: "make V=0")
13391346···23182325231923262320232723282328+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23292329+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23302330+ # Check whether --enable-maintainer-mode was given.
23312331+if test "${enable_maintainer_mode+set}" = set; then :
23322332+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23332333+else
23342334+ USE_MAINTAINER_MODE=no
23352335+fi
23362336+23372337+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23382338+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23392339+ if test $USE_MAINTAINER_MODE = yes; then
23402340+ MAINTAINER_MODE_TRUE=
23412341+ MAINTAINER_MODE_FALSE='#'
23422342+else
23432343+ MAINTAINER_MODE_TRUE='#'
23442344+ MAINTAINER_MODE_FALSE=
23452345+fi
23462346+23472347+ MAINT=$MAINTAINER_MODE_TRUE
23482348+23492349+23502350+232123512322235223232353···32693299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32703300$as_echo "done" >&6; }
3271330133023302+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33033303+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33043304+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33053305+fi
3272330632733307: "${CONFIG_STATUS=./config.status}"
32743308ac_write_fail=0
···875875rmdir .tst 2>/dev/null
876876AC_SUBST([am__leading_dot])])
877877878878+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
879879+# From Jim Meyering
880880+881881+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
882882+#
883883+# This file is free software; the Free Software Foundation
884884+# gives unlimited permission to copy and/or distribute it,
885885+# with or without modifications, as long as this notice is preserved.
886886+887887+# AM_MAINTAINER_MODE([DEFAULT-MODE])
888888+# ----------------------------------
889889+# Control maintainer-specific portions of Makefiles.
890890+# Default is to disable them, unless 'enable' is passed literally.
891891+# For symmetry, 'disable' may be passed as well. Anyway, the user
892892+# can override the default with the --enable/--disable switch.
893893+AC_DEFUN([AM_MAINTAINER_MODE],
894894+[m4_case(m4_default([$1], [disable]),
895895+ [enable], [m4_define([am_maintainer_other], [disable])],
896896+ [disable], [m4_define([am_maintainer_other], [enable])],
897897+ [m4_define([am_maintainer_other], [enable])
898898+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
899899+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
900900+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
901901+ AC_ARG_ENABLE([maintainer-mode],
902902+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
903903+ am_maintainer_other[ make rules and dependencies not useful
904904+ (and sometimes confusing) to the casual installer])],
905905+ [USE_MAINTAINER_MODE=$enableval],
906906+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
907907+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
908908+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
909909+ MAINT=$MAINTAINER_MODE_TRUE
910910+ AC_SUBST([MAINT])dnl
911911+]
912912+)
913913+914914+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
915915+878916# Check to see how 'make' treats includes. -*- Autoconf -*-
879917880918# Copyright (C) 2001-2012 Free Software Foundation, Inc.
···13271365m4_undefine([vers_have])
13281366m4_undefine([maj_have])
13291367m4_undefine([maj_needed])
13681368+AM_MAINTAINER_MODE
13301369]) # XORG_MACROS_VERSION
1331137013321371# XORG_PROG_RAWCPP()
+34
font/util/configure
···684684LDFLAGS
685685CFLAGS
686686CC
687687+MAINT
688688+MAINTAINER_MODE_FALSE
689689+MAINTAINER_MODE_TRUE
687690am__untar
688691am__tar
689692AMTAR
···749752ac_subst_files=''
750753ac_user_opts='
751754enable_option_checking
755755+enable_maintainer_mode
752756enable_dependency_tracking
753757enable_selective_werror
754758enable_strict_compilation
···13971401 --disable-option-checking ignore unrecognized --enable/--with options
13981402 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13991403 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
14041404+ --enable-maintainer-mode
14051405+ enable make rules and dependencies not useful (and
14061406+ sometimes confusing) to the casual installer
14001407 --enable-dependency-tracking
14011408 do not reject slow dependency extractors
14021409 --disable-dependency-tracking
···26402647264126482642264926502650+26512651+26522652+26532653+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26542654+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
26552655+ # Check whether --enable-maintainer-mode was given.
26562656+if test "${enable_maintainer_mode+set}" = set; then :
26572657+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
26582658+else
26592659+ USE_MAINTAINER_MODE=no
26602660+fi
26612661+26622662+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
26632663+$as_echo "$USE_MAINTAINER_MODE" >&6; }
26642664+ if test $USE_MAINTAINER_MODE = yes; then
26652665+ MAINTAINER_MODE_TRUE=
26662666+ MAINTAINER_MODE_FALSE='#'
26672667+else
26682668+ MAINTAINER_MODE_TRUE='#'
26692669+ MAINTAINER_MODE_FALSE=
26702670+fi
26712671+26722672+ MAINT=$MAINTAINER_MODE_TRUE
264326732644267426452675···1065410684 am__EXEEXT_FALSE=
1065510685fi
10656106861068710687+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1068810688+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1068910689+Usually this means the macro was only invoked conditionally." "$LINENO" 5
1069010690+fi
1065710691if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1065810692 as_fn_error $? "conditional \"AMDEP\" was never defined.
1065910693Usually this means the macro was only invoked conditionally." "$LINENO" 5
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/winitzki-cyrillic/configure
···629629PKG_CONFIG_PATH
630630PKG_CONFIG
631631CHANGELOG_CMD
632632+MAINT
633633+MAINTAINER_MODE_FALSE
634634+MAINTAINER_MODE_TRUE
632635am__untar
633636am__tar
634637AMTAR
···694697ac_subst_files=''
695698ac_user_opts='
696699enable_option_checking
700700+enable_maintainer_mode
697701enable_silent_rules
698702with_fontrootdir
699703with_fontdir
···13351339 --disable-option-checking ignore unrecognized --enable/--with options
13361340 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13371341 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13421342+ --enable-maintainer-mode
13431343+ enable make rules and dependencies not useful (and
13441344+ sometimes confusing) to the casual installer
13381345 --enable-silent-rules less verbose build output (undo: "make V=1")
13391346 --disable-silent-rules verbose build output (undo: "make V=0")
13401347···23202327232123282322232923302330+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23312331+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23322332+ # Check whether --enable-maintainer-mode was given.
23332333+if test "${enable_maintainer_mode+set}" = set; then :
23342334+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23352335+else
23362336+ USE_MAINTAINER_MODE=no
23372337+fi
23382338+23392339+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23402340+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23412341+ if test $USE_MAINTAINER_MODE = yes; then
23422342+ MAINTAINER_MODE_TRUE=
23432343+ MAINTAINER_MODE_FALSE='#'
23442344+else
23452345+ MAINTAINER_MODE_TRUE='#'
23462346+ MAINTAINER_MODE_FALSE=
23472347+fi
23482348+23492349+ MAINT=$MAINTAINER_MODE_TRUE
23502350+23512351+23522352+232323532324235423252355···32713301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
32723302$as_echo "done" >&6; }
3273330333043304+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
33053305+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
33063306+Usually this means the macro was only invoked conditionally." "$LINENO" 5
33073307+fi
3274330832753309: "${CONFIG_STATUS=./config.status}"
32763310ac_write_fail=0
···384384am_aux_dir=`cd $ac_aux_dir && pwd`
385385])
386386387387+# AM_CONDITIONAL -*- Autoconf -*-
388388+389389+# Copyright (C) 1997-2012 Free Software Foundation, Inc.
390390+#
391391+# This file is free software; the Free Software Foundation
392392+# gives unlimited permission to copy and/or distribute it,
393393+# with or without modifications, as long as this notice is preserved.
394394+395395+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
396396+# -------------------------------------
397397+# Define a conditional.
398398+AC_DEFUN([AM_CONDITIONAL],
399399+[AC_PREREQ([2.52])dnl
400400+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
401401+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
402402+AC_SUBST([$1_TRUE])dnl
403403+AC_SUBST([$1_FALSE])dnl
404404+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
405405+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
406406+m4_define([_AM_COND_VALUE_$1], [$2])dnl
407407+if $2; then
408408+ $1_TRUE=
409409+ $1_FALSE='#'
410410+else
411411+ $1_TRUE='#'
412412+ $1_FALSE=
413413+fi
414414+AC_CONFIG_COMMANDS_PRE(
415415+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
416416+ AC_MSG_ERROR([[conditional "$1" was never defined.
417417+Usually this means the macro was only invoked conditionally.]])
418418+fi])])
419419+387420# Do all the work for Automake. -*- Autoconf -*-
388421389422# Copyright (C) 1996-2012 Free Software Foundation, Inc.
···576609fi
577610rmdir .tst 2>/dev/null
578611AC_SUBST([am__leading_dot])])
612612+613613+# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
614614+# From Jim Meyering
615615+616616+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
617617+#
618618+# This file is free software; the Free Software Foundation
619619+# gives unlimited permission to copy and/or distribute it,
620620+# with or without modifications, as long as this notice is preserved.
621621+622622+# AM_MAINTAINER_MODE([DEFAULT-MODE])
623623+# ----------------------------------
624624+# Control maintainer-specific portions of Makefiles.
625625+# Default is to disable them, unless 'enable' is passed literally.
626626+# For symmetry, 'disable' may be passed as well. Anyway, the user
627627+# can override the default with the --enable/--disable switch.
628628+AC_DEFUN([AM_MAINTAINER_MODE],
629629+[m4_case(m4_default([$1], [disable]),
630630+ [enable], [m4_define([am_maintainer_other], [disable])],
631631+ [disable], [m4_define([am_maintainer_other], [enable])],
632632+ [m4_define([am_maintainer_other], [enable])
633633+ m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
634634+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
635635+ dnl maintainer-mode's default is 'disable' unless 'enable' is passed
636636+ AC_ARG_ENABLE([maintainer-mode],
637637+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
638638+ am_maintainer_other[ make rules and dependencies not useful
639639+ (and sometimes confusing) to the casual installer])],
640640+ [USE_MAINTAINER_MODE=$enableval],
641641+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
642642+ AC_MSG_RESULT([$USE_MAINTAINER_MODE])
643643+ AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
644644+ MAINT=$MAINTAINER_MODE_TRUE
645645+ AC_SUBST([MAINT])dnl
646646+]
647647+)
648648+649649+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
579650580651# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
581652···13771448m4_undefine([vers_have])
13781449m4_undefine([maj_have])
13791450m4_undefine([maj_needed])
14511451+AM_MAINTAINER_MODE
13801452]) # XORG_MACROS_VERSION
1381145313821454# XORG_PROG_RAWCPP()
+34
font/xfree86-type1/configure
···626626PKG_CONFIG_PATH
627627PKG_CONFIG
628628CHANGELOG_CMD
629629+MAINT
630630+MAINTAINER_MODE_FALSE
631631+MAINTAINER_MODE_TRUE
629632am__untar
630633am__tar
631634AMTAR
···691694ac_subst_files=''
692695ac_user_opts='
693696enable_option_checking
697697+enable_maintainer_mode
694698enable_silent_rules
695699with_fontrootdir
696700with_fontdir
···13311335 --disable-option-checking ignore unrecognized --enable/--with options
13321336 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13331337 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
13381338+ --enable-maintainer-mode
13391339+ enable make rules and dependencies not useful (and
13401340+ sometimes confusing) to the casual installer
13341341 --enable-silent-rules less verbose build output (undo: "make V=1")
13351342 --disable-silent-rules verbose build output (undo: "make V=0")
13361343···23132320231423212315232223232323+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
23242324+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
23252325+ # Check whether --enable-maintainer-mode was given.
23262326+if test "${enable_maintainer_mode+set}" = set; then :
23272327+ enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
23282328+else
23292329+ USE_MAINTAINER_MODE=no
23302330+fi
23312331+23322332+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
23332333+$as_echo "$USE_MAINTAINER_MODE" >&6; }
23342334+ if test $USE_MAINTAINER_MODE = yes; then
23352335+ MAINTAINER_MODE_TRUE=
23362336+ MAINTAINER_MODE_FALSE='#'
23372337+else
23382338+ MAINTAINER_MODE_TRUE='#'
23392339+ MAINTAINER_MODE_FALSE=
23402340+fi
23412341+23422342+ MAINT=$MAINTAINER_MODE_TRUE
23432343+23442344+23452345+231623462317234723182348···31863216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
31873217$as_echo "done" >&6; }
3188321832193219+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
32203220+ as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
32213221+Usually this means the macro was only invoked conditionally." "$LINENO" 5
32223222+fi
3189322331903224: "${CONFIG_STATUS=./config.status}"
31913225ac_write_fail=0