aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorreinelt <>2001-03-01 11:08:16 +0000
committerreinelt <>2001-03-01 11:08:16 +0000
commit0b05ba6a90ba10d55143565c510dbf09685b22a5 (patch)
treed98100a294f64e670f06a039ea4eca6b01b59f12 /aclocal.m4
parentcde92c2c348d067a9a1c774a0facccb06f79c533 (diff)
downloadlcd4linux-0b05ba6a90ba10d55143565c510dbf09685b22a5.tar.gz
[lcd4linux @ 2001-03-01 11:08:16 by reinelt]
reworked configure to allow selection of drivers
Diffstat (limited to '')
-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])
-