aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-13 06:20:39 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-13 06:20:39 +0000
commit7b6bc7621c9fff5fc1433ac7aa517fd800e712f0 (patch)
treede002331f95bc61acdec7fe017b199a55a999a72 /configure.in
parentce85c8e37937fe9be2802b48958d030892c5c67d (diff)
downloadlcd4linux-7b6bc7621c9fff5fc1433ac7aa517fd800e712f0.tar.gz
[lcd4linux @ 2003-09-13 06:20:39 by reinelt]
HD44780 timings changed; deactivated libtool git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@242 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5b45570..ff1a15c 100644
--- a/configure.in
+++ b/configure.in
@@ -13,9 +13,11 @@ AC_PROG_CXX
AC_PROG_AWK
# Using `AC_PROG_RANLIB' is rendered
# obsolete by `AC_PROG_LIBTOOL' :-(
-#AC_PROG_RANLIB
-AC_PROG_LIBTOOL
-AM_PROG_LIBTOOL
+AC_PROG_RANLIB
+# Deactivating libtool for the moment until
+# we find a way this beast works cleanly...
+#AC_PROG_LIBTOOL
+#AM_PROG_LIBTOOL
# Checks for libraries.
AC_CHECK_LIB(m, log)