aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-11 15:05:24 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-11 15:05:24 +0000
commitce85c8e37937fe9be2802b48958d030892c5c67d (patch)
tree43800b4e50619b9fb0024f367b2c1b95a13d28e6 /configure.in
parent42eb8ba4829ed60addd82f178e3cc1459634e541 (diff)
downloadlcd4linux-ce85c8e37937fe9be2802b48958d030892c5c67d.tar.gz
[lcd4linux @ 2003-09-11 15:05:24 by reinelt]
missing files for autoconf/automake/libtool git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@241 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f069e62..5b45570 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,9 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_CXX
AC_PROG_AWK
-AC_PROG_RANLIB
+# Using `AC_PROG_RANLIB' is rendered
+# obsolete by `AC_PROG_LIBTOOL' :-(
+#AC_PROG_RANLIB
AC_PROG_LIBTOOL
AM_PROG_LIBTOOL