aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-01 11:08:16 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-01 11:08:16 +0000
commit8785427f310078d20860008a6202071b25bff75e (patch)
treed98100a294f64e670f06a039ea4eca6b01b59f12 /aclocal.m4
parent62115d60d25ac6d50962feba114b5cc4566cadd6 (diff)
downloadlcd4linux-8785427f310078d20860008a6202071b25bff75e.tar.gz
[lcd4linux @ 2001-03-01 11:08:16 by reinelt]
reworked configure to allow selection of drivers git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@90 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0df5c2f..9f8add8 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -102,16 +102,3 @@ else
fi
AC_SUBST($1)])
-# 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])
-