add AC_PROG_LIBTOOL to configure.ac to see if it helps Debian Lenny problem
authorJohn Ellson <ellson@research.att.com>
Tue, 13 Mar 2012 10:18:12 +0000 (06:18 -0400)
committerJohn Ellson <ellson@research.att.com>
Tue, 13 Mar 2012 10:18:12 +0000 (06:18 -0400)
configure.ac

index 18e8958335491b8c40e89af1adc4f7f016ea4ff7..635e1887540fa54719393e31d01f40a34f75675a 100644 (file)
@@ -261,6 +261,7 @@ AC_PROG_YACC
 AC_PROG_AWK
 AC_PROG_INSTALL
 AC_PROG_LN_S
+AC_PROG_LIBTOOL
 
 # prefer GNU variants over, say, Oracle's or Apples
 AC_CHECK_PROGS(SED,gsed sed,false)