... | ... |
@@ -87,6 +87,10 @@ |
87 | 87 |
AC_HEADER_STDC |
88 | 88 |
AC_CHECK_FUNCS(gettimeofday times ctime_r) |
89 | 89 |
|
90 |
dnl Add dependencies on files generated by configure. |
|
91 |
AC_SUBST([CONFIG_STATUS_DEPENDENCIES], |
|
92 |
['$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/lemon/lemon.pc.in']) |
|
93 |
|
|
90 | 94 |
AC_CONFIG_FILES([ |
91 | 95 |
Makefile |
92 | 96 |
doc/Doxyfile |
... | ... |
@@ -145,7 +145,7 @@ |
145 | 145 |
TOC_EXPAND = NO |
146 | 146 |
DISABLE_INDEX = NO |
147 | 147 |
ENUM_VALUES_PER_LINE = 4 |
148 |
GENERATE_TREEVIEW = |
|
148 |
GENERATE_TREEVIEW = NO |
|
149 | 149 |
TREEVIEW_WIDTH = 250 |
150 | 150 |
#--------------------------------------------------------------------------- |
151 | 151 |
# configuration options related to the LaTeX output |
0 comments (0 inline)