Annotation of embedaddon/libiconv/libcharset/autoconf/aclocal.m4, revision 1.1.1.3
1.1.1.3 ! misho 1: # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
! 2:
! 3: # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1.1 misho 4:
5: # This file is free software; the Free Software Foundation
6: # gives unlimited permission to copy and/or distribute it,
7: # with or without modifications, as long as this notice is preserved.
8:
9: # This program is distributed in the hope that it will be useful,
10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12: # PARTICULAR PURPOSE.
13:
1.1.1.3 ! misho 14: m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
! 15: # AM_CONDITIONAL -*- Autoconf -*-
! 16:
! 17: # Copyright (C) 1997-2018 Free Software Foundation, Inc.
! 18: #
! 19: # This file is free software; the Free Software Foundation
! 20: # gives unlimited permission to copy and/or distribute it,
! 21: # with or without modifications, as long as this notice is preserved.
! 22:
! 23: # AM_CONDITIONAL(NAME, SHELL-CONDITION)
! 24: # -------------------------------------
! 25: # Define a conditional.
! 26: AC_DEFUN([AM_CONDITIONAL],
! 27: [AC_PREREQ([2.52])dnl
! 28: m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
! 29: [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
! 30: AC_SUBST([$1_TRUE])dnl
! 31: AC_SUBST([$1_FALSE])dnl
! 32: _AM_SUBST_NOTMAKE([$1_TRUE])dnl
! 33: _AM_SUBST_NOTMAKE([$1_FALSE])dnl
! 34: m4_define([_AM_COND_VALUE_$1], [$2])dnl
! 35: if $2; then
! 36: $1_TRUE=
! 37: $1_FALSE='#'
! 38: else
! 39: $1_TRUE='#'
! 40: $1_FALSE=
! 41: fi
! 42: AC_CONFIG_COMMANDS_PRE(
! 43: [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
! 44: AC_MSG_ERROR([[conditional "$1" was never defined.
! 45: Usually this means the macro was only invoked conditionally.]])
! 46: fi])])
! 47:
! 48: # Copyright (C) 2006-2018 Free Software Foundation, Inc.
! 49: #
! 50: # This file is free software; the Free Software Foundation
! 51: # gives unlimited permission to copy and/or distribute it,
! 52: # with or without modifications, as long as this notice is preserved.
! 53:
! 54: # _AM_SUBST_NOTMAKE(VARIABLE)
! 55: # ---------------------------
! 56: # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
! 57: # This macro is traced by Automake.
! 58: AC_DEFUN([_AM_SUBST_NOTMAKE])
! 59:
! 60: # AM_SUBST_NOTMAKE(VARIABLE)
! 61: # --------------------------
! 62: # Public sister of _AM_SUBST_NOTMAKE.
! 63: AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
! 64:
1.1 misho 65: m4_include([m4/codeset.m4])
1.1.1.2 misho 66: m4_include([m4/fcntl-o.m4])
1.1 misho 67: m4_include([m4/glibc21.m4])
1.1.1.3 ! misho 68: m4_include([m4/lib-ld.m4])
1.1 misho 69: m4_include([m4/libtool.m4])
70: m4_include([m4/ltoptions.m4])
71: m4_include([m4/ltsugar.m4])
72: m4_include([m4/ltversion.m4])
73: m4_include([m4/lt~obsolete.m4])
74: m4_include([m4/relocatable-lib.m4])
1.1.1.3 ! misho 75: m4_include([m4/relocatable.m4])
1.1 misho 76: m4_include([m4/visibility.m4])
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>