projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd049b
)
add AC_PROG_LIBTOOL to configure.ac to see if it helps Debian Lenny problem
author
John Ellson
<ellson@research.att.com>
Tue, 13 Mar 2012 10:18:12 +0000
(06:18 -0400)
committer
John Ellson
<ellson@research.att.com>
Tue, 13 Mar 2012 10:18:12 +0000
(06:18 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 18e8958335491b8c40e89af1adc4f7f016ea4ff7..635e1887540fa54719393e31d01f40a34f75675a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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)