TIVI-153: Adding automake14 as dep for iputils package
[profile/ivi/automake14.git] / m4 / cond.m4
1 # Define a conditional.
2
3 AC_DEFUN([AM_CONDITIONAL],
4 [AC_SUBST($1_TRUE)
5 AC_SUBST($1_FALSE)
6 if $2; then
7   $1_TRUE=
8   $1_FALSE='#'
9 else
10   $1_TRUE='#'
11   $1_FALSE=
12 fi])