From 59cfcb1d81825cc4816fc1ffddd0193f0ebec4ae Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 11 Apr 2001 08:14:39 +0200 Subject: Import ax25-tools 0.0.6 from tarball --- aclocal.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index f23ba29..f54277a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -125,3 +125,16 @@ for am_file in <<$1>>; do done<<>>dnl>>) changequote([,]))]) +# Define a conditional. + +AC_DEFUN(AM_CONDITIONAL, +[AC_SUBST($1_TRUE) +AC_SUBST($1_FALSE) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi]) + -- cgit v1.2.3